@k8slens/lds-tokens 0.13.0 → 0.13.1

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 (45) hide show
  1. package/lib/docs/token-map.dark.d.ts +1 -1
  2. package/lib/docs/token-map.dark.js +158 -1
  3. package/lib/docs/token-map.light.d.ts +1 -1
  4. package/lib/docs/token-map.light.js +158 -1
  5. package/lib/electron/font-face.css +1 -1
  6. package/lib/electron/icons/action.js +1 -1
  7. package/lib/electron/icons/base.js +1 -1
  8. package/lib/electron/icons/idp.js +1 -1
  9. package/lib/electron/icons/misc.js +1 -1
  10. package/lib/electron/icons/navigation.js +1 -1
  11. package/lib/electron/images/index.js +1 -1
  12. package/lib/electron/tokens.core.css +1 -1
  13. package/lib/electron/tokens.dark.css +13 -1
  14. package/lib/electron/tokens.dark.js +13 -1
  15. package/lib/electron/tokens.dark.scoped.css +1 -1
  16. package/lib/electron/tokens.dark.ts +13 -1
  17. package/lib/electron/tokens.form.css +1 -1
  18. package/lib/electron/tokens.light.css +13 -1
  19. package/lib/electron/tokens.light.js +13 -1
  20. package/lib/electron/tokens.light.scoped.css +1 -1
  21. package/lib/electron/tokens.light.ts +13 -1
  22. package/lib/electron/tokens.tips.css +1 -1
  23. package/lib/web/colors/dark.js +3 -1
  24. package/lib/web/colors/light.js +3 -1
  25. package/lib/web/font-imports.css +1 -1
  26. package/lib/web/icons/action.js +1 -1
  27. package/lib/web/icons/base.js +1 -1
  28. package/lib/web/icons/idp.js +1 -1
  29. package/lib/web/icons/misc.js +1 -1
  30. package/lib/web/icons/navigation.js +1 -1
  31. package/lib/web/images/index.js +1 -1
  32. package/lib/web/tailwind.config.cjs +1 -1
  33. package/lib/web/tailwind.config.js +1 -1
  34. package/lib/web/tokens.core.css +1 -1
  35. package/lib/web/tokens.dark.css +13 -1
  36. package/lib/web/tokens.dark.js +13 -1
  37. package/lib/web/tokens.dark.scoped.css +1 -1
  38. package/lib/web/tokens.dark.ts +13 -1
  39. package/lib/web/tokens.form.css +1 -1
  40. package/lib/web/tokens.light.css +13 -1
  41. package/lib/web/tokens.light.js +13 -1
  42. package/lib/web/tokens.light.scoped.css +1 -1
  43. package/lib/web/tokens.light.ts +13 -1
  44. package/lib/web/tokens.tips.css +1 -1
  45. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:50 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:24 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:50 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:24 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, 01 Mar 2023 11:22:50 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:24 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:50 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:24 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,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:49 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:23 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:48 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:22 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -85,6 +85,9 @@
85
85
  --screen-width-min-lg: 1024px;
86
86
  --screen-width-min-md: 768px;
87
87
  --screen-width-min-sm: 640px;
88
+ --hues-blue-green-lightness: 39%;
89
+ --hues-blue-green-saturation: 59%;
90
+ --hues-blue-green-hue: 172;
88
91
  --hues-bright-green-lightness: 60%;
89
92
  --hues-bright-green-saturation: 60%;
90
93
  --hues-bright-green-hue: 110;
@@ -154,6 +157,7 @@
154
157
  --spacing-base-xs: var(--spacing-base-1);
155
158
  --spacing-base-xxs: var(--spacing-base-0-5);
156
159
  --hues-blue-gray-hue: var(--hues-blue-hue);
160
+ --color-base-blue-green-600: hsl(var(--hues-blue-green-hue), var(--hues-blue-green-saturation), var(--hues-blue-green-lightness));
157
161
  --color-base-bright-green-600: hsl(var(--hues-bright-green-hue), var(--hues-bright-green-saturation), var(--hues-bright-green-lightness));
158
162
  --color-base-green-400: hsl(var(--hues-green-hue), var(--hues-green-saturation), var(--hues-green-lightness));
159
163
  --color-base-orange-600: hsl(var(--hues-orange-hue), var(--hues-orange-saturation), var(--hues-orange-lightness));
@@ -173,6 +177,8 @@
173
177
  --typography-heading-size-h2-caps: var(--typography-base-size-xl);
174
178
  --typography-heading-size-h2: var(--typography-base-size-2xl);
175
179
  --typography-heading-size-h1: var(--typography-base-size-3xl);
180
+ --color-font-table-header-base: var(--alias-color-text-accent);
181
+ --color-base-blue-green-default: var(--color-base-blue-green-600);
176
182
  --color-base-bright-green-default: var(--color-base-bright-green-600);
177
183
  --color-base-green-default: var(--color-base-green-400);
178
184
  --color-base-orange-default: var(--color-base-orange-600);
@@ -211,7 +217,13 @@
211
217
  --alias-color-text-secondary: var(--color-base-blue-gray-350);
212
218
  --alias-color-text-primary: var(--color-base-blue-gray-600);
213
219
  --alias-color-brand-primary: var(--color-base-blue-default);
220
+ --color-font-table-cell-active: var(--color-base-blue-green-default);
214
221
  --color-base-blue-gray-default: var(--color-base-blue-gray-450); /* Background, text, borders, etc. */
