@synergy-design-system/tokens 1.3.1 → 1.4.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@synergy-design-system/tokens-v1.4.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.3.2...tokens/1.4.0) (2024-02-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ Added text-styles for typography ([#318](https://github.com/synergy-design-system/synergy-design-system/issues/318)) ([a9758ee](https://github.com/synergy-design-system/synergy-design-system/commit/a9758ee7c8242fac4b0e6e6d7d4006d9b59cc51d))
7
+
8
+ # [@synergy-design-system/tokens-v1.3.2](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.3.1...tokens/1.3.2) (2024-02-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 🤔 color tokens to variables sync ([#321](https://github.com/synergy-design-system/synergy-design-system/issues/321)) ([41c7195](https://github.com/synergy-design-system/synergy-design-system/commit/41c719571cf4905125420343e91a349597da16d5))
14
+
1
15
  # [@synergy-design-system/tokens-v1.3.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.3.0...tokens/1.3.1) (2024-02-09)
2
16
 
3
17
 
@@ -1,14 +1,9 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.3.0
2
+ * @synergy-design-system/tokens version 1.3.2
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
6
6
 
7
- /**
8
- * Maps to the css variable `--syn-font-size-2x-small`
9
- */
10
- export const SynFontSize2xSmall: string;
11
-
12
7
  /**
13
8
  * Maps to the css variable `--syn-font-size-x-small`
14
9
  */
@@ -579,6 +574,31 @@ export const SynInputFontSizeMedium: string;
579
574
  */
580
575
  export const SynInputFontSizeLarge: string;
581
576
 
577
+ /**
578
+ * Maps to the css variable `--syn-overlay-color`
579
+ */
580
+ export const SynOverlayColor: string;
581
+
582
+ /**
583
+ * Maps to the css variable `--syn-overlay-opacity`
584
+ */
585
+ export const SynOverlayOpacity: string;
586
+
587
+ /**
588
+ * Maps to the css variable `--syn-background-color`
589
+ */
590
+ export const SynBackgroundColor: string;
591
+
592
+ /**
593
+ * Maps to the css variable `--syn-border-color`
594
+ */
595
+ export const SynBorderColor: string;
596
+
597
+ /**
598
+ * Maps to the css variable `--syn-panel-border`
599
+ */
600
+ export const SynPanelBorder: string;
601
+
582
602
  /**
583
603
  * Maps to the css variable `--syn-toggle-size-small`
584
604
  */
@@ -594,6 +614,96 @@ export const SynToggleSizeMedium: string;
594
614
  */
595
615
  export const SynToggleSizeLarge: string;
596
616
 
617
+ /**
618
+ * Maps to the css variable `--syn-body-x-small-regular`
619
+ */
620
+ export const SynBodyXSmallRegular: string;
621
+
622
+ /**
623
+ * Maps to the css variable `--syn-body-x-small-semibold`
624
+ */
625
+ export const SynBodyXSmallSemibold: string;
626
+
627
+ /**
628
+ * Maps to the css variable `--syn-body-x-small-bold`
629
+ */
630
+ export const SynBodyXSmallBold: string;
631
+
632
+ /**
633
+ * Maps to the css variable `--syn-body-small-regular`
634
+ */
635
+ export const SynBodySmallRegular: string;
636
+
637
+ /**
638
+ * Maps to the css variable `--syn-body-small-semibold`
639
+ */
640
+ export const SynBodySmallSemibold: string;
641
+
642
+ /**
643
+ * Maps to the css variable `--syn-body-small-bold`
644
+ */
645
+ export const SynBodySmallBold: string;
646
+
647
+ /**
648
+ * Maps to the css variable `--syn-body-medium-regular`
649
+ */
650
+ export const SynBodyMediumRegular: string;
651
+
652
+ /**
653
+ * Maps to the css variable `--syn-body-medium-semibold`
654
+ */
655
+ export const SynBodyMediumSemibold: string;
656
+
657
+ /**
658
+ * Maps to the css variable `--syn-body-medium-bold`
659
+ */
660
+ export const SynBodyMediumBold: string;
661
+
662
+ /**
663
+ * Maps to the css variable `--syn-body-large-regular`
664
+ */
665
+ export const SynBodyLargeRegular: string;
666
+
667
+ /**
668
+ * Maps to the css variable `--syn-body-large-semibold`
669
+ */
670
+ export const SynBodyLargeSemibold: string;
671
+
672
+ /**
673
+ * Maps to the css variable `--syn-body-large-bold`
674
+ */
675
+ export const SynBodyLargeBold: string;
676
+
677
+ /**
678
+ * Maps to the css variable `--syn-heading-large`
679
+ */
680
+ export const SynHeadingLarge: string;
681
+
682
+ /**
683
+ * Maps to the css variable `--syn-heading-x-large`
684
+ */
685
+ export const SynHeadingXLarge: string;
686
+
687
+ /**
688
+ * Maps to the css variable `--syn-heading-2x-large`
689
+ */
690
+ export const SynHeading2xLarge: string;
691
+
692
+ /**
693
+ * Maps to the css variable `--syn-heading-3x-large`
694
+ */
695
+ export const SynHeading3xLarge: string;
696
+
697
+ /**
698
+ * Maps to the css variable `--syn-typography-color-text`
699
+ */
700
+ export const SynTypographyColorText: string;
701
+
702
+ /**
703
+ * Maps to the css variable `--syn-typography-color-text-inverted`
704
+ */
705
+ export const SynTypographyColorTextInverted: string;
706
+
597
707
  /**
598
708
  * Maps to the css variable `--syn-color-primary-50`
599
709
  */
package/dist/js/index.js CHANGED
@@ -1,13 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.3.0
2
+ * @synergy-design-system/tokens version 1.3.2
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
6
- /**
7
- * @type {string}
8
- */
9
- export const SynFontSize2xSmall = 'var(--syn-font-size-2x-small)';
10
-
11
6
  /**
12
7
  * @type {string}
13
8
  */
@@ -578,6 +573,31 @@ export const SynInputFontSizeMedium = 'var(--syn-input-font-size-medium)';
578
573
  */
579
574
  export const SynInputFontSizeLarge = 'var(--syn-input-font-size-large)';
580
575
 
576
+ /**
577
+ * @type {string}
578
+ */
579
+ export const SynOverlayColor = 'var(--syn-overlay-color)';
580
+
581
+ /**
582
+ * @type {string}
583
+ */
584
+ export const SynOverlayOpacity = 'var(--syn-overlay-opacity)';
585
+
586
+ /**
587
+ * @type {string}
588
+ */
589
+ export const SynBackgroundColor = 'var(--syn-background-color)';
590
+
591
+ /**
592
+ * @type {string}
593
+ */
594
+ export const SynBorderColor = 'var(--syn-border-color)';
595
+
596
+ /**
597
+ * @type {string}
598
+ */
599
+ export const SynPanelBorder = 'var(--syn-panel-border)';
600
+
581
601
  /**
582
602
  * @type {string}
583
603
  */
@@ -593,6 +613,96 @@ export const SynToggleSizeMedium = 'var(--syn-toggle-size-medium)';
593
613
  */
594
614
  export const SynToggleSizeLarge = 'var(--syn-toggle-size-large)';
595
615
 
616
+ /**
617
+ * @type {string}
618
+ */
619
+ export const SynBodyXSmallRegular = 'var(--syn-body-x-small-regular)';
620
+
621
+ /**
622
+ * @type {string}
623
+ */
624
+ export const SynBodyXSmallSemibold = 'var(--syn-body-x-small-semibold)';
625
+
626
+ /**
627
+ * @type {string}
628
+ */
629
+ export const SynBodyXSmallBold = 'var(--syn-body-x-small-bold)';
630
+
631
+ /**
632
+ * @type {string}
633
+ */
634
+ export const SynBodySmallRegular = 'var(--syn-body-small-regular)';
635
+
636
+ /**
637
+ * @type {string}
638
+ */
639
+ export const SynBodySmallSemibold = 'var(--syn-body-small-semibold)';
640
+
641
+ /**
642
+ * @type {string}
643
+ */
644
+ export const SynBodySmallBold = 'var(--syn-body-small-bold)';
645
+
646
+ /**
647
+ * @type {string}
648
+ */
649
+ export const SynBodyMediumRegular = 'var(--syn-body-medium-regular)';
650
+
651
+ /**
652
+ * @type {string}
653
+ */
654
+ export const SynBodyMediumSemibold = 'var(--syn-body-medium-semibold)';
655
+
656
+ /**
657
+ * @type {string}
658
+ */
659
+ export const SynBodyMediumBold = 'var(--syn-body-medium-bold)';
660
+
661
+ /**
662
+ * @type {string}
663
+ */
664
+ export const SynBodyLargeRegular = 'var(--syn-body-large-regular)';
665
+
666
+ /**
667
+ * @type {string}
668
+ */
669
+ export const SynBodyLargeSemibold = 'var(--syn-body-large-semibold)';
670
+
671
+ /**
672
+ * @type {string}
673
+ */
674
+ export const SynBodyLargeBold = 'var(--syn-body-large-bold)';
675
+
676
+ /**
677
+ * @type {string}
678
+ */
679
+ export const SynHeadingLarge = 'var(--syn-heading-large)';
680
+
681
+ /**
682
+ * @type {string}
683
+ */
684
+ export const SynHeadingXLarge = 'var(--syn-heading-x-large)';
685
+
686
+ /**
687
+ * @type {string}
688
+ */
689
+ export const SynHeading2xLarge = 'var(--syn-heading-2x-large)';
690
+
691
+ /**
692
+ * @type {string}
693
+ */
694
+ export const SynHeading3xLarge = 'var(--syn-heading-3x-large)';
695
+
696
+ /**
697
+ * @type {string}
698
+ */
699
+ export const SynTypographyColorText = 'var(--syn-typography-color-text)';
700
+
701
+ /**
702
+ * @type {string}
703
+ */
704
+ export const SynTypographyColorTextInverted = 'var(--syn-typography-color-text-inverted)';
705
+
596
706
  /**
597
707
  * @type {string}
598
708
  */
@@ -1,8 +1,7 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.3.0
2
+ * @synergy-design-system/tokens version 1.3.2
3
3
  * SICK Global UX Foundation
4
4
  */
5
- $SynFontSize2xSmall: var(--syn-font-size-2x-small) !default;
6
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
7
6
  $SynFontSizeSmall: var(--syn-font-size-small) !default;
8
7
  $SynFontSizeMedium: var(--syn-font-size-medium) !default;
@@ -117,9 +116,32 @@ $SynInputReadonlyColorFocus: var(--syn-input-readonly-color-focus) !default;
117
116
  $SynInputFontSizeSmall: var(--syn-input-font-size-small) !default;
118
117
  $SynInputFontSizeMedium: var(--syn-input-font-size-medium) !default;
119
118
  $SynInputFontSizeLarge: var(--syn-input-font-size-large) !default;
119
+ $SynOverlayColor: var(--syn-overlay-color) !default;
120
+ $SynOverlayOpacity: var(--syn-overlay-opacity) !default;
121
+ $SynBackgroundColor: var(--syn-background-color) !default;
122
+ $SynBorderColor: var(--syn-border-color) !default;
123
+ $SynPanelBorder: var(--syn-panel-border) !default;
120
124
  $SynToggleSizeSmall: var(--syn-toggle-size-small) !default;
121
125
  $SynToggleSizeMedium: var(--syn-toggle-size-medium) !default;
122
126
  $SynToggleSizeLarge: var(--syn-toggle-size-large) !default;
127
+ $SynBodyXSmallRegular: var(--syn-body-x-small-regular) !default;
128
+ $SynBodyXSmallSemibold: var(--syn-body-x-small-semibold) !default;
129
+ $SynBodyXSmallBold: var(--syn-body-x-small-bold) !default;
130
+ $SynBodySmallRegular: var(--syn-body-small-regular) !default;
131
+ $SynBodySmallSemibold: var(--syn-body-small-semibold) !default;
132
+ $SynBodySmallBold: var(--syn-body-small-bold) !default;
133
+ $SynBodyMediumRegular: var(--syn-body-medium-regular) !default;
134
+ $SynBodyMediumSemibold: var(--syn-body-medium-semibold) !default;
135
+ $SynBodyMediumBold: var(--syn-body-medium-bold) !default;
136
+ $SynBodyLargeRegular: var(--syn-body-large-regular) !default;
137
+ $SynBodyLargeSemibold: var(--syn-body-large-semibold) !default;
138
+ $SynBodyLargeBold: var(--syn-body-large-bold) !default;
139
+ $SynHeadingLarge: var(--syn-heading-large) !default;
140
+ $SynHeadingXLarge: var(--syn-heading-x-large) !default;
141
+ $SynHeading2xLarge: var(--syn-heading-2x-large) !default;
142
+ $SynHeading3xLarge: var(--syn-heading-3x-large) !default;
143
+ $SynTypographyColorText: var(--syn-typography-color-text) !default;
144
+ $SynTypographyColorTextInverted: var(--syn-typography-color-text-inverted) !default;
123
145
  $SynColorPrimary50: var(--syn-color-primary-50) !default;
124
146
  $SynColorPrimary100: var(--syn-color-primary-100) !default;
125
147
  $SynColorPrimary200: var(--syn-color-primary-200) !default;
@@ -1,13 +1,12 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.3.0
2
+ * @synergy-design-system/tokens version 1.3.2
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Fri, 09 Feb 2024 12:30:27 GMT
5
+ * Generated on Thu, 15 Feb 2024 10:58:44 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
9
9
  color-scheme: dark;
10
- --syn-font-size-2x-small: 10px;
11
10
  --syn-font-size-x-small: 12px;
12
11
  --syn-font-size-small: 14px;
13
12
  --syn-font-size-medium: 16px;
@@ -123,9 +122,32 @@
123
122
  --syn-input-font-size-small: var(--syn-font-size-small);
124
123
  --syn-input-font-size-medium: var(--syn-font-size-medium);
125
124
  --syn-input-font-size-large: var(--syn-font-size-large);
125
+ --syn-overlay-color: var(--syn-color-neutral-1000);
126
+ --syn-overlay-opacity: 0.4;
127
+ --syn-background-color: var(--syn-color-neutral-0);
128
+ --syn-border-color: var(--syn-color-neutral-300);
129
+ --syn-panel-border: var(--syn-border-width-small);
126
130
  --syn-toggle-size-small: 14px;
127
131
  --syn-toggle-size-medium: var(--syn-spacing-medium);
128
132
  --syn-toggle-size-large: var(--syn-spacing-large);
133
+ --syn-body-x-small-regular: 400 12px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
134
+ --syn-body-x-small-semibold: 600 12px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
135
+ --syn-body-x-small-bold: 700 12px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
136
+ --syn-body-small-regular: 400 14px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
137
+ --syn-body-small-semibold: 600 14px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
138
+ --syn-body-small-bold: 700 14px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
139
+ --syn-body-medium-regular: 400 16px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
140
+ --syn-body-medium-semibold: 600 16px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
141
+ --syn-body-medium-bold: 700 16px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
142
+ --syn-body-large-regular: 400 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
143
+ --syn-body-large-semibold: 600 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
144
+ --syn-body-large-bold: 700 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
145
+ --syn-heading-large: 700 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
146
+ --syn-heading-x-large: 700 24px/1.2 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
147
+ --syn-heading-2x-large: 700 32px/1.2 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
148
+ --syn-heading-3x-large: 700 40px/1.2 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
149
+ --syn-typography-color-text: var(--syn-color-neutral-950);
150
+ --syn-typography-color-text-inverted: var(--syn-color-neutral-0);
129
151
  --syn-color-primary-50: #072E4A;
130
152
  --syn-color-primary-100: #0B486F;
131
153
  --syn-color-primary-200: #065786;
@@ -208,6 +230,7 @@
208
230
  --syn-transition-fast: 150ms;
209
231
  --syn-transition-x-fast: 50ms;
210
232
  --syn-font-serif: Georgia, "Times New Roman", serif;
233
+ --syn-font-size-2x-small: 0.625rem;
211
234
  --syn-font-size-4x-large: 4.5rem;
212
235
  --syn-font-weight-light: 300;
213
236
  --syn-letter-spacing-denser: -0.03em;
@@ -1,13 +1,12 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.3.0
2
+ * @synergy-design-system/tokens version 1.3.2
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Fri, 09 Feb 2024 12:30:27 GMT
5
+ * Generated on Thu, 15 Feb 2024 10:58:44 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-light {
9
9
  color-scheme: light;
10
- --syn-font-size-2x-small: 10px;
11
10
  --syn-font-size-x-small: 12px;
12
11
  --syn-font-size-small: 14px;
13
12
  --syn-font-size-medium: 16px;
@@ -123,9 +122,32 @@
123
122
  --syn-input-font-size-small: var(--syn-font-size-small);
124
123
  --syn-input-font-size-medium: var(--syn-font-size-medium);
125
124
  --syn-input-font-size-large: var(--syn-font-size-large);
125
+ --syn-overlay-color: var(--syn-color-neutral-1000);
126
+ --syn-overlay-opacity: 0.4;
127
+ --syn-background-color: var(--syn-color-neutral-0);
128
+ --syn-border-color: var(--syn-color-neutral-300);
129
+ --syn-panel-border: var(--syn-border-width-small);
126
130
  --syn-toggle-size-small: 14px;
127
131
  --syn-toggle-size-medium: var(--syn-spacing-medium);
128
132
  --syn-toggle-size-large: var(--syn-spacing-large);
133
+ --syn-body-x-small-regular: 400 12px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
134
+ --syn-body-x-small-semibold: 600 12px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
135
+ --syn-body-x-small-bold: 700 12px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
136
+ --syn-body-small-regular: 400 14px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
137
+ --syn-body-small-semibold: 600 14px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
138
+ --syn-body-small-bold: 700 14px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
139
+ --syn-body-medium-regular: 400 16px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
140
+ --syn-body-medium-semibold: 600 16px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
141
+ --syn-body-medium-bold: 700 16px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
142
+ --syn-body-large-regular: 400 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
143
+ --syn-body-large-semibold: 600 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
144
+ --syn-body-large-bold: 700 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
145
+ --syn-heading-large: 700 20px/1.4 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
146
+ --syn-heading-x-large: 700 24px/1.2 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
147
+ --syn-heading-2x-large: 700 32px/1.2 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
148
+ --syn-heading-3x-large: 700 40px/1.2 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
149
+ --syn-typography-color-text: var(--syn-color-neutral-950);
150
+ --syn-typography-color-text-inverted: var(--syn-color-neutral-0);
129
151
  --syn-color-primary-50: #f0f9ff;
130
152
  --syn-color-primary-100: #e0f1FE;
131
153
  --syn-color-primary-200: #b9e5fe;
@@ -208,6 +230,7 @@
208
230
  --syn-transition-fast: 150ms;
209
231
  --syn-transition-x-fast: 50ms;
210
232
  --syn-font-serif: Georgia, "Times New Roman", serif;
233
+ --syn-font-size-2x-small: 0.625rem;
211
234
  --syn-font-size-4x-large: 4.5rem;
212
235
  --syn-font-weight-light: 300;
213
236
  --syn-letter-spacing-denser: -0.03em;
package/package.json CHANGED
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "type": "module",
101
101
  "types": "./dist/js/index.d.ts",
102
- "version": "1.3.1",
102
+ "version": "1.4.0",
103
103
  "scripts": {
104
104
  "build": "pnpm clean && node scripts/build.js",
105
105
  "clean": "rimraf build",
@@ -8,6 +8,9 @@
8
8
  "semantic/input",
9
9
  "semantic/button",
10
10
  "semantic/toggle",
11
+ "semantic/typography",
12
+ "semantic/overlays",
13
+ "semantic/panels",
11
14
  "_docs"
12
15
  ]
13
16
  }
@@ -1,82 +1,92 @@
1
1
  [
2
+ {
3
+ "id": "30eaeb034a2c0a58ba5a3f529b201a5a4a615948",
4
+ "name": "Color",
5
+ "$figmaStyleReferences": {},
6
+ "selectedTokenSets": {
7
+ "color/primitives": "enabled"
8
+ },
9
+ "$figmaCollectionId": "VariableCollectionId:9166:113417",
10
+ "$figmaModeId": "9166:0",
11
+ "$figmaVariableReferences": {
12
+ "gray.50": "9e25df19fb759d366fb1a4a6815dcef16d1e44cf",
13
+ "gray.100": "fb37808697512e1cd808ebb6744be9269d08fee1",
14
+ "gray.200": "4c2c449447c3254cff01207907b891c1b26aab92",
15
+ "gray.300": "1262992b92a2ec4f1021064a5840aa9684365cea",
16
+ "gray.400": "33b9844da362dfaa9a3b40d0a60ab5fafdfc48f1",
17
+ "gray.500": "07cf5aff18a5897ce4519f69b0293cdffba50644",
18
+ "gray.600": "38a78fa199f15699e7ad210a229e9474868691ee",
19
+ "gray.700": "bfab513733dfa0e77568df190ccf3ade46b14a15",
20
+ "gray.800": "2304500662fba27ef88f2e821f2e1875a494ccff",
21
+ "gray.900": "8074bf429189f359ed3064baf7fe73ddd720c835",
22
+ "gray.950": "b22124c1f3f80ed9f9cc981ae716a913c2ef9a40",
23
+ "red.50": "b58d43b7f21eb95b731d667a634c882710b9316b",
24
+ "red.100": "05eed336ab3c1eaba504aa39d9c2163d1ba3faaf",
25
+ "red.200": "08bb22894e4fef0c5999f676e38303168598e704",
26
+ "red.300": "4aabbf556b4dadcee38f172c19d2233656383ea3",
27
+ "red.400": "bf82c149df195d615f5b17d0192980d95e87971b",
28
+ "red.500": "bf6baff57009aa3d05d3f82d49a8a8e6be56c478",
29
+ "red.600": "4bd91b9f4459683b8c372194ba87989f6ea38ab1",
30
+ "red.700": "178059706bdd71aee8c70411c16e50d6a3d314e4",
31
+ "red.800": "8701142194655fa31017ed9fb6c77142c4ef8522",
32
+ "red.900": "fd2f325573a66b57a413a213cfe95c2b20d8d964",
33
+ "red.950": "09f27d6c9c8055a33f270d62177b611df4d78036",
34
+ "yellow.50": "5a8d11221a5535b001d32cc5666f373189c6c9ec",
35
+ "yellow.100": "2fec99154f6bbe0689ebbc3249d6624fc324ec75",
36
+ "yellow.200": "49654ff8accb13d9da798eab41ea9d6386c80b91",
37
+ "yellow.300": "8201e8439b1a9c4eb92729a93392da73baf5d4c7",
38
+ "yellow.400": "f6586b4fb6b32f5c69db4add5a6bf61bd48976da",
39
+ "yellow.500": "8221c1bbdcd930332c980623b2b29c50fe04009d",
40
+ "yellow.600": "cc9c716e8a9898414d0bd6340c3d251ba10023e4",
41
+ "yellow.700": "b4c9d00a7e57851fca3af062d7da698169804631",
42
+ "yellow.800": "9da548ef522db22a37861b7a4335dfa946fbf75e",
43
+ "yellow.900": "8698887bf064f37e7fb0d3a849e3f412103a03b3",
44
+ "yellow.950": "e98385857b067e47df42cb0cc5d0856ace9076f2",
45
+ "green.50": "26940f7b616ac809fe61d68b7ca77c202d396a5f",
46
+ "green.100": "8b4a52fe7d3b7192a797306d4e7618e933c19ab7",
47
+ "green.200": "df9a96af37b3e023e2f2f4da17dbe26d70036890",
48
+ "green.300": "27f2d2623bd64444166d8568e8ca057ec94cbbb3",
49
+ "green.400": "9c0341e4bab8c217fc43bee3779df86a263e5daf",
50
+ "green.500": "88ac6c57bc3df89bf4952db3f5290ac96e53e574",
51
+ "green.600": "b171e9a1c240379e46029da90ea1094f666da161",
52
+ "green.700": "e85529a79649e8c520f42f4c82fad321954ccdb9",
53
+ "green.800": "bd26e0ee0165f78a7aa38d7e80470b45b85796db",
54
+ "green.900": "b3826a04d49e56c252167464956f63aa2de29574",
55
+ "green.950": "244a7791f6b88c6a253c78219e4cddc7c72de6ac",
56
+ "Blue.50": "eec3eb9d7c9f4a913fb7c36bdcd02095a92ba2a8",
57
+ "Blue.100": "748e5d714b0c9a2751d185e8ddb369b0e9965602",
58
+ "Blue.200": "6d4ff7a017a9fb2f3d22dbeec03b97f8761dcf1c",
59
+ "Blue.300": "86b7b8d7010497257453f5bd53a580dd6f369f42",
60
+ "Blue.400": "907ce2d73af14184b21e0879ed6410181f1ed1a9",
61
+ "Blue.500": "14247475344394599586702bbca9ffbc5f907778",
62
+ "Blue.600": "0aaa2dc223323d981e4d4a4459daf74522ec0a80",
63
+ "Blue.700": "b81f2f9afa5bd577829b392b7f75f45db2dd7290",
64
+ "Blue.800": "da484fff6f543c6f79c236b301dfce2b6885a419",
65
+ "Blue.900": "9d0de7fbea23a24063921e18bfcb69f876a05c45",
66
+ "Blue.950": "690f2c8868eb9b5704759391eb0d1df45da23535",
67
+ "Orange.50": "03adfa8ddf4e6cbd446f8f49b0d208e181db327b",
68
+ "Orange.100": "5b5ed8730ed7275205e0c3d1cb0f71047a8e9ffa",
69
+ "Orange.200": "ea26989c45972cdfe41031ef5e1f77a4096108f5",
70
+ "Orange.300": "734539480a6d4f55ad7b91468752a8ddfd141f27",
71
+ "Orange.400": "a7cd3d70c559f44d5597a432d175577f979dc79d",
72
+ "Orange.500": "dae0e2552bb85ca13a7f8fe98e0801b40cadffef",
73
+ "Orange.600": "87f8106b27b09ab81e5203a0b3d7f3675c59ea9c",
74
+ "Orange.700": "63d83beadea7774aa4a5e88097bc972b2dde7a65",
75
+ "Orange.800": "e3ec4df7d820716329beb709c16c2b02e437e22f",
76
+ "Orange.900": "9e798dfff4f5a19e1b078cc4102f056776e3e43f",
77
+ "Orange.950": "2c788b82eb095308cc4732b20310c43d9192443c",
78
+ "black": "bafcb93aa9c2c7d5962ae1f708c5fe9df2a01c63",
79
+ "white": "59831283e335dadc50c9b259071fc562d6c66809"
80
+ },
81
+ "group": "Primitives"
82
+ },
2
83
  {
3
84
  "id": "eda1d35f1a28a0d1fce620eca524dde48d6b5817",
4
85
  "name": "Light",
5
- "group": "Theme",
6
86
  "selectedTokenSets": {
7
- "color/light": "enabled",
8
- "color/primitives": "source"
9
- },
10
- "$figmaStyleReferences": {
11
- "primary.50": "S:eb21790c7e19e4a2f70b605f29d45573656ac66e,",
12
- "primary.100": "S:4a436d03e133e2f9e2d9e0ba5cba10be7b642a8a,",
13
- "primary.200": "S:307500524cfd8db249405a59aaf33e264dbe8d12,",
14
- "primary.300": "S:f65ceb6c19b881aca9dd5d94c8f5a58ffdc9f88b,",
15
- "primary.400": "S:70b10b5bab8cb75d447c90ff8cbf25ee7d30ec86,",
16
- "primary.500": "S:152b4c437186868adebb9b8fdc085fee604ddb94,",
17
- "primary.600": "S:4da2b1de83c093f798f767cf6ba9a0e24d16f628,",
18
- "primary.700": "S:0526fb3d7a467e40152f1e77ed99de925740366e,",
19
- "primary.800": "S:36cd297dd5fbd2e0b8016d0c569f1faa7c3ec326,",
20
- "primary.900": "S:5819d2e5902534d6d1685f5554be14ebf227ca79,",
21
- "primary.950": "S:dddb12de0f9dcd0fe84bdc1aaaa397ac9f78dce3,",
22
- "success.50": "S:24767fb8592fef02887fde3e919dd8ac973ae247,",
23
- "success.100": "S:fdbc5133bd3eea9eec3f5c2c80875e3f7bc34b29,",
24
- "success.200": "S:6edd294f9775e88980be28f8fd85d648a0c83b9f,",
25
- "success.300": "S:49123946357535074af74b029355875717bd1469,",
26
- "success.400": "S:e9e15a2b3bd2a6dac525059709818494ee10b87b,",
27
- "success.500": "S:cc607932fb736bdb86e89e8e7e9183fb670eac60,",
28
- "success.600": "S:b06569940ac64bd060152119b270998c195942e1,",
29
- "success.700": "S:2e16d80617f8d94a724b1c16aec25a013b580c05,",
30
- "success.800": "S:d5b59f7b9fd2f68aa52d9690b3dc04075f7d9881,",
31
- "success.900": "S:f0b3f80f6e7f68c4ee9807112e1fd7190869788b,",
32
- "success.950": "S:9a41e43c2566893c9346151527a4b9b2d94eeb13,",
33
- "warning.50": "S:76392270794cf9003043199a1fb80e93dc707185,",
34
- "warning.100": "S:733e92480ba5f7afa9a449b2c3e95bd1189bb7b7,",
35
- "warning.200": "S:3acc0f9bced069faa9a233972d4aaac807179183,",
36
- "warning.300": "S:4951af8e2cffa906bca198fbe200d474e3cd87d1,",
37
- "warning.400": "S:bf0a2e7c12d221a58878e7c6c5c9a2ca4166e075,",
38
- "warning.500": "S:d6842ae59fff988fdf083801bb68a7a0e8508ac1,",
39
- "warning.600": "S:948a0f0d3717f335a15ebed22798a66af8c2b980,",
40
- "warning.700": "S:b1f2c333f2935dbb3a5bc6c96aa3b3ca0a2e3bad,",
41
- "warning.800": "S:652e405f147b73d55779028ba3d4b983e6879ed1,",
42
- "warning.900": "S:a1c625055d4d4955d5b48091d9b32d5eb9002a88,",
43
- "warning.950": "S:db90a4f762f2a8ecbe9f38805192def04510e957,",
44
- "error.50": "S:6c8125be7ffaf57936249d85697991361b7bf256,",
45
- "error.100": "S:fd14b86cf9589599d5642f20490699bd703c5790,",
46
- "error.200": "S:c24d89e9b16e6945662726efbc4fbad459d2cdd2,",
47
- "error.300": "S:c0d80929e48c7abe0196534d761ae3a457d9b5bd,",
48
- "error.400": "S:352fc3f9f38d7d24a2ea6b1c9ed43d5b3d45bf25,",
49
- "error.500": "S:744a65e527ad3eca02d1789a362d22eda0b87298,",
50
- "error.600": "S:d78a673addd92c4289b59bc65c2ba180633c0bbb,",
51
- "error.700": "S:1d9da544e7c9d3ee284fb6e39382ff8c21d29905,",
52
- "error.800": "S:3193dd999604acfbb13eaec3a0af9133ea0c77f1,",
53
- "error.900": "S:1288704f21d62f4601808c1ec39f7a72b2ae68ea,",
54
- "error.950": "S:215d4e103be4036dfd2d3999d5694f9de6cff44e,",
55
- "accent.50": "S:f808fd1aa0a39958ba38567ffbd12d9cf08bb8db,",
56
- "accent.100": "S:df64c93f07ca623a2ff9317970cb697bbb20d489,",
57
- "accent.200": "S:5f335b66860316b3005e9a57c1f6d3680718a543,",
58
- "accent.300": "S:92733c9d5a98b03c823df0b0ec62d01da2c5d752,",
59
- "accent.400": "S:272ff349ce90572087a3c0279c34329bfa6abdcd,",
60
- "accent.500": "S:976cc6afa147d76dc0c318f06fad395ca557bb48,",
61
- "accent.600": "S:b930610bb4e5739ae2eda8e9821ca62309ba6255,",
62
- "accent.700": "S:a69855804920427dd774a522a76eab46ceda0ef7,",
63
- "accent.800": "S:0e841c4c7ca0a38349bf4b2de12375766aa00b63,",
64
- "accent.900": "S:257c834b700f26a583341f9839a569cee1069c9f,",
65
- "accent.950": "S:c71006592cf2f0b78f32f49d860022e4e8e84254,",
66
- "neutral.0": "S:b7a1b264c509174465233944161ef1ca23844aaa,",
67
- "neutral.50": "S:fbf7c8b17444630a19135afa0117fac5d6de9fad,",
68
- "neutral.100": "S:cbbec7b9aaa2555b2ccb3723e1a9bc46f316ea90,",
69
- "neutral.200": "S:2b6f85a23b4004c3fd203639e17776890967eda1,",
70
- "neutral.300": "S:bf27cc325f87a38b7f61a0798947d36c474e697b,",
71
- "neutral.400": "S:1dbe9bc54fd40ea3c00d5dd9b2e96ecafd59d863,",
72
- "neutral.500": "S:a3455c307d7c5140560a3942c2b9f15f6f8cc319,",
73
- "neutral.600": "S:4c944f35c9a258fdf7b399afec70a9af80375007,",
74
- "neutral.700": "S:736eb05fb7854a8d18856dc2e468e421b9be62b2,",
75
- "neutral.800": "S:f4808864247a6de18ff89e0f9deead729171a03d,",
76
- "neutral.900": "S:f900be7e522d6cc37fd9a42a7424e7cc9f26ddf0,",
77
- "neutral.950": "S:e93db93d4a0917ba11a25848068fe80112ee5a6c,",
78
- "neutral.1000": "S:26fbb5f80e80129dd6abe5a9ace6071523c5e121,"
87
+ "color/light": "enabled"
79
88
  },
89
+ "$figmaStyleReferences": {},
80
90
  "$figmaVariableReferences": {
81
91
  "primary.50": "ec4c6e8b546a9753d6446853aa103a946ba3a5b9",
82
92
  "primary.100": "ea740c2c136f469e8559985c19d8a22d93dd5be2",
@@ -148,15 +158,14 @@
148
158
  "neutral.1000": "1dfbb4a2b696500e0b547922a22e5e8db7372364"
149
159
  },
150
160
  "$figmaCollectionId": "VariableCollectionId:21:286",
151
- "$figmaModeId": "21:0"
161
+ "$figmaModeId": "21:0",
162
+ "group": "Theme"
152
163
  },
153
164
  {
154
165
  "id": "f39c786993e4942a7c329538c246ec8fa5e56c30",
155
166
  "name": "Dark",
156
- "group": "Theme",
157
167
  "selectedTokenSets": {
158
- "color/dark": "enabled",
159
- "color/primitives": "source"
168
+ "color/dark": "enabled"
160
169
  },
161
170
  "$figmaStyleReferences": {},
162
171
  "$figmaVariableReferences": {
@@ -230,7 +239,8 @@
230
239
  "neutral.1000": "1dfbb4a2b696500e0b547922a22e5e8db7372364"
231
240
  },
232
241
  "$figmaCollectionId": "VariableCollectionId:21:286",
233
- "$figmaModeId": "21:1"
242
+ "$figmaModeId": "21:1",
243
+ "group": "Theme"
234
244
  },
235
245
  {
236
246
  "id": "bc6b869612b2783f5cf45d3783bee47bdf9e2e27",
@@ -278,38 +288,15 @@
278
288
  "id": "c510bd1b702894dd5472684c57dff6e70edcd508",
279
289
  "name": "Default",
280
290
  "$figmaStyleReferences": {
281
- "input.color": "S:48a1de035d4e577efd4b3f2890e68a6675a838f8,",
282
- "input.color-hover": "S:a7cf2b27c05ac6d6e86ed01c122537ad60a2bfc4,",
283
- "input.color-focus": "S:d21ad006bcfc9612fa342180eac85755f953e263,",
284
- "input.color-disabled": "S:5f3b89b15c1fa1e553a8eb4bc2a49bafa49aa4db,",
285
- "input.background.color": "S:d9a8f615664682a7db1083f1646db46937e4a519,",
286
- "input.background.color-hover": "S:fa207fc1b19d51512b2b961d5659ffc88ec80a07,",
287
- "input.background.color-focus": "S:fe21336dd0ea566224648358b979c2015b1a3538,",
288
- "input.background.color-disabled": "S:af42ab933bb86cdf088e4ec991efc7bf9609ee9a,",
289
- "input.border.color": "S:52872d306f3b1eb057b8adc37d5cd31483dcd2bd,",
290
- "input.border.color-hover": "S:ced9ca09ee436a680d00eae2068e118cd91a25b8,",
291
- "input.border.color-focus": "S:fad0f1655a82365f575df79fdceda36d5b0d86b7,",
292
- "input.border.color-disables": "S:4ea9e0a7d9aa48e69d88fca9dc84bf5bbc82fd3e,",
293
- "input.border.color-focus-error": "S:e9a2931b600a3f27f5101b081684cb45119df0f9,",
294
- "input.icon.color": "S:a79f84f130d4b1a4cb85e4f0ebbf5937a9621f26,",
295
- "input.icon.color-hover": "S:dcdd53c575340af664a8421657f29213e1e9bf29,",
296
- "input.icon.color-focus": "S:d89a8952011bd684d30657d609b436d92047f882,",
297
- "input.placeholder.color": "S:714d890f023daf4ae038be03eaa95d28d85748d5,",
298
- "input.placeholder.color-disabled": "S:12776411eaed36b3a166ad942cbdd883eef1c2f6,",
299
- "input.label.color": "S:5348d8351259a44250eee5aa934dd1f1990b6f5a,",
300
- "input.focus-ring.color": "S:c7bec70c6ceb691ad7008ed57468c26ddf9c4fcf,",
301
- "input.focus-ring.error": "S:46c604f50a5b844eabfdbda8144db268cfedb0e0,",
302
291
  "input.filled-background.color": "S:95eae530db68b5b43fe539ef0fde2c06fb17ae6c,",
303
292
  "input.filled-background.color-hover": "S:a2d3632222882650eebf84a6c53bf85d650cc8f6,",
304
293
  "input.filled-background.color-focus": "S:8742f0846cfd225dffb0129678c1271fcfebe5d0,",
305
294
  "input.filled-background.color-disabled": "S:13a1f7b30f5d09a60c628dbf66dc93a54ba9557f,",
306
- "input.help-text.color": "S:733585ba48df9a4bd23f4ccb0e23ca3ed5cfa536,",
307
- "input.help-text.color-error": "S:5085f1beaefe88c457495675f4ff0666a779d579,",
308
295
  "input.filled.color": "S:16123b7fbffebafa01a5ac91f69f9c96fbb6a291,",
309
296
  "input.filled.color-disabled": "S:50d5ea5eca1de474be32aa6343b7643c5cc40049,",
310
297
  "input.filled.color-hover": "S:5eefc6417572b45a2142265f8686ce798ac04e80,",
311
- "input.filled.color-focus": "S:bc4ba1f6b31a61949d3c4186b243633dba518ae6,",
312
- "focus-ring.color": "S:998e95d21d7ea293e13851f1232b4843ebb87e70,"
298
+ "input.filled.color-focus": "S:bc4ba1f6b31a61949d3c4186b243633dba518ae6,"
299
+
313
300
  },
314
301
  "selectedTokenSets": {
315
302
  "globals": "source",
@@ -317,11 +304,64 @@
317
304
  "color/primitives": "source",
318
305
  "semantic/input": "enabled",
319
306
  "semantic/button": "enabled",
320
- "semantic/toggle": "enabled"
307
+ "semantic/toggle": "enabled",
308
+ "semantic/typography": "enabled"
321
309
  },
322
310
  "$figmaCollectionId": "VariableCollectionId:790:67393",
323
311
  "$figmaModeId": "790:0",
324
312
  "$figmaVariableReferences": {
313
+ "typography.color.text": "0bce8a23c955ec27b2edc35101d7c955ac12dc13",
314
+ "typography.color.text-inverted": "1411de66484c1b8ca3c0034b32473973ed6838fb",
315
+ "toggle.size.small": "59e798ea0cba4be9ea32e894e79cecd7b82cfded",
316
+ "toggle.size.medium": "c853d6f661e4380daff9745e0e4b39e2b56637f3",
317
+ "toggle.size.large": "8c9580c2db9de0c2ceb7553e99520d3a5c4a90d3",
318
+ "input.color": "bc745cc91841ef07e91b5fb6a8ac1018eb4247bf",
319
+ "input.color-hover": "17492033de110a4bcc43dcb1437516a4ad52df3b",
320
+ "input.color-focus": "8642f42f34c8b021c8802ad57409ae401fbba742",
321
+ "input.color-disabled": "5a99a8e259c70b1d29de48283791ef06f05a21e9",
322
+ "input.background.color": "d09531643cd995794e3b9dc1bd82c139d8106e25",
323
+ "input.background.color-hover": "9fec7aa09d1a2f81645fa75b3d92edaa2c90d054",
324
+ "input.background.color-focus": "98fbc0a558a11a03efae306884c4452f668fc463",
325
+ "input.background.color-disabled": "7215ec04eeadd8daf594e53f12ec80bba4b91447",
326
+ "input.border.color": "adf10ba5c2480b2bb7f053c751f9b42f0938f01f",
327
+ "input.border.color-hover": "1cc56ba06f6b13759b7f75944a643b00405224fe",
328
+ "input.border.color-focus": "b42c56cf0e505f5430f1b5bbe91d32413dcd9b91",
329
+ "input.border.color-disables": "5a26ce120ce201221c9215e031262f1dc0ee8778",
330
+ "input.border.radius-small": "87345f9338038632e1d943f159b73e50cc8d528e",
331
+ "input.border.radius-medium": "f3f6890292e00d684ae9cb10c35a7d663d6ed539",
332
+ "input.border.radius-large": "cd7030024183d34c991d483a7e465e296e796982",
333
+ "input.border.color-focus-error": "0b1c989689b0931690e46a2d2486a540d902123d",
334
+ "input.width": "9224209e27b3dd48f81c63a456da0f1502adb692",
335
+ "input.icon.color": "b60276a27a35c350f09e66ab1468296c9affd647",
336
+ "input.icon.color-hover": "e5d3ddd062c31b95ad25fe72cded500150e33fb7",
337
+ "input.icon.color-focus": "807c59ade48c51e04e00842a0be752d9c00a96c3",
338
+ "input.icon.icon-clearable.color": "566a0ff5d40e6af1bac05a1bddce26830d01b501",
339
+ "input.icon.icon-clearable.color-hover": "bc524dceafd86db1c9f32fcb21b3cb46b65765d2",
340
+ "input.icon.icon-clearable.color-focus": "bc9ca2538e5308c35e9e0963320d220a91d2eab8",
341
+ "input.placeholder.color": "e84537a67522aac7b98de44b92615252de3c45d7",
342
+ "input.placeholder.color-disabled": "990261ec45dcb6c65d0a943a7d75c7242c35d277",
343
+ "input.required-content": "1b7090b1195ecd43c3d07c805e23f85c55d129a9",
344
+ "input.required-content-offset": "9c83452a5d8195f66598593c2f1f3fb68c45d758",
345
+ "input.label.color": "ba3a82f7a87cf0e3dba37fa22b6bb120e1d0f954",
346
+ "input.spacing.small": "761eeae11a5d5db0b9f287169fe518bf388d0ead",
347
+ "input.spacing.medium": "83e3fb83e4da16cdf63a2bb8766b3889a1b522cb",
348
+ "input.spacing.large": "717937cad33a5ea1fa31fd17ca4308a51864a773",
349
+ "input.focus-ring.color": "bcfb57039745269f7cae825530c515483b553db1",
350
+ "input.focus-ring.offset": "0c2b194ad8a3892f72c51ef583f940f80f0a0da7",
351
+ "input.focus-ring.error": "990c1a5ff0acb5561de1391d59d64acbee0db591",
352
+ "input.readonly-background.color": "202fec4c3b10c4a85bd051a23fd11e635b691a9b",
353
+ "input.readonly-background.color-hover": "99485e086679b6b82520908d2af565301ee2bfb8",
354
+ "input.readonly-background.color-focus": "176aad43eb9f85cb824570850c1e1f3cac88ca25",
355
+ "input.readonly-background.color-disabled": "410324cb496aaf9da36090d959acebbe80ae14e1",
356
+ "input.help-text.color": "79ea482375f6cec5228b6bf0ea9c7fbb2505d9c6",
357
+ "input.help-text.color-error": "9e62a851799b2b3c5021ae7cde72b92b34fdfb60",
358
+ "input.height.small": "424b7861abcecffc7cc6c3735ec28842f2e84ae7",
359
+ "input.height.medium": "4bf50c4d8473a9f03cf3a09567c4459b62d57afc",
360
+ "input.height.large": "c9ab4ffc73a9047178eca68979ef22e5878238af",
361
+ "input.readonly.color": "36098d0584c5e66d3778e1f97e9d7d92a641c4f0",
362
+ "input.readonly.color-disabled": "dd753058470317fa489a113595530f7f3e097dfa",
363
+ "input.readonly.color-hover": "d9e2c120038f5b2434a1adb2ed026ffcac5dbb94",
364
+ "input.readonly.color-focus": "2b9ed719a33678da68b9e3a89fb148f75e0b04ce",
325
365
  "focus-ring.color": "4560189da085bbe8e1ce1fa9a615fa9b88869789",
326
366
  "focus-ring.width": "2e54bf95bfc688cc460e9f7606fb9631fd43aecc",
327
367
  "focus-ring.offset": "491c1017f3208a7c19a9ed70a4b1cc50001e01b4"
@@ -387,13 +387,105 @@
387
387
  }
388
388
  },
389
389
  "drawer": {
390
- "description": {
391
- "value": "Drawers slide in from a container to expose additional options and information.",
392
- "type": "text"
390
+ "default": {
391
+ "description": {
392
+ "value": "Drawers slide in from a container to expose additional options and information.",
393
+ "type": "text"
394
+ },
395
+ "title": {
396
+ "value": "Drawer",
397
+ "type": "text"
398
+ }
393
399
  },
394
- "title": {
395
- "value": "Drawer",
396
- "type": "text"
400
+ "start": {
401
+ "title": {
402
+ "value": "Slide in From Start",
403
+ "type": "text"
404
+ },
405
+ "description": {
406
+ "value": "By default, drawers slide in from the end. To make the drawer slide in from the start, set the placement attribute to start.",
407
+ "type": "text"
408
+ }
409
+ },
410
+ "top": {
411
+ "title": {
412
+ "value": "Slide in From Top",
413
+ "type": "text"
414
+ },
415
+ "description": {
416
+ "value": "To make the drawer slide in from the top, set the placement attribute to top.",
417
+ "type": "text"
418
+ }
419
+ },
420
+ "bottom": {
421
+ "title": {
422
+ "value": "Slide in From Bottom",
423
+ "type": "text"
424
+ },
425
+ "description": {
426
+ "value": "To make the drawer slide in from the bottom, set the placement attribute to bottom.",
427
+ "type": "text"
428
+ }
429
+ },
430
+ "contained": {
431
+ "title": {
432
+ "value": "Contained to an Element",
433
+ "type": "text"
434
+ },
435
+ "description": {
436
+ "value": "By default, drawers slide out of their containing block, which is usually the viewport. To make a drawer slide out of a parent element, add the contained attribute to the drawer and apply position: relative to its parent.\n\nUnlike normal drawers, contained drawers are not modal. This means they do not show an overlay, they do not trap focus, and they are not dismissible with Escape. This is intentional to allow users to interact with elements outside of the drawer.",
437
+ "type": "text"
438
+ }
439
+ },
440
+ "size": {
441
+ "title": {
442
+ "value": "Custom Size",
443
+ "type": "text"
444
+ },
445
+ "description": {
446
+ "value": "Use the --size custom property to set the drawer’s size. This will be applied to the drawer’s width or height depending on its placement.",
447
+ "type": "text"
448
+ }
449
+ },
450
+ "scrolling": {
451
+ "title": {
452
+ "value": "Scrolling",
453
+ "type": "text"
454
+ },
455
+ "description": {
456
+ "value": "By design, a drawer’s height will never exceed 100% of its container. As such, drawers will not scroll with the page to ensure the header and footer are always accessible to the user.",
457
+ "type": "text"
458
+ }
459
+ },
460
+ "action": {
461
+ "title": {
462
+ "value": "Header Actions",
463
+ "type": "text"
464
+ },
465
+ "description": {
466
+ "value": "The header shows a functional close button by default. You can use the header-actions slot to add additional icon buttons if needed.",
467
+ "type": "text"
468
+ }
469
+ },
470
+ "closing": {
471
+ "title": {
472
+ "value": "Preventing the Drawer from Closing",
473
+ "type": "text"
474
+ },
475
+ "description": {
476
+ "value": "By default, drawers will close when the user clicks the close button, clicks the overlay, or presses the Escape key. In most cases, the default behavior is the best behavior in terms of UX. However, there are situations where this may be undesirable, such as when data loss will occur.\n\nTo keep the drawer open in such cases, you can cancel the sl-request-close event. When canceled, the drawer will remain open and pulse briefly to draw the user’s attention to it.\n\nYou can use event.detail.source to determine what triggered the request to close. This example prevents the drawer from closing when the overlay is clicked, but allows the close button or Escape to dismiss it.",
477
+ "type": "text"
478
+ }
479
+ },
480
+ "fokus": {
481
+ "title": {
482
+ "value": "Customizing Initial Focus",
483
+ "type": "text"
484
+ },
485
+ "description": {
486
+ "value": "By default, the drawer’s panel will gain focus when opened. This allows a subsequent tab press to focus on the first tabbable element in the drawer. If you want a different element to have focus, add the autofocus attribute to it as shown below.",
487
+ "type": "text"
488
+ }
397
489
  }
398
490
  },
399
491
  "dropdown": {
@@ -1718,12 +1810,42 @@
1718
1810
  },
1719
1811
  "typography": {
1720
1812
  "description": {
1721
- "value": "Typography tokens are used to maintain a consistent set of font styles throughout your app.",
1813
+ "value": "Typography tokens are used to define typographic style of headings, body text, and UI components. They are used to maintain a consistent set of font styles throughout your app.",
1722
1814
  "type": "text"
1723
1815
  },
1724
1816
  "title": {
1725
1817
  "value": "Typography",
1726
1818
  "type": "text"
1819
+ },
1820
+ "text-styles": {
1821
+ "description": {
1822
+ "value": "The Synergy text styles are made up of two categories to cover the range of different needs in designs: Headings and Body / UI text.\n\nUnless explicitly mentioned otherwise in a component, Synergy recommends using sentence case capitalization throughout your applications.",
1823
+ "type": "text"
1824
+ },
1825
+ "title": {
1826
+ "value": "Text styles",
1827
+ "type": "text"
1828
+ },
1829
+ "headings": {
1830
+ "description": {
1831
+ "value": "Heading styles come in a range of sizes, and can be used in a range of contexts, such as:\nbuilding page hierarchy,\nhelping users scan large chunks of text,\nproviding a title to a page or piece of content,\nas subheadings or eyebrow headings, where there is still only one H1 tag per page (as per Accessibility requirements).\n\nOur heading styles are consistently bold, to better address the visual hierarchy.",
1832
+ "type": "text"
1833
+ },
1834
+ "title": {
1835
+ "value": "Headings",
1836
+ "type": "text"
1837
+ }
1838
+ },
1839
+ "body": {
1840
+ "description": {
1841
+ "value": "Body text is used for long-form content where a paragraph or multiple lines of text are required. Body text styles are optimized for reading as a large chunk of information through line height and paragraph spacing. Inline links sit within body text styles and inherit the same font values. \nUI text is text used in UI components and uses the same text stylings.\n\nThe default font size is medium (16 px). Synergy supports three additional font sizes for body copy.\nIt is also possible to format the text bold for certain text passages.",
1842
+ "type": "text"
1843
+ },
1844
+ "title": {
1845
+ "value": "Body and UI text",
1846
+ "type": "text"
1847
+ }
1848
+ }
1727
1849
  }
1728
1850
  },
1729
1851
  "z-index": {
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "font-size": {
3
- "2x-small": {
4
- "value": "10px",
5
- "type": "fontSizes"
6
- },
7
3
  "x-small": {
8
4
  "value": "12px",
9
5
  "type": "fontSizes"
@@ -0,0 +1,10 @@
1
+ {
2
+ "overlay-color": {
3
+ "value": "{neutral.1000}",
4
+ "type": "color"
5
+ },
6
+ "overlay-opacity": {
7
+ "value": "40%",
8
+ "type": "opacity"
9
+ }
10
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "background-color": {
3
+ "value": "{neutral.0}",
4
+ "type": "color"
5
+ },
6
+ "border-color": {
7
+ "value": "{neutral.300}",
8
+ "type": "color"
9
+ },
10
+ "panel-border": {
11
+ "value": "{border-width.small}",
12
+ "type": "borderWidth"
13
+ }
14
+ }
@@ -0,0 +1,170 @@
1
+ {
2
+ "body": {
3
+ "x-small": {
4
+ "regular": {
5
+ "value": {
6
+ "fontFamily": "{font.sans}",
7
+ "fontWeight": "{font-weight.normal}",
8
+ "fontSize": "{font-size.x-small}",
9
+ "lineHeight": "{line-height.normal}"
10
+ },
11
+ "type": "typography"
12
+ },
13
+ "semibold": {
14
+ "value": {
15
+ "fontFamily": "{font.sans}",
16
+ "fontWeight": "{font-weight.semibold}",
17
+ "fontSize": "{font-size.x-small}",
18
+ "lineHeight": "{line-height.normal}"
19
+ },
20
+ "type": "typography"
21
+ },
22
+ "bold": {
23
+ "value": {
24
+ "fontFamily": "{font.sans}",
25
+ "fontWeight": "{font-weight.bold}",
26
+ "fontSize": "{font-size.x-small}",
27
+ "lineHeight": "{line-height.normal}"
28
+ },
29
+ "type": "typography"
30
+ }
31
+ },
32
+ "small": {
33
+ "regular": {
34
+ "value": {
35
+ "fontFamily": "{font.sans}",
36
+ "fontWeight": "{font-weight.normal}",
37
+ "fontSize": "{font-size.small}",
38
+ "lineHeight": "{line-height.normal}"
39
+ },
40
+ "type": "typography"
41
+ },
42
+ "semibold": {
43
+ "value": {
44
+ "fontFamily": "{font.sans}",
45
+ "fontWeight": "{font-weight.semibold}",
46
+ "fontSize": "{font-size.small}",
47
+ "lineHeight": "{line-height.normal}"
48
+ },
49
+ "type": "typography"
50
+ },
51
+ "bold": {
52
+ "value": {
53
+ "fontFamily": "{font.sans}",
54
+ "fontWeight": "{font-weight.bold}",
55
+ "fontSize": "{font-size.small}",
56
+ "lineHeight": "{line-height.normal}"
57
+ },
58
+ "type": "typography"
59
+ }
60
+ },
61
+ "medium": {
62
+ "regular": {
63
+ "value": {
64
+ "fontFamily": "{font.sans}",
65
+ "fontWeight": "{font-weight.normal}",
66
+ "fontSize": "{font-size.medium}",
67
+ "lineHeight": "{line-height.normal}"
68
+ },
69
+ "type": "typography"
70
+ },
71
+ "semibold": {
72
+ "value": {
73
+ "fontFamily": "{font.sans}",
74
+ "fontWeight": "{font-weight.semibold}",
75
+ "fontSize": "{font-size.medium}",
76
+ "lineHeight": "{line-height.normal}"
77
+ },
78
+ "type": "typography"
79
+ },
80
+ "bold": {
81
+ "value": {
82
+ "fontFamily": "{font.sans}",
83
+ "fontWeight": "{font-weight.bold}",
84
+ "fontSize": "{font-size.medium}",
85
+ "lineHeight": "{line-height.normal}"
86
+ },
87
+ "type": "typography"
88
+ }
89
+ },
90
+ "large": {
91
+ "regular": {
92
+ "value": {
93
+ "fontFamily": "{font.sans}",
94
+ "fontWeight": "{font-weight.normal}",
95
+ "fontSize": "{font-size.large}",
96
+ "lineHeight": "{line-height.normal}"
97
+ },
98
+ "type": "typography"
99
+ },
100
+ "semibold": {
101
+ "value": {
102
+ "fontFamily": "{font.sans}",
103
+ "fontWeight": "{font-weight.semibold}",
104
+ "fontSize": "{font-size.large}",
105
+ "lineHeight": "{line-height.normal}"
106
+ },
107
+ "type": "typography"
108
+ },
109
+ "bold": {
110
+ "value": {
111
+ "fontFamily": "{font.sans}",
112
+ "fontWeight": "{font-weight.bold}",
113
+ "fontSize": "{font-size.large}",
114
+ "lineHeight": "{line-height.normal}"
115
+ },
116
+ "type": "typography"
117
+ }
118
+ }
119
+ },
120
+ "heading": {
121
+ "large": {
122
+ "value": {
123
+ "fontFamily": "{font.sans}",
124
+ "fontWeight": "{font-weight.bold}",
125
+ "fontSize": "{font-size.large}",
126
+ "lineHeight": "{line-height.normal}"
127
+ },
128
+ "type": "typography"
129
+ },
130
+ "x-large": {
131
+ "value": {
132
+ "fontFamily": "{font.sans}",
133
+ "fontWeight": "{font-weight.bold}",
134
+ "fontSize": "{font-size.x-large}",
135
+ "lineHeight": "{line-height.dense}"
136
+ },
137
+ "type": "typography"
138
+ },
139
+ "2x-large": {
140
+ "value": {
141
+ "fontFamily": "{font.sans}",
142
+ "fontWeight": "{font-weight.bold}",
143
+ "fontSize": "{font-size.2x-large}",
144
+ "lineHeight": "{line-height.dense}"
145
+ },
146
+ "type": "typography"
147
+ },
148
+ "3x-large": {
149
+ "value": {
150
+ "fontFamily": "{font.sans}",
151
+ "fontWeight": "{font-weight.bold}",
152
+ "fontSize": "{font-size.3x-large}",
153
+ "lineHeight": "{line-height.dense}"
154
+ },
155
+ "type": "typography"
156
+ }
157
+ },
158
+ "typography": {
159
+ "color": {
160
+ "text": {
161
+ "value": "{neutral.950}",
162
+ "type": "color"
163
+ },
164
+ "text-inverted": {
165
+ "value": "{neutral.0}",
166
+ "type": "color"
167
+ }
168
+ }
169
+ }
170
+ }