@sage/design-tokens 14.1.0 → 14.2.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 +10 -0
- package/css/frozenproduct/large/components/status.css +10 -0
- package/css/frozenproduct/small/components/status.css +10 -0
- package/css/marketing/all.css +10 -0
- package/css/marketing/large/components/status.css +10 -0
- package/css/marketing/small/components/status.css +10 -0
- package/css/product/all.css +10 -0
- package/css/product/large/components/status.css +10 -0
- package/css/product/small/components/status.css +10 -0
- package/ios/frozenproduct/large/dark/components/status.h +10 -0
- package/ios/frozenproduct/large/light/components/status.h +10 -0
- package/ios/frozenproduct/small/dark/components/status.h +10 -0
- package/ios/frozenproduct/small/light/components/status.h +10 -0
- package/ios/marketing/large/dark/components/status.h +10 -0
- package/ios/marketing/large/light/components/status.h +10 -0
- package/ios/marketing/small/dark/components/status.h +10 -0
- package/ios/marketing/small/light/components/status.h +10 -0
- package/ios/product/large/dark/components/status.h +10 -0
- package/ios/product/large/light/components/status.h +10 -0
- package/ios/product/small/dark/components/status.h +10 -0
- package/ios/product/small/light/components/status.h +10 -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/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/large/light/components/status.js +173 -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/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/small/light/components/status.js +173 -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/light/components/status.d.ts +14 -0
- package/js/common/marketing/large/light/components/status.js +173 -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/light/components/status.d.ts +14 -0
- package/js/common/marketing/small/light/components/status.js +173 -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/light/components/status.d.ts +14 -0
- package/js/common/product/large/light/components/status.js +173 -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/light/components/status.d.ts +14 -0
- package/js/common/product/small/light/components/status.js +173 -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/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/large/light/components/status.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/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/small/light/components/status.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/light/components/status.d.ts +10 -0
- package/js/es6/marketing/large/light/components/status.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/light/components/status.d.ts +10 -0
- package/js/es6/marketing/small/light/components/status.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/light/components/status.d.ts +10 -0
- package/js/es6/product/large/light/components/status.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/light/components/status.d.ts +10 -0
- package/js/es6/product/small/light/components/status.js +10 -0
- package/js/umd/frozenproduct/large/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/large/light/components/status.js +173 -0
- package/js/umd/frozenproduct/small/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/small/light/components/status.js +173 -0
- package/js/umd/marketing/large/dark/components/status.js +173 -0
- package/js/umd/marketing/large/light/components/status.js +173 -0
- package/js/umd/marketing/small/dark/components/status.js +173 -0
- package/js/umd/marketing/small/light/components/status.js +173 -0
- package/js/umd/product/large/dark/components/status.js +173 -0
- package/js/umd/product/large/light/components/status.js +173 -0
- package/js/umd/product/small/dark/components/status.js +173 -0
- package/js/umd/product/small/light/components/status.js +173 -0
- package/json/flat/frozenproduct/large/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/large/light/components/status.json +10 -0
- package/json/flat/frozenproduct/small/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/small/light/components/status.json +10 -0
- package/json/flat/marketing/large/dark/components/status.json +10 -0
- package/json/flat/marketing/large/light/components/status.json +10 -0
- package/json/flat/marketing/small/dark/components/status.json +10 -0
- package/json/flat/marketing/small/light/components/status.json +10 -0
- package/json/flat/product/large/dark/components/status.json +10 -0
- package/json/flat/product/large/light/components/status.json +10 -0
- package/json/flat/product/small/dark/components/status.json +10 -0
- package/json/flat/product/small/light/components/status.json +10 -0
- package/json/nested/frozenproduct/large/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/large/light/components/status.json +14 -0
- package/json/nested/frozenproduct/small/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/small/light/components/status.json +14 -0
- package/json/nested/marketing/large/dark/components/status.json +14 -0
- package/json/nested/marketing/large/light/components/status.json +14 -0
- package/json/nested/marketing/small/dark/components/status.json +14 -0
- package/json/nested/marketing/small/light/components/status.json +14 -0
- package/json/nested/product/large/dark/components/status.json +14 -0
- package/json/nested/product/large/light/components/status.json +14 -0
- package/json/nested/product/small/dark/components/status.json +14 -0
- package/json/nested/product/small/light/components/status.json +14 -0
- package/package.json +1 -1
- package/sage-design-tokens-14.2.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 +10 -10
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +13 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/marketing/large/components/button.scss +13 -13
- package/scss/marketing/large/components/container.scss +10 -10
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/nav.scss +5 -5
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +13 -3
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +10 -10
- package/scss/marketing/small/components/status.scss +10 -0
- package/scss/product/large/components/status.scss +10 -0
- package/scss/product/small/components/status.scss +10 -0
- package/sage-design-tokens-14.1.0.tgz +0 -0
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -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";
|
@@ -2080,6 +2080,179 @@
|
|
2080
2080
|
},
|
2081
2081
|
},
|
2082
2082
|
},
|
2083
|
+
important: {
|
2084
|
+
"bg-default": {
|
2085
|
+
$type: "color",
|
2086
|
+
$value: "#8F4CD7",
|
2087
|
+
filePath: "data/tokens/components/status.json",
|
2088
|
+
isSource: true,
|
2089
|
+
original: {
|
2090
|
+
$type: "color",
|
2091
|
+
$value: "{modes.color.status.important.default}",
|
2092
|
+
},
|
2093
|
+
name: "statusColorPillImportantBgDefault",
|
2094
|
+
attributes: {},
|
2095
|
+
path: ["status", "color", "pill", "important", "bg-default"],
|
2096
|
+
},
|
2097
|
+
"bgAlt-default": {
|
2098
|
+
$type: "color",
|
2099
|
+
$value: "#150d19",
|
2100
|
+
$description: "outline pill bg",
|
2101
|
+
filePath: "data/tokens/components/status.json",
|
2102
|
+
isSource: true,
|
2103
|
+
original: {
|
2104
|
+
$type: "color",
|
2105
|
+
$value: "{modes.color.status.important.defaultAlt}",
|
2106
|
+
$description: "outline pill bg",
|
2107
|
+
},
|
2108
|
+
name: "statusColorPillImportantBgAltDefault",
|
2109
|
+
attributes: {},
|
2110
|
+
path: ["status", "color", "pill", "important", "bgAlt-default"],
|
2111
|
+
},
|
2112
|
+
"bgAlt-hover": {
|
2113
|
+
$type: "color",
|
2114
|
+
$value: "#231b30",
|
2115
|
+
filePath: "data/tokens/components/status.json",
|
2116
|
+
isSource: true,
|
2117
|
+
original: {
|
2118
|
+
$type: "color",
|
2119
|
+
$value: "{modes.color.status.important.hoverAlt}",
|
2120
|
+
},
|
2121
|
+
name: "statusColorPillImportantBgAltHover",
|
2122
|
+
attributes: {},
|
2123
|
+
path: ["status", "color", "pill", "important", "bgAlt-hover"],
|
2124
|
+
},
|
2125
|
+
"bg-hover": {
|
2126
|
+
$type: "color",
|
2127
|
+
$value: "#a267de",
|
2128
|
+
filePath: "data/tokens/components/status.json",
|
2129
|
+
isSource: true,
|
2130
|
+
original: {
|
2131
|
+
$type: "color",
|
2132
|
+
$value: "{modes.color.status.important.hover}",
|
2133
|
+
},
|
2134
|
+
name: "statusColorPillImportantBgHover",
|
2135
|
+
attributes: {},
|
2136
|
+
path: ["status", "color", "pill", "important", "bg-hover"],
|
2137
|
+
},
|
2138
|
+
"border-default": {
|
2139
|
+
$type: "color",
|
2140
|
+
$value: "#8F4CD7",
|
2141
|
+
filePath: "data/tokens/components/status.json",
|
2142
|
+
isSource: true,
|
2143
|
+
original: {
|
2144
|
+
$type: "color",
|
2145
|
+
$value: "{modes.color.status.important.default}",
|
2146
|
+
},
|
2147
|
+
name: "statusColorPillImportantBorderDefault",
|
2148
|
+
attributes: {},
|
2149
|
+
path: ["status", "color", "pill", "important", "border-default"],
|
2150
|
+
},
|
2151
|
+
inverse: {
|
2152
|
+
"bg-default": {
|
2153
|
+
$type: "color",
|
2154
|
+
$value: "#985FDC",
|
2155
|
+
filePath: "data/tokens/components/status.json",
|
2156
|
+
isSource: true,
|
2157
|
+
original: {
|
2158
|
+
$type: "color",
|
2159
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2160
|
+
},
|
2161
|
+
name: "statusColorPillImportantInverseBgDefault",
|
2162
|
+
attributes: {},
|
2163
|
+
path: [
|
2164
|
+
"status",
|
2165
|
+
"color",
|
2166
|
+
"pill",
|
2167
|
+
"important",
|
2168
|
+
"inverse",
|
2169
|
+
"bg-default",
|
2170
|
+
],
|
2171
|
+
},
|
2172
|
+
"bgAlt-default": {
|
2173
|
+
$type: "color",
|
2174
|
+
$value: "#f1e6fa",
|
2175
|
+
$description: "outline pill bg",
|
2176
|
+
filePath: "data/tokens/components/status.json",
|
2177
|
+
isSource: true,
|
2178
|
+
original: {
|
2179
|
+
$type: "color",
|
2180
|
+
$value: "{modes.color.status.important.inverse.defaultAlt}",
|
2181
|
+
$description: "outline pill bg",
|
2182
|
+
},
|
2183
|
+
name: "statusColorPillImportantInverseBgAltDefault",
|
2184
|
+
attributes: {},
|
2185
|
+
path: [
|
2186
|
+
"status",
|
2187
|
+
"color",
|
2188
|
+
"pill",
|
2189
|
+
"important",
|
2190
|
+
"inverse",
|
2191
|
+
"bgAlt-default",
|
2192
|
+
],
|
2193
|
+
},
|
2194
|
+
"bgAlt-hover": {
|
2195
|
+
$type: "color",
|
2196
|
+
$value: "#daceed",
|
2197
|
+
filePath: "data/tokens/components/status.json",
|
2198
|
+
isSource: true,
|
2199
|
+
original: {
|
2200
|
+
$type: "color",
|
2201
|
+
$value: "{modes.color.status.important.inverse.hoverAlt}",
|
2202
|
+
},
|
2203
|
+
name: "statusColorPillImportantInverseBgAltHover",
|
2204
|
+
attributes: {},
|
2205
|
+
path: [
|
2206
|
+
"status",
|
2207
|
+
"color",
|
2208
|
+
"pill",
|
2209
|
+
"important",
|
2210
|
+
"inverse",
|
2211
|
+
"bgAlt-hover",
|
2212
|
+
],
|
2213
|
+
},
|
2214
|
+
"bg-hover": {
|
2215
|
+
$type: "color",
|
2216
|
+
$value: "#8051b8",
|
2217
|
+
filePath: "data/tokens/components/status.json",
|
2218
|
+
isSource: true,
|
2219
|
+
original: {
|
2220
|
+
$type: "color",
|
2221
|
+
$value: "{modes.color.status.important.inverse.hover}",
|
2222
|
+
},
|
2223
|
+
name: "statusColorPillImportantInverseBgHover",
|
2224
|
+
attributes: {},
|
2225
|
+
path: [
|
2226
|
+
"status",
|
2227
|
+
"color",
|
2228
|
+
"pill",
|
2229
|
+
"important",
|
2230
|
+
"inverse",
|
2231
|
+
"bg-hover",
|
2232
|
+
],
|
2233
|
+
},
|
2234
|
+
"border-default": {
|
2235
|
+
$type: "color",
|
2236
|
+
$value: "#985FDC",
|
2237
|
+
filePath: "data/tokens/components/status.json",
|
2238
|
+
isSource: true,
|
2239
|
+
original: {
|
2240
|
+
$type: "color",
|
2241
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2242
|
+
},
|
2243
|
+
name: "statusColorPillImportantInverseBorderDefault",
|
2244
|
+
attributes: {},
|
2245
|
+
path: [
|
2246
|
+
"status",
|
2247
|
+
"color",
|
2248
|
+
"pill",
|
2249
|
+
"important",
|
2250
|
+
"inverse",
|
2251
|
+
"border-default",
|
2252
|
+
],
|
2253
|
+
},
|
2254
|
+
},
|
2255
|
+
},
|
2083
2256
|
info: {
|
2084
2257
|
"bg-default": {
|
2085
2258
|
$type: "color",
|