@k8slens/lds-tokens 0.31.0 → 0.33.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/lib/docs/token-map.dark.d.ts +1 -1
- package/lib/docs/token-map.dark.js +208 -173
- package/lib/docs/token-map.light.d.ts +1 -1
- package/lib/docs/token-map.light.js +208 -173
- package/lib/electron/font-face.css +1 -1
- package/lib/electron/icons/action.js +1 -1
- package/lib/electron/icons/base.js +1 -1
- package/lib/electron/icons/idp.js +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-verified.svg +1 -0
- package/lib/electron/icons/misc.js +3 -1
- package/lib/electron/icons/navigation.js +1 -1
- package/lib/electron/images/index.js +1 -1
- package/lib/electron/tokens.base.css +140 -0
- package/lib/electron/tokens.base.js +139 -0
- package/lib/electron/tokens.base.ts +139 -0
- package/lib/electron/tokens.colors.css +77 -0
- package/lib/electron/tokens.colors.js +76 -0
- package/lib/electron/tokens.colors.ts +76 -0
- package/lib/electron/tokens.core.css +1 -1
- package/lib/electron/tokens.dark.css +12 -215
- package/lib/electron/tokens.dark.js +39 -340
- package/lib/electron/tokens.dark.scoped.css +12 -1
- package/lib/electron/tokens.dark.ts +39 -340
- package/lib/electron/tokens.form.css +1 -1
- package/lib/electron/tokens.light.css +12 -215
- package/lib/electron/tokens.light.js +39 -340
- package/lib/electron/tokens.light.scoped.css +12 -1
- package/lib/electron/tokens.light.ts +39 -340
- package/lib/electron/tokens.tips.css +1 -1
- package/lib/web/colors/dark.js +1 -1
- package/lib/web/colors/light.js +1 -1
- package/lib/web/font-imports.css +1 -1
- package/lib/web/icons/action.js +1 -1
- package/lib/web/icons/base.js +1 -1
- package/lib/web/icons/idp.js +1 -1
- package/lib/web/icons/misc/asset-icon-misc-verified.svg +1 -0
- package/lib/web/icons/misc.js +3 -1
- package/lib/web/icons/navigation.js +1 -1
- package/lib/web/icons-inline/misc.brand.json +2 -1
- package/lib/web/icons-inline/misc.dark.json +2 -1
- package/lib/web/icons-inline/misc.light.json +2 -1
- package/lib/web/images/index.js +1 -1
- package/lib/web/tailwind.config.cjs +23 -23
- package/lib/web/tailwind.config.js +23 -23
- package/lib/web/tokens.base.css +143 -0
- package/lib/web/tokens.base.js +142 -0
- package/lib/web/tokens.base.ts +142 -0
- package/lib/web/tokens.colors.css +77 -0
- package/lib/web/tokens.colors.js +76 -0
- package/lib/web/tokens.colors.ts +76 -0
- package/lib/web/tokens.core.css +1 -1
- package/lib/web/tokens.dark.css +12 -218
- package/lib/web/tokens.dark.js +39 -343
- package/lib/web/tokens.dark.scoped.css +12 -1
- package/lib/web/tokens.dark.ts +39 -343
- package/lib/web/tokens.form.css +1 -1
- package/lib/web/tokens.light.css +12 -218
- package/lib/web/tokens.light.js +39 -343
- package/lib/web/tokens.light.scoped.css +12 -1
- package/lib/web/tokens.light.ts +39 -343
- package/lib/web/tokens.tips.css +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 21 Feb 2024 11:54:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
const tokenMap = {
|
|
@@ -938,6 +938,39 @@ const tokenMap = {
|
|
|
938
938
|
"iconName": "AwesomeIcon"
|
|
939
939
|
},
|
|
940
940
|
"inherits": []
|
|
941
|
+
},
|
|
942
|
+
"verified": {
|
|
943
|
+
"path": "asset.icon.misc.verified",
|
|
944
|
+
"name": "AssetIconMiscVerified",
|
|
945
|
+
"code": "$asset-icon-misc-verified",
|
|
946
|
+
"variable": "asset-icon-misc-verified",
|
|
947
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/verified.svg",
|
|
948
|
+
"attributes": {},
|
|
949
|
+
"asset": {
|
|
950
|
+
"name": "verified",
|
|
951
|
+
"fileName": "verified.svg",
|
|
952
|
+
"folder": "../../packages/tokens/lib/web/icons/misc",
|
|
953
|
+
"path": "../../packages/tokens/lib/web/icons/misc/verified.svg",
|
|
954
|
+
"group": "misc",
|
|
955
|
+
"relativePath": "./misc/verified.svg",
|
|
956
|
+
"package": "@k8slens/lds-tokens",
|
|
957
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
958
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/verified.svg",
|
|
959
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/verified.svg"
|
|
960
|
+
},
|
|
961
|
+
"react": {
|
|
962
|
+
"name": "Verified",
|
|
963
|
+
"fileName": "Verified.tsx",
|
|
964
|
+
"folder": "../../packages/icons/src/icons/misc",
|
|
965
|
+
"path": "../../packages/icons/src/icons/misc/Verified.tsx",
|
|
966
|
+
"group": "misc",
|
|
967
|
+
"relativePath": "./misc/Verified.tsx",
|
|
968
|
+
"package": "@k8slens/lds-icons",
|
|
969
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
970
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/Verified.tsx",
|
|
971
|
+
"iconName": "VerifiedIcon"
|
|
972
|
+
},
|
|
973
|
+
"inherits": []
|
|
941
974
|
}
|
|
942
975
|
},
|
|
943
976
|
"navigation": {
|
|
@@ -1722,7 +1755,7 @@ const tokenMap = {
|
|
|
1722
1755
|
"color.blue-green.600"
|
|
1723
1756
|
],
|
|
1724
1757
|
"inheritedBy": [
|
|
1725
|
-
"color.font.table-cell.active"
|
|
1758
|
+
"alias.color.font.table-cell.active"
|
|
1726
1759
|
]
|
|
1727
1760
|
}
|
|
1728
1761
|
},
|
|
@@ -1887,53 +1920,6 @@ const tokenMap = {
|
|
|
1887
1920
|
}
|
|
1888
1921
|
},
|
|
1889
1922
|
"background": {
|
|
1890
|
-
"block": {
|
|
1891
|
-
"header": {
|
|
1892
|
-
"path": "color.background.block.header",
|
|
1893
|
-
"name": "ColorBackgroundBlockHeader",
|
|
1894
|
-
"code": "$color-background-block-header",
|
|
1895
|
-
"variable": "color-background-block-header",
|
|
1896
|
-
"value": "hsl(217, 7%, 23%)",
|
|
1897
|
-
"attributes": {
|
|
1898
|
-
"tailwind": [
|
|
1899
|
-
"backgroundColor.block-header"
|
|
1900
|
-
]
|
|
1901
|
-
},
|
|
1902
|
-
"inherits": [
|
|
1903
|
-
"alias.color.background.tertiary"
|
|
1904
|
-
]
|
|
1905
|
-
},
|
|
1906
|
-
"content": {
|
|
1907
|
-
"path": "color.background.block.content",
|
|
1908
|
-
"name": "ColorBackgroundBlockContent",
|
|
1909
|
-
"code": "$color-background-block-content",
|
|
1910
|
-
"variable": "color-background-block-content",
|
|
1911
|
-
"value": "hsl(206, 9%, 20%)",
|
|
1912
|
-
"attributes": {
|
|
1913
|
-
"tailwind": [
|
|
1914
|
-
"backgroundColor.block-content"
|
|
1915
|
-
]
|
|
1916
|
-
},
|
|
1917
|
-
"inherits": [
|
|
1918
|
-
"alias.color.background.quarternary"
|
|
1919
|
-
]
|
|
1920
|
-
},
|
|
1921
|
-
"footer": {
|
|
1922
|
-
"path": "color.background.block.footer",
|
|
1923
|
-
"name": "ColorBackgroundBlockFooter",
|
|
1924
|
-
"code": "$color-background-block-footer",
|
|
1925
|
-
"variable": "color-background-block-footer",
|
|
1926
|
-
"value": "hsl(214, 9%, 15%)",
|
|
1927
|
-
"attributes": {
|
|
1928
|
-
"tailwind": [
|
|
1929
|
-
"backgroundColor.block-footer"
|
|
1930
|
-
]
|
|
1931
|
-
},
|
|
1932
|
-
"inherits": [
|
|
1933
|
-
"alias.color.background.secondary"
|
|
1934
|
-
]
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1937
1923
|
"button": {
|
|
1938
1924
|
"primary": {
|
|
1939
1925
|
"base": {
|
|
@@ -2171,98 +2157,6 @@ const tokenMap = {
|
|
|
2171
2157
|
}
|
|
2172
2158
|
},
|
|
2173
2159
|
"font": {
|
|
2174
|
-
"link": {
|
|
2175
|
-
"path": "color.font.link",
|
|
2176
|
-
"name": "ColorFontLink",
|
|
2177
|
-
"code": "$color-font-link",
|
|
2178
|
-
"variable": "color-font-link",
|
|
2179
|
-
"value": "hsl(206, 60%, 52%)",
|
|
2180
|
-
"attributes": {},
|
|
2181
|
-
"inherits": [
|
|
2182
|
-
"alias.color.brand.primary"
|
|
2183
|
-
]
|
|
2184
|
-
},
|
|
2185
|
-
"table-header": {
|
|
2186
|
-
"base": {
|
|
2187
|
-
"path": "color.font.table-header.base",
|
|
2188
|
-
"name": "ColorFontTable-headerBase",
|
|
2189
|
-
"code": "$color-font-table-header-base",
|
|
2190
|
-
"variable": "color-font-table-header-base",
|
|
2191
|
-
"value": "#ffffff",
|
|
2192
|
-
"attributes": {},
|
|
2193
|
-
"inherits": [
|
|
2194
|
-
"alias.color.text.accent"
|
|
2195
|
-
]
|
|
2196
|
-
}
|
|
2197
|
-
},
|
|
2198
|
-
"table-cell": {
|
|
2199
|
-
"primary": {
|
|
2200
|
-
"path": "color.font.table-cell.primary",
|
|
2201
|
-
"name": "ColorFontTable-cellPrimary",
|
|
2202
|
-
"code": "$color-font-table-cell-primary",
|
|
2203
|
-
"variable": "color-font-table-cell-primary",
|
|
2204
|
-
"value": "hsl(206, 6%, 60%)",
|
|
2205
|
-
"attributes": {},
|
|
2206
|
-
"inherits": [
|
|
2207
|
-
"alias.color.text.primary"
|
|
2208
|
-
]
|
|
2209
|
-
},
|
|
2210
|
-
"secondary": {
|
|
2211
|
-
"path": "color.font.table-cell.secondary",
|
|
2212
|
-
"name": "ColorFontTable-cellSecondary",
|
|
2213
|
-
"code": "$color-font-table-cell-secondary",
|
|
2214
|
-
"variable": "color-font-table-cell-secondary",
|
|
2215
|
-
"value": "hsl(206, 6%, 35%)",
|
|
2216
|
-
"attributes": {},
|
|
2217
|
-
"inherits": [
|
|
2218
|
-
"alias.color.text.secondary"
|
|
2219
|
-
]
|
|
2220
|
-
},
|
|
2221
|
-
"active": {
|
|
2222
|
-
"path": "color.font.table-cell.active",
|
|
2223
|
-
"name": "ColorFontTable-cellActive",
|
|
2224
|
-
"code": "$color-font-table-cell-active",
|
|
2225
|
-
"variable": "color-font-table-cell-active",
|
|
2226
|
-
"value": "hsl(172, 59%, 39%)",
|
|
2227
|
-
"attributes": {},
|
|
2228
|
-
"inherits": [
|
|
2229
|
-
"color.blue-green.default"
|
|
2230
|
-
]
|
|
2231
|
-
},
|
|
2232
|
-
"caution": {
|
|
2233
|
-
"path": "color.font.table-cell.caution",
|
|
2234
|
-
"name": "ColorFontTable-cellCaution",
|
|
2235
|
-
"code": "$color-font-table-cell-caution",
|
|
2236
|
-
"variable": "color-font-table-cell-caution",
|
|
2237
|
-
"value": "hsl(31.81, 100%, 57.84%)",
|
|
2238
|
-
"attributes": {},
|
|
2239
|
-
"inherits": [
|
|
2240
|
-
"alias.color.caution"
|
|
2241
|
-
]
|
|
2242
|
-
},
|
|
2243
|
-
"danger": {
|
|
2244
|
-
"path": "color.font.table-cell.danger",
|
|
2245
|
-
"name": "ColorFontTable-cellDanger",
|
|
2246
|
-
"code": "$color-font-table-cell-danger",
|
|
2247
|
-
"variable": "color-font-table-cell-danger",
|
|
2248
|
-
"value": "hsl(359, 60%, 50%)",
|
|
2249
|
-
"attributes": {},
|
|
2250
|
-
"inherits": [
|
|
2251
|
-
"alias.color.danger"
|
|
2252
|
-
]
|
|
2253
|
-
},
|
|
2254
|
-
"link": {
|
|
2255
|
-
"path": "color.font.table-cell.link",
|
|
2256
|
-
"name": "ColorFontTable-cellLink",
|
|
2257
|
-
"code": "$color-font-table-cell-link",
|
|
2258
|
-
"variable": "color-font-table-cell-link",
|
|
2259
|
-
"value": "hsl(206, 60%, 52%)",
|
|
2260
|
-
"attributes": {},
|
|
2261
|
-
"inherits": [
|
|
2262
|
-
"alias.color.brand.primary"
|
|
2263
|
-
]
|
|
2264
|
-
}
|
|
2265
|
-
},
|
|
2266
2160
|
"button": {
|
|
2267
2161
|
"primary": {
|
|
2268
2162
|
"base": {
|
|
@@ -5018,6 +4912,7 @@ const tokenMap = {
|
|
|
5018
4912
|
"spacing.4-5"
|
|
5019
4913
|
],
|
|
5020
4914
|
"inheritedBy": [
|
|
4915
|
+
"typography.heading.size.h2",
|
|
5021
4916
|
"typography.heading.size.h2-caps"
|
|
5022
4917
|
]
|
|
5023
4918
|
},
|
|
@@ -5029,14 +4924,14 @@ const tokenMap = {
|
|
|
5029
4924
|
"value": "1.25rem",
|
|
5030
4925
|
"attributes": {
|
|
5031
4926
|
"tailwind": [
|
|
5032
|
-
"fontSize.
|
|
4927
|
+
"fontSize.2xl[0]"
|
|
5033
4928
|
]
|
|
5034
4929
|
},
|
|
5035
4930
|
"inherits": [
|
|
5036
4931
|
"spacing.5"
|
|
5037
4932
|
],
|
|
5038
4933
|
"inheritedBy": [
|
|
5039
|
-
"typography.heading.size.
|
|
4934
|
+
"typography.heading.size.h1"
|
|
5040
4935
|
]
|
|
5041
4936
|
},
|
|
5042
4937
|
"3xl": {
|
|
@@ -5047,14 +4942,11 @@ const tokenMap = {
|
|
|
5047
4942
|
"value": "1.5rem",
|
|
5048
4943
|
"attributes": {
|
|
5049
4944
|
"tailwind": [
|
|
5050
|
-
"fontSize.
|
|
4945
|
+
"fontSize.3xl[0]"
|
|
5051
4946
|
]
|
|
5052
4947
|
},
|
|
5053
4948
|
"inherits": [
|
|
5054
4949
|
"spacing.6"
|
|
5055
|
-
],
|
|
5056
|
-
"inheritedBy": [
|
|
5057
|
-
"typography.heading.size.h1"
|
|
5058
4950
|
]
|
|
5059
4951
|
},
|
|
5060
4952
|
"4xl": {
|
|
@@ -5065,7 +4957,7 @@ const tokenMap = {
|
|
|
5065
4957
|
"value": "2rem",
|
|
5066
4958
|
"attributes": {
|
|
5067
4959
|
"tailwind": [
|
|
5068
|
-
"fontSize.
|
|
4960
|
+
"fontSize.4xl[0]"
|
|
5069
4961
|
]
|
|
5070
4962
|
},
|
|
5071
4963
|
"inherits": [
|
|
@@ -5080,7 +4972,7 @@ const tokenMap = {
|
|
|
5080
4972
|
"value": "2.25rem",
|
|
5081
4973
|
"attributes": {
|
|
5082
4974
|
"tailwind": [
|
|
5083
|
-
"fontSize.
|
|
4975
|
+
"fontSize.5xl[0]"
|
|
5084
4976
|
]
|
|
5085
4977
|
},
|
|
5086
4978
|
"inherits": [
|
|
@@ -5095,7 +4987,7 @@ const tokenMap = {
|
|
|
5095
4987
|
"value": "2.5rem",
|
|
5096
4988
|
"attributes": {
|
|
5097
4989
|
"tailwind": [
|
|
5098
|
-
"fontSize.
|
|
4990
|
+
"fontSize.6xl[0]"
|
|
5099
4991
|
]
|
|
5100
4992
|
},
|
|
5101
4993
|
"inherits": [
|
|
@@ -5110,7 +5002,7 @@ const tokenMap = {
|
|
|
5110
5002
|
"value": "3rem",
|
|
5111
5003
|
"attributes": {
|
|
5112
5004
|
"tailwind": [
|
|
5113
|
-
"fontSize.
|
|
5005
|
+
"fontSize.7xl[0]"
|
|
5114
5006
|
]
|
|
5115
5007
|
},
|
|
5116
5008
|
"inherits": [
|
|
@@ -5125,7 +5017,7 @@ const tokenMap = {
|
|
|
5125
5017
|
"value": "4rem",
|
|
5126
5018
|
"attributes": {
|
|
5127
5019
|
"tailwind": [
|
|
5128
|
-
"fontSize.
|
|
5020
|
+
"fontSize.8xl[0]"
|
|
5129
5021
|
]
|
|
5130
5022
|
},
|
|
5131
5023
|
"inherits": [
|
|
@@ -5140,7 +5032,7 @@ const tokenMap = {
|
|
|
5140
5032
|
"value": "4.5rem",
|
|
5141
5033
|
"attributes": {
|
|
5142
5034
|
"tailwind": [
|
|
5143
|
-
"fontSize.
|
|
5035
|
+
"fontSize.9xl[0]"
|
|
5144
5036
|
]
|
|
5145
5037
|
},
|
|
5146
5038
|
"inherits": [
|
|
@@ -5372,10 +5264,10 @@ const tokenMap = {
|
|
|
5372
5264
|
"name": "TypographyHeadingSizeH1",
|
|
5373
5265
|
"code": "$typography-heading-size-h1",
|
|
5374
5266
|
"variable": "typography-heading-size-h1",
|
|
5375
|
-
"value": "1.
|
|
5267
|
+
"value": "1.25rem",
|
|
5376
5268
|
"attributes": {},
|
|
5377
5269
|
"inherits": [
|
|
5378
|
-
"typography.size.
|
|
5270
|
+
"typography.size.2xl"
|
|
5379
5271
|
]
|
|
5380
5272
|
},
|
|
5381
5273
|
"h2": {
|
|
@@ -5383,10 +5275,10 @@ const tokenMap = {
|
|
|
5383
5275
|
"name": "TypographyHeadingSizeH2",
|
|
5384
5276
|
"code": "$typography-heading-size-h2",
|
|
5385
5277
|
"variable": "typography-heading-size-h2",
|
|
5386
|
-
"value": "1.
|
|
5278
|
+
"value": "1.125rem",
|
|
5387
5279
|
"attributes": {},
|
|
5388
5280
|
"inherits": [
|
|
5389
|
-
"typography.size.
|
|
5281
|
+
"typography.size.xl"
|
|
5390
5282
|
]
|
|
5391
5283
|
},
|
|
5392
5284
|
"h2-caps": {
|
|
@@ -5526,11 +5418,11 @@ const tokenMap = {
|
|
|
5526
5418
|
"color.background.tip.important",
|
|
5527
5419
|
"color.background.tip-button.default",
|
|
5528
5420
|
"color.background.tip-button.white",
|
|
5529
|
-
"color.font.link",
|
|
5530
|
-
"color.font.table-cell.link",
|
|
5531
5421
|
"color.font.button.primary.discreet",
|
|
5532
5422
|
"color.font.tip-button.important",
|
|
5533
|
-
"color.border.button.primary.discreet"
|
|
5423
|
+
"color.border.button.primary.discreet",
|
|
5424
|
+
"alias.color.font.link",
|
|
5425
|
+
"alias.color.font.table-cell.link"
|
|
5534
5426
|
]
|
|
5535
5427
|
}
|
|
5536
5428
|
},
|
|
@@ -5550,10 +5442,10 @@ const tokenMap = {
|
|
|
5550
5442
|
"color.blue-gray.600"
|
|
5551
5443
|
],
|
|
5552
5444
|
"inheritedBy": [
|
|
5553
|
-
"color.font.table-cell.primary",
|
|
5554
5445
|
"color.font.side-nav-item.base.default",
|
|
5555
5446
|
"color.font.form-field.label",
|
|
5556
|
-
"color.font.tip.default"
|
|
5447
|
+
"color.font.tip.default",
|
|
5448
|
+
"alias.color.font.table-cell.primary"
|
|
5557
5449
|
]
|
|
5558
5450
|
},
|
|
5559
5451
|
"secondary": {
|
|
@@ -5571,8 +5463,8 @@ const tokenMap = {
|
|
|
5571
5463
|
"color.blue-gray.350"
|
|
5572
5464
|
],
|
|
5573
5465
|
"inheritedBy": [
|
|
5574
|
-
"color.font.
|
|
5575
|
-
"color.font.
|
|
5466
|
+
"color.font.input.placeholder",
|
|
5467
|
+
"alias.color.font.table-cell.secondary"
|
|
5576
5468
|
]
|
|
5577
5469
|
},
|
|
5578
5470
|
"tertiary": {
|
|
@@ -5627,9 +5519,9 @@ const tokenMap = {
|
|
|
5627
5519
|
"color.white"
|
|
5628
5520
|
],
|
|
5629
5521
|
"inheritedBy": [
|
|
5630
|
-
"color.font.table-header.base",
|
|
5631
5522
|
"color.font.input.focus",
|
|
5632
|
-
"color.font.side-nav-item.active.default"
|
|
5523
|
+
"color.font.side-nav-item.active.default",
|
|
5524
|
+
"alias.color.font.table-header.base"
|
|
5633
5525
|
]
|
|
5634
5526
|
}
|
|
5635
5527
|
},
|
|
@@ -5737,12 +5629,12 @@ const tokenMap = {
|
|
|
5737
5629
|
"inheritedBy": [
|
|
5738
5630
|
"color.background.button.danger.base",
|
|
5739
5631
|
"color.background.side-nav-item.active.danger",
|
|
5740
|
-
"color.font.table-cell.danger",
|
|
5741
5632
|
"color.font.button.danger.discreet",
|
|
5742
5633
|
"color.font.side-nav-item.base.danger",
|
|
5743
5634
|
"color.font.form-field.error",
|
|
5744
5635
|
"color.border.button.danger.discreet",
|
|
5745
|
-
"color.border.input.invalid"
|
|
5636
|
+
"color.border.input.invalid",
|
|
5637
|
+
"alias.color.font.table-cell.danger"
|
|
5746
5638
|
]
|
|
5747
5639
|
},
|
|
5748
5640
|
"caution": {
|
|
@@ -5760,9 +5652,9 @@ const tokenMap = {
|
|
|
5760
5652
|
"color.orange.default"
|
|
5761
5653
|
],
|
|
5762
5654
|
"inheritedBy": [
|
|
5763
|
-
"color.font.table-cell.caution",
|
|
5764
5655
|
"color.font.button.caution.discreet",
|
|
5765
|
-
"color.border.button.caution.discreet"
|
|
5656
|
+
"color.border.button.caution.discreet",
|
|
5657
|
+
"alias.color.font.table-cell.caution"
|
|
5766
5658
|
]
|
|
5767
5659
|
},
|
|
5768
5660
|
"caution-dark": {
|
|
@@ -5849,7 +5741,8 @@ const tokenMap = {
|
|
|
5849
5741
|
"color.blue-gray.150"
|
|
5850
5742
|
],
|
|
5851
5743
|
"inheritedBy": [
|
|
5852
|
-
"color.background.block.
|
|
5744
|
+
"alias.color.background.block.header",
|
|
5745
|
+
"alias.color.background.block.footer"
|
|
5853
5746
|
]
|
|
5854
5747
|
},
|
|
5855
5748
|
"tertiary": {
|
|
@@ -5867,7 +5760,6 @@ const tokenMap = {
|
|
|
5867
5760
|
"color.blue-gray.230"
|
|
5868
5761
|
],
|
|
5869
5762
|
"inheritedBy": [
|
|
5870
|
-
"color.background.block.header",
|
|
5871
5763
|
"color.background.side-nav-item.active.default",
|
|
5872
5764
|
"color.background.switch.track.inactive"
|
|
5873
5765
|
]
|
|
@@ -5887,7 +5779,6 @@ const tokenMap = {
|
|
|
5887
5779
|
"color.blue-gray.200"
|
|
5888
5780
|
],
|
|
5889
5781
|
"inheritedBy": [
|
|
5890
|
-
"color.background.block.content",
|
|
5891
5782
|
"color.background.button.secondary.base",
|
|
5892
5783
|
"color.background.input.focus"
|
|
5893
5784
|
]
|
|
@@ -5905,6 +5796,9 @@ const tokenMap = {
|
|
|
5905
5796
|
},
|
|
5906
5797
|
"inherits": [
|
|
5907
5798
|
"color.blue-gray.170"
|
|
5799
|
+
],
|
|
5800
|
+
"inheritedBy": [
|
|
5801
|
+
"alias.color.background.block.content"
|
|
5908
5802
|
]
|
|
5909
5803
|
},
|
|
5910
5804
|
"elevation": {
|
|
@@ -5996,6 +5890,147 @@ const tokenMap = {
|
|
|
5996
5890
|
"color.background.switch.thumb-highlight"
|
|
5997
5891
|
]
|
|
5998
5892
|
}
|
|
5893
|
+
},
|
|
5894
|
+
"block": {
|
|
5895
|
+
"header": {
|
|
5896
|
+
"path": "alias.color.background.block.header",
|
|
5897
|
+
"name": "AliasColorBackgroundBlockHeader",
|
|
5898
|
+
"code": "$alias-color-background-block-header",
|
|
5899
|
+
"variable": "alias-color-background-block-header",
|
|
5900
|
+
"value": "hsl(214, 9%, 15%)",
|
|
5901
|
+
"attributes": {
|
|
5902
|
+
"tailwind": [
|
|
5903
|
+
"backgroundColor.block-header"
|
|
5904
|
+
]
|
|
5905
|
+
},
|
|
5906
|
+
"inherits": [
|
|
5907
|
+
"alias.color.background.secondary"
|
|
5908
|
+
]
|
|
5909
|
+
},
|
|
5910
|
+
"content": {
|
|
5911
|
+
"path": "alias.color.background.block.content",
|
|
5912
|
+
"name": "AliasColorBackgroundBlockContent",
|
|
5913
|
+
"code": "$alias-color-background-block-content",
|
|
5914
|
+
"variable": "alias-color-background-block-content",
|
|
5915
|
+
"value": "hsl(217, 9%, 17%)",
|
|
5916
|
+
"attributes": {
|
|
5917
|
+
"tailwind": [
|
|
5918
|
+
"backgroundColor.block-content"
|
|
5919
|
+
]
|
|
5920
|
+
},
|
|
5921
|
+
"inherits": [
|
|
5922
|
+
"alias.color.background.quinary"
|
|
5923
|
+
]
|
|
5924
|
+
},
|
|
5925
|
+
"footer": {
|
|
5926
|
+
"path": "alias.color.background.block.footer",
|
|
5927
|
+
"name": "AliasColorBackgroundBlockFooter",
|
|
5928
|
+
"code": "$alias-color-background-block-footer",
|
|
5929
|
+
"variable": "alias-color-background-block-footer",
|
|
5930
|
+
"value": "hsl(214, 9%, 15%)",
|
|
5931
|
+
"attributes": {
|
|
5932
|
+
"tailwind": [
|
|
5933
|
+
"backgroundColor.block-footer"
|
|
5934
|
+
]
|
|
5935
|
+
},
|
|
5936
|
+
"inherits": [
|
|
5937
|
+
"alias.color.background.secondary"
|
|
5938
|
+
]
|
|
5939
|
+
}
|
|
5940
|
+
}
|
|
5941
|
+
},
|
|
5942
|
+
"font": {
|
|
5943
|
+
"link": {
|
|
5944
|
+
"path": "alias.color.font.link",
|
|
5945
|
+
"name": "AliasColorFontLink",
|
|
5946
|
+
"code": "$alias-color-font-link",
|
|
5947
|
+
"variable": "alias-color-font-link",
|
|
5948
|
+
"value": "hsl(206, 60%, 52%)",
|
|
5949
|
+
"attributes": {},
|
|
5950
|
+
"inherits": [
|
|
5951
|
+
"alias.color.brand.primary"
|
|
5952
|
+
]
|
|
5953
|
+
},
|
|
5954
|
+
"table-header": {
|
|
5955
|
+
"base": {
|
|
5956
|
+
"path": "alias.color.font.table-header.base",
|
|
5957
|
+
"name": "AliasColorFontTable-headerBase",
|
|
5958
|
+
"code": "$alias-color-font-table-header-base",
|
|
5959
|
+
"variable": "alias-color-font-table-header-base",
|
|
5960
|
+
"value": "#ffffff",
|
|
5961
|
+
"attributes": {},
|
|
5962
|
+
"inherits": [
|
|
5963
|
+
"alias.color.text.accent"
|
|
5964
|
+
]
|
|
5965
|
+
}
|
|
5966
|
+
},
|
|
5967
|
+
"table-cell": {
|
|
5968
|
+
"primary": {
|
|
5969
|
+
"path": "alias.color.font.table-cell.primary",
|
|
5970
|
+
"name": "AliasColorFontTable-cellPrimary",
|
|
5971
|
+
"code": "$alias-color-font-table-cell-primary",
|
|
5972
|
+
"variable": "alias-color-font-table-cell-primary",
|
|
5973
|
+
"value": "hsl(206, 6%, 60%)",
|
|
5974
|
+
"attributes": {},
|
|
5975
|
+
"inherits": [
|
|
5976
|
+
"alias.color.text.primary"
|
|
5977
|
+
]
|
|
5978
|
+
},
|
|
5979
|
+
"secondary": {
|
|
5980
|
+
"path": "alias.color.font.table-cell.secondary",
|
|
5981
|
+
"name": "AliasColorFontTable-cellSecondary",
|
|
5982
|
+
"code": "$alias-color-font-table-cell-secondary",
|
|
5983
|
+
"variable": "alias-color-font-table-cell-secondary",
|
|
5984
|
+
"value": "hsl(206, 6%, 35%)",
|
|
5985
|
+
"attributes": {},
|
|
5986
|
+
"inherits": [
|
|
5987
|
+
"alias.color.text.secondary"
|
|
5988
|
+
]
|
|
5989
|
+
},
|
|
5990
|
+
"active": {
|
|
5991
|
+
"path": "alias.color.font.table-cell.active",
|
|
5992
|
+
"name": "AliasColorFontTable-cellActive",
|
|
5993
|
+
"code": "$alias-color-font-table-cell-active",
|
|
5994
|
+
"variable": "alias-color-font-table-cell-active",
|
|
5995
|
+
"value": "hsl(172, 59%, 39%)",
|
|
5996
|
+
"attributes": {},
|
|
5997
|
+
"inherits": [
|
|
5998
|
+
"color.blue-green.default"
|
|
5999
|
+
]
|
|
6000
|
+
},
|
|
6001
|
+
"caution": {
|
|
6002
|
+
"path": "alias.color.font.table-cell.caution",
|
|
6003
|
+
"name": "AliasColorFontTable-cellCaution",
|
|
6004
|
+
"code": "$alias-color-font-table-cell-caution",
|
|
6005
|
+
"variable": "alias-color-font-table-cell-caution",
|
|
6006
|
+
"value": "hsl(31.81, 100%, 57.84%)",
|
|
6007
|
+
"attributes": {},
|
|
6008
|
+
"inherits": [
|
|
6009
|
+
"alias.color.caution"
|
|
6010
|
+
]
|
|
6011
|
+
},
|
|
6012
|
+
"danger": {
|
|
6013
|
+
"path": "alias.color.font.table-cell.danger",
|
|
6014
|
+
"name": "AliasColorFontTable-cellDanger",
|
|
6015
|
+
"code": "$alias-color-font-table-cell-danger",
|
|
6016
|
+
"variable": "alias-color-font-table-cell-danger",
|
|
6017
|
+
"value": "hsl(359, 60%, 50%)",
|
|
6018
|
+
"attributes": {},
|
|
6019
|
+
"inherits": [
|
|
6020
|
+
"alias.color.danger"
|
|
6021
|
+
]
|
|
6022
|
+
},
|
|
6023
|
+
"link": {
|
|
6024
|
+
"path": "alias.color.font.table-cell.link",
|
|
6025
|
+
"name": "AliasColorFontTable-cellLink",
|
|
6026
|
+
"code": "$alias-color-font-table-cell-link",
|
|
6027
|
+
"variable": "alias-color-font-table-cell-link",
|
|
6028
|
+
"value": "hsl(206, 60%, 52%)",
|
|
6029
|
+
"attributes": {},
|
|
6030
|
+
"inherits": [
|
|
6031
|
+
"alias.color.brand.primary"
|
|
6032
|
+
]
|
|
6033
|
+
}
|
|
5999
6034
|
}
|
|
6000
6035
|
}
|
|
6001
6036
|
}
|