@k8slens/lds-tokens 0.13.0 → 0.14.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 +158 -1
- package/lib/docs/token-map.light.d.ts +1 -1
- package/lib/docs/token-map.light.js +158 -1
- package/lib/electron/font-face.css +1 -1
- package/lib/electron/icons/action/asset-icon-action-copy-paste.svg +1 -1
- package/lib/electron/icons/action/asset-icon-action-delete.svg +1 -1
- package/lib/electron/icons/action.js +1 -1
- package/lib/electron/icons/base/asset-icon-base-check.svg +1 -1
- package/lib/electron/icons/base/asset-icon-base-info.svg +1 -1
- package/lib/electron/icons/base/asset-icon-base-success.svg +1 -1
- package/lib/electron/icons/base/asset-icon-base-warning.svg +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-awesome.svg +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-credit-card.svg +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-email.svg +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-event.svg +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-lock.svg +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-person.svg +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-thumb-down.svg +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-thumb-up.svg +1 -1
- package/lib/electron/icons/misc.js +1 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-arrow-down.svg +1 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-arrow-up.svg +1 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-close.svg +1 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-dark-mode.svg +1 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-light-mode.svg +1 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-menu.svg +1 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-night-sight-auto.svg +1 -1
- package/lib/electron/icons/navigation.js +1 -1
- package/lib/electron/images/index.js +1 -1
- package/lib/electron/tokens.core.css +1 -1
- package/lib/electron/tokens.dark.css +13 -1
- package/lib/electron/tokens.dark.js +13 -1
- package/lib/electron/tokens.dark.scoped.css +1 -1
- package/lib/electron/tokens.dark.ts +13 -1
- package/lib/electron/tokens.form.css +1 -1
- package/lib/electron/tokens.light.css +13 -1
- package/lib/electron/tokens.light.js +13 -1
- package/lib/electron/tokens.light.scoped.css +1 -1
- package/lib/electron/tokens.light.ts +13 -1
- package/lib/electron/tokens.tips.css +1 -1
- package/lib/web/colors/dark.js +4 -2
- package/lib/web/colors/light.js +4 -2
- package/lib/web/font-imports.css +1 -1
- package/lib/web/icons/action/asset-icon-action-copy-paste.svg +1 -1
- package/lib/web/icons/action/asset-icon-action-delete.svg +1 -1
- package/lib/web/icons/action.js +1 -1
- package/lib/web/icons/base/asset-icon-base-check.svg +1 -1
- package/lib/web/icons/base/asset-icon-base-info.svg +1 -1
- package/lib/web/icons/base/asset-icon-base-success.svg +1 -1
- package/lib/web/icons/base/asset-icon-base-warning.svg +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-awesome.svg +1 -1
- package/lib/web/icons/misc/asset-icon-misc-credit-card.svg +1 -1
- package/lib/web/icons/misc/asset-icon-misc-email.svg +1 -1
- package/lib/web/icons/misc/asset-icon-misc-event.svg +1 -1
- package/lib/web/icons/misc/asset-icon-misc-lock.svg +1 -1
- package/lib/web/icons/misc/asset-icon-misc-person.svg +1 -1
- package/lib/web/icons/misc/asset-icon-misc-thumb-down.svg +1 -1
- package/lib/web/icons/misc/asset-icon-misc-thumb-up.svg +1 -1
- package/lib/web/icons/misc.js +1 -1
- package/lib/web/icons/navigation/asset-icon-navigation-arrow-down.svg +1 -1
- package/lib/web/icons/navigation/asset-icon-navigation-arrow-up.svg +1 -1
- package/lib/web/icons/navigation/asset-icon-navigation-close.svg +1 -1
- package/lib/web/icons/navigation/asset-icon-navigation-dark-mode.svg +1 -1
- package/lib/web/icons/navigation/asset-icon-navigation-light-mode.svg +1 -1
- package/lib/web/icons/navigation/asset-icon-navigation-menu.svg +1 -1
- package/lib/web/icons/navigation/asset-icon-navigation-night-sight-auto.svg +1 -1
- package/lib/web/icons/navigation.js +1 -1
- package/lib/web/icons-inline/action.brand.json +3 -3
- package/lib/web/icons-inline/action.dark.json +3 -3
- package/lib/web/icons-inline/action.light.json +3 -3
- package/lib/web/icons-inline/base.brand.json +5 -5
- package/lib/web/icons-inline/base.dark.json +5 -5
- package/lib/web/icons-inline/base.light.json +5 -5
- package/lib/web/icons-inline/idp.brand.json +1 -1
- package/lib/web/icons-inline/idp.dark.json +1 -1
- package/lib/web/icons-inline/idp.light.json +1 -1
- package/lib/web/icons-inline/misc.brand.json +9 -9
- package/lib/web/icons-inline/misc.dark.json +9 -9
- package/lib/web/icons-inline/misc.light.json +9 -9
- package/lib/web/icons-inline/navigation.brand.json +8 -8
- package/lib/web/icons-inline/navigation.dark.json +8 -8
- package/lib/web/icons-inline/navigation.light.json +8 -8
- package/lib/web/images/index.js +1 -1
- package/lib/web/tailwind.config.cjs +1 -1
- package/lib/web/tailwind.config.js +1 -1
- package/lib/web/tokens.core.css +1 -1
- package/lib/web/tokens.dark.css +13 -1
- package/lib/web/tokens.dark.js +13 -1
- package/lib/web/tokens.dark.scoped.css +1 -1
- package/lib/web/tokens.dark.ts +13 -1
- package/lib/web/tokens.form.css +1 -1
- package/lib/web/tokens.light.css +13 -1
- package/lib/web/tokens.light.js +13 -1
- package/lib/web/tokens.light.scoped.css +1 -1
- package/lib/web/tokens.light.ts +13 -1
- package/lib/web/tokens.tips.css +1 -1
- package/package.json +11 -13
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed,
|
|
3
|
+
* Generated on Wed, 03 May 2023 09:22:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
const tokenMap = {
|
|
@@ -1492,6 +1492,38 @@ const tokenMap = {
|
|
|
1492
1492
|
]
|
|
1493
1493
|
}
|
|
1494
1494
|
},
|
|
1495
|
+
"blue-green": {
|
|
1496
|
+
"600": {
|
|
1497
|
+
"path": "color.base.blue-green.600",
|
|
1498
|
+
"name": "ColorBaseBlue-green600",
|
|
1499
|
+
"code": "$color-base-blue-green-600",
|
|
1500
|
+
"variable": "color-base-blue-green-600",
|
|
1501
|
+
"value": "hsl(172, 59%, 39%)",
|
|
1502
|
+
"attributes": {},
|
|
1503
|
+
"inherits": [
|
|
1504
|
+
"hues.blue-green.hue",
|
|
1505
|
+
"hues.blue-green.saturation",
|
|
1506
|
+
"hues.blue-green.lightness"
|
|
1507
|
+
],
|
|
1508
|
+
"inheritedBy": [
|
|
1509
|
+
"color.base.blue-green.default"
|
|
1510
|
+
]
|
|
1511
|
+
},
|
|
1512
|
+
"default": {
|
|
1513
|
+
"path": "color.base.blue-green.default",
|
|
1514
|
+
"name": "ColorBaseBlue-greenDefault",
|
|
1515
|
+
"code": "$color-base-blue-green-default",
|
|
1516
|
+
"variable": "color-base-blue-green-default",
|
|
1517
|
+
"value": "hsl(172, 59%, 39%)",
|
|
1518
|
+
"attributes": {},
|
|
1519
|
+
"inherits": [
|
|
1520
|
+
"color.base.blue-green.600"
|
|
1521
|
+
],
|
|
1522
|
+
"inheritedBy": [
|
|
1523
|
+
"color.font.table-cell.active"
|
|
1524
|
+
]
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1495
1527
|
"white": {
|
|
1496
1528
|
"path": "color.base.white",
|
|
1497
1529
|
"name": "ColorBaseWhite",
|
|
@@ -1917,6 +1949,87 @@ const tokenMap = {
|
|
|
1917
1949
|
"alias.color.brand.primary"
|
|
1918
1950
|
]
|
|
1919
1951
|
},
|
|
1952
|
+
"table-header": {
|
|
1953
|
+
"base": {
|
|
1954
|
+
"path": "color.font.table-header.base",
|
|
1955
|
+
"name": "ColorFontTable-headerBase",
|
|
1956
|
+
"code": "$color-font-table-header-base",
|
|
1957
|
+
"variable": "color-font-table-header-base",
|
|
1958
|
+
"value": "#ffffff",
|
|
1959
|
+
"attributes": {},
|
|
1960
|
+
"inherits": [
|
|
1961
|
+
"alias.color.text.accent"
|
|
1962
|
+
]
|
|
1963
|
+
}
|
|
1964
|
+
},
|
|
1965
|
+
"table-cell": {
|
|
1966
|
+
"primary": {
|
|
1967
|
+
"path": "color.font.table-cell.primary",
|
|
1968
|
+
"name": "ColorFontTable-cellPrimary",
|
|
1969
|
+
"code": "$color-font-table-cell-primary",
|
|
1970
|
+
"variable": "color-font-table-cell-primary",
|
|
1971
|
+
"value": "hsl(206deg, 6%, 60%)",
|
|
1972
|
+
"attributes": {},
|
|
1973
|
+
"inherits": [
|
|
1974
|
+
"alias.color.text.primary"
|
|
1975
|
+
]
|
|
1976
|
+
},
|
|
1977
|
+
"secondary": {
|
|
1978
|
+
"path": "color.font.table-cell.secondary",
|
|
1979
|
+
"name": "ColorFontTable-cellSecondary",
|
|
1980
|
+
"code": "$color-font-table-cell-secondary",
|
|
1981
|
+
"variable": "color-font-table-cell-secondary",
|
|
1982
|
+
"value": "hsl(206deg, 6%, 35%)",
|
|
1983
|
+
"attributes": {},
|
|
1984
|
+
"inherits": [
|
|
1985
|
+
"alias.color.text.secondary"
|
|
1986
|
+
]
|
|
1987
|
+
},
|
|
1988
|
+
"active": {
|
|
1989
|
+
"path": "color.font.table-cell.active",
|
|
1990
|
+
"name": "ColorFontTable-cellActive",
|
|
1991
|
+
"code": "$color-font-table-cell-active",
|
|
1992
|
+
"variable": "color-font-table-cell-active",
|
|
1993
|
+
"value": "hsl(172, 59%, 39%)",
|
|
1994
|
+
"attributes": {},
|
|
1995
|
+
"inherits": [
|
|
1996
|
+
"color.base.blue-green.default"
|
|
1997
|
+
]
|
|
1998
|
+
},
|
|
1999
|
+
"caution": {
|
|
2000
|
+
"path": "color.font.table-cell.caution",
|
|
2001
|
+
"name": "ColorFontTable-cellCaution",
|
|
2002
|
+
"code": "$color-font-table-cell-caution",
|
|
2003
|
+
"variable": "color-font-table-cell-caution",
|
|
2004
|
+
"value": "hsl(38, 100%, 60%)",
|
|
2005
|
+
"attributes": {},
|
|
2006
|
+
"inherits": [
|
|
2007
|
+
"alias.color.caution"
|
|
2008
|
+
]
|
|
2009
|
+
},
|
|
2010
|
+
"danger": {
|
|
2011
|
+
"path": "color.font.table-cell.danger",
|
|
2012
|
+
"name": "ColorFontTable-cellDanger",
|
|
2013
|
+
"code": "$color-font-table-cell-danger",
|
|
2014
|
+
"variable": "color-font-table-cell-danger",
|
|
2015
|
+
"value": "hsl(359, 60%, 50%)",
|
|
2016
|
+
"attributes": {},
|
|
2017
|
+
"inherits": [
|
|
2018
|
+
"alias.color.danger"
|
|
2019
|
+
]
|
|
2020
|
+
},
|
|
2021
|
+
"link": {
|
|
2022
|
+
"path": "color.font.table-cell.link",
|
|
2023
|
+
"name": "ColorFontTable-cellLink",
|
|
2024
|
+
"code": "$color-font-table-cell-link",
|
|
2025
|
+
"variable": "color-font-table-cell-link",
|
|
2026
|
+
"value": "hsl(206deg, 60%, 52%)",
|
|
2027
|
+
"attributes": {},
|
|
2028
|
+
"inherits": [
|
|
2029
|
+
"alias.color.brand.primary"
|
|
2030
|
+
]
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
1920
2033
|
"button": {
|
|
1921
2034
|
"primary": {
|
|
1922
2035
|
"base": {
|
|
@@ -2565,6 +2678,44 @@ const tokenMap = {
|
|
|
2565
2678
|
]
|
|
2566
2679
|
}
|
|
2567
2680
|
},
|
|
2681
|
+
"blue-green": {
|
|
2682
|
+
"hue": {
|
|
2683
|
+
"path": "hues.blue-green.hue",
|
|
2684
|
+
"name": "HuesBlue-greenHue",
|
|
2685
|
+
"code": "$hues-blue-green-hue",
|
|
2686
|
+
"variable": "hues-blue-green-hue",
|
|
2687
|
+
"value": "172",
|
|
2688
|
+
"attributes": {},
|
|
2689
|
+
"inherits": [],
|
|
2690
|
+
"inheritedBy": [
|
|
2691
|
+
"color.base.blue-green.600"
|
|
2692
|
+
]
|
|
2693
|
+
},
|
|
2694
|
+
"saturation": {
|
|
2695
|
+
"path": "hues.blue-green.saturation",
|
|
2696
|
+
"name": "HuesBlue-greenSaturation",
|
|
2697
|
+
"code": "$hues-blue-green-saturation",
|
|
2698
|
+
"variable": "hues-blue-green-saturation",
|
|
2699
|
+
"value": "59%",
|
|
2700
|
+
"attributes": {},
|
|
2701
|
+
"inherits": [],
|
|
2702
|
+
"inheritedBy": [
|
|
2703
|
+
"color.base.blue-green.600"
|
|
2704
|
+
]
|
|
2705
|
+
},
|
|
2706
|
+
"lightness": {
|
|
2707
|
+
"path": "hues.blue-green.lightness",
|
|
2708
|
+
"name": "HuesBlue-greenLightness",
|
|
2709
|
+
"code": "$hues-blue-green-lightness",
|
|
2710
|
+
"variable": "hues-blue-green-lightness",
|
|
2711
|
+
"value": "39%",
|
|
2712
|
+
"attributes": {},
|
|
2713
|
+
"inherits": [],
|
|
2714
|
+
"inheritedBy": [
|
|
2715
|
+
"color.base.blue-green.600"
|
|
2716
|
+
]
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2568
2719
|
"tip-pointer": {
|
|
2569
2720
|
"h": {
|
|
2570
2721
|
"path": "hues.tip-pointer.h",
|
|
@@ -4571,6 +4722,7 @@ const tokenMap = {
|
|
|
4571
4722
|
"color.background.tip-button.default",
|
|
4572
4723
|
"color.background.tip-button.white",
|
|
4573
4724
|
"color.font.link",
|
|
4725
|
+
"color.font.table-cell.link",
|
|
4574
4726
|
"color.font.button.primary.discreet",
|
|
4575
4727
|
"color.font.tip-button.important",
|
|
4576
4728
|
"color.border.button.primary.discreet"
|
|
@@ -4593,6 +4745,7 @@ const tokenMap = {
|
|
|
4593
4745
|
"color.base.blue-gray.600"
|
|
4594
4746
|
],
|
|
4595
4747
|
"inheritedBy": [
|
|
4748
|
+
"color.font.table-cell.primary",
|
|
4596
4749
|
"color.font.side-nav-item.base.default",
|
|
4597
4750
|
"color.font.form-field.label",
|
|
4598
4751
|
"color.font.tip.default"
|
|
@@ -4613,6 +4766,7 @@ const tokenMap = {
|
|
|
4613
4766
|
"color.base.blue-gray.350"
|
|
4614
4767
|
],
|
|
4615
4768
|
"inheritedBy": [
|
|
4769
|
+
"color.font.table-cell.secondary",
|
|
4616
4770
|
"color.font.input.placeholder"
|
|
4617
4771
|
]
|
|
4618
4772
|
},
|
|
@@ -4668,6 +4822,7 @@ const tokenMap = {
|
|
|
4668
4822
|
"color.base.white"
|
|
4669
4823
|
],
|
|
4670
4824
|
"inheritedBy": [
|
|
4825
|
+
"color.font.table-header.base",
|
|
4671
4826
|
"color.font.input.focus",
|
|
4672
4827
|
"color.font.side-nav-item.active.default"
|
|
4673
4828
|
]
|
|
@@ -4777,6 +4932,7 @@ const tokenMap = {
|
|
|
4777
4932
|
"inheritedBy": [
|
|
4778
4933
|
"color.background.button.danger.base",
|
|
4779
4934
|
"color.background.side-nav-item.active.danger",
|
|
4935
|
+
"color.font.table-cell.danger",
|
|
4780
4936
|
"color.font.button.danger.discreet",
|
|
4781
4937
|
"color.font.side-nav-item.base.danger",
|
|
4782
4938
|
"color.font.form-field.error",
|
|
@@ -4799,6 +4955,7 @@ const tokenMap = {
|
|
|
4799
4955
|
"color.base.orange.default"
|
|
4800
4956
|
],
|
|
4801
4957
|
"inheritedBy": [
|
|
4958
|
+
"color.font.table-cell.caution",
|
|
4802
4959
|
"color.font.button.caution.discreet",
|
|
4803
4960
|
"color.border.button.caution.discreet"
|
|
4804
4961
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed,
|
|
3
|
+
* Generated on Wed, 03 May 2023 09:22:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
const tokenMap = {
|
|
@@ -1488,6 +1488,38 @@ const tokenMap = {
|
|
|
1488
1488
|
]
|
|
1489
1489
|
}
|
|
1490
1490
|
},
|
|
1491
|
+
"blue-green": {
|
|
1492
|
+
"600": {
|
|
1493
|
+
"path": "color.base.blue-green.600",
|
|
1494
|
+
"name": "ColorBaseBlue-green600",
|
|
1495
|
+
"code": "$color-base-blue-green-600",
|
|
1496
|
+
"variable": "color-base-blue-green-600",
|
|
1497
|
+
"value": "hsl(172, 59%, 39%)",
|
|
1498
|
+
"attributes": {},
|
|
1499
|
+
"inherits": [
|
|
1500
|
+
"hues.blue-green.hue",
|
|
1501
|
+
"hues.blue-green.saturation",
|
|
1502
|
+
"hues.blue-green.lightness"
|
|
1503
|
+
],
|
|
1504
|
+
"inheritedBy": [
|
|
1505
|
+
"color.base.blue-green.default"
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1508
|
+
"default": {
|
|
1509
|
+
"path": "color.base.blue-green.default",
|
|
1510
|
+
"name": "ColorBaseBlue-greenDefault",
|
|
1511
|
+
"code": "$color-base-blue-green-default",
|
|
1512
|
+
"variable": "color-base-blue-green-default",
|
|
1513
|
+
"value": "hsl(172, 59%, 39%)",
|
|
1514
|
+
"attributes": {},
|
|
1515
|
+
"inherits": [
|
|
1516
|
+
"color.base.blue-green.600"
|
|
1517
|
+
],
|
|
1518
|
+
"inheritedBy": [
|
|
1519
|
+
"color.font.table-cell.active"
|
|
1520
|
+
]
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1491
1523
|
"white": {
|
|
1492
1524
|
"path": "color.base.white",
|
|
1493
1525
|
"name": "ColorBaseWhite",
|
|
@@ -1913,6 +1945,87 @@ const tokenMap = {
|
|
|
1913
1945
|
"alias.color.brand.primary"
|
|
1914
1946
|
]
|
|
1915
1947
|
},
|
|
1948
|
+
"table-header": {
|
|
1949
|
+
"base": {
|
|
1950
|
+
"path": "color.font.table-header.base",
|
|
1951
|
+
"name": "ColorFontTable-headerBase",
|
|
1952
|
+
"code": "$color-font-table-header-base",
|
|
1953
|
+
"variable": "color-font-table-header-base",
|
|
1954
|
+
"value": "#000000",
|
|
1955
|
+
"attributes": {},
|
|
1956
|
+
"inherits": [
|
|
1957
|
+
"alias.color.text.accent"
|
|
1958
|
+
]
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"table-cell": {
|
|
1962
|
+
"primary": {
|
|
1963
|
+
"path": "color.font.table-cell.primary",
|
|
1964
|
+
"name": "ColorFontTable-cellPrimary",
|
|
1965
|
+
"code": "$color-font-table-cell-primary",
|
|
1966
|
+
"variable": "color-font-table-cell-primary",
|
|
1967
|
+
"value": "hsl(206deg, 6%, 55%)",
|
|
1968
|
+
"attributes": {},
|
|
1969
|
+
"inherits": [
|
|
1970
|
+
"alias.color.text.primary"
|
|
1971
|
+
]
|
|
1972
|
+
},
|
|
1973
|
+
"secondary": {
|
|
1974
|
+
"path": "color.font.table-cell.secondary",
|
|
1975
|
+
"name": "ColorFontTable-cellSecondary",
|
|
1976
|
+
"code": "$color-font-table-cell-secondary",
|
|
1977
|
+
"variable": "color-font-table-cell-secondary",
|
|
1978
|
+
"value": "hsl(206deg, 5%, 75%)",
|
|
1979
|
+
"attributes": {},
|
|
1980
|
+
"inherits": [
|
|
1981
|
+
"alias.color.text.secondary"
|
|
1982
|
+
]
|
|
1983
|
+
},
|
|
1984
|
+
"active": {
|
|
1985
|
+
"path": "color.font.table-cell.active",
|
|
1986
|
+
"name": "ColorFontTable-cellActive",
|
|
1987
|
+
"code": "$color-font-table-cell-active",
|
|
1988
|
+
"variable": "color-font-table-cell-active",
|
|
1989
|
+
"value": "hsl(172, 59%, 39%)",
|
|
1990
|
+
"attributes": {},
|
|
1991
|
+
"inherits": [
|
|
1992
|
+
"color.base.blue-green.default"
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1995
|
+
"caution": {
|
|
1996
|
+
"path": "color.font.table-cell.caution",
|
|
1997
|
+
"name": "ColorFontTable-cellCaution",
|
|
1998
|
+
"code": "$color-font-table-cell-caution",
|
|
1999
|
+
"variable": "color-font-table-cell-caution",
|
|
2000
|
+
"value": "hsl(38, 100%, 60%)",
|
|
2001
|
+
"attributes": {},
|
|
2002
|
+
"inherits": [
|
|
2003
|
+
"alias.color.caution"
|
|
2004
|
+
]
|
|
2005
|
+
},
|
|
2006
|
+
"danger": {
|
|
2007
|
+
"path": "color.font.table-cell.danger",
|
|
2008
|
+
"name": "ColorFontTable-cellDanger",
|
|
2009
|
+
"code": "$color-font-table-cell-danger",
|
|
2010
|
+
"variable": "color-font-table-cell-danger",
|
|
2011
|
+
"value": "hsl(359, 60%, 50%)",
|
|
2012
|
+
"attributes": {},
|
|
2013
|
+
"inherits": [
|
|
2014
|
+
"alias.color.danger"
|
|
2015
|
+
]
|
|
2016
|
+
},
|
|
2017
|
+
"link": {
|
|
2018
|
+
"path": "color.font.table-cell.link",
|
|
2019
|
+
"name": "ColorFontTable-cellLink",
|
|
2020
|
+
"code": "$color-font-table-cell-link",
|
|
2021
|
+
"variable": "color-font-table-cell-link",
|
|
2022
|
+
"value": "hsl(206deg, 60%, 52%)",
|
|
2023
|
+
"attributes": {},
|
|
2024
|
+
"inherits": [
|
|
2025
|
+
"alias.color.brand.primary"
|
|
2026
|
+
]
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
1916
2029
|
"button": {
|
|
1917
2030
|
"primary": {
|
|
1918
2031
|
"base": {
|
|
@@ -2561,6 +2674,44 @@ const tokenMap = {
|
|
|
2561
2674
|
]
|
|
2562
2675
|
}
|
|
2563
2676
|
},
|
|
2677
|
+
"blue-green": {
|
|
2678
|
+
"hue": {
|
|
2679
|
+
"path": "hues.blue-green.hue",
|
|
2680
|
+
"name": "HuesBlue-greenHue",
|
|
2681
|
+
"code": "$hues-blue-green-hue",
|
|
2682
|
+
"variable": "hues-blue-green-hue",
|
|
2683
|
+
"value": "172",
|
|
2684
|
+
"attributes": {},
|
|
2685
|
+
"inherits": [],
|
|
2686
|
+
"inheritedBy": [
|
|
2687
|
+
"color.base.blue-green.600"
|
|
2688
|
+
]
|
|
2689
|
+
},
|
|
2690
|
+
"saturation": {
|
|
2691
|
+
"path": "hues.blue-green.saturation",
|
|
2692
|
+
"name": "HuesBlue-greenSaturation",
|
|
2693
|
+
"code": "$hues-blue-green-saturation",
|
|
2694
|
+
"variable": "hues-blue-green-saturation",
|
|
2695
|
+
"value": "59%",
|
|
2696
|
+
"attributes": {},
|
|
2697
|
+
"inherits": [],
|
|
2698
|
+
"inheritedBy": [
|
|
2699
|
+
"color.base.blue-green.600"
|
|
2700
|
+
]
|
|
2701
|
+
},
|
|
2702
|
+
"lightness": {
|
|
2703
|
+
"path": "hues.blue-green.lightness",
|
|
2704
|
+
"name": "HuesBlue-greenLightness",
|
|
2705
|
+
"code": "$hues-blue-green-lightness",
|
|
2706
|
+
"variable": "hues-blue-green-lightness",
|
|
2707
|
+
"value": "39%",
|
|
2708
|
+
"attributes": {},
|
|
2709
|
+
"inherits": [],
|
|
2710
|
+
"inheritedBy": [
|
|
2711
|
+
"color.base.blue-green.600"
|
|
2712
|
+
]
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2564
2715
|
"tip-pointer": {
|
|
2565
2716
|
"h": {
|
|
2566
2717
|
"path": "hues.tip-pointer.h",
|
|
@@ -4567,6 +4718,7 @@ const tokenMap = {
|
|
|
4567
4718
|
"color.background.tip-button.default",
|
|
4568
4719
|
"color.background.tip-button.white",
|
|
4569
4720
|
"color.font.link",
|
|
4721
|
+
"color.font.table-cell.link",
|
|
4570
4722
|
"color.font.button.primary.discreet",
|
|
4571
4723
|
"color.font.tip-button.important",
|
|
4572
4724
|
"color.border.button.primary.discreet"
|
|
@@ -4589,6 +4741,7 @@ const tokenMap = {
|
|
|
4589
4741
|
"color.base.blue-gray.550"
|
|
4590
4742
|
],
|
|
4591
4743
|
"inheritedBy": [
|
|
4744
|
+
"color.font.table-cell.primary",
|
|
4592
4745
|
"color.font.side-nav-item.base.default",
|
|
4593
4746
|
"color.font.form-field.label",
|
|
4594
4747
|
"color.font.tip.default"
|
|
@@ -4609,6 +4762,7 @@ const tokenMap = {
|
|
|
4609
4762
|
"color.base.blue-gray.750"
|
|
4610
4763
|
],
|
|
4611
4764
|
"inheritedBy": [
|
|
4765
|
+
"color.font.table-cell.secondary",
|
|
4612
4766
|
"color.font.input.placeholder"
|
|
4613
4767
|
]
|
|
4614
4768
|
},
|
|
@@ -4664,6 +4818,7 @@ const tokenMap = {
|
|
|
4664
4818
|
"color.base.black"
|
|
4665
4819
|
],
|
|
4666
4820
|
"inheritedBy": [
|
|
4821
|
+
"color.font.table-header.base",
|
|
4667
4822
|
"color.font.input.focus",
|
|
4668
4823
|
"color.font.side-nav-item.active.default"
|
|
4669
4824
|
]
|
|
@@ -4773,6 +4928,7 @@ const tokenMap = {
|
|
|
4773
4928
|
"inheritedBy": [
|
|
4774
4929
|
"color.background.button.danger.base",
|
|
4775
4930
|
"color.background.side-nav-item.active.danger",
|
|
4931
|
+
"color.font.table-cell.danger",
|
|
4776
4932
|
"color.font.button.danger.discreet",
|
|
4777
4933
|
"color.font.side-nav-item.base.danger",
|
|
4778
4934
|
"color.font.form-field.error",
|
|
@@ -4795,6 +4951,7 @@ const tokenMap = {
|
|
|
4795
4951
|
"color.base.orange.default"
|
|
4796
4952
|
],
|
|
4797
4953
|
"inheritedBy": [
|
|
4954
|
+
"color.font.table-cell.caution",
|
|
4798
4955
|
"color.font.button.caution.discreet",
|
|
4799
4956
|
"color.border.button.caution.discreet"
|
|
4800
4957
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M180 975q-24 0-42-18t-18-42V312h60v603h474v60H180Zm120-120q-24 0-42-18t-18-42V235q0-24 18-42t42-18h440q24 0 42 18t18 42v560q0 24-18 42t-42 18H300Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M261 936q-24 0-42-18t-18-42V306h-41v-60h188v-30h264v30h188v60h-41v570q0 24-18 42t-42 18H261Zm106-146h60V391h-60v399Zm166 0h60V391h-60v399Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M378 810 154 586l43-43 181 181 384-384 43 43-427 427Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M453 776h60V536h-60v240Zm26.982-314q14.018 0 23.518-9.2T513 430q0-14.45-9.482-24.225-9.483-9.775-23.5-9.775-14.018 0-23.518 9.775T447 430q0 13.6 9.482 22.8 9.483 9.2 23.5 9.2Zm.284 514q-82.734 0-155.5-31.5t-127.266-86q-54.5-54.5-86-127.341Q80 658.319 80 575.5q0-82.819 31.5-155.659Q143 347 197.5 293t127.341-85.5Q397.681 176 480.5 176q82.819 0 155.659 31.5Q709 239 763 293t85.5 127Q880 493 880 575.734q0 82.734-31.5 155.5T763 858.316q-54 54.316-127 86Q563 976 480.266 976Zm.234-60Q622 916 721 816.5t99-241Q820 434 721.188 335 622.375 236 480 236q-141 0-240.5 98.812Q140 433.625 140 576q0 141 99.5 240.5t241 99.5Zm-.5-340Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="m421 758 283-283-46-45-237 237-120-120-45 45 165 166Zm59 218q-82 0-155-31.5t-127.5-86Q143 804 111.5 731T80 576q0-83 31.5-156t86-127Q252 239 325 207.5T480 176q83 0 156 31.5T763 293q54 54 85.5 127T880 576q0 82-31.5 155T763 858.5q-54 54.5-127 86T480 976Zm0-60q142 0 241-99.5T820 576q0-142-99-241t-241-99q-141 0-240.5 99T140 576q0 141 99.5 240.5T480 916Zm0-340Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M92 936q-9 0-15.652-4.125Q69.696 927.75 66 921q-4.167-6.6-4.583-14.3Q61 899 66 891l388-670q5-8 11.5-11.5T480 206q8 0 14.5 3.5T506 221l388 670q5 8 4.583 15.7-.416 7.7-4.583 14.3-3.696 6.75-10.348 10.875Q877 936 868 936H92Zm52-60h672L480 296 144 876Zm340.175-57q12.825 0 21.325-8.675 8.5-8.676 8.5-21.5 0-12.825-8.675-21.325-8.676-8.5-21.5-8.5-12.825 0-21.325 8.675-8.5 8.676-8.5 21.5 0 12.825 8.675 21.325 8.676 8.5 21.5 8.5Zm0-111q12.825 0 21.325-8.625T514 678V514q0-12.75-8.675-21.375-8.676-8.625-21.5-8.625-12.825 0-21.325 8.625T454 514v164q0 12.75 8.675 21.375 8.676 8.625 21.5 8.625ZM480 586Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="m772 421-43-100-104-46 104-45 43-95 43 95 104 45-104 46-43 100Zm0 595-43-96-104-45 104-45 43-101 43 101 104 45-104 45-43 96ZM333 862l-92-197-201-90 201-90 92-196 93 196 200 90-200 90-93 197Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M880 316v520q0 24-18 42t-42 18H140q-24 0-42-18t-18-42V316q0-24 18-42t42-18h680q24 0 42 18t18 42ZM140 425h680V316H140v109Zm0 129v282h680V554H140Zm0 282V316v520Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M140 896q-24 0-42-18t-18-42V316q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H140Zm340-302L140 371v465h680V371L480 594Zm0-60 336-218H145l335 218ZM140 371v-55 520-465Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M596.817 836Q556 836 528 807.817q-28-28.183-28-69T528.183 670q28.183-28 69-28T666 670.183q28 28.183 28 69T665.817 808q-28.183 28-69 28ZM180 976q-24 0-42-18t-18-42V296q0-24 18-42t42-18h65v-60h65v60h340v-60h65v60h65q24 0 42 18t18 42v620q0 24-18 42t-42 18H180Zm0-60h600V486H180v430Zm0-490h600V296H180v130Zm0 0V296v130Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M220 976q-24.75 0-42.375-17.625T160 916V482q0-24.75 17.625-42.375T220 422h70v-96q0-78.85 55.606-134.425Q401.212 136 480.106 136T614.5 191.575Q670 247.15 670 326v96h70q24.75 0 42.375 17.625T800 482v434q0 24.75-17.625 42.375T740 976H220Zm0-60h520V482H220v434Zm260.168-140Q512 776 534.5 753.969T557 701q0-30-22.668-54.5t-54.5-24.5Q448 622 425.5 646.5t-22.5 55q0 30.5 22.668 52.5t54.5 22ZM350 422h260v-96q0-54.167-37.882-92.083-37.883-37.917-92-37.917Q426 196 388 233.917 350 271.833 350 326v96ZM220 916V482v434Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M480 575q-66 0-108-42t-42-108q0-66 42-108t108-42q66 0 108 42t42 108q0 66-42 108t-108 42ZM160 896v-94q0-38 19-65t49-41q67-30 128.5-45T480 636q62 0 123 15.5t127.921 44.694q31.301 14.126 50.19 40.966Q800 764 800 802v94H160Zm60-60h520v-34q0-16-9.5-30.5T707 750q-64-31-117-42.5T480 696q-57 0-111 11.5T252 750q-14 7-23 21.5t-9 30.5v34Zm260-321q39 0 64.5-25.5T570 425q0-39-25.5-64.5T480 335q-39 0-64.5 25.5T390 425q0 39 25.5 64.5T480 515Zm0-90Zm0 411Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M100 728q-23 0-41.5-18.5T40 668v-82q0-11 2.5-25.5T50 535l116-268q9-21 29.5-36t43.5-15h407q25 0 42.5 17.5T706 276v428q0 11-4.5 22T689 745L482 963q-14 14-33.5 17t-36.5-7q-17-10-25.5-28t-4.5-37l38-180H100Zm723-512q23 0 40 17t17 40v398q0 23-17 40t-40 17q-23 0-40-17t-17-40V273q0-23 17-40t40-17Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M314 936q-25 0-42.5-17.5T254 876V448q0-11 4.5-22t12.5-19l207-218q14-14 33.5-17t36.5 7q17 10 25.5 28t4.5 37l-38 180h320q23 0 41.5 18.5T920 484v82q0 11-2.5 25.5T910 617L794 885q-9 21-29.5 36T721 936H314Zm-177 0q-23 0-40-17t-17-40V481q0-23 17-40t40-17q23 0 40 17t17 40v398q0 23-17 40t-40 17Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M480 696 280 497h400L480 696Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="m280 656 200-201 200 201H280Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="m249 849-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z"/></svg>
|