@k8slens/lds-tokens 0.16.1 → 0.17.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 (45) hide show
  1. package/lib/docs/token-map.dark.d.ts +1 -1
  2. package/lib/docs/token-map.dark.js +30 -6
  3. package/lib/docs/token-map.light.d.ts +1 -1
  4. package/lib/docs/token-map.light.js +30 -6
  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 +4 -2
  14. package/lib/electron/tokens.dark.js +4 -2
  15. package/lib/electron/tokens.dark.scoped.css +1 -1
  16. package/lib/electron/tokens.dark.ts +4 -2
  17. package/lib/electron/tokens.form.css +1 -1
  18. package/lib/electron/tokens.light.css +4 -2
  19. package/lib/electron/tokens.light.js +4 -2
  20. package/lib/electron/tokens.light.scoped.css +1 -1
  21. package/lib/electron/tokens.light.ts +4 -2
  22. package/lib/electron/tokens.tips.css +1 -1
  23. package/lib/web/colors/dark.js +1 -1
  24. package/lib/web/colors/light.js +1 -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 +5 -4
  36. package/lib/web/tokens.dark.js +5 -4
  37. package/lib/web/tokens.dark.scoped.css +1 -1
  38. package/lib/web/tokens.dark.ts +5 -4
  39. package/lib/web/tokens.form.css +1 -1
  40. package/lib/web/tokens.light.css +5 -4
  41. package/lib/web/tokens.light.js +5 -4
  42. package/lib/web/tokens.light.scoped.css +1 -1
  43. package/lib/web/tokens.light.ts +5 -4
  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, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 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, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  const tokenMap = {
@@ -2935,6 +2935,7 @@ const tokenMap = {
2935
2935
  "inherits": [],
2936
2936
  "inheritedBy": [
2937
2937
  "spacing.base.lg",
2938
+ "spacing.p.block.end",
2938
2939
  "typography.base.size.lg"
2939
2940
  ]
2940
2941
  },
@@ -2969,7 +2970,6 @@ const tokenMap = {
2969
2970
  "inherits": [],
2970
2971
  "inheritedBy": [
2971
2972
  "spacing.base.xl",
2972
- "spacing.p.block.end",
2973
2973
  "typography.base.size.3xl",
2974
2974
  "typography.base.line-height.xxs",
2975
2975
  "typography.base.line-height.xs",
@@ -2977,7 +2977,8 @@ const tokenMap = {
2977
2977
  "typography.base.line-height.base",
2978
2978
  "typography.base.line-height.lg",
2979
2979
  "typography.base.line-height.xl",
2980
- "typography.base.line-height.2xl"
2980
+ "typography.base.line-height.2xl",
2981
+ "typography.heading.line-height.h5"
2981
2982
  ]
2982
2983
  },
2983
2984
  "7": {
@@ -3413,7 +3414,8 @@ const tokenMap = {
3413
3414
  "inherits": [],
3414
3415
  "inheritedBy": [
3415
3416
  "spacing.input-icon.inset.inline",
3416
- "spacing.input-icon.inset.block"
3417
+ "spacing.input-icon.inset.block",
3418
+ "typography.heading.size.h5"
3417
3419
  ]
3418
3420
  },
3419
3421
  "2-75": {
@@ -3850,10 +3852,10 @@ const tokenMap = {
3850
3852
  "name": "SpacingPBlockEnd",
3851
3853
  "code": "$spacing-p-block-end",
3852
3854
  "variable": "spacing-p-block-end",
3853
- "value": "1.5rem",
3855
+ "value": "1rem",
3854
3856
  "attributes": {},
3855
3857
  "inherits": [
3856
- "spacing.base.6"
3858
+ "spacing.base.4"
3857
3859
  ]
3858
3860
  }
3859
3861
  }
@@ -4669,6 +4671,17 @@ const tokenMap = {
4669
4671
  "inherits": [
4670
4672
  "typography.base.size.base"
4671
4673
  ]
4674
+ },
4675
+ "h5": {
4676
+ "path": "typography.heading.size.h5",
4677
+ "name": "TypographyHeadingSizeH5",
4678
+ "code": "$typography-heading-size-h5",
4679
+ "variable": "typography-heading-size-h5",
4680
+ "value": "0.625rem",
4681
+ "attributes": {},
4682
+ "inherits": [
4683
+ "spacing.base.2-5"
4684
+ ]
4672
4685
  }
4673
4686
  },
4674
4687
  "line-height": {
@@ -4726,6 +4739,17 @@ const tokenMap = {
4726
4739
  "inherits": [
4727
4740
  "typography.base.line-height.base"
4728
4741
  ]
4742
+ },
4743
+ "h5": {
4744
+ "path": "typography.heading.line-height.h5",
4745
+ "name": "TypographyHeadingLine-heightH5",
4746
+ "code": "$typography-heading-line-height-h5",
4747
+ "variable": "typography-heading-line-height-h5",
4748
+ "value": "1.5rem",
4749
+ "attributes": {},
4750
+ "inherits": [
4751
+ "spacing.base.6"
4752
+ ]
4729
4753
  }
4730
4754
  }
4731
4755
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 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, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  const tokenMap = {
@@ -2929,6 +2929,7 @@ const tokenMap = {
2929
2929
  "inherits": [],
2930
2930
  "inheritedBy": [
2931
2931
  "spacing.base.lg",
2932
+ "spacing.p.block.end",
2932
2933
  "typography.base.size.lg"
2933
2934
  ]
2934
2935
  },
@@ -2963,7 +2964,6 @@ const tokenMap = {
2963
2964
  "inherits": [],
2964
2965
  "inheritedBy": [
2965
2966
  "spacing.base.xl",
2966
- "spacing.p.block.end",
2967
2967
  "typography.base.size.3xl",
2968
2968
  "typography.base.line-height.xxs",
2969
2969
  "typography.base.line-height.xs",
@@ -2971,7 +2971,8 @@ const tokenMap = {
2971
2971
  "typography.base.line-height.base",
2972
2972
  "typography.base.line-height.lg",
2973
2973
  "typography.base.line-height.xl",
2974
- "typography.base.line-height.2xl"
2974
+ "typography.base.line-height.2xl",
2975
+ "typography.heading.line-height.h5"
2975
2976
  ]
2976
2977
  },
2977
2978
  "7": {
@@ -3407,7 +3408,8 @@ const tokenMap = {
3407
3408
  "inherits": [],
3408
3409
  "inheritedBy": [
3409
3410
  "spacing.input-icon.inset.inline",
3410
- "spacing.input-icon.inset.block"
3411
+ "spacing.input-icon.inset.block",
3412
+ "typography.heading.size.h5"
3411
3413
  ]
3412
3414
  },
3413
3415
  "2-75": {
@@ -3844,10 +3846,10 @@ const tokenMap = {
3844
3846
  "name": "SpacingPBlockEnd",
3845
3847
  "code": "$spacing-p-block-end",
3846
3848
  "variable": "spacing-p-block-end",
3847
- "value": "1.5rem",
3849
+ "value": "1rem",
3848
3850
  "attributes": {},
3849
3851
  "inherits": [
3850
- "spacing.base.6"
3852
+ "spacing.base.4"
3851
3853
  ]
3852
3854
  }
3853
3855
  }
@@ -4663,6 +4665,17 @@ const tokenMap = {
4663
4665
  "inherits": [
4664
4666
  "typography.base.size.base"
4665
4667
  ]
4668
+ },
4669
+ "h5": {
4670
+ "path": "typography.heading.size.h5",
4671
+ "name": "TypographyHeadingSizeH5",
4672
+ "code": "$typography-heading-size-h5",
4673
+ "variable": "typography-heading-size-h5",
4674
+ "value": "0.625rem",
4675
+ "attributes": {},
4676
+ "inherits": [
4677
+ "spacing.base.2-5"
4678
+ ]
4666
4679
  }
4667
4680
  },
4668
4681
  "line-height": {
@@ -4720,6 +4733,17 @@ const tokenMap = {
4720
4733
  "inherits": [
4721
4734
  "typography.base.line-height.base"
4722
4735
  ]
4736
+ },
4737
+ "h5": {
4738
+ "path": "typography.heading.line-height.h5",
4739
+ "name": "TypographyHeadingLine-heightH5",
4740
+ "code": "$typography-heading-line-height-h5",
4741
+ "variable": "typography-heading-line-height-h5",
4742
+ "value": "1.5rem",
4743
+ "attributes": {},
4744
+ "inherits": [
4745
+ "spacing.base.6"
4746
+ ]
4723
4747
  }
4724
4748
  }
4725
4749
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -125,6 +125,8 @@
125
125
  --alias-color-background-elevation-negative: var(--color-base-translucent-dark-40);
126
126
  --alias-color-border-vivid: var(--color-base-white);
127
127
  --alias-color-text-accent: var(--color-base-white);
128
+ --typography-heading-line-height-h5: var(--spacing-base-6);
129
+ --typography-heading-size-h5: var(--spacing-base-2-5);
128
130
  --typography-base-line-height-5xl: var(--spacing-base-12);
129
131
  --typography-base-line-height-4xl: var(--spacing-base-12);
130
132
  --typography-base-line-height-3xl: var(--spacing-base-12);
@@ -149,7 +151,7 @@
149
151
  --typography-base-size-sm: var(--spacing-base-3);
150
152
  --typography-base-size-xs: var(--spacing-base-2-75);
151
153
  --typography-base-size-xxs: var(--spacing-base-2);
152
- --spacing-p-block-end: var(--spacing-base-6);
154
+ --spacing-p-block-end: var(--spacing-base-4);
153
155
  --spacing-base-3xl: var(--spacing-base-10);
154
156
  --spacing-base-2xl: var(--spacing-base-8);
155
157
  --spacing-base-xl: var(--spacing-base-6);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -130,6 +130,8 @@ export const AliasColorBackgroundOverlayBlocked = ColorBaseTranslucentDark40;
130
130
  export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark40;
131
131
  export const AliasColorBorderVivid = `${ColorBaseWhite}`;
132
132
  export const AliasColorTextAccent = ColorBaseWhite;
133
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
134
+ export const TypographyHeadingSizeH5 = SpacingBase25;
133
135
  export const TypographyBaseLineHeight5xl = SpacingBase12;
134
136
  export const TypographyBaseLineHeight4xl = SpacingBase12;
135
137
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -158,7 +160,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
158
160
  export const SpacingInputIconInsetInline = SpacingBase25;
159
161
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
160
162
  export const SpacingButtonIconSize = SpacingBase5;
161
- export const SpacingPBlockEnd = SpacingBase6;
163
+ export const SpacingPBlockEnd = SpacingBase4;
162
164
  export const SpacingBase3xl = SpacingBase10;
163
165
  export const SpacingBase2xl = SpacingBase8;
164
166
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  html.dark, body.dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -130,6 +130,8 @@ export const AliasColorBackgroundOverlayBlocked = ColorBaseTranslucentDark40;
130
130
  export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark40;
131
131
  export const AliasColorBorderVivid = `${ColorBaseWhite}`;
132
132
  export const AliasColorTextAccent = ColorBaseWhite;
133
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
134
+ export const TypographyHeadingSizeH5 = SpacingBase25;
133
135
  export const TypographyBaseLineHeight5xl = SpacingBase12;
134
136
  export const TypographyBaseLineHeight4xl = SpacingBase12;
135
137
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -158,7 +160,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
158
160
  export const SpacingInputIconInsetInline = SpacingBase25;
159
161
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
160
162
  export const SpacingButtonIconSize = SpacingBase5;
161
- export const SpacingPBlockEnd = SpacingBase6;
163
+ export const SpacingPBlockEnd = SpacingBase4;
162
164
  export const SpacingBase3xl = SpacingBase10;
163
165
  export const SpacingBase2xl = SpacingBase8;
164
166
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -125,6 +125,8 @@
125
125
  --alias-color-background-elevation-negative: var(--color-base-translucent-dark-10);
126
126
  --alias-color-border-vivid: var(--color-base-black);
127
127
  --alias-color-text-accent: var(--color-base-black);
128
+ --typography-heading-line-height-h5: var(--spacing-base-6);
129
+ --typography-heading-size-h5: var(--spacing-base-2-5);
128
130
  --typography-base-line-height-5xl: var(--spacing-base-12);
129
131
  --typography-base-line-height-4xl: var(--spacing-base-12);
130
132
  --typography-base-line-height-3xl: var(--spacing-base-12);
@@ -149,7 +151,7 @@
149
151
  --typography-base-size-sm: var(--spacing-base-3);
150
152
  --typography-base-size-xs: var(--spacing-base-2-75);
151
153
  --typography-base-size-xxs: var(--spacing-base-2);
152
- --spacing-p-block-end: var(--spacing-base-6);
154
+ --spacing-p-block-end: var(--spacing-base-4);
153
155
  --spacing-base-3xl: var(--spacing-base-10);
154
156
  --spacing-base-2xl: var(--spacing-base-8);
155
157
  --spacing-base-xl: var(--spacing-base-6);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -130,6 +130,8 @@ export const AliasColorBackgroundOverlayBlocked = ColorBaseTranslucentLight50;
130
130
  export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark10;
131
131
  export const AliasColorBorderVivid = `${ColorBaseBlack}`;
132
132
  export const AliasColorTextAccent = ColorBaseBlack;
133
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
134
+ export const TypographyHeadingSizeH5 = SpacingBase25;
133
135
  export const TypographyBaseLineHeight5xl = SpacingBase12;
134
136
  export const TypographyBaseLineHeight4xl = SpacingBase12;
135
137
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -158,7 +160,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
158
160
  export const SpacingInputIconInsetInline = SpacingBase25;
159
161
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
160
162
  export const SpacingButtonIconSize = SpacingBase5;
161
- export const SpacingPBlockEnd = SpacingBase6;
163
+ export const SpacingPBlockEnd = SpacingBase4;
162
164
  export const SpacingBase3xl = SpacingBase10;
163
165
  export const SpacingBase2xl = SpacingBase8;
164
166
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  html.light, body.light {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -130,6 +130,8 @@ export const AliasColorBackgroundOverlayBlocked = ColorBaseTranslucentLight50;
130
130
  export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark10;
131
131
  export const AliasColorBorderVivid = `${ColorBaseBlack}`;
132
132
  export const AliasColorTextAccent = ColorBaseBlack;
133
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
134
+ export const TypographyHeadingSizeH5 = SpacingBase25;
133
135
  export const TypographyBaseLineHeight5xl = SpacingBase12;
134
136
  export const TypographyBaseLineHeight4xl = SpacingBase12;
135
137
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -158,7 +160,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
158
160
  export const SpacingInputIconInsetInline = SpacingBase25;
159
161
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
160
162
  export const SpacingButtonIconSize = SpacingBase5;
161
- export const SpacingPBlockEnd = SpacingBase6;
163
+ export const SpacingPBlockEnd = SpacingBase4;
162
164
  export const SpacingBase3xl = SpacingBase10;
163
165
  export const SpacingBase2xl = SpacingBase8;
164
166
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
  export const ColorBaseBlue500 = "hsl(206deg, 60%, 52%)";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  export const ColorBaseBlue500 = "hsl(206deg, 60%, 52%)";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  const config = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -10,7 +10,6 @@
10
10
  --transition-base-duration-default: .25s;
11
11
  --opacity-base-disabled: 0.5;
12
12
  --typography-font-family-open-sans: 'Open Sans', sans-serif;
13
- --typography-font-family-roboto: 'Roboto', 'Helvetica', 'Arial', sans-serif;
14
13
  --typography-base-line-height-9xl: 1;
15
14
  --typography-base-line-height-8xl: 1;
16
15
  --typography-base-line-height-7xl: 1;
@@ -128,7 +127,9 @@
128
127
  --alias-color-border-vivid: var(--color-base-white);
129
128
  --alias-color-text-accent: var(--color-base-white);
130
129
  --typography-font-header: var(--typography-font-family-open-sans);
131
- --typography-font-main: var(--typography-font-family-roboto);
130
+ --typography-font-main: var(--typography-font-family-open-sans);
131
+ --typography-heading-line-height-h5: var(--spacing-base-6);
132
+ --typography-heading-size-h5: var(--spacing-base-2-5);
132
133
  --typography-base-line-height-5xl: var(--spacing-base-12);
133
134
  --typography-base-line-height-4xl: var(--spacing-base-12);
134
135
  --typography-base-line-height-3xl: var(--spacing-base-12);
@@ -153,7 +154,7 @@
153
154
  --typography-base-size-sm: var(--spacing-base-3);
154
155
  --typography-base-size-xs: var(--spacing-base-2-75);
155
156
  --typography-base-size-xxs: var(--spacing-base-2);
156
- --spacing-p-block-end: var(--spacing-base-6);
157
+ --spacing-p-block-end: var(--spacing-base-4);
157
158
  --spacing-base-3xl: var(--spacing-base-10);
158
159
  --spacing-base-2xl: var(--spacing-base-8);
159
160
  --spacing-base-xl: var(--spacing-base-6);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -12,7 +12,6 @@ export const TransitionBaseDurationDefault = ".25s";
12
12
  export const ShadowSwitchThumbFocused = "0 0 0 2px var(--alias-color-brand-primary)";
13
13
  export const OpacityBaseDisabled = 0.5;
14
14
  export const TypographyFontFamilyOpenSans = "'Open Sans', sans-serif";
15
- export const TypographyFontFamilyRoboto = "'Roboto', 'Helvetica', 'Arial', sans-serif";
16
15
  export const TypographyBaseLineHeight9xl = 1;
17
16
  export const TypographyBaseLineHeight8xl = 1;
18
17
  export const TypographyBaseLineHeight7xl = 1;
@@ -133,7 +132,9 @@ export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark40;
133
132
  export const AliasColorBorderVivid = `${ColorBaseWhite}`;
134
133
  export const AliasColorTextAccent = ColorBaseWhite;
135
134
  export const TypographyFontHeader = TypographyFontFamilyOpenSans;
136
- export const TypographyFontMain = TypographyFontFamilyRoboto;
135
+ export const TypographyFontMain = TypographyFontFamilyOpenSans;
136
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
137
+ export const TypographyHeadingSizeH5 = SpacingBase25;
137
138
  export const TypographyBaseLineHeight5xl = SpacingBase12;
138
139
  export const TypographyBaseLineHeight4xl = SpacingBase12;
139
140
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -162,7 +163,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
162
163
  export const SpacingInputIconInsetInline = SpacingBase25;
163
164
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
164
165
  export const SpacingButtonIconSize = SpacingBase5;
165
- export const SpacingPBlockEnd = SpacingBase6;
166
+ export const SpacingPBlockEnd = SpacingBase4;
166
167
  export const SpacingBase3xl = SpacingBase10;
167
168
  export const SpacingBase2xl = SpacingBase8;
168
169
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  html.dark, body.dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:00 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:48:59 GMT
4
4
  */
5
5
 
6
6
 
@@ -12,7 +12,6 @@ export const TransitionBaseDurationDefault = ".25s";
12
12
  export const ShadowSwitchThumbFocused = "0 0 0 2px var(--alias-color-brand-primary)";
13
13
  export const OpacityBaseDisabled = 0.5;
14
14
  export const TypographyFontFamilyOpenSans = "'Open Sans', sans-serif";
15
- export const TypographyFontFamilyRoboto = "'Roboto', 'Helvetica', 'Arial', sans-serif";
16
15
  export const TypographyBaseLineHeight9xl = 1;
17
16
  export const TypographyBaseLineHeight8xl = 1;
18
17
  export const TypographyBaseLineHeight7xl = 1;
@@ -133,7 +132,9 @@ export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark40;
133
132
  export const AliasColorBorderVivid = `${ColorBaseWhite}`;
134
133
  export const AliasColorTextAccent = ColorBaseWhite;
135
134
  export const TypographyFontHeader = TypographyFontFamilyOpenSans;
136
- export const TypographyFontMain = TypographyFontFamilyRoboto;
135
+ export const TypographyFontMain = TypographyFontFamilyOpenSans;
136
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
137
+ export const TypographyHeadingSizeH5 = SpacingBase25;
137
138
  export const TypographyBaseLineHeight5xl = SpacingBase12;
138
139
  export const TypographyBaseLineHeight4xl = SpacingBase12;
139
140
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -162,7 +163,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
162
163
  export const SpacingInputIconInsetInline = SpacingBase25;
163
164
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
164
165
  export const SpacingButtonIconSize = SpacingBase5;
165
- export const SpacingPBlockEnd = SpacingBase6;
166
+ export const SpacingPBlockEnd = SpacingBase4;
166
167
  export const SpacingBase3xl = SpacingBase10;
167
168
  export const SpacingBase2xl = SpacingBase8;
168
169
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -10,7 +10,6 @@
10
10
  --transition-base-duration-default: .25s;
11
11
  --opacity-base-disabled: 0.5;
12
12
  --typography-font-family-open-sans: 'Open Sans', sans-serif;
13
- --typography-font-family-roboto: 'Roboto', 'Helvetica', 'Arial', sans-serif;
14
13
  --typography-base-line-height-9xl: 1;
15
14
  --typography-base-line-height-8xl: 1;
16
15
  --typography-base-line-height-7xl: 1;
@@ -128,7 +127,9 @@
128
127
  --alias-color-border-vivid: var(--color-base-black);
129
128
  --alias-color-text-accent: var(--color-base-black);
130
129
  --typography-font-header: var(--typography-font-family-open-sans);
131
- --typography-font-main: var(--typography-font-family-roboto);
130
+ --typography-font-main: var(--typography-font-family-open-sans);
131
+ --typography-heading-line-height-h5: var(--spacing-base-6);
132
+ --typography-heading-size-h5: var(--spacing-base-2-5);
132
133
  --typography-base-line-height-5xl: var(--spacing-base-12);
133
134
  --typography-base-line-height-4xl: var(--spacing-base-12);
134
135
  --typography-base-line-height-3xl: var(--spacing-base-12);
@@ -153,7 +154,7 @@
153
154
  --typography-base-size-sm: var(--spacing-base-3);
154
155
  --typography-base-size-xs: var(--spacing-base-2-75);
155
156
  --typography-base-size-xxs: var(--spacing-base-2);
156
- --spacing-p-block-end: var(--spacing-base-6);
157
+ --spacing-p-block-end: var(--spacing-base-4);
157
158
  --spacing-base-3xl: var(--spacing-base-10);
158
159
  --spacing-base-2xl: var(--spacing-base-8);
159
160
  --spacing-base-xl: var(--spacing-base-6);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -12,7 +12,6 @@ export const TransitionBaseDurationDefault = ".25s";
12
12
  export const ShadowSwitchThumbFocused = "0 0 0 2px var(--alias-color-brand-primary)";
13
13
  export const OpacityBaseDisabled = 0.5;
14
14
  export const TypographyFontFamilyOpenSans = "'Open Sans', sans-serif";
15
- export const TypographyFontFamilyRoboto = "'Roboto', 'Helvetica', 'Arial', sans-serif";
16
15
  export const TypographyBaseLineHeight9xl = 1;
17
16
  export const TypographyBaseLineHeight8xl = 1;
18
17
  export const TypographyBaseLineHeight7xl = 1;
@@ -133,7 +132,9 @@ export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark10;
133
132
  export const AliasColorBorderVivid = `${ColorBaseBlack}`;
134
133
  export const AliasColorTextAccent = ColorBaseBlack;
135
134
  export const TypographyFontHeader = TypographyFontFamilyOpenSans;
136
- export const TypographyFontMain = TypographyFontFamilyRoboto;
135
+ export const TypographyFontMain = TypographyFontFamilyOpenSans;
136
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
137
+ export const TypographyHeadingSizeH5 = SpacingBase25;
137
138
  export const TypographyBaseLineHeight5xl = SpacingBase12;
138
139
  export const TypographyBaseLineHeight4xl = SpacingBase12;
139
140
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -162,7 +163,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
162
163
  export const SpacingInputIconInsetInline = SpacingBase25;
163
164
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
164
165
  export const SpacingButtonIconSize = SpacingBase5;
165
- export const SpacingPBlockEnd = SpacingBase6;
166
+ export const SpacingPBlockEnd = SpacingBase4;
166
167
  export const SpacingBase3xl = SpacingBase10;
167
168
  export const SpacingBase2xl = SpacingBase8;
168
169
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  html.light, body.light {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
 
@@ -12,7 +12,6 @@ export const TransitionBaseDurationDefault = ".25s";
12
12
  export const ShadowSwitchThumbFocused = "0 0 0 2px var(--alias-color-brand-primary)";
13
13
  export const OpacityBaseDisabled = 0.5;
14
14
  export const TypographyFontFamilyOpenSans = "'Open Sans', sans-serif";
15
- export const TypographyFontFamilyRoboto = "'Roboto', 'Helvetica', 'Arial', sans-serif";
16
15
  export const TypographyBaseLineHeight9xl = 1;
17
16
  export const TypographyBaseLineHeight8xl = 1;
18
17
  export const TypographyBaseLineHeight7xl = 1;
@@ -133,7 +132,9 @@ export const AliasColorBackgroundElevationNegative = ColorBaseTranslucentDark10;
133
132
  export const AliasColorBorderVivid = `${ColorBaseBlack}`;
134
133
  export const AliasColorTextAccent = ColorBaseBlack;
135
134
  export const TypographyFontHeader = TypographyFontFamilyOpenSans;
136
- export const TypographyFontMain = TypographyFontFamilyRoboto;
135
+ export const TypographyFontMain = TypographyFontFamilyOpenSans;
136
+ export const TypographyHeadingLineHeightH5 = SpacingBase6;
137
+ export const TypographyHeadingSizeH5 = SpacingBase25;
137
138
  export const TypographyBaseLineHeight5xl = SpacingBase12;
138
139
  export const TypographyBaseLineHeight4xl = SpacingBase12;
139
140
  export const TypographyBaseLineHeight3xl = SpacingBase12;
@@ -162,7 +163,7 @@ export const SpacingInputIconInsetBlock = SpacingBase25;
162
163
  export const SpacingInputIconInsetInline = SpacingBase25;
163
164
  export const SpacingInputWithIconInlineEnd = SpacingBase10;
164
165
  export const SpacingButtonIconSize = SpacingBase5;
165
- export const SpacingPBlockEnd = SpacingBase6;
166
+ export const SpacingPBlockEnd = SpacingBase4;
166
167
  export const SpacingBase3xl = SpacingBase10;
167
168
  export const SpacingBase2xl = SpacingBase8;
168
169
  export const SpacingBaseXl = SpacingBase6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 10:02:01 GMT
3
+ * Generated on Wed, 23 Aug 2023 10:49:00 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8slens/lds-tokens",
3
- "version": "0.16.1",
3
+ "version": "0.17.0",
4
4
  "description": "Lens Design System – Design Tokens",
5
5
  "author": "Mirantis Inc",
6
6
  "license": "MIT",
@@ -44,5 +44,5 @@
44
44
  "^.+\\.(ts|tsx|js|jsx)$": "ts-jest"
45
45
  }
46
46
  },
47
- "gitHead": "86cdbe03df9791943d1f32a0bbf0c9b8dd5b6d7b"
47
+ "gitHead": "15438c99e45b366d512925007225badfe4c1acfc"
48
48
  }