@sage/design-tokens 14.1.0 → 14.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +12 -0
- package/css/frozenproduct/large/components/status.css +10 -0
- package/css/frozenproduct/large/components/table.css +1 -0
- package/css/frozenproduct/large/global.css +1 -0
- package/css/frozenproduct/small/components/status.css +10 -0
- package/css/frozenproduct/small/components/table.css +1 -0
- package/css/frozenproduct/small/global.css +1 -0
- package/css/marketing/all.css +12 -0
- package/css/marketing/large/components/container.css +10 -10
- package/css/marketing/large/components/status.css +10 -0
- package/css/marketing/large/components/table.css +1 -0
- package/css/marketing/large/global.css +1 -0
- package/css/marketing/small/components/status.css +10 -0
- package/css/marketing/small/components/table.css +1 -0
- package/css/marketing/small/global.css +1 -0
- package/css/product/all.css +12 -0
- package/css/product/large/components/status.css +10 -0
- package/css/product/large/components/table.css +1 -0
- package/css/product/large/global.css +1 -0
- package/css/product/small/components/status.css +10 -0
- package/css/product/small/components/table.css +1 -0
- package/css/product/small/global.css +1 -0
- package/ios/frozenproduct/large/dark/components/status.h +10 -0
- package/ios/frozenproduct/large/dark/components/table.h +1 -0
- package/ios/frozenproduct/large/global.h +1 -0
- package/ios/frozenproduct/large/light/components/status.h +10 -0
- package/ios/frozenproduct/large/light/components/table.h +1 -0
- package/ios/frozenproduct/small/dark/components/status.h +10 -0
- package/ios/frozenproduct/small/dark/components/table.h +1 -0
- package/ios/frozenproduct/small/global.h +1 -0
- package/ios/frozenproduct/small/light/components/status.h +10 -0
- package/ios/frozenproduct/small/light/components/table.h +1 -0
- package/ios/marketing/large/dark/components/status.h +10 -0
- package/ios/marketing/large/dark/components/table.h +1 -0
- package/ios/marketing/large/global.h +1 -0
- package/ios/marketing/large/light/components/status.h +10 -0
- package/ios/marketing/large/light/components/table.h +1 -0
- package/ios/marketing/small/dark/components/status.h +10 -0
- package/ios/marketing/small/dark/components/table.h +1 -0
- package/ios/marketing/small/global.h +1 -0
- package/ios/marketing/small/light/components/status.h +10 -0
- package/ios/marketing/small/light/components/table.h +1 -0
- package/ios/product/large/dark/components/status.h +10 -0
- package/ios/product/large/dark/components/table.h +1 -0
- package/ios/product/large/global.h +1 -0
- package/ios/product/large/light/components/status.h +10 -0
- package/ios/product/large/light/components/table.h +1 -0
- package/ios/product/small/dark/components/status.h +10 -0
- package/ios/product/small/dark/components/table.h +1 -0
- package/ios/product/small/global.h +1 -0
- package/ios/product/small/light/components/status.h +10 -0
- package/ios/product/small/light/components/table.h +1 -0
- package/js/common/frozenproduct/large/dark/components/status.d.ts +14 -0
- package/js/common/frozenproduct/large/dark/components/status.js +173 -0
- package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/table.js +22 -0
- package/js/common/frozenproduct/large/global.d.ts +3 -0
- package/js/common/frozenproduct/large/global.js +47 -10
- package/js/common/frozenproduct/large/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/large/light/components/status.js +173 -0
- package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/table.js +22 -0
- package/js/common/frozenproduct/small/dark/components/status.d.ts +14 -0
- package/js/common/frozenproduct/small/dark/components/status.js +173 -0
- package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/table.js +22 -0
- package/js/common/frozenproduct/small/global.d.ts +3 -0
- package/js/common/frozenproduct/small/global.js +47 -10
- package/js/common/frozenproduct/small/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/small/light/components/status.js +173 -0
- package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/table.js +22 -0
- package/js/common/marketing/large/dark/components/status.d.ts +14 -0
- package/js/common/marketing/large/dark/components/status.js +173 -0
- package/js/common/marketing/large/dark/components/table.d.ts +1 -0
- package/js/common/marketing/large/dark/components/table.js +22 -0
- package/js/common/marketing/large/global.d.ts +3 -0
- package/js/common/marketing/large/global.js +47 -10
- package/js/common/marketing/large/light/components/status.d.ts +14 -0
- package/js/common/marketing/large/light/components/status.js +173 -0
- package/js/common/marketing/large/light/components/table.d.ts +1 -0
- package/js/common/marketing/large/light/components/table.js +22 -0
- package/js/common/marketing/small/dark/components/status.d.ts +14 -0
- package/js/common/marketing/small/dark/components/status.js +173 -0
- package/js/common/marketing/small/dark/components/table.d.ts +1 -0
- package/js/common/marketing/small/dark/components/table.js +22 -0
- package/js/common/marketing/small/global.d.ts +3 -0
- package/js/common/marketing/small/global.js +47 -10
- package/js/common/marketing/small/light/components/status.d.ts +14 -0
- package/js/common/marketing/small/light/components/status.js +173 -0
- package/js/common/marketing/small/light/components/table.d.ts +1 -0
- package/js/common/marketing/small/light/components/table.js +22 -0
- package/js/common/product/large/dark/components/status.d.ts +14 -0
- package/js/common/product/large/dark/components/status.js +173 -0
- package/js/common/product/large/dark/components/table.d.ts +1 -0
- package/js/common/product/large/dark/components/table.js +22 -0
- package/js/common/product/large/global.d.ts +3 -0
- package/js/common/product/large/global.js +47 -10
- package/js/common/product/large/light/components/status.d.ts +14 -0
- package/js/common/product/large/light/components/status.js +173 -0
- package/js/common/product/large/light/components/table.d.ts +1 -0
- package/js/common/product/large/light/components/table.js +22 -0
- package/js/common/product/small/dark/components/status.d.ts +14 -0
- package/js/common/product/small/dark/components/status.js +173 -0
- package/js/common/product/small/dark/components/table.d.ts +1 -0
- package/js/common/product/small/dark/components/table.js +22 -0
- package/js/common/product/small/global.d.ts +3 -0
- package/js/common/product/small/global.js +47 -10
- package/js/common/product/small/light/components/status.d.ts +14 -0
- package/js/common/product/small/light/components/status.js +173 -0
- package/js/common/product/small/light/components/table.d.ts +1 -0
- package/js/common/product/small/light/components/table.js +22 -0
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/large/dark/components/status.js +10 -0
- package/js/es6/frozenproduct/large/dark/components/table.d.ts +8 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +10 -0
- package/js/es6/frozenproduct/large/global.d.ts +8 -0
- package/js/es6/frozenproduct/large/global.js +10 -0
- package/js/es6/frozenproduct/large/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/large/light/components/status.js +10 -0
- package/js/es6/frozenproduct/large/light/components/table.d.ts +8 -0
- package/js/es6/frozenproduct/large/light/components/table.js +10 -0
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/small/dark/components/status.js +10 -0
- package/js/es6/frozenproduct/small/dark/components/table.d.ts +8 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +10 -0
- package/js/es6/frozenproduct/small/global.d.ts +8 -0
- package/js/es6/frozenproduct/small/global.js +10 -0
- package/js/es6/frozenproduct/small/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/small/light/components/status.js +10 -0
- package/js/es6/frozenproduct/small/light/components/table.d.ts +8 -0
- package/js/es6/frozenproduct/small/light/components/table.js +10 -0
- package/js/es6/marketing/large/dark/components/status.d.ts +10 -0
- package/js/es6/marketing/large/dark/components/status.js +10 -0
- package/js/es6/marketing/large/dark/components/table.d.ts +8 -0
- package/js/es6/marketing/large/dark/components/table.js +10 -0
- package/js/es6/marketing/large/global.d.ts +8 -0
- package/js/es6/marketing/large/global.js +10 -0
- package/js/es6/marketing/large/light/components/status.d.ts +10 -0
- package/js/es6/marketing/large/light/components/status.js +10 -0
- package/js/es6/marketing/large/light/components/table.d.ts +8 -0
- package/js/es6/marketing/large/light/components/table.js +10 -0
- package/js/es6/marketing/small/dark/components/status.d.ts +10 -0
- package/js/es6/marketing/small/dark/components/status.js +10 -0
- package/js/es6/marketing/small/dark/components/table.d.ts +8 -0
- package/js/es6/marketing/small/dark/components/table.js +10 -0
- package/js/es6/marketing/small/global.d.ts +8 -0
- package/js/es6/marketing/small/global.js +10 -0
- package/js/es6/marketing/small/light/components/status.d.ts +10 -0
- package/js/es6/marketing/small/light/components/status.js +10 -0
- package/js/es6/marketing/small/light/components/table.d.ts +8 -0
- package/js/es6/marketing/small/light/components/table.js +10 -0
- package/js/es6/product/large/dark/components/status.d.ts +10 -0
- package/js/es6/product/large/dark/components/status.js +10 -0
- package/js/es6/product/large/dark/components/table.d.ts +8 -0
- package/js/es6/product/large/dark/components/table.js +10 -0
- package/js/es6/product/large/global.d.ts +8 -0
- package/js/es6/product/large/global.js +10 -0
- package/js/es6/product/large/light/components/status.d.ts +10 -0
- package/js/es6/product/large/light/components/status.js +10 -0
- package/js/es6/product/large/light/components/table.d.ts +8 -0
- package/js/es6/product/large/light/components/table.js +10 -0
- package/js/es6/product/small/dark/components/status.d.ts +10 -0
- package/js/es6/product/small/dark/components/status.js +10 -0
- package/js/es6/product/small/dark/components/table.d.ts +8 -0
- package/js/es6/product/small/dark/components/table.js +10 -0
- package/js/es6/product/small/global.d.ts +8 -0
- package/js/es6/product/small/global.js +10 -0
- package/js/es6/product/small/light/components/status.d.ts +10 -0
- package/js/es6/product/small/light/components/status.js +10 -0
- package/js/es6/product/small/light/components/table.d.ts +8 -0
- package/js/es6/product/small/light/components/table.js +10 -0
- package/js/umd/frozenproduct/large/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/large/dark/components/table.js +22 -0
- package/js/umd/frozenproduct/large/global.js +48 -10
- package/js/umd/frozenproduct/large/light/components/status.js +173 -0
- package/js/umd/frozenproduct/large/light/components/table.js +22 -0
- package/js/umd/frozenproduct/small/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/small/dark/components/table.js +22 -0
- package/js/umd/frozenproduct/small/global.js +48 -10
- package/js/umd/frozenproduct/small/light/components/status.js +173 -0
- package/js/umd/frozenproduct/small/light/components/table.js +22 -0
- package/js/umd/marketing/large/dark/components/status.js +173 -0
- package/js/umd/marketing/large/dark/components/table.js +22 -0
- package/js/umd/marketing/large/global.js +48 -10
- package/js/umd/marketing/large/light/components/status.js +173 -0
- package/js/umd/marketing/large/light/components/table.js +22 -0
- package/js/umd/marketing/small/dark/components/status.js +173 -0
- package/js/umd/marketing/small/dark/components/table.js +22 -0
- package/js/umd/marketing/small/global.js +48 -10
- package/js/umd/marketing/small/light/components/status.js +173 -0
- package/js/umd/marketing/small/light/components/table.js +22 -0
- package/js/umd/product/large/dark/components/status.js +173 -0
- package/js/umd/product/large/dark/components/table.js +22 -0
- package/js/umd/product/large/global.js +48 -10
- package/js/umd/product/large/light/components/status.js +173 -0
- package/js/umd/product/large/light/components/table.js +22 -0
- package/js/umd/product/small/dark/components/status.js +173 -0
- package/js/umd/product/small/dark/components/table.js +22 -0
- package/js/umd/product/small/global.js +48 -10
- package/js/umd/product/small/light/components/status.js +173 -0
- package/js/umd/product/small/light/components/table.js +22 -0
- package/json/flat/frozenproduct/large/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/large/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/large/global.json +1 -0
- package/json/flat/frozenproduct/large/light/components/status.json +10 -0
- package/json/flat/frozenproduct/large/light/components/table.json +1 -0
- package/json/flat/frozenproduct/small/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/small/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/small/global.json +1 -0
- package/json/flat/frozenproduct/small/light/components/status.json +10 -0
- package/json/flat/frozenproduct/small/light/components/table.json +1 -0
- package/json/flat/marketing/large/dark/components/status.json +10 -0
- package/json/flat/marketing/large/dark/components/table.json +1 -0
- package/json/flat/marketing/large/global.json +1 -0
- package/json/flat/marketing/large/light/components/status.json +10 -0
- package/json/flat/marketing/large/light/components/table.json +1 -0
- package/json/flat/marketing/small/dark/components/status.json +10 -0
- package/json/flat/marketing/small/dark/components/table.json +1 -0
- package/json/flat/marketing/small/global.json +1 -0
- package/json/flat/marketing/small/light/components/status.json +10 -0
- package/json/flat/marketing/small/light/components/table.json +1 -0
- package/json/flat/product/large/dark/components/status.json +10 -0
- package/json/flat/product/large/dark/components/table.json +1 -0
- package/json/flat/product/large/global.json +1 -0
- package/json/flat/product/large/light/components/status.json +10 -0
- package/json/flat/product/large/light/components/table.json +1 -0
- package/json/flat/product/small/dark/components/status.json +10 -0
- package/json/flat/product/small/dark/components/table.json +1 -0
- package/json/flat/product/small/global.json +1 -0
- package/json/flat/product/small/light/components/status.json +10 -0
- package/json/flat/product/small/light/components/table.json +1 -0
- package/json/nested/frozenproduct/large/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/large/dark/components/table.json +10 -0
- package/json/nested/frozenproduct/large/global.json +12 -0
- package/json/nested/frozenproduct/large/light/components/status.json +14 -0
- package/json/nested/frozenproduct/large/light/components/table.json +10 -0
- package/json/nested/frozenproduct/small/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/small/dark/components/table.json +10 -0
- package/json/nested/frozenproduct/small/global.json +12 -0
- package/json/nested/frozenproduct/small/light/components/status.json +14 -0
- package/json/nested/frozenproduct/small/light/components/table.json +10 -0
- package/json/nested/marketing/large/dark/components/status.json +14 -0
- package/json/nested/marketing/large/dark/components/table.json +10 -0
- package/json/nested/marketing/large/global.json +12 -0
- package/json/nested/marketing/large/light/components/status.json +14 -0
- package/json/nested/marketing/large/light/components/table.json +10 -0
- package/json/nested/marketing/small/dark/components/status.json +14 -0
- package/json/nested/marketing/small/dark/components/table.json +10 -0
- package/json/nested/marketing/small/global.json +12 -0
- package/json/nested/marketing/small/light/components/status.json +14 -0
- package/json/nested/marketing/small/light/components/table.json +10 -0
- package/json/nested/product/large/dark/components/status.json +14 -0
- package/json/nested/product/large/dark/components/table.json +10 -0
- package/json/nested/product/large/global.json +12 -0
- package/json/nested/product/large/light/components/status.json +14 -0
- package/json/nested/product/large/light/components/table.json +10 -0
- package/json/nested/product/small/dark/components/status.json +14 -0
- package/json/nested/product/small/dark/components/table.json +10 -0
- package/json/nested/product/small/global.json +12 -0
- package/json/nested/product/small/light/components/status.json +14 -0
- package/json/nested/product/small/light/components/table.json +10 -0
- package/package.json +1 -1
- package/sage-design-tokens-14.3.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +13 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +11 -10
- package/scss/frozenproduct/large/global.scss +1 -0
- package/scss/frozenproduct/small/components/status.scss +10 -0
- package/scss/frozenproduct/small/components/table.scss +1 -0
- package/scss/frozenproduct/small/global.scss +1 -0
- package/scss/marketing/large/components/status.scss +10 -0
- package/scss/marketing/large/components/table.scss +1 -0
- package/scss/marketing/large/global.scss +1 -0
- package/scss/marketing/small/components/status.scss +10 -0
- package/scss/marketing/small/components/table.scss +1 -0
- package/scss/marketing/small/global.scss +1 -0
- package/scss/product/large/components/status.scss +10 -0
- package/scss/product/large/components/table.scss +1 -0
- package/scss/product/large/global.scss +1 -0
- package/scss/product/small/components/status.scss +10 -0
- package/scss/product/small/components/table.scss +1 -0
- package/scss/product/small/global.scss +1 -0
- package/sage-design-tokens-14.1.0.tgz +0 -0
@@ -180,6 +180,16 @@ export const globalBoxshadowContainerSolidBorder = [
|
|
180
180
|
offsetY: "-1px",
|
181
181
|
},
|
182
182
|
];
|
183
|
+
export const globalBoxshadowInnerNear = [
|
184
|
+
{
|
185
|
+
blur: "4px",
|
186
|
+
spread: "-4px",
|
187
|
+
color: "#0000001A",
|
188
|
+
type: "innerShadow",
|
189
|
+
offsetX: "0",
|
190
|
+
offsetY: "8px",
|
191
|
+
},
|
192
|
+
];
|
183
193
|
export const globalBoxshadowInteractiveEnabled = [
|
184
194
|
{
|
185
195
|
blur: "2px",
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault: string;
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover: string;
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover: string;
|
114
|
+
export const statusColorPillImportantBgDefault: string;
|
115
|
+
export const statusColorPillImportantBgAltDefault: string;
|
116
|
+
export const statusColorPillImportantBgAltHover: string;
|
117
|
+
export const statusColorPillImportantBgHover: string;
|
118
|
+
export const statusColorPillImportantBorderDefault: string;
|
119
|
+
export const statusColorPillImportantInverseBgDefault: string;
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault: string;
|
121
|
+
export const statusColorPillImportantInverseBgAltHover: string;
|
122
|
+
export const statusColorPillImportantInverseBgHover: string;
|
123
|
+
export const statusColorPillImportantInverseBorderDefault: string;
|
114
124
|
export const statusColorPillInfoBgDefault: string;
|
115
125
|
export const statusColorPillInfoBgAltDefault: string;
|
116
126
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault = "#000000";
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover = "#000000";
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#fffffff2";
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover = "#fffffff2";
|
114
|
+
export const statusColorPillImportantBgDefault = "#8F4CD7";
|
115
|
+
export const statusColorPillImportantBgAltDefault = "#f5edfc";
|
116
|
+
export const statusColorPillImportantBgAltHover = "#ded4ee";
|
117
|
+
export const statusColorPillImportantBgHover = "#7941b4";
|
118
|
+
export const statusColorPillImportantBorderDefault = "#8F4CD7";
|
119
|
+
export const statusColorPillImportantInverseBgDefault = "#985FDC";
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault = "#1b1422";
|
121
|
+
export const statusColorPillImportantInverseBgAltHover = "#282039";
|
122
|
+
export const statusColorPillImportantInverseBgHover = "#a977e2";
|
123
|
+
export const statusColorPillImportantInverseBorderDefault = "#985FDC";
|
114
124
|
export const statusColorPillInfoBgDefault = "#0060A7";
|
115
125
|
export const statusColorPillInfoBgAltDefault = "#eaeef6";
|
116
126
|
export const statusColorPillInfoBgAltHover = "#cdd7ea";
|
@@ -42,6 +42,14 @@ export const tableBoxshadowParentrow: {
|
|
42
42
|
color: string;
|
43
43
|
type: string;
|
44
44
|
}[];
|
45
|
+
export const tableBoxshadowFirstchild: {
|
46
|
+
x: string;
|
47
|
+
y: string;
|
48
|
+
blur: string;
|
49
|
+
spread: string;
|
50
|
+
color: string;
|
51
|
+
type: string;
|
52
|
+
}[];
|
45
53
|
export const tableBoxshadowColumnStickyLeft: {
|
46
54
|
x: string;
|
47
55
|
y: string;
|
@@ -52,6 +52,16 @@ export const tableBoxshadowParentrow = [
|
|
52
52
|
type: "dropShadow",
|
53
53
|
},
|
54
54
|
];
|
55
|
+
export const tableBoxshadowFirstchild = [
|
56
|
+
{
|
57
|
+
x: "0",
|
58
|
+
y: "8",
|
59
|
+
blur: "4",
|
60
|
+
spread: "-4",
|
61
|
+
color: "#0000001A",
|
62
|
+
type: "innerShadow",
|
63
|
+
},
|
64
|
+
];
|
55
65
|
export const tableBoxshadowColumnStickyLeft = [
|
56
66
|
{
|
57
67
|
x: "2",
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault: string;
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover: string;
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover: string;
|
114
|
+
export const statusColorPillImportantBgDefault: string;
|
115
|
+
export const statusColorPillImportantBgAltDefault: string;
|
116
|
+
export const statusColorPillImportantBgAltHover: string;
|
117
|
+
export const statusColorPillImportantBgHover: string;
|
118
|
+
export const statusColorPillImportantBorderDefault: string;
|
119
|
+
export const statusColorPillImportantInverseBgDefault: string;
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault: string;
|
121
|
+
export const statusColorPillImportantInverseBgAltHover: string;
|
122
|
+
export const statusColorPillImportantInverseBgHover: string;
|
123
|
+
export const statusColorPillImportantInverseBorderDefault: string;
|
114
124
|
export const statusColorPillInfoBgDefault: string;
|
115
125
|
export const statusColorPillInfoBgAltDefault: string;
|
116
126
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault = "#FFFFFF";
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover = "#FFFFFF";
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#000000f2";
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover = "#000000f2";
|
114
|
+
export const statusColorPillImportantBgDefault = "#8F4CD7";
|
115
|
+
export const statusColorPillImportantBgAltDefault = "#150d19";
|
116
|
+
export const statusColorPillImportantBgAltHover = "#231b30";
|
117
|
+
export const statusColorPillImportantBgHover = "#a267de";
|
118
|
+
export const statusColorPillImportantBorderDefault = "#8F4CD7";
|
119
|
+
export const statusColorPillImportantInverseBgDefault = "#985FDC";
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault = "#f1e6fa";
|
121
|
+
export const statusColorPillImportantInverseBgAltHover = "#daceed";
|
122
|
+
export const statusColorPillImportantInverseBgHover = "#8051b8";
|
123
|
+
export const statusColorPillImportantInverseBorderDefault = "#985FDC";
|
114
124
|
export const statusColorPillInfoBgDefault = "#007ED9";
|
115
125
|
export const statusColorPillInfoBgAltDefault = "#111722";
|
116
126
|
export const statusColorPillInfoBgAltHover = "#17253a";
|
@@ -42,6 +42,14 @@ export const tableBoxshadowParentrow: {
|
|
42
42
|
color: string;
|
43
43
|
type: string;
|
44
44
|
}[];
|
45
|
+
export const tableBoxshadowFirstchild: {
|
46
|
+
x: string;
|
47
|
+
y: string;
|
48
|
+
blur: string;
|
49
|
+
spread: string;
|
50
|
+
color: string;
|
51
|
+
type: string;
|
52
|
+
}[];
|
45
53
|
export const tableBoxshadowColumnStickyLeft: {
|
46
54
|
x: string;
|
47
55
|
y: string;
|
@@ -52,6 +52,16 @@ export const tableBoxshadowParentrow = [
|
|
52
52
|
type: "dropShadow",
|
53
53
|
},
|
54
54
|
];
|
55
|
+
export const tableBoxshadowFirstchild = [
|
56
|
+
{
|
57
|
+
x: "0",
|
58
|
+
y: "8",
|
59
|
+
blur: "4",
|
60
|
+
spread: "-4",
|
61
|
+
color: "#0000001A",
|
62
|
+
type: "innerShadow",
|
63
|
+
},
|
64
|
+
];
|
55
65
|
export const tableBoxshadowColumnStickyLeft = [
|
56
66
|
{
|
57
67
|
x: "2",
|
@@ -106,6 +106,14 @@ export const globalBoxshadowContainerSolidBorder: {
|
|
106
106
|
offsetX: string;
|
107
107
|
offsetY: string;
|
108
108
|
}[];
|
109
|
+
export const globalBoxshadowInnerNear: {
|
110
|
+
blur: string;
|
111
|
+
spread: string;
|
112
|
+
color: string;
|
113
|
+
type: string;
|
114
|
+
offsetX: string;
|
115
|
+
offsetY: string;
|
116
|
+
}[];
|
109
117
|
export const globalBoxshadowInteractiveEnabled: {
|
110
118
|
blur: string;
|
111
119
|
spread: string;
|
@@ -180,6 +180,16 @@ export const globalBoxshadowContainerSolidBorder = [
|
|
180
180
|
offsetY: "-1px",
|
181
181
|
},
|
182
182
|
];
|
183
|
+
export const globalBoxshadowInnerNear = [
|
184
|
+
{
|
185
|
+
blur: "4px",
|
186
|
+
spread: "-4px",
|
187
|
+
color: "#0000001A",
|
188
|
+
type: "innerShadow",
|
189
|
+
offsetX: "0",
|
190
|
+
offsetY: "8px",
|
191
|
+
},
|
192
|
+
];
|
183
193
|
export const globalBoxshadowInteractiveEnabled = [
|
184
194
|
{
|
185
195
|
blur: "2px",
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault: string;
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover: string;
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover: string;
|
114
|
+
export const statusColorPillImportantBgDefault: string;
|
115
|
+
export const statusColorPillImportantBgAltDefault: string;
|
116
|
+
export const statusColorPillImportantBgAltHover: string;
|
117
|
+
export const statusColorPillImportantBgHover: string;
|
118
|
+
export const statusColorPillImportantBorderDefault: string;
|
119
|
+
export const statusColorPillImportantInverseBgDefault: string;
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault: string;
|
121
|
+
export const statusColorPillImportantInverseBgAltHover: string;
|
122
|
+
export const statusColorPillImportantInverseBgHover: string;
|
123
|
+
export const statusColorPillImportantInverseBorderDefault: string;
|
114
124
|
export const statusColorPillInfoBgDefault: string;
|
115
125
|
export const statusColorPillInfoBgAltDefault: string;
|
116
126
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault = "#000000";
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover = "#000000";
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#fffffff2";
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover = "#fffffff2";
|
114
|
+
export const statusColorPillImportantBgDefault = "#8F4CD7";
|
115
|
+
export const statusColorPillImportantBgAltDefault = "#f5edfc";
|
116
|
+
export const statusColorPillImportantBgAltHover = "#ded4ee";
|
117
|
+
export const statusColorPillImportantBgHover = "#7941b4";
|
118
|
+
export const statusColorPillImportantBorderDefault = "#8F4CD7";
|
119
|
+
export const statusColorPillImportantInverseBgDefault = "#985FDC";
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault = "#1b1422";
|
121
|
+
export const statusColorPillImportantInverseBgAltHover = "#282039";
|
122
|
+
export const statusColorPillImportantInverseBgHover = "#a977e2";
|
123
|
+
export const statusColorPillImportantInverseBorderDefault = "#985FDC";
|
114
124
|
export const statusColorPillInfoBgDefault = "#0060A7";
|
115
125
|
export const statusColorPillInfoBgAltDefault = "#eaeef6";
|
116
126
|
export const statusColorPillInfoBgAltHover = "#cdd7ea";
|
@@ -42,6 +42,14 @@ export const tableBoxshadowParentrow: {
|
|
42
42
|
color: string;
|
43
43
|
type: string;
|
44
44
|
}[];
|
45
|
+
export const tableBoxshadowFirstchild: {
|
46
|
+
x: string;
|
47
|
+
y: string;
|
48
|
+
blur: string;
|
49
|
+
spread: string;
|
50
|
+
color: string;
|
51
|
+
type: string;
|
52
|
+
}[];
|
45
53
|
export const tableBoxshadowColumnStickyLeft: {
|
46
54
|
x: string;
|
47
55
|
y: string;
|
@@ -52,6 +52,16 @@ export const tableBoxshadowParentrow = [
|
|
52
52
|
type: "dropShadow",
|
53
53
|
},
|
54
54
|
];
|
55
|
+
export const tableBoxshadowFirstchild = [
|
56
|
+
{
|
57
|
+
x: "0",
|
58
|
+
y: "8",
|
59
|
+
blur: "4",
|
60
|
+
spread: "-4",
|
61
|
+
color: "#0000001A",
|
62
|
+
type: "innerShadow",
|
63
|
+
},
|
64
|
+
];
|
55
65
|
export const tableBoxshadowColumnStickyLeft = [
|
56
66
|
{
|
57
67
|
x: "2",
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault: string;
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover: string;
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover: string;
|
114
|
+
export const statusColorPillImportantBgDefault: string;
|
115
|
+
export const statusColorPillImportantBgAltDefault: string;
|
116
|
+
export const statusColorPillImportantBgAltHover: string;
|
117
|
+
export const statusColorPillImportantBgHover: string;
|
118
|
+
export const statusColorPillImportantBorderDefault: string;
|
119
|
+
export const statusColorPillImportantInverseBgDefault: string;
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault: string;
|
121
|
+
export const statusColorPillImportantInverseBgAltHover: string;
|
122
|
+
export const statusColorPillImportantInverseBgHover: string;
|
123
|
+
export const statusColorPillImportantInverseBorderDefault: string;
|
114
124
|
export const statusColorPillInfoBgDefault: string;
|
115
125
|
export const statusColorPillInfoBgAltDefault: string;
|
116
126
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault = "#FFFFFF";
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover = "#FFFFFF";
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#000000f2";
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover = "#000000f2";
|
114
|
+
export const statusColorPillImportantBgDefault = "#8F4CD7";
|
115
|
+
export const statusColorPillImportantBgAltDefault = "#150d19";
|
116
|
+
export const statusColorPillImportantBgAltHover = "#231b30";
|
117
|
+
export const statusColorPillImportantBgHover = "#a267de";
|
118
|
+
export const statusColorPillImportantBorderDefault = "#8F4CD7";
|
119
|
+
export const statusColorPillImportantInverseBgDefault = "#985FDC";
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault = "#f1e6fa";
|
121
|
+
export const statusColorPillImportantInverseBgAltHover = "#daceed";
|
122
|
+
export const statusColorPillImportantInverseBgHover = "#8051b8";
|
123
|
+
export const statusColorPillImportantInverseBorderDefault = "#985FDC";
|
114
124
|
export const statusColorPillInfoBgDefault = "#007ED9";
|
115
125
|
export const statusColorPillInfoBgAltDefault = "#111722";
|
116
126
|
export const statusColorPillInfoBgAltHover = "#17253a";
|
@@ -42,6 +42,14 @@ export const tableBoxshadowParentrow: {
|
|
42
42
|
color: string;
|
43
43
|
type: string;
|
44
44
|
}[];
|
45
|
+
export const tableBoxshadowFirstchild: {
|
46
|
+
x: string;
|
47
|
+
y: string;
|
48
|
+
blur: string;
|
49
|
+
spread: string;
|
50
|
+
color: string;
|
51
|
+
type: string;
|
52
|
+
}[];
|
45
53
|
export const tableBoxshadowColumnStickyLeft: {
|
46
54
|
x: string;
|
47
55
|
y: string;
|
@@ -52,6 +52,16 @@ export const tableBoxshadowParentrow = [
|
|
52
52
|
type: "dropShadow",
|
53
53
|
},
|
54
54
|
];
|
55
|
+
export const tableBoxshadowFirstchild = [
|
56
|
+
{
|
57
|
+
x: "0",
|
58
|
+
y: "8",
|
59
|
+
blur: "4",
|
60
|
+
spread: "-4",
|
61
|
+
color: "#0000001A",
|
62
|
+
type: "innerShadow",
|
63
|
+
},
|
64
|
+
];
|
55
65
|
export const tableBoxshadowColumnStickyLeft = [
|
56
66
|
{
|
57
67
|
x: "2",
|
@@ -106,6 +106,14 @@ export const globalBoxshadowContainerSolidBorder: {
|
|
106
106
|
offsetX: string;
|
107
107
|
offsetY: string;
|
108
108
|
}[];
|
109
|
+
export const globalBoxshadowInnerNear: {
|
110
|
+
blur: string;
|
111
|
+
spread: string;
|
112
|
+
color: string;
|
113
|
+
type: string;
|
114
|
+
offsetX: string;
|
115
|
+
offsetY: string;
|
116
|
+
}[];
|
109
117
|
export const globalBoxshadowInteractiveEnabled: {
|
110
118
|
blur: string;
|
111
119
|
spread: string;
|
@@ -180,6 +180,16 @@ export const globalBoxshadowContainerSolidBorder = [
|
|
180
180
|
offsetY: "-1px",
|
181
181
|
},
|
182
182
|
];
|
183
|
+
export const globalBoxshadowInnerNear = [
|
184
|
+
{
|
185
|
+
blur: "4px",
|
186
|
+
spread: "-4px",
|
187
|
+
color: "#0000001A",
|
188
|
+
type: "innerShadow",
|
189
|
+
offsetX: "0",
|
190
|
+
offsetY: "8px",
|
191
|
+
},
|
192
|
+
];
|
183
193
|
export const globalBoxshadowInteractiveEnabled = [
|
184
194
|
{
|
185
195
|
blur: "2px",
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault: string;
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover: string;
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover: string;
|
114
|
+
export const statusColorPillImportantBgDefault: string;
|
115
|
+
export const statusColorPillImportantBgAltDefault: string;
|
116
|
+
export const statusColorPillImportantBgAltHover: string;
|
117
|
+
export const statusColorPillImportantBgHover: string;
|
118
|
+
export const statusColorPillImportantBorderDefault: string;
|
119
|
+
export const statusColorPillImportantInverseBgDefault: string;
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault: string;
|
121
|
+
export const statusColorPillImportantInverseBgAltHover: string;
|
122
|
+
export const statusColorPillImportantInverseBgHover: string;
|
123
|
+
export const statusColorPillImportantInverseBorderDefault: string;
|
114
124
|
export const statusColorPillInfoBgDefault: string;
|
115
125
|
export const statusColorPillInfoBgAltDefault: string;
|
116
126
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault = "#000000";
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover = "#000000";
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#fffffff2";
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover = "#fffffff2";
|
114
|
+
export const statusColorPillImportantBgDefault = "#8F4CD7";
|
115
|
+
export const statusColorPillImportantBgAltDefault = "#f5edfc";
|
116
|
+
export const statusColorPillImportantBgAltHover = "#ded4ee";
|
117
|
+
export const statusColorPillImportantBgHover = "#7941b4";
|
118
|
+
export const statusColorPillImportantBorderDefault = "#8F4CD7";
|
119
|
+
export const statusColorPillImportantInverseBgDefault = "#985FDC";
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault = "#1b1422";
|
121
|
+
export const statusColorPillImportantInverseBgAltHover = "#282039";
|
122
|
+
export const statusColorPillImportantInverseBgHover = "#a977e2";
|
123
|
+
export const statusColorPillImportantInverseBorderDefault = "#985FDC";
|
114
124
|
export const statusColorPillInfoBgDefault = "#0060A7";
|
115
125
|
export const statusColorPillInfoBgAltDefault = "#eaeef6";
|
116
126
|
export const statusColorPillInfoBgAltHover = "#cdd7ea";
|
@@ -42,6 +42,14 @@ export const tableBoxshadowParentrow: {
|
|
42
42
|
color: string;
|
43
43
|
type: string;
|
44
44
|
}[];
|
45
|
+
export const tableBoxshadowFirstchild: {
|
46
|
+
x: string;
|
47
|
+
y: string;
|
48
|
+
blur: string;
|
49
|
+
spread: string;
|
50
|
+
color: string;
|
51
|
+
type: string;
|
52
|
+
}[];
|
45
53
|
export const tableBoxshadowColumnStickyLeft: {
|
46
54
|
x: string;
|
47
55
|
y: string;
|
@@ -52,6 +52,16 @@ export const tableBoxshadowParentrow = [
|
|
52
52
|
type: "dropShadow",
|
53
53
|
},
|
54
54
|
];
|
55
|
+
export const tableBoxshadowFirstchild = [
|
56
|
+
{
|
57
|
+
x: "0",
|
58
|
+
y: "8",
|
59
|
+
blur: "4",
|
60
|
+
spread: "-4",
|
61
|
+
color: "#0000001A",
|
62
|
+
type: "innerShadow",
|
63
|
+
},
|
64
|
+
];
|
55
65
|
export const tableBoxshadowColumnStickyLeft = [
|
56
66
|
{
|
57
67
|
x: "2",
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault: string;
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover: string;
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover: string;
|
114
|
+
export const statusColorPillImportantBgDefault: string;
|
115
|
+
export const statusColorPillImportantBgAltDefault: string;
|
116
|
+
export const statusColorPillImportantBgAltHover: string;
|
117
|
+
export const statusColorPillImportantBgHover: string;
|
118
|
+
export const statusColorPillImportantBorderDefault: string;
|
119
|
+
export const statusColorPillImportantInverseBgDefault: string;
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault: string;
|
121
|
+
export const statusColorPillImportantInverseBgAltHover: string;
|
122
|
+
export const statusColorPillImportantInverseBgHover: string;
|
123
|
+
export const statusColorPillImportantInverseBorderDefault: string;
|
114
124
|
export const statusColorPillInfoBgDefault: string;
|
115
125
|
export const statusColorPillInfoBgAltDefault: string;
|
116
126
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault = "#FFFFFF";
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover = "#FFFFFF";
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#000000f2";
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover = "#000000f2";
|
114
|
+
export const statusColorPillImportantBgDefault = "#8F4CD7";
|
115
|
+
export const statusColorPillImportantBgAltDefault = "#150d19";
|
116
|
+
export const statusColorPillImportantBgAltHover = "#231b30";
|
117
|
+
export const statusColorPillImportantBgHover = "#a267de";
|
118
|
+
export const statusColorPillImportantBorderDefault = "#8F4CD7";
|
119
|
+
export const statusColorPillImportantInverseBgDefault = "#985FDC";
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault = "#f1e6fa";
|
121
|
+
export const statusColorPillImportantInverseBgAltHover = "#daceed";
|
122
|
+
export const statusColorPillImportantInverseBgHover = "#8051b8";
|
123
|
+
export const statusColorPillImportantInverseBorderDefault = "#985FDC";
|
114
124
|
export const statusColorPillInfoBgDefault = "#007ED9";
|
115
125
|
export const statusColorPillInfoBgAltDefault = "#111722";
|
116
126
|
export const statusColorPillInfoBgAltHover = "#17253a";
|
@@ -42,6 +42,14 @@ export const tableBoxshadowParentrow: {
|
|
42
42
|
color: string;
|
43
43
|
type: string;
|
44
44
|
}[];
|
45
|
+
export const tableBoxshadowFirstchild: {
|
46
|
+
x: string;
|
47
|
+
y: string;
|
48
|
+
blur: string;
|
49
|
+
spread: string;
|
50
|
+
color: string;
|
51
|
+
type: string;
|
52
|
+
}[];
|
45
53
|
export const tableBoxshadowColumnStickyLeft: {
|
46
54
|
x: string;
|
47
55
|
y: string;
|
@@ -52,6 +52,16 @@ export const tableBoxshadowParentrow = [
|
|
52
52
|
type: "dropShadow",
|
53
53
|
},
|
54
54
|
];
|
55
|
+
export const tableBoxshadowFirstchild = [
|
56
|
+
{
|
57
|
+
x: "0",
|
58
|
+
y: "8",
|
59
|
+
blur: "4",
|
60
|
+
spread: "-4",
|
61
|
+
color: "#0000001A",
|
62
|
+
type: "innerShadow",
|
63
|
+
},
|
64
|
+
];
|
55
65
|
export const tableBoxshadowColumnStickyLeft = [
|
56
66
|
{
|
57
67
|
x: "2",
|
@@ -106,6 +106,14 @@ export const globalBoxshadowContainerSolidBorder: {
|
|
106
106
|
offsetX: string;
|
107
107
|
offsetY: string;
|
108
108
|
}[];
|
109
|
+
export const globalBoxshadowInnerNear: {
|
110
|
+
blur: string;
|
111
|
+
spread: string;
|
112
|
+
color: string;
|
113
|
+
type: string;
|
114
|
+
offsetX: string;
|
115
|
+
offsetY: string;
|
116
|
+
}[];
|
109
117
|
export const globalBoxshadowInteractiveEnabled: {
|
110
118
|
blur: string;
|
111
119
|
spread: string;
|
@@ -180,6 +180,16 @@ export const globalBoxshadowContainerSolidBorder = [
|
|
180
180
|
offsetY: "-1px",
|
181
181
|
},
|
182
182
|
];
|
183
|
+
export const globalBoxshadowInnerNear = [
|
184
|
+
{
|
185
|
+
blur: "4px",
|
186
|
+
spread: "-4px",
|
187
|
+
color: "#0000001A",
|
188
|
+
type: "innerShadow",
|
189
|
+
offsetX: "0",
|
190
|
+
offsetY: "8px",
|
191
|
+
},
|
192
|
+
];
|
183
193
|
export const globalBoxshadowInteractiveEnabled = [
|
184
194
|
{
|
185
195
|
blur: "2px",
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault: string;
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover: string;
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault: string;
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover: string;
|
114
|
+
export const statusColorPillImportantBgDefault: string;
|
115
|
+
export const statusColorPillImportantBgAltDefault: string;
|
116
|
+
export const statusColorPillImportantBgAltHover: string;
|
117
|
+
export const statusColorPillImportantBgHover: string;
|
118
|
+
export const statusColorPillImportantBorderDefault: string;
|
119
|
+
export const statusColorPillImportantInverseBgDefault: string;
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault: string;
|
121
|
+
export const statusColorPillImportantInverseBgAltHover: string;
|
122
|
+
export const statusColorPillImportantInverseBgHover: string;
|
123
|
+
export const statusColorPillImportantInverseBorderDefault: string;
|
114
124
|
export const statusColorPillInfoBgDefault: string;
|
115
125
|
export const statusColorPillInfoBgAltDefault: string;
|
116
126
|
export const statusColorPillInfoBgAltHover: string;
|
@@ -111,6 +111,16 @@ export const statusColorPillGenericInverseLabelDefault = "#000000";
|
|
111
111
|
export const statusColorPillGenericInverseLabelHover = "#000000";
|
112
112
|
export const statusColorPillGenericInverseLabelAltDefault = "#fffffff2";
|
113
113
|
export const statusColorPillGenericInverseLabelAltHover = "#fffffff2";
|
114
|
+
export const statusColorPillImportantBgDefault = "#8F4CD7";
|
115
|
+
export const statusColorPillImportantBgAltDefault = "#f5edfc";
|
116
|
+
export const statusColorPillImportantBgAltHover = "#ded4ee";
|
117
|
+
export const statusColorPillImportantBgHover = "#7941b4";
|
118
|
+
export const statusColorPillImportantBorderDefault = "#8F4CD7";
|
119
|
+
export const statusColorPillImportantInverseBgDefault = "#985FDC";
|
120
|
+
export const statusColorPillImportantInverseBgAltDefault = "#1b1422";
|
121
|
+
export const statusColorPillImportantInverseBgAltHover = "#282039";
|
122
|
+
export const statusColorPillImportantInverseBgHover = "#a977e2";
|
123
|
+
export const statusColorPillImportantInverseBorderDefault = "#985FDC";
|
114
124
|
export const statusColorPillInfoBgDefault = "#0060A7";
|
115
125
|
export const statusColorPillInfoBgAltDefault = "#eaeef6";
|
116
126
|
export const statusColorPillInfoBgAltHover = "#cdd7ea";
|
@@ -42,6 +42,14 @@ export const tableBoxshadowParentrow: {
|
|
42
42
|
color: string;
|
43
43
|
type: string;
|
44
44
|
}[];
|
45
|
+
export const tableBoxshadowFirstchild: {
|
46
|
+
x: string;
|
47
|
+
y: string;
|
48
|
+
blur: string;
|
49
|
+
spread: string;
|
50
|
+
color: string;
|
51
|
+
type: string;
|
52
|
+
}[];
|
45
53
|
export const tableBoxshadowColumnStickyLeft: {
|
46
54
|
x: string;
|
47
55
|
y: string;
|
@@ -52,6 +52,16 @@ export const tableBoxshadowParentrow = [
|
|
52
52
|
type: "dropShadow",
|
53
53
|
},
|
54
54
|
];
|
55
|
+
export const tableBoxshadowFirstchild = [
|
56
|
+
{
|
57
|
+
x: "0",
|
58
|
+
y: "8",
|
59
|
+
blur: "4",
|
60
|
+
spread: "-4",
|
61
|
+
color: "#0000001A",
|
62
|
+
type: "innerShadow",
|
63
|
+
},
|
64
|
+
];
|
55
65
|
export const tableBoxshadowColumnStickyLeft = [
|
56
66
|
{
|
57
67
|
x: "2",
|