@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.
Files changed (144) hide show
  1. package/css/frozenproduct/all.css +10 -0
  2. package/css/frozenproduct/large/components/status.css +10 -0
  3. package/css/frozenproduct/small/components/status.css +10 -0
  4. package/css/marketing/all.css +10 -0
  5. package/css/marketing/large/components/status.css +10 -0
  6. package/css/marketing/small/components/status.css +10 -0
  7. package/css/product/all.css +10 -0
  8. package/css/product/large/components/status.css +10 -0
  9. package/css/product/small/components/status.css +10 -0
  10. package/ios/frozenproduct/large/dark/components/status.h +10 -0
  11. package/ios/frozenproduct/large/light/components/status.h +10 -0
  12. package/ios/frozenproduct/small/dark/components/status.h +10 -0
  13. package/ios/frozenproduct/small/light/components/status.h +10 -0
  14. package/ios/marketing/large/dark/components/status.h +10 -0
  15. package/ios/marketing/large/light/components/status.h +10 -0
  16. package/ios/marketing/small/dark/components/status.h +10 -0
  17. package/ios/marketing/small/light/components/status.h +10 -0
  18. package/ios/product/large/dark/components/status.h +10 -0
  19. package/ios/product/large/light/components/status.h +10 -0
  20. package/ios/product/small/dark/components/status.h +10 -0
  21. package/ios/product/small/light/components/status.h +10 -0
  22. package/js/common/frozenproduct/large/dark/components/status.d.ts +14 -0
  23. package/js/common/frozenproduct/large/dark/components/status.js +173 -0
  24. package/js/common/frozenproduct/large/light/components/status.d.ts +14 -0
  25. package/js/common/frozenproduct/large/light/components/status.js +173 -0
  26. package/js/common/frozenproduct/small/dark/components/status.d.ts +14 -0
  27. package/js/common/frozenproduct/small/dark/components/status.js +173 -0
  28. package/js/common/frozenproduct/small/light/components/status.d.ts +14 -0
  29. package/js/common/frozenproduct/small/light/components/status.js +173 -0
  30. package/js/common/marketing/large/dark/components/status.d.ts +14 -0
  31. package/js/common/marketing/large/dark/components/status.js +173 -0
  32. package/js/common/marketing/large/light/components/status.d.ts +14 -0
  33. package/js/common/marketing/large/light/components/status.js +173 -0
  34. package/js/common/marketing/small/dark/components/status.d.ts +14 -0
  35. package/js/common/marketing/small/dark/components/status.js +173 -0
  36. package/js/common/marketing/small/light/components/status.d.ts +14 -0
  37. package/js/common/marketing/small/light/components/status.js +173 -0
  38. package/js/common/product/large/dark/components/status.d.ts +14 -0
  39. package/js/common/product/large/dark/components/status.js +173 -0
  40. package/js/common/product/large/light/components/status.d.ts +14 -0
  41. package/js/common/product/large/light/components/status.js +173 -0
  42. package/js/common/product/small/dark/components/status.d.ts +14 -0
  43. package/js/common/product/small/dark/components/status.js +173 -0
  44. package/js/common/product/small/light/components/status.d.ts +14 -0
  45. package/js/common/product/small/light/components/status.js +173 -0
  46. package/js/es6/frozenproduct/large/dark/components/status.d.ts +10 -0
  47. package/js/es6/frozenproduct/large/dark/components/status.js +10 -0
  48. package/js/es6/frozenproduct/large/light/components/status.d.ts +10 -0
  49. package/js/es6/frozenproduct/large/light/components/status.js +10 -0
  50. package/js/es6/frozenproduct/small/dark/components/status.d.ts +10 -0
  51. package/js/es6/frozenproduct/small/dark/components/status.js +10 -0
  52. package/js/es6/frozenproduct/small/light/components/status.d.ts +10 -0
  53. package/js/es6/frozenproduct/small/light/components/status.js +10 -0
  54. package/js/es6/marketing/large/dark/components/status.d.ts +10 -0
  55. package/js/es6/marketing/large/dark/components/status.js +10 -0
  56. package/js/es6/marketing/large/light/components/status.d.ts +10 -0
  57. package/js/es6/marketing/large/light/components/status.js +10 -0
  58. package/js/es6/marketing/small/dark/components/status.d.ts +10 -0
  59. package/js/es6/marketing/small/dark/components/status.js +10 -0
  60. package/js/es6/marketing/small/light/components/status.d.ts +10 -0
  61. package/js/es6/marketing/small/light/components/status.js +10 -0
  62. package/js/es6/product/large/dark/components/status.d.ts +10 -0
  63. package/js/es6/product/large/dark/components/status.js +10 -0
  64. package/js/es6/product/large/light/components/status.d.ts +10 -0
  65. package/js/es6/product/large/light/components/status.js +10 -0
  66. package/js/es6/product/small/dark/components/status.d.ts +10 -0
  67. package/js/es6/product/small/dark/components/status.js +10 -0
  68. package/js/es6/product/small/light/components/status.d.ts +10 -0
  69. package/js/es6/product/small/light/components/status.js +10 -0
  70. package/js/umd/frozenproduct/large/dark/components/status.js +173 -0
  71. package/js/umd/frozenproduct/large/light/components/status.js +173 -0
  72. package/js/umd/frozenproduct/small/dark/components/status.js +173 -0
  73. package/js/umd/frozenproduct/small/light/components/status.js +173 -0
  74. package/js/umd/marketing/large/dark/components/status.js +173 -0
  75. package/js/umd/marketing/large/light/components/status.js +173 -0
  76. package/js/umd/marketing/small/dark/components/status.js +173 -0
  77. package/js/umd/marketing/small/light/components/status.js +173 -0
  78. package/js/umd/product/large/dark/components/status.js +173 -0
  79. package/js/umd/product/large/light/components/status.js +173 -0
  80. package/js/umd/product/small/dark/components/status.js +173 -0
  81. package/js/umd/product/small/light/components/status.js +173 -0
  82. package/json/flat/frozenproduct/large/dark/components/status.json +10 -0
  83. package/json/flat/frozenproduct/large/light/components/status.json +10 -0
  84. package/json/flat/frozenproduct/small/dark/components/status.json +10 -0
  85. package/json/flat/frozenproduct/small/light/components/status.json +10 -0
  86. package/json/flat/marketing/large/dark/components/status.json +10 -0
  87. package/json/flat/marketing/large/light/components/status.json +10 -0
  88. package/json/flat/marketing/small/dark/components/status.json +10 -0
  89. package/json/flat/marketing/small/light/components/status.json +10 -0
  90. package/json/flat/product/large/dark/components/status.json +10 -0
  91. package/json/flat/product/large/light/components/status.json +10 -0
  92. package/json/flat/product/small/dark/components/status.json +10 -0
  93. package/json/flat/product/small/light/components/status.json +10 -0
  94. package/json/nested/frozenproduct/large/dark/components/status.json +14 -0
  95. package/json/nested/frozenproduct/large/light/components/status.json +14 -0
  96. package/json/nested/frozenproduct/small/dark/components/status.json +14 -0
  97. package/json/nested/frozenproduct/small/light/components/status.json +14 -0
  98. package/json/nested/marketing/large/dark/components/status.json +14 -0
  99. package/json/nested/marketing/large/light/components/status.json +14 -0
  100. package/json/nested/marketing/small/dark/components/status.json +14 -0
  101. package/json/nested/marketing/small/light/components/status.json +14 -0
  102. package/json/nested/product/large/dark/components/status.json +14 -0
  103. package/json/nested/product/large/light/components/status.json +14 -0
  104. package/json/nested/product/small/dark/components/status.json +14 -0
  105. package/json/nested/product/small/light/components/status.json +14 -0
  106. package/package.json +1 -1
  107. package/sage-design-tokens-14.2.0.tgz +0 -0
  108. package/scss/frozenproduct/large/components/button.scss +13 -13
  109. package/scss/frozenproduct/large/components/container.scss +10 -10
  110. package/scss/frozenproduct/large/components/form.scss +7 -7
  111. package/scss/frozenproduct/large/components/link.scss +2 -2
  112. package/scss/frozenproduct/large/components/nav.scss +5 -5
  113. package/scss/frozenproduct/large/components/page.scss +1 -1
  114. package/scss/frozenproduct/large/components/popover.scss +2 -2
  115. package/scss/frozenproduct/large/components/progress.scss +6 -6
  116. package/scss/frozenproduct/large/components/status.scss +13 -3
  117. package/scss/frozenproduct/large/components/tab.scss +7 -7
  118. package/scss/frozenproduct/large/components/table.scss +10 -10
  119. package/scss/frozenproduct/small/components/button.scss +13 -13
  120. package/scss/frozenproduct/small/components/container.scss +10 -10
  121. package/scss/frozenproduct/small/components/form.scss +7 -7
  122. package/scss/frozenproduct/small/components/link.scss +2 -2
  123. package/scss/frozenproduct/small/components/nav.scss +5 -5
  124. package/scss/frozenproduct/small/components/page.scss +1 -1
  125. package/scss/frozenproduct/small/components/popover.scss +2 -2
  126. package/scss/frozenproduct/small/components/progress.scss +6 -6
  127. package/scss/frozenproduct/small/components/status.scss +13 -3
  128. package/scss/frozenproduct/small/components/tab.scss +7 -7
  129. package/scss/frozenproduct/small/components/table.scss +10 -10
  130. package/scss/marketing/large/components/button.scss +13 -13
  131. package/scss/marketing/large/components/container.scss +10 -10
  132. package/scss/marketing/large/components/form.scss +7 -7
  133. package/scss/marketing/large/components/link.scss +2 -2
  134. package/scss/marketing/large/components/nav.scss +5 -5
  135. package/scss/marketing/large/components/page.scss +1 -1
  136. package/scss/marketing/large/components/popover.scss +2 -2
  137. package/scss/marketing/large/components/progress.scss +6 -6
  138. package/scss/marketing/large/components/status.scss +13 -3
  139. package/scss/marketing/large/components/tab.scss +7 -7
  140. package/scss/marketing/large/components/table.scss +10 -10
  141. package/scss/marketing/small/components/status.scss +10 -0
  142. package/scss/product/large/components/status.scss +10 -0
  143. package/scss/product/small/components/status.scss +10 -0
  144. 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: "#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",
@@ -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;