@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
@@ -1964,6 +1964,179 @@ module.exports = {
|
|
1964
1964
|
},
|
1965
1965
|
},
|
1966
1966
|
},
|
1967
|
+
important: {
|
1968
|
+
"bg-default": {
|
1969
|
+
$type: "color",
|
1970
|
+
$value: "#8F4CD7",
|
1971
|
+
filePath: "data/tokens/components/status.json",
|
1972
|
+
isSource: true,
|
1973
|
+
original: {
|
1974
|
+
$type: "color",
|
1975
|
+
$value: "{modes.color.status.important.default}",
|
1976
|
+
},
|
1977
|
+
name: "statusColorPillImportantBgDefault",
|
1978
|
+
attributes: {},
|
1979
|
+
path: ["status", "color", "pill", "important", "bg-default"],
|
1980
|
+
},
|
1981
|
+
"bgAlt-default": {
|
1982
|
+
$type: "color",
|
1983
|
+
$value: "#f5edfc",
|
1984
|
+
$description: "outline pill bg",
|
1985
|
+
filePath: "data/tokens/components/status.json",
|
1986
|
+
isSource: true,
|
1987
|
+
original: {
|
1988
|
+
$type: "color",
|
1989
|
+
$value: "{modes.color.status.important.defaultAlt}",
|
1990
|
+
$description: "outline pill bg",
|
1991
|
+
},
|
1992
|
+
name: "statusColorPillImportantBgAltDefault",
|
1993
|
+
attributes: {},
|
1994
|
+
path: ["status", "color", "pill", "important", "bgAlt-default"],
|
1995
|
+
},
|
1996
|
+
"bgAlt-hover": {
|
1997
|
+
$type: "color",
|
1998
|
+
$value: "#ded4ee",
|
1999
|
+
filePath: "data/tokens/components/status.json",
|
2000
|
+
isSource: true,
|
2001
|
+
original: {
|
2002
|
+
$type: "color",
|
2003
|
+
$value: "{modes.color.status.important.hoverAlt}",
|
2004
|
+
},
|
2005
|
+
name: "statusColorPillImportantBgAltHover",
|
2006
|
+
attributes: {},
|
2007
|
+
path: ["status", "color", "pill", "important", "bgAlt-hover"],
|
2008
|
+
},
|
2009
|
+
"bg-hover": {
|
2010
|
+
$type: "color",
|
2011
|
+
$value: "#7941b4",
|
2012
|
+
filePath: "data/tokens/components/status.json",
|
2013
|
+
isSource: true,
|
2014
|
+
original: {
|
2015
|
+
$type: "color",
|
2016
|
+
$value: "{modes.color.status.important.hover}",
|
2017
|
+
},
|
2018
|
+
name: "statusColorPillImportantBgHover",
|
2019
|
+
attributes: {},
|
2020
|
+
path: ["status", "color", "pill", "important", "bg-hover"],
|
2021
|
+
},
|
2022
|
+
"border-default": {
|
2023
|
+
$type: "color",
|
2024
|
+
$value: "#8F4CD7",
|
2025
|
+
filePath: "data/tokens/components/status.json",
|
2026
|
+
isSource: true,
|
2027
|
+
original: {
|
2028
|
+
$type: "color",
|
2029
|
+
$value: "{modes.color.status.important.default}",
|
2030
|
+
},
|
2031
|
+
name: "statusColorPillImportantBorderDefault",
|
2032
|
+
attributes: {},
|
2033
|
+
path: ["status", "color", "pill", "important", "border-default"],
|
2034
|
+
},
|
2035
|
+
inverse: {
|
2036
|
+
"bg-default": {
|
2037
|
+
$type: "color",
|
2038
|
+
$value: "#985FDC",
|
2039
|
+
filePath: "data/tokens/components/status.json",
|
2040
|
+
isSource: true,
|
2041
|
+
original: {
|
2042
|
+
$type: "color",
|
2043
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2044
|
+
},
|
2045
|
+
name: "statusColorPillImportantInverseBgDefault",
|
2046
|
+
attributes: {},
|
2047
|
+
path: [
|
2048
|
+
"status",
|
2049
|
+
"color",
|
2050
|
+
"pill",
|
2051
|
+
"important",
|
2052
|
+
"inverse",
|
2053
|
+
"bg-default",
|
2054
|
+
],
|
2055
|
+
},
|
2056
|
+
"bgAlt-default": {
|
2057
|
+
$type: "color",
|
2058
|
+
$value: "#1b1422",
|
2059
|
+
$description: "outline pill bg",
|
2060
|
+
filePath: "data/tokens/components/status.json",
|
2061
|
+
isSource: true,
|
2062
|
+
original: {
|
2063
|
+
$type: "color",
|
2064
|
+
$value: "{modes.color.status.important.inverse.defaultAlt}",
|
2065
|
+
$description: "outline pill bg",
|
2066
|
+
},
|
2067
|
+
name: "statusColorPillImportantInverseBgAltDefault",
|
2068
|
+
attributes: {},
|
2069
|
+
path: [
|
2070
|
+
"status",
|
2071
|
+
"color",
|
2072
|
+
"pill",
|
2073
|
+
"important",
|
2074
|
+
"inverse",
|
2075
|
+
"bgAlt-default",
|
2076
|
+
],
|
2077
|
+
},
|
2078
|
+
"bgAlt-hover": {
|
2079
|
+
$type: "color",
|
2080
|
+
$value: "#282039",
|
2081
|
+
filePath: "data/tokens/components/status.json",
|
2082
|
+
isSource: true,
|
2083
|
+
original: {
|
2084
|
+
$type: "color",
|
2085
|
+
$value: "{modes.color.status.important.inverse.hoverAlt}",
|
2086
|
+
},
|
2087
|
+
name: "statusColorPillImportantInverseBgAltHover",
|
2088
|
+
attributes: {},
|
2089
|
+
path: [
|
2090
|
+
"status",
|
2091
|
+
"color",
|
2092
|
+
"pill",
|
2093
|
+
"important",
|
2094
|
+
"inverse",
|
2095
|
+
"bgAlt-hover",
|
2096
|
+
],
|
2097
|
+
},
|
2098
|
+
"bg-hover": {
|
2099
|
+
$type: "color",
|
2100
|
+
$value: "#a977e2",
|
2101
|
+
filePath: "data/tokens/components/status.json",
|
2102
|
+
isSource: true,
|
2103
|
+
original: {
|
2104
|
+
$type: "color",
|
2105
|
+
$value: "{modes.color.status.important.inverse.hover}",
|
2106
|
+
},
|
2107
|
+
name: "statusColorPillImportantInverseBgHover",
|
2108
|
+
attributes: {},
|
2109
|
+
path: [
|
2110
|
+
"status",
|
2111
|
+
"color",
|
2112
|
+
"pill",
|
2113
|
+
"important",
|
2114
|
+
"inverse",
|
2115
|
+
"bg-hover",
|
2116
|
+
],
|
2117
|
+
},
|
2118
|
+
"border-default": {
|
2119
|
+
$type: "color",
|
2120
|
+
$value: "#985FDC",
|
2121
|
+
filePath: "data/tokens/components/status.json",
|
2122
|
+
isSource: true,
|
2123
|
+
original: {
|
2124
|
+
$type: "color",
|
2125
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2126
|
+
},
|
2127
|
+
name: "statusColorPillImportantInverseBorderDefault",
|
2128
|
+
attributes: {},
|
2129
|
+
path: [
|
2130
|
+
"status",
|
2131
|
+
"color",
|
2132
|
+
"pill",
|
2133
|
+
"important",
|
2134
|
+
"inverse",
|
2135
|
+
"border-default",
|
2136
|
+
],
|
2137
|
+
},
|
2138
|
+
},
|
2139
|
+
},
|
1967
2140
|
info: {
|
1968
2141
|
"bg-default": {
|
1969
2142
|
$type: "color",
|
@@ -181,6 +181,20 @@ declare const tokens: {
|
|
181
181
|
"labelAlt-hover": DesignToken;
|
182
182
|
};
|
183
183
|
};
|
184
|
+
important: {
|
185
|
+
"bg-default": DesignToken;
|
186
|
+
"bgAlt-default": DesignToken;
|
187
|
+
"bgAlt-hover": DesignToken;
|
188
|
+
"bg-hover": DesignToken;
|
189
|
+
"border-default": DesignToken;
|
190
|
+
inverse: {
|
191
|
+
"bg-default": DesignToken;
|
192
|
+
"bgAlt-default": DesignToken;
|
193
|
+
"bgAlt-hover": DesignToken;
|
194
|
+
"bg-hover": DesignToken;
|
195
|
+
"border-default": DesignToken;
|
196
|
+
};
|
197
|
+
};
|
184
198
|
info: {
|
185
199
|
"bg-default": DesignToken;
|
186
200
|
"bgAlt-default": DesignToken;
|
@@ -1964,6 +1964,179 @@ module.exports = {
|
|
1964
1964
|
},
|
1965
1965
|
},
|
1966
1966
|
},
|
1967
|
+
important: {
|
1968
|
+
"bg-default": {
|
1969
|
+
$type: "color",
|
1970
|
+
$value: "#8F4CD7",
|
1971
|
+
filePath: "data/tokens/components/status.json",
|
1972
|
+
isSource: true,
|
1973
|
+
original: {
|
1974
|
+
$type: "color",
|
1975
|
+
$value: "{modes.color.status.important.default}",
|
1976
|
+
},
|
1977
|
+
name: "statusColorPillImportantBgDefault",
|
1978
|
+
attributes: {},
|
1979
|
+
path: ["status", "color", "pill", "important", "bg-default"],
|
1980
|
+
},
|
1981
|
+
"bgAlt-default": {
|
1982
|
+
$type: "color",
|
1983
|
+
$value: "#150d19",
|
1984
|
+
$description: "outline pill bg",
|
1985
|
+
filePath: "data/tokens/components/status.json",
|
1986
|
+
isSource: true,
|
1987
|
+
original: {
|
1988
|
+
$type: "color",
|
1989
|
+
$value: "{modes.color.status.important.defaultAlt}",
|
1990
|
+
$description: "outline pill bg",
|
1991
|
+
},
|
1992
|
+
name: "statusColorPillImportantBgAltDefault",
|
1993
|
+
attributes: {},
|
1994
|
+
path: ["status", "color", "pill", "important", "bgAlt-default"],
|
1995
|
+
},
|
1996
|
+
"bgAlt-hover": {
|
1997
|
+
$type: "color",
|
1998
|
+
$value: "#231b30",
|
1999
|
+
filePath: "data/tokens/components/status.json",
|
2000
|
+
isSource: true,
|
2001
|
+
original: {
|
2002
|
+
$type: "color",
|
2003
|
+
$value: "{modes.color.status.important.hoverAlt}",
|
2004
|
+
},
|
2005
|
+
name: "statusColorPillImportantBgAltHover",
|
2006
|
+
attributes: {},
|
2007
|
+
path: ["status", "color", "pill", "important", "bgAlt-hover"],
|
2008
|
+
},
|
2009
|
+
"bg-hover": {
|
2010
|
+
$type: "color",
|
2011
|
+
$value: "#a267de",
|
2012
|
+
filePath: "data/tokens/components/status.json",
|
2013
|
+
isSource: true,
|
2014
|
+
original: {
|
2015
|
+
$type: "color",
|
2016
|
+
$value: "{modes.color.status.important.hover}",
|
2017
|
+
},
|
2018
|
+
name: "statusColorPillImportantBgHover",
|
2019
|
+
attributes: {},
|
2020
|
+
path: ["status", "color", "pill", "important", "bg-hover"],
|
2021
|
+
},
|
2022
|
+
"border-default": {
|
2023
|
+
$type: "color",
|
2024
|
+
$value: "#8F4CD7",
|
2025
|
+
filePath: "data/tokens/components/status.json",
|
2026
|
+
isSource: true,
|
2027
|
+
original: {
|
2028
|
+
$type: "color",
|
2029
|
+
$value: "{modes.color.status.important.default}",
|
2030
|
+
},
|
2031
|
+
name: "statusColorPillImportantBorderDefault",
|
2032
|
+
attributes: {},
|
2033
|
+
path: ["status", "color", "pill", "important", "border-default"],
|
2034
|
+
},
|
2035
|
+
inverse: {
|
2036
|
+
"bg-default": {
|
2037
|
+
$type: "color",
|
2038
|
+
$value: "#985FDC",
|
2039
|
+
filePath: "data/tokens/components/status.json",
|
2040
|
+
isSource: true,
|
2041
|
+
original: {
|
2042
|
+
$type: "color",
|
2043
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2044
|
+
},
|
2045
|
+
name: "statusColorPillImportantInverseBgDefault",
|
2046
|
+
attributes: {},
|
2047
|
+
path: [
|
2048
|
+
"status",
|
2049
|
+
"color",
|
2050
|
+
"pill",
|
2051
|
+
"important",
|
2052
|
+
"inverse",
|
2053
|
+
"bg-default",
|
2054
|
+
],
|
2055
|
+
},
|
2056
|
+
"bgAlt-default": {
|
2057
|
+
$type: "color",
|
2058
|
+
$value: "#f1e6fa",
|
2059
|
+
$description: "outline pill bg",
|
2060
|
+
filePath: "data/tokens/components/status.json",
|
2061
|
+
isSource: true,
|
2062
|
+
original: {
|
2063
|
+
$type: "color",
|
2064
|
+
$value: "{modes.color.status.important.inverse.defaultAlt}",
|
2065
|
+
$description: "outline pill bg",
|
2066
|
+
},
|
2067
|
+
name: "statusColorPillImportantInverseBgAltDefault",
|
2068
|
+
attributes: {},
|
2069
|
+
path: [
|
2070
|
+
"status",
|
2071
|
+
"color",
|
2072
|
+
"pill",
|
2073
|
+
"important",
|
2074
|
+
"inverse",
|
2075
|
+
"bgAlt-default",
|
2076
|
+
],
|
2077
|
+
},
|
2078
|
+
"bgAlt-hover": {
|
2079
|
+
$type: "color",
|
2080
|
+
$value: "#daceed",
|
2081
|
+
filePath: "data/tokens/components/status.json",
|
2082
|
+
isSource: true,
|
2083
|
+
original: {
|
2084
|
+
$type: "color",
|
2085
|
+
$value: "{modes.color.status.important.inverse.hoverAlt}",
|
2086
|
+
},
|
2087
|
+
name: "statusColorPillImportantInverseBgAltHover",
|
2088
|
+
attributes: {},
|
2089
|
+
path: [
|
2090
|
+
"status",
|
2091
|
+
"color",
|
2092
|
+
"pill",
|
2093
|
+
"important",
|
2094
|
+
"inverse",
|
2095
|
+
"bgAlt-hover",
|
2096
|
+
],
|
2097
|
+
},
|
2098
|
+
"bg-hover": {
|
2099
|
+
$type: "color",
|
2100
|
+
$value: "#8051b8",
|
2101
|
+
filePath: "data/tokens/components/status.json",
|
2102
|
+
isSource: true,
|
2103
|
+
original: {
|
2104
|
+
$type: "color",
|
2105
|
+
$value: "{modes.color.status.important.inverse.hover}",
|
2106
|
+
},
|
2107
|
+
name: "statusColorPillImportantInverseBgHover",
|
2108
|
+
attributes: {},
|
2109
|
+
path: [
|
2110
|
+
"status",
|
2111
|
+
"color",
|
2112
|
+
"pill",
|
2113
|
+
"important",
|
2114
|
+
"inverse",
|
2115
|
+
"bg-hover",
|
2116
|
+
],
|
2117
|
+
},
|
2118
|
+
"border-default": {
|
2119
|
+
$type: "color",
|
2120
|
+
$value: "#985FDC",
|
2121
|
+
filePath: "data/tokens/components/status.json",
|
2122
|
+
isSource: true,
|
2123
|
+
original: {
|
2124
|
+
$type: "color",
|
2125
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2126
|
+
},
|
2127
|
+
name: "statusColorPillImportantInverseBorderDefault",
|
2128
|
+
attributes: {},
|
2129
|
+
path: [
|
2130
|
+
"status",
|
2131
|
+
"color",
|
2132
|
+
"pill",
|
2133
|
+
"important",
|
2134
|
+
"inverse",
|
2135
|
+
"border-default",
|
2136
|
+
],
|
2137
|
+
},
|
2138
|
+
},
|
2139
|
+
},
|
1967
2140
|
info: {
|
1968
2141
|
"bg-default": {
|
1969
2142
|
$type: "color",
|
@@ -181,6 +181,20 @@ declare const tokens: {
|
|
181
181
|
"labelAlt-hover": DesignToken;
|
182
182
|
};
|
183
183
|
};
|
184
|
+
important: {
|
185
|
+
"bg-default": DesignToken;
|
186
|
+
"bgAlt-default": DesignToken;
|
187
|
+
"bgAlt-hover": DesignToken;
|
188
|
+
"bg-hover": DesignToken;
|
189
|
+
"border-default": DesignToken;
|
190
|
+
inverse: {
|
191
|
+
"bg-default": DesignToken;
|
192
|
+
"bgAlt-default": DesignToken;
|
193
|
+
"bgAlt-hover": DesignToken;
|
194
|
+
"bg-hover": DesignToken;
|
195
|
+
"border-default": DesignToken;
|
196
|
+
};
|
197
|
+
};
|
184
198
|
info: {
|
185
199
|
"bg-default": DesignToken;
|
186
200
|
"bgAlt-default": DesignToken;
|
@@ -1964,6 +1964,179 @@ module.exports = {
|
|
1964
1964
|
},
|
1965
1965
|
},
|
1966
1966
|
},
|
1967
|
+
important: {
|
1968
|
+
"bg-default": {
|
1969
|
+
$type: "color",
|
1970
|
+
$value: "#8F4CD7",
|
1971
|
+
filePath: "data/tokens/components/status.json",
|
1972
|
+
isSource: true,
|
1973
|
+
original: {
|
1974
|
+
$type: "color",
|
1975
|
+
$value: "{modes.color.status.important.default}",
|
1976
|
+
},
|
1977
|
+
name: "statusColorPillImportantBgDefault",
|
1978
|
+
attributes: {},
|
1979
|
+
path: ["status", "color", "pill", "important", "bg-default"],
|
1980
|
+
},
|
1981
|
+
"bgAlt-default": {
|
1982
|
+
$type: "color",
|
1983
|
+
$value: "#f5edfc",
|
1984
|
+
$description: "outline pill bg",
|
1985
|
+
filePath: "data/tokens/components/status.json",
|
1986
|
+
isSource: true,
|
1987
|
+
original: {
|
1988
|
+
$type: "color",
|
1989
|
+
$value: "{modes.color.status.important.defaultAlt}",
|
1990
|
+
$description: "outline pill bg",
|
1991
|
+
},
|
1992
|
+
name: "statusColorPillImportantBgAltDefault",
|
1993
|
+
attributes: {},
|
1994
|
+
path: ["status", "color", "pill", "important", "bgAlt-default"],
|
1995
|
+
},
|
1996
|
+
"bgAlt-hover": {
|
1997
|
+
$type: "color",
|
1998
|
+
$value: "#ded4ee",
|
1999
|
+
filePath: "data/tokens/components/status.json",
|
2000
|
+
isSource: true,
|
2001
|
+
original: {
|
2002
|
+
$type: "color",
|
2003
|
+
$value: "{modes.color.status.important.hoverAlt}",
|
2004
|
+
},
|
2005
|
+
name: "statusColorPillImportantBgAltHover",
|
2006
|
+
attributes: {},
|
2007
|
+
path: ["status", "color", "pill", "important", "bgAlt-hover"],
|
2008
|
+
},
|
2009
|
+
"bg-hover": {
|
2010
|
+
$type: "color",
|
2011
|
+
$value: "#7941b4",
|
2012
|
+
filePath: "data/tokens/components/status.json",
|
2013
|
+
isSource: true,
|
2014
|
+
original: {
|
2015
|
+
$type: "color",
|
2016
|
+
$value: "{modes.color.status.important.hover}",
|
2017
|
+
},
|
2018
|
+
name: "statusColorPillImportantBgHover",
|
2019
|
+
attributes: {},
|
2020
|
+
path: ["status", "color", "pill", "important", "bg-hover"],
|
2021
|
+
},
|
2022
|
+
"border-default": {
|
2023
|
+
$type: "color",
|
2024
|
+
$value: "#8F4CD7",
|
2025
|
+
filePath: "data/tokens/components/status.json",
|
2026
|
+
isSource: true,
|
2027
|
+
original: {
|
2028
|
+
$type: "color",
|
2029
|
+
$value: "{modes.color.status.important.default}",
|
2030
|
+
},
|
2031
|
+
name: "statusColorPillImportantBorderDefault",
|
2032
|
+
attributes: {},
|
2033
|
+
path: ["status", "color", "pill", "important", "border-default"],
|
2034
|
+
},
|
2035
|
+
inverse: {
|
2036
|
+
"bg-default": {
|
2037
|
+
$type: "color",
|
2038
|
+
$value: "#985FDC",
|
2039
|
+
filePath: "data/tokens/components/status.json",
|
2040
|
+
isSource: true,
|
2041
|
+
original: {
|
2042
|
+
$type: "color",
|
2043
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2044
|
+
},
|
2045
|
+
name: "statusColorPillImportantInverseBgDefault",
|
2046
|
+
attributes: {},
|
2047
|
+
path: [
|
2048
|
+
"status",
|
2049
|
+
"color",
|
2050
|
+
"pill",
|
2051
|
+
"important",
|
2052
|
+
"inverse",
|
2053
|
+
"bg-default",
|
2054
|
+
],
|
2055
|
+
},
|
2056
|
+
"bgAlt-default": {
|
2057
|
+
$type: "color",
|
2058
|
+
$value: "#1b1422",
|
2059
|
+
$description: "outline pill bg",
|
2060
|
+
filePath: "data/tokens/components/status.json",
|
2061
|
+
isSource: true,
|
2062
|
+
original: {
|
2063
|
+
$type: "color",
|
2064
|
+
$value: "{modes.color.status.important.inverse.defaultAlt}",
|
2065
|
+
$description: "outline pill bg",
|
2066
|
+
},
|
2067
|
+
name: "statusColorPillImportantInverseBgAltDefault",
|
2068
|
+
attributes: {},
|
2069
|
+
path: [
|
2070
|
+
"status",
|
2071
|
+
"color",
|
2072
|
+
"pill",
|
2073
|
+
"important",
|
2074
|
+
"inverse",
|
2075
|
+
"bgAlt-default",
|
2076
|
+
],
|
2077
|
+
},
|
2078
|
+
"bgAlt-hover": {
|
2079
|
+
$type: "color",
|
2080
|
+
$value: "#282039",
|
2081
|
+
filePath: "data/tokens/components/status.json",
|
2082
|
+
isSource: true,
|
2083
|
+
original: {
|
2084
|
+
$type: "color",
|
2085
|
+
$value: "{modes.color.status.important.inverse.hoverAlt}",
|
2086
|
+
},
|
2087
|
+
name: "statusColorPillImportantInverseBgAltHover",
|
2088
|
+
attributes: {},
|
2089
|
+
path: [
|
2090
|
+
"status",
|
2091
|
+
"color",
|
2092
|
+
"pill",
|
2093
|
+
"important",
|
2094
|
+
"inverse",
|
2095
|
+
"bgAlt-hover",
|
2096
|
+
],
|
2097
|
+
},
|
2098
|
+
"bg-hover": {
|
2099
|
+
$type: "color",
|
2100
|
+
$value: "#a977e2",
|
2101
|
+
filePath: "data/tokens/components/status.json",
|
2102
|
+
isSource: true,
|
2103
|
+
original: {
|
2104
|
+
$type: "color",
|
2105
|
+
$value: "{modes.color.status.important.inverse.hover}",
|
2106
|
+
},
|
2107
|
+
name: "statusColorPillImportantInverseBgHover",
|
2108
|
+
attributes: {},
|
2109
|
+
path: [
|
2110
|
+
"status",
|
2111
|
+
"color",
|
2112
|
+
"pill",
|
2113
|
+
"important",
|
2114
|
+
"inverse",
|
2115
|
+
"bg-hover",
|
2116
|
+
],
|
2117
|
+
},
|
2118
|
+
"border-default": {
|
2119
|
+
$type: "color",
|
2120
|
+
$value: "#985FDC",
|
2121
|
+
filePath: "data/tokens/components/status.json",
|
2122
|
+
isSource: true,
|
2123
|
+
original: {
|
2124
|
+
$type: "color",
|
2125
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2126
|
+
},
|
2127
|
+
name: "statusColorPillImportantInverseBorderDefault",
|
2128
|
+
attributes: {},
|
2129
|
+
path: [
|
2130
|
+
"status",
|
2131
|
+
"color",
|
2132
|
+
"pill",
|
2133
|
+
"important",
|
2134
|
+
"inverse",
|
2135
|
+
"border-default",
|
2136
|
+
],
|
2137
|
+
},
|
2138
|
+
},
|
2139
|
+
},
|
1967
2140
|
info: {
|
1968
2141
|
"bg-default": {
|
1969
2142
|
$type: "color",
|
@@ -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;
|