@k8slens/lds-tokens 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/lib/docs/token-map.dark.d.ts +1 -1
  2. package/lib/docs/token-map.dark.js +111 -50
  3. package/lib/docs/token-map.light.d.ts +1 -1
  4. package/lib/docs/token-map.light.js +111 -50
  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.dark.css +20 -15
  13. package/lib/electron/tokens.dark.js +20 -15
  14. package/lib/electron/tokens.dark.scoped.css +1 -1
  15. package/lib/electron/tokens.dark.ts +20 -15
  16. package/lib/electron/tokens.light.css +20 -15
  17. package/lib/electron/tokens.light.js +20 -15
  18. package/lib/electron/tokens.light.scoped.css +1 -1
  19. package/lib/electron/tokens.light.ts +20 -15
  20. package/lib/web/colors/dark.js +1 -1
  21. package/lib/web/colors/light.js +1 -1
  22. package/lib/web/font-imports.css +1 -1
  23. package/lib/web/icons/action.js +1 -1
  24. package/lib/web/icons/base.js +1 -1
  25. package/lib/web/icons/idp.js +1 -1
  26. package/lib/web/icons/misc.js +1 -1
  27. package/lib/web/icons/navigation.js +1 -1
  28. package/lib/web/images/index.js +1 -1
  29. package/lib/web/tailwind.config.cjs +9 -10
  30. package/lib/web/tailwind.config.js +9 -10
  31. package/lib/web/tokens.dark.css +20 -15
  32. package/lib/web/tokens.dark.js +20 -15
  33. package/lib/web/tokens.dark.scoped.css +1 -1
  34. package/lib/web/tokens.dark.ts +20 -15
  35. package/lib/web/tokens.light.css +20 -15
  36. package/lib/web/tokens.light.js +20 -15
  37. package/lib/web/tokens.light.scoped.css +1 -1
  38. package/lib/web/tokens.light.ts +20 -15
  39. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Jan 2023 20:04:42 GMT
3
+ * Generated on Mon, 16 Jan 2023 11:03:03 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 Thu, 12 Jan 2023 20:04:42 GMT
3
+ * Generated on Mon, 16 Jan 2023 11:03:03 GMT
4
4
  */
5
5
 
