@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": {
|
|
@@ -1716,7 +1749,7 @@ const tokenMap = {
|
|
|
1716
1749
|
"color.blue-green.600"
|
|
1717
1750
|
],
|
|
1718
1751
|
"inheritedBy": [
|
|
1719
|
-
"color.font.table-cell.active"
|
|
1752
|
+
"alias.color.font.table-cell.active"
|
|
1720
1753
|
]
|
|
1721
1754
|
}
|
|
1722
1755
|
},
|
|
@@ -1877,53 +1910,6 @@ const tokenMap = {
|
|
|
1877
1910
|
}
|
|
1878
1911
|
},
|
|
1879
1912
|
"background": {
|
|
1880
|
-
"block": {
|
|
1881
|
-
"header": {
|
|
1882
|
-
"path": "color.background.block.header",
|
|
1883
|
-
"name": "ColorBackgroundBlockHeader",
|
|
1884
|
-
"code": "$color-background-block-header",
|
|
1885
|
-
"variable": "color-background-block-header",
|
|
1886
|
-
"value": "hsl(206, 15%, 90%)",
|
|
1887
|
-
"attributes": {
|
|
1888
|
-
"tailwind": [
|
|
1889
|
-
"backgroundColor.block-header"
|
|
1890
|
-
]
|
|
1891
|
-
},
|
|
1892
|
-
"inherits": [
|
|
1893
|
-
"alias.color.background.tertiary"
|
|
1894
|
-
]
|
|
1895
|
-
},
|
|
1896
|
-
"content": {
|
|
1897
|
-
"path": "color.background.block.content",
|
|
1898
|
-
"name": "ColorBackgroundBlockContent",
|
|
1899
|
-
"code": "$color-background-block-content",
|
|
1900
|
-
"variable": "color-background-block-content",
|
|
1901
|
-
"value": "hsl(206, 15%, 85%)",
|
|
1902
|
-
"attributes": {
|
|
1903
|
-
"tailwind": [
|
|
1904
|
-
"backgroundColor.block-content"
|
|
1905
|
-
]
|
|
1906
|
-
},
|
|
1907
|
-
"inherits": [
|
|
1908
|
-
"alias.color.background.quarternary"
|
|
1909
|
-
]
|
|
1910
|
-
},
|
|
1911
|
-
"footer": {
|
|
1912
|
-
"path": "color.background.block.footer",
|
|
1913
|
-
"name": "ColorBackgroundBlockFooter",
|
|
1914
|
-
"code": "$color-background-block-footer",
|
|
1915
|
-
"variable": "color-background-block-footer",
|
|
1916
|
-
"value": "hsl(206, 15%, 98%)",
|
|
1917
|
-
"attributes": {
|
|
1918
|
-
"tailwind": [
|
|
1919
|
-
"backgroundColor.block-footer"
|
|
1920
|
-
]
|
|
1921
|
-
},
|
|
1922
|
-
"inherits": [
|
|
1923
|
-
"alias.color.background.secondary"
|
|
1924
|
-
]
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
1913
|
"button": {
|
|
1928
1914
|
"primary": {
|
|
1929
1915
|
"base": {
|
|
@@ -2161,98 +2147,6 @@ const tokenMap = {
|
|
|
2161
2147
|
}
|
|
2162
2148
|
},
|
|
2163
2149
|
"font": {
|
|
2164
|
-
"link": {
|
|
2165
|
-
"path": "color.font.link",
|
|
2166
|
-
"name": "ColorFontLink",
|
|
2167
|
-
"code": "$color-font-link",
|
|
2168
|
-
"variable": "color-font-link",
|
|
2169
|
-
"value": "hsl(206, 60%, 52%)",
|
|
2170
|
-
"attributes": {},
|
|
2171
|
-
"inherits": [
|
|
2172
|
-
"alias.color.brand.primary"
|
|
2173
|
-
]
|
|
2174
|
-
},
|
|
2175
|
-
"table-header": {
|
|
2176
|
-
"base": {
|
|
2177
|
-
"path": "color.font.table-header.base",
|
|
2178
|
-
"name": "ColorFontTable-headerBase",
|
|
2179
|
-
"code": "$color-font-table-header-base",
|
|
2180
|
-
"variable": "color-font-table-header-base",
|
|
2181
|
-
"value": "#000000",
|
|
2182
|
-
"attributes": {},
|
|
2183
|
-
"inherits": [
|
|
2184
|
-
"alias.color.text.accent"
|
|
2185
|
-
]
|
|
2186
|
-
}
|
|
2187
|
-
},
|
|
2188
|
-
"table-cell": {
|
|
2189
|
-
"primary": {
|
|
2190
|
-
"path": "color.font.table-cell.primary",
|
|
2191
|
-
"name": "ColorFontTable-cellPrimary",
|
|
2192
|
-
"code": "$color-font-table-cell-primary",
|
|
2193
|
-
"variable": "color-font-table-cell-primary",
|
|
2194
|
-
"value": "hsl(206, 6%, 55%)",
|
|
2195
|
-
"attributes": {},
|
|
2196
|
-
"inherits": [
|
|
2197
|
-
"alias.color.text.primary"
|
|
2198
|
-
]
|
|
2199
|
-
},
|
|
2200
|
-
"secondary": {
|
|
2201
|
-
"path": "color.font.table-cell.secondary",
|
|
2202
|
-
"name": "ColorFontTable-cellSecondary",
|
|
2203
|
-
"code": "$color-font-table-cell-secondary",
|
|
2204
|
-
"variable": "color-font-table-cell-secondary",
|
|
2205
|
-
"value": "hsl(206, 5%, 75%)",
|
|
2206
|
-
"attributes": {},
|
|
2207
|
-
"inherits": [
|
|
2208
|
-
"alias.color.text.secondary"
|
|
2209
|
-
]
|
|
2210
|
-
},
|
|
2211
|
-
"active": {
|
|
2212
|
-
"path": "color.font.table-cell.active",
|
|
2213
|
-
"name": "ColorFontTable-cellActive",
|
|
2214
|
-
"code": "$color-font-table-cell-active",
|
|
2215
|
-
"variable": "color-font-table-cell-active",
|
|
2216
|
-
"value": "hsl(172, 59%, 39%)",
|
|
2217
|
-
"attributes": {},
|
|
2218
|
-
"inherits": [
|
|
2219
|
-
"color.blue-green.default"
|
|
2220
|
-
]
|
|
2221
|
-
},
|
|
2222
|
-
"caution": {
|
|
2223
|
-
"path": "color.font.table-cell.caution",
|
|
2224
|
-
"name": "ColorFontTable-cellCaution",
|
|
2225
|
-
"code": "$color-font-table-cell-caution",
|
|
2226
|
-
"variable": "color-font-table-cell-caution",
|
|
2227
|
-
"value": "hsl(31.81, 100%, 57.84%)",
|
|
2228
|
-
"attributes": {},
|
|
2229
|
-
"inherits": [
|
|
2230
|
-
"alias.color.caution"
|
|
2231
|
-
]
|
|
2232
|
-
},
|
|
2233
|
-
"danger": {
|
|
2234
|
-
"path": "color.font.table-cell.danger",
|
|
2235
|
-
"name": "ColorFontTable-cellDanger",
|
|
2236
|
-
"code": "$color-font-table-cell-danger",
|
|
2237
|
-
"variable": "color-font-table-cell-danger",
|
|
2238
|
-
"value": "hsl(359, 60%, 50%)",
|
|
2239
|
-
"attributes": {},
|
|
2240
|
-
"inherits": [
|
|
2241
|
-
"alias.color.danger"
|
|
2242
|
-
]
|
|
2243
|
-
},
|
|
2244
|
-
"link": {
|
|
2245
|
-
"path": "color.font.table-cell.link",
|
|
2246
|
-
"name": "ColorFontTable-cellLink",
|
|
2247
|
-
"code": "$color-font-table-cell-link",
|
|
2248
|
-
"variable": "color-font-table-cell-link",
|
|
2249
|
-
"value": "hsl(206, 60%, 52%)",
|
|
2250
|
-
"attributes": {},
|
|
2251
|
-
"inherits": [
|
|
2252
|
-
"alias.color.brand.primary"
|
|
2253
|
-
]
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
2150
|
"button": {
|
|
2257
2151
|
"primary": {
|
|
2258
2152
|
"base": {
|
|
@@ -5008,6 +4902,7 @@ const tokenMap = {
|
|
|
5008
4902
|
"spacing.4-5"
|
|
5009
4903
|
],
|
|
5010
4904
|
"inheritedBy": [
|
|
4905
|
+
"typography.heading.size.h2",
|
|
5011
4906
|
"typography.heading.size.h2-caps"
|
|
5012
4907
|
]
|
|
5013
4908
|
},
|
|
@@ -5019,14 +4914,14 @@ const tokenMap = {
|
|
|
5019
4914
|
"value": "1.25rem",
|
|
5020
4915
|
"attributes": {
|
|
5021
4916
|
"tailwind": [
|
|
5022
|
-
"fontSize.
|
|
4917
|
+
"fontSize.2xl[0]"
|
|
5023
4918
|
]
|
|
5024
4919
|
},
|
|
5025
4920
|
"inherits": [
|
|
5026
4921
|
"spacing.5"
|
|
5027
4922
|
],
|
|
5028
4923
|
"inheritedBy": [
|
|
5029
|
-
"typography.heading.size.
|
|
4924
|
+
"typography.heading.size.h1"
|
|
5030
4925
|
]
|
|
5031
4926
|
},
|
|
5032
4927
|
"3xl": {
|
|
@@ -5037,14 +4932,11 @@ const tokenMap = {
|
|
|
5037
4932
|
"value": "1.5rem",
|
|
5038
4933
|
"attributes": {
|
|
5039
4934
|
"tailwind": [
|
|
5040
|
-
"fontSize.
|
|
4935
|
+
"fontSize.3xl[0]"
|
|
5041
4936
|
]
|
|
5042
4937
|
},
|
|
5043
4938
|
"inherits": [
|
|
5044
4939
|
"spacing.6"
|
|
5045
|
-
],
|
|
5046
|
-
"inheritedBy": [
|
|
5047
|
-
"typography.heading.size.h1"
|
|
5048
4940
|
]
|
|
5049
4941
|
},
|
|
5050
4942
|
"4xl": {
|
|
@@ -5055,7 +4947,7 @@ const tokenMap = {
|
|
|
5055
4947
|
"value": "2rem",
|
|
5056
4948
|
"attributes": {
|
|
5057
4949
|
"tailwind": [
|
|
5058
|
-
"fontSize.
|
|
4950
|
+
"fontSize.4xl[0]"
|
|
5059
4951
|
]
|
|
5060
4952
|
},
|
|
5061
4953
|
"inherits": [
|
|
@@ -5070,7 +4962,7 @@ const tokenMap = {
|
|
|
5070
4962
|
"value": "2.25rem",
|
|
5071
4963
|
"attributes": {
|
|
5072
4964
|
"tailwind": [
|
|
5073
|
-
"fontSize.
|
|
4965
|
+
"fontSize.5xl[0]"
|
|
5074
4966
|
]
|
|
5075
4967
|
},
|
|
5076
4968
|
"inherits": [
|
|
@@ -5085,7 +4977,7 @@ const tokenMap = {
|
|
|
5085
4977
|
"value": "2.5rem",
|
|
5086
4978
|
"attributes": {
|
|
5087
4979
|
"tailwind": [
|
|
5088
|
-
"fontSize.
|
|
4980
|
+
"fontSize.6xl[0]"
|
|
5089
4981
|
]
|
|
5090
4982
|
},
|
|
5091
4983
|
"inherits": [
|
|
@@ -5100,7 +4992,7 @@ const tokenMap = {
|
|
|
5100
4992
|
"value": "3rem",
|
|
5101
4993
|
"attributes": {
|
|
5102
4994
|
"tailwind": [
|
|
5103
|
-
"fontSize.
|
|
4995
|
+
"fontSize.7xl[0]"
|
|
5104
4996
|
]
|
|
5105
4997
|
},
|
|
5106
4998
|
"inherits": [
|
|
@@ -5115,7 +5007,7 @@ const tokenMap = {
|
|
|
5115
5007
|
"value": "4rem",
|
|
5116
5008
|
"attributes": {
|
|
5117
5009
|
"tailwind": [
|
|
5118
|
-
"fontSize.
|
|
5010
|
+
"fontSize.8xl[0]"
|
|
5119
5011
|
]
|
|
5120
5012
|
},
|
|
5121
5013
|
"inherits": [
|
|
@@ -5130,7 +5022,7 @@ const tokenMap = {
|
|
|
5130
5022
|
"value": "4.5rem",
|
|
5131
5023
|
"attributes": {
|
|
5132
5024
|
"tailwind": [
|
|
5133
|
-
"fontSize.
|
|
5025
|
+
"fontSize.9xl[0]"
|
|
5134
5026
|
]
|
|
5135
5027
|
},
|
|
5136
5028
|
"inherits": [
|
|
@@ -5362,10 +5254,10 @@ const tokenMap = {
|
|
|
5362
5254
|
"name": "TypographyHeadingSizeH1",
|
|
5363
5255
|
"code": "$typography-heading-size-h1",
|
|
5364
5256
|
"variable": "typography-heading-size-h1",
|
|
5365
|
-
"value": "1.
|
|
5257
|
+
"value": "1.25rem",
|
|
5366
5258
|
"attributes": {},
|
|
5367
5259
|
"inherits": [
|
|
5368
|
-
"typography.size.
|
|
5260
|
+
"typography.size.2xl"
|
|
5369
5261
|
]
|
|
5370
5262
|
},
|
|
5371
5263
|
"h2": {
|
|
@@ -5373,10 +5265,10 @@ const tokenMap = {
|
|
|
5373
5265
|
"name": "TypographyHeadingSizeH2",
|
|
5374
5266
|
"code": "$typography-heading-size-h2",
|
|
5375
5267
|
"variable": "typography-heading-size-h2",
|
|
5376
|
-
"value": "1.
|
|
5268
|
+
"value": "1.125rem",
|
|
5377
5269
|
"attributes": {},
|
|
5378
5270
|
"inherits": [
|
|
5379
|
-
"typography.size.
|
|
5271
|
+
"typography.size.xl"
|
|
5380
5272
|
]
|
|
5381
5273
|
},
|
|
5382
5274
|
"h2-caps": {
|
|
@@ -5516,11 +5408,11 @@ const tokenMap = {
|
|
|
5516
5408
|
"color.background.tip.important",
|
|
5517
5409
|
"color.background.tip-button.default",
|
|
5518
5410
|
"color.background.tip-button.white",
|
|
5519
|
-
"color.font.link",
|
|
5520
|
-
"color.font.table-cell.link",
|
|
5521
5411
|
"color.font.button.primary.discreet",
|
|
5522
5412
|
"color.font.tip-button.important",
|
|
5523
|
-
"color.border.button.primary.discreet"
|
|
5413
|
+
"color.border.button.primary.discreet",
|
|
5414
|
+
"alias.color.font.link",
|
|
5415
|
+
"alias.color.font.table-cell.link"
|
|
5524
5416
|
]
|
|
5525
5417
|
}
|
|
5526
5418
|
},
|
|
@@ -5540,10 +5432,10 @@ const tokenMap = {
|
|
|
5540
5432
|
"color.blue-gray.550"
|
|
5541
5433
|
],
|
|
5542
5434
|
"inheritedBy": [
|
|
5543
|
-
"color.font.table-cell.primary",
|
|
5544
5435
|
"color.font.side-nav-item.base.default",
|
|
5545
5436
|
"color.font.form-field.label",
|
|
5546
|
-
"color.font.tip.default"
|
|
5437
|
+
"color.font.tip.default",
|
|
5438
|
+
"alias.color.font.table-cell.primary"
|
|
5547
5439
|
]
|
|
5548
5440
|
},
|
|
5549
5441
|
"secondary": {
|
|
@@ -5561,8 +5453,8 @@ const tokenMap = {
|
|
|
5561
5453
|
"color.blue-gray.750"
|
|
5562
5454
|
],
|
|
5563
5455
|
"inheritedBy": [
|
|
5564
|
-
"color.font.
|
|
5565
|
-
"color.font.
|
|
5456
|
+
"color.font.input.placeholder",
|
|
5457
|
+
"alias.color.font.table-cell.secondary"
|
|
5566
5458
|
]
|
|
5567
5459
|
},
|
|
5568
5460
|
"tertiary": {
|
|
@@ -5617,9 +5509,9 @@ const tokenMap = {
|
|
|
5617
5509
|
"color.black"
|
|
5618
5510
|
],
|
|
5619
5511
|
"inheritedBy": [
|
|
5620
|
-
"color.font.table-header.base",
|
|
5621
5512
|
"color.font.input.focus",
|
|
5622
|
-
"color.font.side-nav-item.active.default"
|
|
5513
|
+
"color.font.side-nav-item.active.default",
|
|
5514
|
+
"alias.color.font.table-header.base"
|
|
5623
5515
|
]
|
|
5624
5516
|
}
|
|
5625
5517
|
},
|
|
@@ -5727,12 +5619,12 @@ const tokenMap = {
|
|
|
5727
5619
|
"inheritedBy": [
|
|
5728
5620
|
"color.background.button.danger.base",
|
|
5729
5621
|
"color.background.side-nav-item.active.danger",
|
|
5730
|
-
"color.font.table-cell.danger",
|
|
5731
5622
|
"color.font.button.danger.discreet",
|
|
5732
5623
|
"color.font.side-nav-item.base.danger",
|
|
5733
5624
|
"color.font.form-field.error",
|
|
5734
5625
|
"color.border.button.danger.discreet",
|
|
5735
|
-
"color.border.input.invalid"
|
|
5626
|
+
"color.border.input.invalid",
|
|
5627
|
+
"alias.color.font.table-cell.danger"
|
|
5736
5628
|
]
|
|
5737
5629
|
},
|
|
5738
5630
|
"caution": {
|
|
@@ -5750,9 +5642,9 @@ const tokenMap = {
|
|
|
5750
5642
|
"color.orange.default"
|
|
5751
5643
|
],
|
|
5752
5644
|
"inheritedBy": [
|
|
5753
|
-
"color.font.table-cell.caution",
|
|
5754
5645
|
"color.font.button.caution.discreet",
|
|
5755
|
-
"color.border.button.caution.discreet"
|
|
5646
|
+
"color.border.button.caution.discreet",
|
|
5647
|
+
"alias.color.font.table-cell.caution"
|
|
5756
5648
|
]
|
|
5757
5649
|
},
|
|
5758
5650
|
"caution-dark": {
|
|
@@ -5839,7 +5731,8 @@ const tokenMap = {
|
|
|
5839
5731
|
"color.blue-gray.980"
|
|
5840
5732
|
],
|
|
5841
5733
|
"inheritedBy": [
|
|
5842
|
-
"color.background.block.
|
|
5734
|
+
"alias.color.background.block.header",
|
|
5735
|
+
"alias.color.background.block.footer"
|
|
5843
5736
|
]
|
|
5844
5737
|
},
|
|
5845
5738
|
"tertiary": {
|
|
@@ -5857,7 +5750,6 @@ const tokenMap = {
|
|
|
5857
5750
|
"color.blue-gray.900"
|
|
5858
5751
|
],
|
|
5859
5752
|
"inheritedBy": [
|
|
5860
|
-
"color.background.block.header",
|
|
5861
5753
|
"color.background.side-nav-item.active.default",
|
|
5862
5754
|
"color.background.switch.track.inactive"
|
|
5863
5755
|
]
|
|
@@ -5877,7 +5769,6 @@ const tokenMap = {
|
|
|
5877
5769
|
"color.blue-gray.850"
|
|
5878
5770
|
],
|
|
5879
5771
|
"inheritedBy": [
|
|
5880
|
-
"color.background.block.content",
|
|
5881
5772
|
"color.background.button.secondary.base",
|
|
5882
5773
|
"color.background.input.focus"
|
|
5883
5774
|
]
|
|
@@ -5895,6 +5786,9 @@ const tokenMap = {
|
|
|
5895
5786
|
},
|
|
5896
5787
|
"inherits": [
|
|
5897
5788
|
"color.blue-gray.950"
|
|
5789
|
+
],
|
|
5790
|
+
"inheritedBy": [
|
|
5791
|
+
"alias.color.background.block.content"
|
|
5898
5792
|
]
|
|
5899
5793
|
},
|
|
5900
5794
|
"elevation": {
|
|
@@ -5986,6 +5880,147 @@ const tokenMap = {
|
|
|
5986
5880
|
"color.background.switch.thumb-highlight"
|
|
5987
5881
|
]
|
|
5988
5882
|
}
|
|
5883
|
+
},
|
|
5884
|
+
"block": {
|
|
5885
|
+
"header": {
|
|
5886
|
+
"path": "alias.color.background.block.header",
|
|
5887
|
+
"name": "AliasColorBackgroundBlockHeader",
|
|
5888
|
+
"code": "$alias-color-background-block-header",
|
|
5889
|
+
"variable": "alias-color-background-block-header",
|
|
5890
|
+
"value": "hsl(206, 15%, 98%)",
|
|
5891
|
+
"attributes": {
|
|
5892
|
+
"tailwind": [
|
|
5893
|
+
"backgroundColor.block-header"
|
|
5894
|
+
]
|
|
5895
|
+
},
|
|
5896
|
+
"inherits": [
|
|
5897
|
+
"alias.color.background.secondary"
|
|
5898
|
+
]
|
|
5899
|
+
},
|
|
5900
|
+
"content": {
|
|
5901
|
+
"path": "alias.color.background.block.content",
|
|
5902
|
+
"name": "AliasColorBackgroundBlockContent",
|
|
5903
|
+
"code": "$alias-color-background-block-content",
|
|
5904
|
+
"variable": "alias-color-background-block-content",
|
|
5905
|
+
"value": "hsl(206, 13%, 95%)",
|
|
5906
|
+
"attributes": {
|
|
5907
|
+
"tailwind": [
|
|
5908
|
+
"backgroundColor.block-content"
|
|
5909
|
+
]
|
|
5910
|
+
},
|
|
5911
|
+
"inherits": [
|
|
5912
|
+
"alias.color.background.quinary"
|
|
5913
|
+
]
|
|
5914
|
+
},
|
|
5915
|
+
"footer": {
|
|
5916
|
+
"path": "alias.color.background.block.footer",
|
|
5917
|
+
"name": "AliasColorBackgroundBlockFooter",
|
|
5918
|
+
"code": "$alias-color-background-block-footer",
|
|
5919
|
+
"variable": "alias-color-background-block-footer",
|
|
5920
|
+
"value": "hsl(206, 15%, 98%)",
|
|
5921
|
+
"attributes": {
|
|
5922
|
+
"tailwind": [
|
|
5923
|
+
"backgroundColor.block-footer"
|
|
5924
|
+
]
|
|
5925
|
+
},
|
|
5926
|
+
"inherits": [
|
|
5927
|
+
"alias.color.background.secondary"
|
|
5928
|
+
]
|
|
5929
|
+
}
|
|
5930
|
+
}
|
|
5931
|
+
},
|
|
5932
|
+
"font": {
|
|
5933
|
+
"link": {
|
|
5934
|
+
"path": "alias.color.font.link",
|
|
5935
|
+
"name": "AliasColorFontLink",
|
|
5936
|
+
"code": "$alias-color-font-link",
|
|
5937
|
+
"variable": "alias-color-font-link",
|
|
5938
|
+
"value": "hsl(206, 60%, 52%)",
|
|
5939
|
+
"attributes": {},
|
|
5940
|
+
"inherits": [
|
|
5941
|
+
"alias.color.brand.primary"
|
|
5942
|
+
]
|
|
5943
|
+
},
|
|
5944
|
+
"table-header": {
|
|
5945
|
+
"base": {
|
|
5946
|
+
"path": "alias.color.font.table-header.base",
|
|
5947
|
+
"name": "AliasColorFontTable-headerBase",
|
|
5948
|
+
"code": "$alias-color-font-table-header-base",
|
|
5949
|
+
"variable": "alias-color-font-table-header-base",
|
|
5950
|
+
"value": "#000000",
|
|
5951
|
+
"attributes": {},
|
|
5952
|
+
"inherits": [
|
|
5953
|
+
"alias.color.text.accent"
|
|
5954
|
+
]
|
|
5955
|
+
}
|
|
5956
|
+
},
|
|
5957
|
+
"table-cell": {
|
|
5958
|
+
"primary": {
|
|
5959
|
+
"path": "alias.color.font.table-cell.primary",
|
|
5960
|
+
"name": "AliasColorFontTable-cellPrimary",
|
|
5961
|
+
"code": "$alias-color-font-table-cell-primary",
|
|
5962
|
+
"variable": "alias-color-font-table-cell-primary",
|
|
5963
|
+
"value": "hsl(206, 6%, 55%)",
|
|
5964
|
+
"attributes": {},
|
|
5965
|
+
"inherits": [
|
|
5966
|
+
"alias.color.text.primary"
|
|
5967
|
+
]
|
|
5968
|
+
},
|
|
5969
|
+
"secondary": {
|
|
5970
|
+
"path": "alias.color.font.table-cell.secondary",
|
|
5971
|
+
"name": "AliasColorFontTable-cellSecondary",
|
|
5972
|
+
"code": "$alias-color-font-table-cell-secondary",
|
|
5973
|
+
"variable": "alias-color-font-table-cell-secondary",
|
|
5974
|
+
"value": "hsl(206, 5%, 75%)",
|
|
5975
|
+
"attributes": {},
|
|
5976
|
+
"inherits": [
|
|
5977
|
+
"alias.color.text.secondary"
|
|
5978
|
+
]
|
|
5979
|
+
},
|
|
5980
|
+
"active": {
|
|
5981
|
+
"path": "alias.color.font.table-cell.active",
|
|
5982
|
+
"name": "AliasColorFontTable-cellActive",
|
|
5983
|
+
"code": "$alias-color-font-table-cell-active",
|
|
5984
|
+
"variable": "alias-color-font-table-cell-active",
|
|
5985
|
+
"value": "hsl(172, 59%, 39%)",
|
|
5986
|
+
"attributes": {},
|
|
5987
|
+
"inherits": [
|
|
5988
|
+
"color.blue-green.default"
|
|
5989
|
+
]
|
|
5990
|
+
},
|
|
5991
|
+
"caution": {
|
|
5992
|
+
"path": "alias.color.font.table-cell.caution",
|
|
5993
|
+
"name": "AliasColorFontTable-cellCaution",
|
|
5994
|
+
"code": "$alias-color-font-table-cell-caution",
|
|
5995
|
+
"variable": "alias-color-font-table-cell-caution",
|
|
5996
|
+
"value": "hsl(31.81, 100%, 57.84%)",
|
|
5997
|
+
"attributes": {},
|
|
5998
|
+
"inherits": [
|
|
5999
|
+
"alias.color.caution"
|
|
6000
|
+
]
|
|
6001
|
+
},
|
|
6002
|
+
"danger": {
|
|
6003
|
+
"path": "alias.color.font.table-cell.danger",
|
|
6004
|
+
"name": "AliasColorFontTable-cellDanger",
|
|
6005
|
+
"code": "$alias-color-font-table-cell-danger",
|
|
6006
|
+
"variable": "alias-color-font-table-cell-danger",
|
|
6007
|
+
"value": "hsl(359, 60%, 50%)",
|
|
6008
|
+
"attributes": {},
|
|
6009
|
+
"inherits": [
|
|
6010
|
+
"alias.color.danger"
|
|
6011
|
+
]
|
|
6012
|
+
},
|
|
6013
|
+
"link": {
|
|
6014
|
+
"path": "alias.color.font.table-cell.link",
|
|
6015
|
+
"name": "AliasColorFontTable-cellLink",
|
|
6016
|
+
"code": "$alias-color-font-table-cell-link",
|
|
6017
|
+
"variable": "alias-color-font-table-cell-link",
|
|
6018
|
+
"value": "hsl(206, 60%, 52%)",
|
|
6019
|
+
"attributes": {},
|
|
6020
|
+
"inherits": [
|
|
6021
|
+
"alias.color.brand.primary"
|
|
6022
|
+
]
|
|
6023
|
+
}
|
|
5989
6024
|
}
|
|
5990
6025
|
}
|
|
5991
6026
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="m346 996-76-130-151-31 17-147-96-112 96-111-17-147 151-31 76-131 134 62 134-62 77 131 150 31-17 147 96 111-96 112 17 147-150 31-77 130-134-62-134 62Zm27-79 107-45 110 45 67-100 117-30-12-119 81-92-81-94 12-119-117-28-69-100-108 45-110-45-67 100-117 28 12 119-81 94 81 92-12 121 117 28 70 100Zm107-341Zm-43 133 227-225-45-41-182 180-95-99-46 45 141 140Z"/></svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 21 Feb 2024 11:54:12 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -13,6 +13,7 @@ import { ReactComponent as ThumbDown } from "./misc/asset-icon-misc-thumb-down.s
|
|
|
13
13
|
import { ReactComponent as CreditCard } from "./misc/asset-icon-misc-credit-card.svg";
|
|
14
14
|
import { ReactComponent as Event } from "./misc/asset-icon-misc-event.svg";
|
|
15
15
|
import { ReactComponent as Awesome } from "./misc/asset-icon-misc-awesome.svg";
|
|
16
|
+
import { ReactComponent as Verified } from "./misc/asset-icon-misc-verified.svg";
|
|
16
17
|
|
|
17
18
|
export default {
|
|
18
19
|
Person,
|
|
@@ -24,4 +25,5 @@ export default {
|
|
|
24
25
|
CreditCard,
|
|
25
26
|
Event,
|
|
26
27
|
Awesome,
|
|
28
|
+
Verified,
|
|
27
29
|
};
|