222
+ --color-font-table-cell-link: var(--alias-color-brand-primary);
223
+ --color-font-table-cell-danger: var(--alias-color-danger);
224
+ --color-font-table-cell-caution: var(--alias-color-caution);
225
+ --color-font-table-cell-secondary: var(--alias-color-text-secondary);
226
+ --color-font-table-cell-primary: var(--alias-color-text-primary);
215
227
  --color-font-link: var(--alias-color-brand-primary);
216
228
  --color-background-block-footer: var(--alias-color-background-secondary);
217
229
  --color-background-block-content: var(--alias-color-background-tertiary);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:48 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:22 GMT
4
4
  */
5
5
 
6
6
 
@@ -88,6 +88,9 @@ export const ScreenWidthMinXl = "1280px";
88
88
  export const ScreenWidthMinLg = "1024px";
89
89
  export const ScreenWidthMinMd = "768px";
90
90
  export const ScreenWidthMinSm = "640px";
91
+ export const HuesBlueGreenLightness = "39%";
92
+ export const HuesBlueGreenSaturation = "59%";
93
+ export const HuesBlueGreenHue = "172";
91
94
  export const HuesBrightGreenLightness = "60%";
92
95
  export const HuesBrightGreenSaturation = "60%";
93
96
  export const HuesBrightGreenHue = "110";
@@ -174,6 +177,7 @@ export const ColorFontSideNavItemActiveDanger = ColorBaseWhite;
174
177
  export const ColorBackgroundTipButtonImportant = ColorBaseWhite;
175
178
  export const ColorBackgroundTipWhite = ColorBaseWhite;
176
179
  export const ColorBackgroundSwitchThumb = ColorBaseWhite;
180
+ export const ColorBaseBlueGreen600 = `hsl(${HuesBlueGreenHue}, ${HuesBlueGreenSaturation}, ${HuesBlueGreenLightness})`;
177
181
  export const ColorBaseBrightGreen600 = `hsl(${HuesBrightGreenHue}, ${HuesBrightGreenSaturation}, ${HuesBrightGreenLightness})`;
178
182
  export const ColorBaseGreen400 = `hsl(${HuesGreenHue}, ${HuesGreenSaturation}, ${HuesGreenLightness})`;
179
183
  export const ColorBaseOrange600 = `hsl(${HuesOrangeHue}, ${HuesOrangeSaturation}, ${HuesOrangeLightness})`;
@@ -211,7 +215,9 @@ export const SpacingButtonPaddingY = SpacingBaseSm;
211
215
  export const SpacingButtonPaddingX = SpacingBaseLg;
212
216
  export const ColorFontSideNavItemActiveDefault = AliasColorTextAccent;
213
217
  export const ColorFontInputFocus = AliasColorTextAccent;
218
+ export const ColorFontTableHeaderBase = AliasColorTextAccent;
214
219
  export const ColorBackgroundSwitchHighlight = AliasColorBackgroundHighlight25;
220
+ export const ColorBaseBlueGreenDefault = ColorBaseBlueGreen600;
215
221
  export const ColorBaseBrightGreenDefault = ColorBaseBrightGreen600;
216
222
  export const ColorBaseGreenDefault = ColorBaseGreen400;
217
223
  export const ColorBaseOrangeDefault = ColorBaseOrange600;
@@ -256,6 +262,7 @@ export const ColorFontButtonDangerBase = ColorBaseBlueGray900;
256
262
  export const ColorFontButtonCautionBase = ColorBaseBlueGray900;
257
263
  export const ColorFontButtonOkBase = ColorBaseBlueGray900;
258
264
  export const ColorFontButtonPrimaryBase = ColorBaseBlueGray900;
265
+ export const ColorFontTableCellActive = `${ColorBaseBlueGreenDefault}`;
259
266
  export const ColorBackgroundSwitchTrackActive = `${ColorBaseBrightGreenDefault}`;
260
267
  export const ColorBackgroundButtonCautionBase = AliasColorCautionDark;
261
268
  export const ColorBaseBlueGrayDefault = ColorBaseBlueGray450; // Background, text, borders, etc.
@@ -282,6 +289,11 @@ export const ColorFontButtonOkDiscreet = AliasColorOk;
282
289
  export const ColorFontButtonSecondaryDiscreet = AliasColorTextTertiary;
283
290
  export const ColorFontButtonSecondaryBase = AliasColorTextQuarternary;
284
291
  export const ColorFontButtonPrimaryDiscreet = AliasColorBrandPrimary;
292
+ export const ColorFontTableCellLink = AliasColorBrandPrimary;
293
+ export const ColorFontTableCellDanger = AliasColorDanger;
294
+ export const ColorFontTableCellCaution = AliasColorCaution;
295
+ export const ColorFontTableCellSecondary = AliasColorTextSecondary;
296
+ export const ColorFontTableCellPrimary = AliasColorTextPrimary;
285
297
  export const ColorFontLink = AliasColorBrandPrimary;
286
298
  export const ColorBackgroundTipButtonWhite = AliasColorBrandPrimary;
287
299
  export const ColorBackgroundTipButtonDefault = AliasColorBrandPrimary;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 01 Mar 2023 11:22:48 GMT
3
+ * Generated on Mon, 13 Mar 2023 07:05:22 GMT
4
4
  */
5
5
 
6
6
  html.dark, body.dark {