Skip to content

Commit c7aada6

Browse files
authored
Updating all material and emotion packages to their latest compatible versions (#453)
* Update the style dictionary from ZeroHeight (#454)
1 parent badfd63 commit c7aada6

File tree

5 files changed

+382
-325
lines changed

5 files changed

+382
-325
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terraware/web-components",
3-
"version": "2.4.1",
3+
"version": "2.4.2-rc.0",
44
"author": "Terraformation Inc.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -18,13 +18,13 @@
1818
"@date-io/moment": "^2.16.1",
1919
"@dnd-kit/core": "^6.0.7",
2020
"@dnd-kit/sortable": "^7.0.2",
21-
"@emotion/react": "^11.10.6",
22-
"@emotion/styled": "^11.10.6",
23-
"@mui/icons-material": "^5.11.11",
24-
"@mui/lab": "^5.0.0-alpha.136",
25-
"@mui/material": "^5.11.9",
26-
"@mui/styles": "^5.11.9",
27-
"@mui/x-date-pickers": "^5.0.13",
21+
"@emotion/react": "^11.11.3",
22+
"@emotion/styled": "^11.11.0",
23+
"@mui/icons-material": "^5.15.3",
24+
"@mui/lab": "^5.0.0-alpha.159",
25+
"@mui/material": "^5.15.3",
26+
"@mui/styles": "^5.15.3",
27+
"@mui/x-date-pickers": "^5.0.20",
2828
"classnames": "^2.3.2",
2929
"date-fns": "^2.29.3",
3030
"luxon": "^3.3.0",
@@ -112,7 +112,7 @@
112112
"license-report": "^6.3.0",
113113
"react-scripts": "^5.0.1",
114114
"storybook": "^7.0.7",
115-
"style-dictionary": "^3.7.2",
115+
"style-dictionary": "^3.9.1",
116116
"tslint": "^6.1.3",
117117
"tslint-config-prettier": "^1.18.0",
118118
"tslint-eslint-rules": "^5.4.0",

src/style-dictionary-dist/TerrawareTheme.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { PaletteOptions } from '@mui/material/styles/createPalette';
2+
13
declare module '@mui/material/styles/createPalette' {
24
export interface Palette {
35
TwClrBaseBlack?: React.CSSProperties['color'];
@@ -158,12 +160,16 @@ declare module '@mui/material/styles/createPalette' {
158160
TwClrTxtSelected?: React.CSSProperties['color'];
159161
TwClrBgSuccess?: React.CSSProperties['color'];
160162
TwClrBgSuccessTertiary?: React.CSSProperties['color'];
163+
TwClrBgSuccessActive?: React.CSSProperties['color'];
164+
TwClrBgSuccessHover?: React.CSSProperties['color'];
161165
TwClrBrdrSuccess?: React.CSSProperties['color'];
162166
TwClrIcnOnSuccess?: React.CSSProperties['color'];
163167
TwClrIcnSuccess?: React.CSSProperties['color'];
164168
TwClrTxtOnSuccess?: React.CSSProperties['color'];
165169
TwClrTxtSuccess?: React.CSSProperties['color'];
166170
TwClrBgWarning?: React.CSSProperties['color'];
171+
TwClrBgWarningActive?: React.CSSProperties['color'];
172+
TwClrBgWarningHover?: React.CSSProperties['color'];
167173
TwClrBgWarningTertiary?: React.CSSProperties['color'];
168174
TwClrBrdrWarning?: React.CSSProperties['color'];
169175
TwClrBrdrWarningActive?: React.CSSProperties['color'];
@@ -333,12 +339,16 @@ declare module '@mui/material/styles/createPalette' {
333339
TwClrTxtSelected?: React.CSSProperties['color'];
334340
TwClrBgSuccess?: React.CSSProperties['color'];
335341
TwClrBgSuccessTertiary?: React.CSSProperties['color'];
342+
TwClrBgSuccessActive?: React.CSSProperties['color'];
343+
TwClrBgSuccessHover?: React.CSSProperties['color'];
336344
TwClrBrdrSuccess?: React.CSSProperties['color'];
337345
TwClrIcnOnSuccess?: React.CSSProperties['color'];
338346
TwClrIcnSuccess?: React.CSSProperties['color'];
339347
TwClrTxtOnSuccess?: React.CSSProperties['color'];
340348
TwClrTxtSuccess?: React.CSSProperties['color'];
341349
TwClrBgWarning?: React.CSSProperties['color'];
350+
TwClrBgWarningActive?: React.CSSProperties['color'];
351+
TwClrBgWarningHover?: React.CSSProperties['color'];
342352
TwClrBgWarningTertiary?: React.CSSProperties['color'];
343353
TwClrBrdrWarning?: React.CSSProperties['color'];
344354
TwClrBrdrWarningActive?: React.CSSProperties['color'];
@@ -514,12 +524,16 @@ const TerrawareTheme: ThemeDictionary = {
514524
"TwClrTxtSelected": "#6172BE",
515525
"TwClrBgSuccess": "#5D822B",
516526
"TwClrBgSuccessTertiary": "#EAF3DC",
527+
"TwClrBgSuccessActive": "#496622",
528+
"TwClrBgSuccessHover": "linear-gradient(rgb(73 102 34 / 50%), rgb(73 102 34 / 50%)), linear-gradient(#5D822B, #5D822B)",
517529
"TwClrBrdrSuccess": "#5D822B",
518530
"TwClrIcnOnSuccess": "#FFFFFF",
519531
"TwClrIcnSuccess": "#5D822B",
520532
"TwClrTxtOnSuccess": "#FFFFFF",
521533
"TwClrTxtSuccess": "#5D822B",
522534
"TwClrBgWarning": "#A36A2D",
535+
"TwClrBgWarningActive": "#815424",
536+
"TwClrBgWarningHover": "linear-gradient(rgb(129 84 36 / 50%), rgb(129 84 36 / 50%)), linear-gradient(#A36A2D, #A36A2D)",
523537
"TwClrBgWarningTertiary": "#F8EFE5",
524538
"TwClrBrdrWarning": "#A36A2D",
525539
"TwClrBrdrWarningActive": "#815424",
@@ -531,4 +545,4 @@ const TerrawareTheme: ThemeDictionary = {
531545
}
532546
}
533547

534-
export default TerrawareTheme;
548+
export default TerrawareTheme;

src/style-dictionary-dist/terraware.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,16 @@ $tw-clr-txt-on-selected: #FFFFFF;
188188
$tw-clr-txt-selected: #6172BE;
189189
$tw-clr-bg-success: #5D822B;
190190
$tw-clr-bg-success-tertiary: #EAF3DC;
191+
$tw-clr-bg-success-active: #496622;
192+
$tw-clr-bg-success-hover: linear-gradient(rgba(#496622, 0.5), rgba(#496622, 0.5)), linear-gradient(#5D822B, #5D822B);
191193
$tw-clr-brdr-success: #5D822B;
192194
$tw-clr-icn-on-success: #FFFFFF;
193195
$tw-clr-icn-success: #5D822B;
194196
$tw-clr-txt-on-success: #FFFFFF;
195197
$tw-clr-txt-success: #5D822B;
196198
$tw-clr-bg-warning: #A36A2D;
199+
$tw-clr-bg-warning-active: #815424;
200+
$tw-clr-bg-warning-hover: linear-gradient(rgba(#815424, 0.5), rgba(#815424, 0.5)), linear-gradient(#A36A2D, #A36A2D);
197201
$tw-clr-bg-warning-tertiary: #F8EFE5;
198202
$tw-clr-brdr-warning: #A36A2D;
199203
$tw-clr-brdr-warning-active: #815424;
@@ -401,4 +405,4 @@ $tw-fnt-frm-fld-text-value-line-height: 24px;
401405
$tw-fnt-frm-fld-warning-text-font-family: 'Inter', sans-serif;
402406
$tw-fnt-frm-fld-warning-text-font-size: 14px;
403407
$tw-fnt-frm-fld-warning-text-font-weight: 500;
404-
$tw-fnt-frm-fld-warning-text-line-height: 20px;
408+
$tw-fnt-frm-fld-warning-text-line-height: 20px;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tw-clr-bg":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-active":{"value":"{tw-clr-base-gray-050.value}"},"tw-clr-bg-ghost":{"value":"rgba({tw-clr-base-white.value}, 0)"},"tw-clr-bg-ghost-active":{"value":"rgba({tw-clr-base-gray-300.value}, 0.4)"},"tw-clr-bg-ghost-hover":{"value":"rgba({tw-clr-base-gray-300.value}, 0.2)"},"tw-clr-bg-hover":{"value":"{tw-clr-base-gray-025.value}"},"tw-clr-bg-inverse":{"value":"{tw-clr-txt.value}"},"tw-clr-bg-secondary":{"value":"{tw-clr-base-gray-050.value}"},"tw-clr-bg-secondary-active":{"value":"{tw-clr-base-gray-100.value}"},"tw-clr-bg-secondary-hover":{"value":"{tw-clr-base-gray-075.value}"},"tw-clr-bg-tertiary":{"value":"{tw-clr-base-gray-200.value}"},"tw-clr-bg-tertiary-active":{"value":"{tw-clr-base-gray-300.value}"},"tw-clr-bg-tertiary-hover":{"value":"linear-gradient(rgba({tw-clr-base-gray-300.value}, 0.5), rgba({tw-clr-base-gray-300.value}, 0.5)), linear-gradient({tw-clr-base-gray-200.value}, {tw-clr-base-gray-200.value})"},"tw-clr-brdr":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-brdr-active":{"value":"mix({tw-clr-base-blue-600.value}, {tw-clr-base-blue-500.value}, 50%)"},"tw-clr-brdr-focus":{"value":"{tw-clr-base-blue-600.value}"},"tw-clr-brdr-hover":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-brdr-secondary":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-brdr-tertiary":{"value":"{tw-clr-base-gray-300.value}"},"tw-clr-icn":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-icn-inverse":{"value":"{tw-clr-bg.value}"},"tw-clr-icn-secondary":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-shdw":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-txt":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-txt-inverse":{"value":"{tw-clr-bg.value}"},"tw-clr-txt-secondary":{"value":"{tw-clr-base-gray-600.value}"},"tw-clr-txt-tertiary":{"value":"{tw-clr-base-gray-300.value}"},"tw-clr-bg-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-bg-brand-active":{"value":"{tw-clr-base-green-600.value}"},"tw-clr-bg-brand-ghost":{"value":"rgba({tw-clr-base-green-500.value}, 0)"},"tw-clr-bg-brand-ghost-active":{"value":"rgba({tw-clr-base-green-500.value}, 0.2)"},"tw-clr-bg-brand-ghost-hover":{"value":"rgba({tw-clr-base-green-500.value}, 0.1)"},"tw-clr-bg-brand-hover":{"value":"linear-gradient(rgba({tw-clr-base-green-600.value}, 0.5), rgba({tw-clr-base-green-600.value}, 0.5)), linear-gradient({tw-clr-base-green-500.value}, {tw-clr-base-green-500.value})"},"tw-clr-bg-brand-tertiary":{"value":"{tw-clr-base-green-050.value}"},"tw-clr-brdr-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-icn-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-icn-on-brand":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-txt-on-brand":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-bg-danger-active":{"value":"{tw-clr-base-red-600.value}"},"tw-clr-bg-danger-ghost":{"value":"rgba({tw-clr-base-red-500.value}, 0)"},"tw-clr-bg-danger-ghost-active":{"value":"rgba({tw-clr-base-red-500.value}, 0.2)"},"tw-clr-bg-danger-ghost-hover":{"value":"rgba({tw-clr-base-red-500.value}, 0.1)"},"tw-clr-bg-danger-hover":{"value":"linear-gradient(rgba({tw-clr-base-red-600.value}, 0.5), rgba({tw-clr-base-red-600.value}, 0.5)), linear-gradient({tw-clr-base-red-500.value}, {tw-clr-base-red-500.value})"},"tw-clr-bg-danger-tertiary":{"value":"{tw-clr-base-red-050.value}"},"tw-clr-brdr-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-brdr-danger-active":{"value":"{tw-clr-base-red-600.value}"},"tw-clr-brdr-danger-hover":{"value":"linear-gradient(rgba({tw-clr-base-red-600.value}, 0.5), rgba({tw-clr-base-red-600.value}, 0.5)), linear-gradient({tw-clr-base-red-500.value}, {tw-clr-base-red-500.value})"},"tw-clr-icn-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-icn-on-danger":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-txt-on-danger":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-info":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-bg-info-tertiary":{"value":"{tw-clr-base-gray-050.value}"},"tw-clr-brdr-info":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-icn-info":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-icn-on-info":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-info":{"value":"{tw-clr-base-gray-600.value}"},"tw-clr-txt-on-info":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-bg-selected-ghost":{"value":"rgba({tw-clr-base-blue-500.value}, 0)"},"tw-clr-bg-selected-ghost-active":{"value":"rgba({tw-clr-base-blue-500.value}, 0.2)"},"tw-clr-bg-selected-ghost-hover":{"value":"rgba({tw-clr-base-blue-500.value}, 0.1)"},"tw-clr-brdr-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-icn-on-selected":{"value":"{tw-clr-base-white.value}"},"tw-clr-icn-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-txt-on-selected":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-bg-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-bg-success-tertiary":{"value":"{tw-clr-base-light-green-050.value}"},"tw-clr-brdr-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-icn-on-success":{"value":"{tw-clr-base-white.value}"},"tw-clr-icn-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-txt-on-success":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-bg-warning":{"value":"{tw-clr-base-orange-500.value}"},"tw-clr-bg-warning-tertiary":{"value":"{tw-clr-base-orange-050.value}"},"tw-clr-brdr-warning":{"value":"{tw-clr-base-orange-500.value}"},"tw-clr-brdr-warning-active":{"value":"{tw-clr-base-orange-600.value}"},"tw-clr-brdr-warning-hover":{"value":"linear-gradient(rgba({tw-clr-base-orange-600.value}, 0.5), rgba({tw-clr-base-orange-600.value}, 0.5)), linear-gradient({tw-clr-base-orange-500.value}, {tw-clr-base-orange-500.value})"},"tw-clr-icn-on-warning":{"value":"{tw-clr-base-white.value}"},"tw-clr-icn-warning":{"value":"{tw-clr-base-orange-500.value}"},"tw-clr-txt-on-warning":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-warning":{"value":"{tw-clr-base-orange-500.value}"}}
1+
{"tw-clr-bg":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-active":{"value":"{tw-clr-base-gray-050.value}"},"tw-clr-bg-ghost":{"value":"rgba({tw-clr-base-white.value}, 0)"},"tw-clr-bg-ghost-active":{"value":"rgba({tw-clr-base-gray-300.value}, 0.4)"},"tw-clr-bg-ghost-hover":{"value":"rgba({tw-clr-base-gray-300.value}, 0.2)"},"tw-clr-bg-hover":{"value":"{tw-clr-base-gray-025.value}"},"tw-clr-bg-inverse":{"value":"{tw-clr-txt.value}"},"tw-clr-bg-secondary":{"value":"{tw-clr-base-gray-050.value}"},"tw-clr-bg-secondary-active":{"value":"{tw-clr-base-gray-100.value}"},"tw-clr-bg-secondary-hover":{"value":"{tw-clr-base-gray-075.value}"},"tw-clr-bg-tertiary":{"value":"{tw-clr-base-gray-200.value}"},"tw-clr-bg-tertiary-active":{"value":"{tw-clr-base-gray-300.value}"},"tw-clr-bg-tertiary-hover":{"value":"linear-gradient(rgba({tw-clr-base-gray-300.value}, 0.5), rgba({tw-clr-base-gray-300.value}, 0.5)), linear-gradient({tw-clr-base-gray-200.value}, {tw-clr-base-gray-200.value})"},"tw-clr-brdr":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-brdr-active":{"value":"mix({tw-clr-base-blue-600.value}, {tw-clr-base-blue-500.value}, 50%)"},"tw-clr-brdr-focus":{"value":"{tw-clr-base-blue-600.value}"},"tw-clr-brdr-hover":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-brdr-secondary":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-brdr-tertiary":{"value":"{tw-clr-base-gray-300.value}"},"tw-clr-icn":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-icn-inverse":{"value":"{tw-clr-bg.value}"},"tw-clr-icn-secondary":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-shdw":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-txt":{"value":"{tw-clr-base-gray-800.value}"},"tw-clr-txt-inverse":{"value":"{tw-clr-bg.value}"},"tw-clr-txt-secondary":{"value":"{tw-clr-base-gray-600.value}"},"tw-clr-txt-tertiary":{"value":"{tw-clr-base-gray-300.value}"},"tw-clr-bg-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-bg-brand-active":{"value":"{tw-clr-base-green-600.value}"},"tw-clr-bg-brand-ghost":{"value":"rgba({tw-clr-base-green-500.value}, 0)"},"tw-clr-bg-brand-ghost-active":{"value":"rgba({tw-clr-base-green-500.value}, 0.2)"},"tw-clr-bg-brand-ghost-hover":{"value":"rgba({tw-clr-base-green-500.value}, 0.1)"},"tw-clr-bg-brand-hover":{"value":"linear-gradient(rgba({tw-clr-base-green-600.value}, 0.5), rgba({tw-clr-base-green-600.value}, 0.5)), linear-gradient({tw-clr-base-green-500.value}, {tw-clr-base-green-500.value})"},"tw-clr-bg-brand-tertiary":{"value":"{tw-clr-base-green-050.value}"},"tw-clr-brdr-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-icn-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-icn-on-brand":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-brand":{"value":"{tw-clr-base-green-500.value}"},"tw-clr-txt-on-brand":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-bg-danger-active":{"value":"{tw-clr-base-red-600.value}"},"tw-clr-bg-danger-ghost":{"value":"rgba({tw-clr-base-red-500.value}, 0)"},"tw-clr-bg-danger-ghost-active":{"value":"rgba({tw-clr-base-red-500.value}, 0.2)"},"tw-clr-bg-danger-ghost-hover":{"value":"rgba({tw-clr-base-red-500.value}, 0.1)"},"tw-clr-bg-danger-hover":{"value":"linear-gradient(rgba({tw-clr-base-red-600.value}, 0.5), rgba({tw-clr-base-red-600.value}, 0.5)), linear-gradient({tw-clr-base-red-500.value}, {tw-clr-base-red-500.value})"},"tw-clr-bg-danger-tertiary":{"value":"{tw-clr-base-red-050.value}"},"tw-clr-brdr-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-brdr-danger-active":{"value":"{tw-clr-base-red-600.value}"},"tw-clr-brdr-danger-hover":{"value":"linear-gradient(rgba({tw-clr-base-red-600.value}, 0.5), rgba({tw-clr-base-red-600.value}, 0.5)), linear-gradient({tw-clr-base-red-500.value}, {tw-clr-base-red-500.value})"},"tw-clr-icn-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-icn-on-danger":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-danger":{"value":"{tw-clr-base-red-500.value}"},"tw-clr-txt-on-danger":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-info":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-bg-info-tertiary":{"value":"{tw-clr-base-gray-050.value}"},"tw-clr-brdr-info":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-icn-info":{"value":"{tw-clr-base-gray-500.value}"},"tw-clr-icn-on-info":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-info":{"value":"{tw-clr-base-gray-600.value}"},"tw-clr-txt-on-info":{"value":"{tw-clr-base-white.value}"},"tw-clr-bg-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-bg-selected-ghost":{"value":"rgba({tw-clr-base-blue-500.value}, 0)"},"tw-clr-bg-selected-ghost-active":{"value":"rgba({tw-clr-base-blue-500.value}, 0.2)"},"tw-clr-bg-selected-ghost-hover":{"value":"rgba({tw-clr-base-blue-500.value}, 0.1)"},"tw-clr-brdr-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-icn-on-selected":{"value":"{tw-clr-base-white.value}"},"tw-clr-icn-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-txt-on-selected":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-selected":{"value":"{tw-clr-base-blue-500.value}"},"tw-clr-bg-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-bg-success-tertiary":{"value":"{tw-clr-base-light-green-050.value}"},"tw-clr-bg-success-active":{"value":"{tw-clr-base-light-green-600.value}"},"tw-clr-bg-success-hover":{"value":"linear-gradient(rgba({tw-clr-base-light-green-600.value}, 0.5), rgba({tw-clr-base-light-green-600.value}, 0.5)), linear-gradient({tw-clr-base-light-green-500.value}, {tw-clr-base-light-green-500.value})"},"tw-clr-brdr-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-icn-on-success":{"value":"{tw-clr-base-white.value}"},"tw-clr-icn-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-txt-on-success":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-success":{"value":"{tw-clr-base-light-green-500.value}"},"tw-clr-bg-warning":{"value":"{tw-clr-base-orange-500.value}"},"tw-clr-bg-warning-active":{"value":"{tw-clr-base-orange-600.value}"},"tw-clr-bg-warning-hover":{"value":"linear-gradient(rgba({tw-clr-base-orange-600.value}, 0.5), rgba({tw-clr-base-orange-600.value}, 0.5)), linear-gradient({tw-clr-base-orange-500.value}, {tw-clr-base-orange-500.value})"},"tw-clr-bg-warning-tertiary":{"value":"{tw-clr-base-orange-050.value}"},"tw-clr-brdr-warning":{"value":"{tw-clr-base-orange-500.value}"},"tw-clr-brdr-warning-active":{"value":"{tw-clr-base-orange-600.value}"},"tw-clr-brdr-warning-hover":{"value":"linear-gradient(rgba({tw-clr-base-orange-600.value}, 0.5), rgba({tw-clr-base-orange-600.value}, 0.5)), linear-gradient({tw-clr-base-orange-500.value}, {tw-clr-base-orange-500.value})"},"tw-clr-icn-on-warning":{"value":"{tw-clr-base-white.value}"},"tw-clr-icn-warning":{"value":"{tw-clr-base-orange-500.value}"},"tw-clr-txt-on-warning":{"value":"{tw-clr-base-white.value}"},"tw-clr-txt-warning":{"value":"{tw-clr-base-orange-500.value}"}}

0 commit comments

Comments
 (0)