6
6
  const tokenMap = {
@@ -2528,7 +2528,7 @@ const tokenMap = {
2528
2528
  "inherits": [],
2529
2529
  "inheritedBy": [
2530
2530
  "spacing.button-icon.size",
2531
- "typography.base.size.xl"
2531
+ "typography.base.size.2xl"
2532
2532
  ]
2533
2533
  },
2534
2534
  "6": {
@@ -2546,12 +2546,13 @@ const tokenMap = {
2546
2546
  "inheritedBy": [
2547
2547
  "spacing.base.xl",
2548
2548
  "spacing.p.block.end",
2549
- "typography.base.size.2xl",
2549
+ "typography.base.size.3xl",
2550
2550
  "typography.base.line-height.xs",
2551
2551
  "typography.base.line-height.sm",
2552
2552
  "typography.base.line-height.base",
2553
2553
  "typography.base.line-height.lg",
2554
- "typography.base.line-height.xl"
2554
+ "typography.base.line-height.xl",
2555
+ "typography.base.line-height.2xl"
2555
2556
  ]
2556
2557
  },
2557
2558
  "7": {
@@ -2581,7 +2582,7 @@ const tokenMap = {
2581
2582
  "inherits": [],
2582
2583
  "inheritedBy": [
2583
2584
  "spacing.base.2xl",
2584
- "typography.base.size.3xl"
2585
+ "typography.base.size.4xl"
2585
2586
  ]
2586
2587
  },
2587
2588
  "9": {
@@ -2597,7 +2598,7 @@ const tokenMap = {
2597
2598
  },
2598
2599
  "inherits": [],
2599
2600
  "inheritedBy": [
2600
- "typography.base.size.4xl"
2601
+ "typography.base.size.5xl"
2601
2602
  ]
2602
2603
  },
2603
2604
  "10": {
@@ -2615,7 +2616,7 @@ const tokenMap = {
2615
2616
  "inheritedBy": [
2616
2617
  "spacing.base.3xl",
2617
2618
  "spacing.input.with-icon.inline.end",
2618
- "typography.base.size.5xl",
2619
+ "typography.base.size.6xl",
2619
2620
  "size.button.height",
2620
2621
  "size.input.block-size"
2621
2622
  ]
@@ -2633,8 +2634,7 @@ const tokenMap = {
2633
2634
  },
2634
2635
  "inherits": [],
2635
2636
  "inheritedBy": [
2636
- "typography.base.size.6xl",
2637
- "typography.base.line-height.2xl",
2637
+ "typography.base.size.7xl",
2638
2638
  "typography.base.line-height.3xl",
2639
2639
  "typography.base.line-height.4xl",
2640
2640
  "typography.base.line-height.5xl"
@@ -2666,7 +2666,7 @@ const tokenMap = {
2666
2666
  },
2667
2667
  "inherits": [],
2668
2668
  "inheritedBy": [
2669
- "typography.base.size.7xl"
2669
+ "typography.base.size.8xl"
2670
2670
  ]
2671
2671
  },
2672
2672
  "18": {
@@ -2682,7 +2682,7 @@ const tokenMap = {
2682
2682
  },
2683
2683
  "inherits": [],
2684
2684
  "inheritedBy": [
2685
- "typography.base.size.8xl"
2685
+ "typography.base.size.9xl"
2686
2686
  ]
2687
2687
  },
2688
2688
  "20": {
@@ -2709,10 +2709,7 @@ const tokenMap = {
2709
2709
  "spacing.24"
2710
2710
  ]
2711
2711
  },
2712
- "inherits": [],
2713
- "inheritedBy": [
2714
- "typography.base.size.9xl"
2715
- ]
2712
+ "inherits": []
2716
2713
  },
2717
2714
  "28": {
2718
2715
  "path": "spacing.base.28",
@@ -3037,7 +3034,10 @@ const tokenMap = {
3037
3034
  "spacing.4.5"
3038
3035
  ]
3039
3036
  },
3040
- "inherits": []
3037
+ "inherits": [],
3038
+ "inheritedBy": [
3039
+ "typography.base.size.xl"
3040
+ ]
3041
3041
  },
3042
3042
  "5-5": {
3043
3043
  "path": "spacing.base.5-5",
@@ -3552,6 +3552,39 @@ const tokenMap = {
3552
3552
  }
3553
3553
  }
3554
3554
  },
3555
+ "h2-caps": {
3556
+ "block": {
3557
+ "end": {
3558
+ "path": "spacing.h2-caps.block.end",
3559
+ "name": "SpacingH2-capsBlockEnd",
3560
+ "code": "$spacing-h2-caps-block-end",
3561
+ "variable": "spacing-h2-caps-block-end",
3562
+ "value": "0.27873rem",
3563
+ "attributes": {},
3564
+ "inherits": []
3565
+ }
3566
+ },
3567
+ "basekick": {
3568
+ "cap": {
3569
+ "path": "spacing.h2-caps.basekick.cap",
3570
+ "name": "SpacingH2-capsBasekickCap",
3571
+ "code": "$spacing-h2-caps-basekick-cap",
3572
+ "variable": "spacing-h2-caps-basekick-cap",
3573
+ "value": "-0.13628em",
3574
+ "attributes": {},
3575
+ "inherits": []
3576
+ },
3577
+ "baseline": {
3578
+ "path": "spacing.h2-caps.basekick.baseline",
3579
+ "name": "SpacingH2-capsBasekickBaseline",
3580
+ "code": "$spacing-h2-caps-basekick-baseline",
3581
+ "variable": "spacing-h2-caps-basekick-baseline",
3582
+ "value": "-0.11148em",
3583
+ "attributes": {},
3584
+ "inherits": []
3585
+ }
3586
+ }
3587
+ },
3555
3588
  "h3": {
3556
3589
  "block": {
3557
3590
  "end": {
@@ -3726,17 +3759,17 @@ const tokenMap = {
3726
3759
  "name": "TypographyBaseSizeXl",
3727
3760
  "code": "$typography-base-size-xl",
3728
3761
  "variable": "typography-base-size-xl",
3729
- "value": "1.25rem",
3762
+ "value": "1.125rem",
3730
3763
  "attributes": {
3731
3764
  "tailwind": [
3732
3765
  "fontSize.xl.0"
3733
3766
  ]
3734
3767
  },
3735
3768
  "inherits": [
3736
- "spacing.base.5"
3769
+ "spacing.base.4-5"
3737
3770
  ],
3738
3771
  "inheritedBy": [
3739
- "typography.heading.size.h2"
3772
+ "typography.heading.size.h2-caps"
3740
3773
  ]
3741
3774
  },
3742
3775
  "2xl": {
@@ -3744,17 +3777,17 @@ const tokenMap = {
3744
3777
  "name": "TypographyBaseSize2xl",
3745
3778
  "code": "$typography-base-size-2xl",
3746
3779
  "variable": "typography-base-size-2xl",
3747
- "value": "1.5rem",
3780
+ "value": "1.25rem",
3748
3781
  "attributes": {
3749
3782
  "tailwind": [
3750
- "fontSize.2xl.0"
3783
+ "fontSize.xl.0"
3751
3784
  ]
3752
3785
  },
3753
3786
  "inherits": [
3754
- "spacing.base.6"
3787
+ "spacing.base.5"
3755
3788
  ],
3756
3789
  "inheritedBy": [
3757
- "typography.heading.size.h1"
3790
+ "typography.heading.size.h2"
3758
3791
  ]
3759
3792
  },
3760
3793
  "3xl": {
@@ -3762,14 +3795,17 @@ const tokenMap = {
3762
3795
  "name": "TypographyBaseSize3xl",
3763
3796
  "code": "$typography-base-size-3xl",
3764
3797
  "variable": "typography-base-size-3xl",
3765
- "value": "2rem",
3798
+ "value": "1.5rem",
3766
3799
  "attributes": {
3767
3800
  "tailwind": [
3768
- "fontSize.3xl.0"
3801
+ "fontSize.2xl.0"
3769
3802
  ]
3770
3803
  },
3771
3804
  "inherits": [
3772
- "spacing.base.8"
3805
+ "spacing.base.6"
3806
+ ],
3807
+ "inheritedBy": [
3808
+ "typography.heading.size.h1"
3773
3809
  ]
3774
3810
  },
3775
3811
  "4xl": {
@@ -3777,14 +3813,14 @@ const tokenMap = {
3777
3813
  "name": "TypographyBaseSize4xl",
3778
3814
  "code": "$typography-base-size-4xl",
3779
3815
  "variable": "typography-base-size-4xl",
3780
- "value": "2.25rem",
3816
+ "value": "2rem",
3781
3817
  "attributes": {
3782
3818
  "tailwind": [
3783
- "fontSize.4xl.0"
3819
+ "fontSize.3xl.0"
3784
3820
  ]
3785
3821
  },
3786
3822
  "inherits": [
3787
- "spacing.base.9"
3823
+ "spacing.base.8"
3788
3824
  ]
3789
3825
  },
3790
3826
  "5xl": {
@@ -3792,14 +3828,14 @@ const tokenMap = {
3792
3828
  "name": "TypographyBaseSize5xl",
3793
3829
  "code": "$typography-base-size-5xl",
3794
3830
  "variable": "typography-base-size-5xl",
3795
- "value": "2.5rem",
3831
+ "value": "2.25rem",
3796
3832
  "attributes": {
3797
3833
  "tailwind": [
3798
- "fontSize.5xl.0"
3834
+ "fontSize.4xl.0"
3799
3835
  ]
3800
3836
  },
3801
3837
  "inherits": [
3802
- "spacing.base.10"
3838
+ "spacing.base.9"
3803
3839
  ]
3804
3840
  },
3805
3841
  "6xl": {
@@ -3807,14 +3843,14 @@ const tokenMap = {
3807
3843
  "name": "TypographyBaseSize6xl",
3808
3844
  "code": "$typography-base-size-6xl",
3809
3845
  "variable": "typography-base-size-6xl",
3810
- "value": "3rem",
3846
+ "value": "2.5rem",
3811
3847
  "attributes": {
3812
3848
  "tailwind": [
3813
- "fontSize.6xl.0"
3849
+ "fontSize.5xl.0"
3814
3850
  ]
3815
3851
  },
3816
3852
  "inherits": [
3817
- "spacing.base.12"
3853
+ "spacing.base.10"
3818
3854
  ]
3819
3855
  },
3820
3856
  "7xl": {
@@ -3822,14 +3858,14 @@ const tokenMap = {
3822
3858
  "name": "TypographyBaseSize7xl",
3823
3859
  "code": "$typography-base-size-7xl",
3824
3860
  "variable": "typography-base-size-7xl",
3825
- "value": "4rem",
3861
+ "value": "3rem",
3826
3862
  "attributes": {
3827
3863
  "tailwind": [
3828
- "fontSize.7xl.0"
3864
+ "fontSize.6xl.0"
3829
3865
  ]
3830
3866
  },
3831
3867
  "inherits": [
3832
- "spacing.base.16"
3868
+ "spacing.base.12"
3833
3869
  ]
3834
3870
  },
3835
3871
  "8xl": {
@@ -3837,14 +3873,14 @@ const tokenMap = {
3837
3873
  "name": "TypographyBaseSize8xl",
3838
3874
  "code": "$typography-base-size-8xl",
3839
3875
  "variable": "typography-base-size-8xl",
3840
- "value": "4.5rem",
3876
+ "value": "4rem",
3841
3877
  "attributes": {
3842
3878
  "tailwind": [
3843
- "fontSize.8xl.0"
3879
+ "fontSize.7xl.0"
3844
3880
  ]
3845
3881
  },
3846
3882
  "inherits": [
3847
- "spacing.base.18"
3883
+ "spacing.base.16"
3848
3884
  ]
3849
3885
  },
3850
3886
  "9xl": {
@@ -3852,14 +3888,14 @@ const tokenMap = {
3852
3888
  "name": "TypographyBaseSize9xl",
3853
3889
  "code": "$typography-base-size-9xl",
3854
3890
  "variable": "typography-base-size-9xl",
3855
- "value": "6rem",
3891
+ "value": "4.5rem",
3856
3892
  "attributes": {
3857
3893
  "tailwind": [
3858
- "fontSize.9xl.0"
3894
+ "fontSize.8xl.0"
3859
3895
  ]
3860
3896
  },
3861
3897
  "inherits": [
3862
- "spacing.base.24"
3898
+ "spacing.base.18"
3863
3899
  ]
3864
3900
  }
3865
3901
  },
@@ -3943,7 +3979,7 @@ const tokenMap = {
3943
3979
  "spacing.base.6"
3944
3980
  ],
3945
3981
  "inheritedBy": [
3946
- "typography.heading.line-height.h2"
3982
+ "typography.heading.line-height.h2-caps"
3947
3983
  ]
3948
3984
  },
3949
3985
  "2xl": {
@@ -3951,17 +3987,17 @@ const tokenMap = {
3951
3987
  "name": "TypographyBaseLine-height2xl",
3952
3988
  "code": "$typography-base-line-height-2xl",
3953
3989
  "variable": "typography-base-line-height-2xl",
3954
- "value": "3rem",
3990
+ "value": "1.5rem",
3955
3991
  "attributes": {
3956
3992
  "tailwind": [
3957
3993
  "fontSize.2xl.1"
3958
3994
  ]
3959
3995
  },
3960
3996
  "inherits": [
3961
- "spacing.base.12"
3997
+ "spacing.base.6"
3962
3998
  ],
3963
3999
  "inheritedBy": [
3964
- "typography.heading.line-height.h1"
4000
+ "typography.heading.line-height.h2"
3965
4001
  ]
3966
4002
  },
3967
4003
  "3xl": {
@@ -3977,6 +4013,9 @@ const tokenMap = {
3977
4013
  },
3978
4014
  "inherits": [
3979
4015
  "spacing.base.12"
4016
+ ],
4017
+ "inheritedBy": [
4018
+ "typography.heading.line-height.h1"
3980
4019
  ]
3981
4020
  },
3982
4021
  "4xl": {
@@ -4073,7 +4112,7 @@ const tokenMap = {
4073
4112
  "value": "1.5rem",
4074
4113
  "attributes": {},
4075
4114
  "inherits": [
4076
- "typography.base.size.2xl"
4115
+ "typography.base.size.3xl"
4077
4116
  ]
4078
4117
  },
4079
4118
  "h2": {
@@ -4083,6 +4122,17 @@ const tokenMap = {
4083
4122
  "variable": "typography-heading-size-h2",
4084
4123
  "value": "1.25rem",
4085
4124
  "attributes": {},
4125
+ "inherits": [
4126
+ "typography.base.size.2xl"
4127
+ ]
4128
+ },
4129
+ "h2-caps": {
4130
+ "path": "typography.heading.size.h2-caps",
4131
+ "name": "TypographyHeadingSizeH2-caps",
4132
+ "code": "$typography-heading-size-h2-caps",
4133
+ "variable": "typography-heading-size-h2-caps",
4134
+ "value": "1.125rem",
4135
+ "attributes": {},
4086
4136
  "inherits": [
4087
4137
  "typography.base.size.xl"
4088
4138
  ]
@@ -4119,7 +4169,7 @@ const tokenMap = {
4119
4169
  "value": "3rem",
4120
4170
  "attributes": {},
4121
4171
  "inherits": [
4122
- "typography.base.line-height.2xl"
4172
+ "typography.base.line-height.3xl"
4123
4173
  ]
4124
4174
  },
4125
4175
  "h2": {
@@ -4129,6 +4179,17 @@ const tokenMap = {
4129
4179
  "variable": "typography-heading-line-height-h2",
4130
4180
  "value": "1.5rem",
4131
4181
  "attributes": {},
4182
+ "inherits": [
4183
+ "typography.base.line-height.2xl"
4184
+ ]
4185
+ },
4186
+ "h2-caps": {
4187
+ "path": "typography.heading.line-height.h2-caps",
4188
+ "name": "TypographyHeadingLine-heightH2-caps",
4189
+ "code": "$typography-heading-line-height-h2-caps",
4190
+ "variable": "typography-heading-line-height-h2-caps",
4191
+ "value": "1.5rem",
4192
+ "attributes": {},
4132
4193
  "inherits": [
4133
4194
  "typography.base.line-height.xl"
4134
4195
  ]
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Jan 2023 20:04:42 GMT
3
+ * Generated on Mon, 16 Jan 2023 11:03:03 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {