@semcore/core 17.0.0-prerelease.31 → 17.0.0-prerelease.36
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 +7 -1
- package/lib/core-types/Component.d.ts +8 -1
- package/lib/core-types/Component.js.map +1 -1
- package/lib/core-types/Component.mjs.map +1 -1
- package/lib/theme/themes/auto.css +198 -198
- package/lib/theme/themes/dark.css +99 -99
- package/lib/theme/themes/dark.d.ts +59 -59
- package/lib/theme/themes/dark.js +59 -59
- package/lib/theme/themes/dark.js.map +1 -1
- package/lib/theme/themes/dark.mjs +59 -59
- package/lib/theme/themes/dark.mjs.map +1 -1
- package/lib/theme/themes/default.css +100 -100
- package/lib/theme/themes/default.d.ts +59 -59
- package/lib/theme/themes/default.js +59 -59
- package/lib/theme/themes/default.js.map +1 -1
- package/lib/theme/themes/default.mjs +59 -59
- package/lib/theme/themes/default.mjs.map +1 -1
- package/lib/theme/themes/light.css +100 -100
- package/lib/theme/themes/light.d.ts +59 -59
- package/lib/theme/themes/light.js +59 -59
- package/lib/theme/themes/light.js.map +1 -1
- package/lib/theme/themes/light.mjs +59 -59
- package/lib/theme/themes/light.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/theme/dark.json +0 -2695
- package/lib/theme/light.json +0 -2730
- package/lib/theme/processor.d.ts +0 -1
- package/lib/theme/processor.js +0 -227
- package/lib/theme/processor.js.map +0 -1
- package/lib/theme/processor.mjs +0 -219
- package/lib/theme/processor.mjs.map +0 -1
- package/lib/theme/utils.d.ts +0 -58
- package/lib/theme/utils.js +0 -251
- package/lib/theme/utils.js.map +0 -1
- package/lib/theme/utils.mjs +0 -240
- package/lib/theme/utils.mjs.map +0 -1
|
@@ -110,6 +110,96 @@
|
|
|
110
110
|
--salad-600: #005613;
|
|
111
111
|
--salad-700: #003509;
|
|
112
112
|
--salad-800: #002203;
|
|
113
|
+
/* Base font family. */
|
|
114
|
+
--intergalactic-base: Inter;
|
|
115
|
+
/* Use only for text in Badge component. */
|
|
116
|
+
--intergalactic-fs-50: 10px;
|
|
117
|
+
/* Use this font-size with caution for text in some additional messages. Always check its contrast and readability. */
|
|
118
|
+
--intergalactic-fs-100: 12px;
|
|
119
|
+
--intergalactic-fs-200: 14px;
|
|
120
|
+
--intergalactic-fs-300: 16px;
|
|
121
|
+
--intergalactic-fs-400: 20px;
|
|
122
|
+
--intergalactic-fs-500: 24px;
|
|
123
|
+
--intergalactic-fs-600: 32px;
|
|
124
|
+
--intergalactic-fs-700: 36px;
|
|
125
|
+
--intergalactic-fs-800: 48px;
|
|
126
|
+
/* Use with font-size-100. */
|
|
127
|
+
--intergalactic-lh-100: 133%;
|
|
128
|
+
/* Use with font-size-200. */
|
|
129
|
+
--intergalactic-lh-200: 142%;
|
|
130
|
+
/* Use with font-size-300. */
|
|
131
|
+
--intergalactic-lh-300: 150%;
|
|
132
|
+
/* Use with font-size-400. */
|
|
133
|
+
--intergalactic-lh-400: 120%;
|
|
134
|
+
/* Use with font-size-500. */
|
|
135
|
+
--intergalactic-lh-500: 117%;
|
|
136
|
+
/* Use with font-size-600. */
|
|
137
|
+
--intergalactic-lh-600: 125%;
|
|
138
|
+
/* Use with font-size-700. */
|
|
139
|
+
--intergalactic-lh-700: 110%;
|
|
140
|
+
/* Use with font-size-800. */
|
|
141
|
+
--intergalactic-lh-800: 117%;
|
|
142
|
+
/* Semi-bold font weight. */
|
|
143
|
+
--intergalactic-semi-bold: 600;
|
|
144
|
+
/* Bold font weight. */
|
|
145
|
+
--intergalactic-bold: 700;
|
|
146
|
+
/* Regular font weight. */
|
|
147
|
+
--intergalactic-regular: 400;
|
|
148
|
+
/* Medium font weight. */
|
|
149
|
+
--intergalactic-medium: 500;
|
|
150
|
+
/* Compact letter spacing. */
|
|
151
|
+
--intergalactic-compact: 0.3;
|
|
152
|
+
/* Base denominator of the design system. */
|
|
153
|
+
--intergalactic-scale-indent: 4px;
|
|
154
|
+
/* 2px */
|
|
155
|
+
--intergalactic-spacing-05x: 2px;
|
|
156
|
+
/* 4px */
|
|
157
|
+
--intergalactic-spacing-1x: 4px;
|
|
158
|
+
/* 8px */
|
|
159
|
+
--intergalactic-spacing-2x: 8px;
|
|
160
|
+
/* 12px */
|
|
161
|
+
--intergalactic-spacing-3x: 12px;
|
|
162
|
+
/* 16px */
|
|
163
|
+
--intergalactic-spacing-4x: 16px;
|
|
164
|
+
/* 20px */
|
|
165
|
+
--intergalactic-spacing-5x: 20px;
|
|
166
|
+
/* 24px */
|
|
167
|
+
--intergalactic-spacing-6x: 24px;
|
|
168
|
+
/* 32px */
|
|
169
|
+
--intergalactic-spacing-8x: 32px;
|
|
170
|
+
/* 40px */
|
|
171
|
+
--intergalactic-spacing-10x: 40px;
|
|
172
|
+
/* 56px */
|
|
173
|
+
--intergalactic-spacing-14x: 56px;
|
|
174
|
+
/* 80px */
|
|
175
|
+
--intergalactic-spacing-20x: 80px;
|
|
176
|
+
/* 96px */
|
|
177
|
+
--intergalactic-spacing-24x: 96px;
|
|
178
|
+
/* 120px */
|
|
179
|
+
--intergalactic-spacing-30x: 120px;
|
|
180
|
+
--intergalactic-rounded-extra-small: 2px;
|
|
181
|
+
--intergalactic-rounded-small: 4px;
|
|
182
|
+
--intergalactic-rounded-medium: 6px;
|
|
183
|
+
--intergalactic-rounded-large: 12px;
|
|
184
|
+
--intergalactic-rounded-extra-large: 24px;
|
|
185
|
+
/* Extra small screens (small phones). */
|
|
186
|
+
--intergalactic-screen-extra-small: 320px;
|
|
187
|
+
/* Small screens (phones and small tablets). */
|
|
188
|
+
--intergalactic-screen-small: 768px;
|
|
189
|
+
/* Medium screens (tablets and small laptops). */
|
|
190
|
+
--intergalactic-screen-medium: 1200px;
|
|
191
|
+
/* Large screens (tablets and laptops). */
|
|
192
|
+
--intergalactic-screen-large: 1920px;
|
|
193
|
+
/* Should be used for more complex effects and larger scale animations (such as page transitions or moving objects on and offscreen) */
|
|
194
|
+
--intergalactic-duration-extra-slow: 500;
|
|
195
|
+
/* Should be used for more larger scale animations (such as page transitions) */
|
|
196
|
+
--intergalactic-duration-slow: 400;
|
|
197
|
+
/* Should be used for more complex effects (such as Modal) */
|
|
198
|
+
--intergalactic-duration-medium: 300;
|
|
199
|
+
/* Should be used for more complex effects (such as Dropdown or Accordion) */
|
|
200
|
+
--intergalactic-duration-fast: 200;
|
|
201
|
+
/* Should be used for simpler effects and relatively small-sized animations (such as fades or color changes) */
|
|
202
|
+
--intergalactic-duration-extra-fast: 100;
|
|
113
203
|
/* Primary background of the interface which contains the main data and information. */
|
|
114
204
|
--intergalactic-bg-primary-neutral: #ffffff;
|
|
115
205
|
/* Hover state of the primary background of the interface which contains the main data and information. */
|
|
@@ -528,6 +618,8 @@
|
|
|
528
618
|
--intergalactic-brand-google-green: #016723;
|
|
529
619
|
/* Google My Business brand color. */
|
|
530
620
|
--intergalactic-brand-google-my-business: #1a73e8;
|
|
621
|
+
/* Use for the disabled state of all kind of the controls and elements. */
|
|
622
|
+
--intergalactic-disabled-opacity: 0.3;
|
|
531
623
|
/* Default shadow of the Card. */
|
|
532
624
|
--intergalactic-box-shadow-card: 0px 0px 1px 0px rgba(25, 27, 35, 0.16), 0px 1px 2px 0px rgba(25, 27, 35, 0.12);
|
|
533
625
|
/* Hover state for the shadow of the Card with hover state. */
|
|
@@ -554,84 +646,12 @@
|
|
|
554
646
|
--intergalactic-keyboard-focus-invert: 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
|
|
555
647
|
/* Default keyboard focus box-shadow styles. */
|
|
556
648
|
--intergalactic-keyboard-focus: 0px 0px 0px 3px rgba(0, 143, 248, 0.5);
|
|
557
|
-
/* Base font family. */
|
|
558
|
-
--intergalactic-base: Inter;
|
|
559
|
-
/* Use with font-size-800. */
|
|
560
|
-
--intergalactic-lh-800: 117%;
|
|
561
|
-
/* Use with font-size-700. */
|
|
562
|
-
--intergalactic-lh-700: 110%;
|
|
563
|
-
/* Use with font-size-600. */
|
|
564
|
-
--intergalactic-lh-600: 125%;
|
|
565
|
-
/* Use with font-size-500. */
|
|
566
|
-
--intergalactic-lh-500: 117%;
|
|
567
|
-
/* Use with font-size-400. */
|
|
568
|
-
--intergalactic-lh-400: 120%;
|
|
569
|
-
/* Use with font-size-300. */
|
|
570
|
-
--intergalactic-lh-300: 150%;
|
|
571
|
-
/* Use with font-size-200. */
|
|
572
|
-
--intergalactic-lh-200: 142%;
|
|
573
|
-
/* Use with font-size-100. */
|
|
574
|
-
--intergalactic-lh-100: 133%;
|
|
575
|
-
/* Semi-bold font weight. */
|
|
576
|
-
--intergalactic-semi-bold: 600;
|
|
577
|
-
/* Bold font weight. */
|
|
578
|
-
--intergalactic-bold: 700;
|
|
579
|
-
/* Regular font weight. */
|
|
580
|
-
--intergalactic-regular: 400;
|
|
581
|
-
/* Medium font weight. */
|
|
582
|
-
--intergalactic-medium: 500;
|
|
583
|
-
/* Use only for text in Badge component. */
|
|
584
|
-
--intergalactic-fs-50: 10px;
|
|
585
|
-
/* Use this font-size with caution for text in some additional messages. Always check its contrast and readability. */
|
|
586
|
-
--intergalactic-fs-100: 12px;
|
|
587
|
-
--intergalactic-fs-200: 14px;
|
|
588
|
-
--intergalactic-fs-300: 16px;
|
|
589
|
-
--intergalactic-fs-400: 20px;
|
|
590
|
-
--intergalactic-fs-500: 24px;
|
|
591
|
-
--intergalactic-fs-600: 32px;
|
|
592
|
-
--intergalactic-fs-700: 36px;
|
|
593
|
-
--intergalactic-fs-800: 48px;
|
|
594
|
-
/* Compact letter spacing. */
|
|
595
|
-
--intergalactic-compact: 0.3;
|
|
596
|
-
/* Base denominator of the design system. */
|
|
597
|
-
--intergalactic-scale-indent: 4px;
|
|
598
649
|
/* Small size of the controls. Use it for small interactive addons. Avoid using it with the main actions. */
|
|
599
650
|
--intergalactic-form-control-s: 20px;
|
|
600
651
|
/* Default size of the controls. */
|
|
601
652
|
--intergalactic-form-control-m: 28px;
|
|
602
653
|
/* Large size of the controls. */
|
|
603
654
|
--intergalactic-form-control-l: 40px;
|
|
604
|
-
/* 2px */
|
|
605
|
-
--intergalactic-spacing-05x: 2px;
|
|
606
|
-
/* 4px */
|
|
607
|
-
--intergalactic-spacing-1x: 4px;
|
|
608
|
-
/* 8px */
|
|
609
|
-
--intergalactic-spacing-2x: 8px;
|
|
610
|
-
/* 12px */
|
|
611
|
-
--intergalactic-spacing-3x: 12px;
|
|
612
|
-
/* 16px */
|
|
613
|
-
--intergalactic-spacing-4x: 16px;
|
|
614
|
-
/* 20px */
|
|
615
|
-
--intergalactic-spacing-5x: 20px;
|
|
616
|
-
/* 24px */
|
|
617
|
-
--intergalactic-spacing-6x: 24px;
|
|
618
|
-
/* 32px */
|
|
619
|
-
--intergalactic-spacing-8x: 32px;
|
|
620
|
-
/* 40px */
|
|
621
|
-
--intergalactic-spacing-10x: 40px;
|
|
622
|
-
/* 56px */
|
|
623
|
-
--intergalactic-spacing-14x: 56px;
|
|
624
|
-
/* 80px */
|
|
625
|
-
--intergalactic-spacing-20x: 80px;
|
|
626
|
-
/* 96px */
|
|
627
|
-
--intergalactic-spacing-24x: 96px;
|
|
628
|
-
/* 120px */
|
|
629
|
-
--intergalactic-spacing-30x: 120px;
|
|
630
|
-
--intergalactic-rounded-extra-small: 2px;
|
|
631
|
-
--intergalactic-rounded-small: 4px;
|
|
632
|
-
--intergalactic-rounded-medium: 6px;
|
|
633
|
-
--intergalactic-rounded-large: 12px;
|
|
634
|
-
--intergalactic-rounded-extra-large: 24px;
|
|
635
655
|
/* Use for rounding addons and small controls like Checkbox. */
|
|
636
656
|
--intergalactic-addon-rounded: 4px;
|
|
637
657
|
/* Use for rounding Badge. */
|
|
@@ -654,16 +674,6 @@
|
|
|
654
674
|
--intergalactic-popper-rounded: 6px;
|
|
655
675
|
/* Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard). */
|
|
656
676
|
--intergalactic-modal-rounded: 12px;
|
|
657
|
-
/* Use for the disabled state of all kind of the controls and elements. */
|
|
658
|
-
--intergalactic-disabled-opacity: 0.3;
|
|
659
|
-
/* Extra small screens (small phones). */
|
|
660
|
-
--intergalactic-screen-extra-small: 320px;
|
|
661
|
-
/* Small screens (phones and small tablets). */
|
|
662
|
-
--intergalactic-screen-small: 768px;
|
|
663
|
-
/* Medium screens (tablets and small laptops). */
|
|
664
|
-
--intergalactic-screen-medium: 1200px;
|
|
665
|
-
/* Large screens (tablets and laptops). */
|
|
666
|
-
--intergalactic-screen-large: 1920px;
|
|
667
677
|
/* Use for cover the content under the modal dialogs. */
|
|
668
678
|
--intergalactic-overlay-primary: rgba(25, 27, 35, 0.7);
|
|
669
679
|
/* Use for the secondary modal dialogs that were opened upon the other modal dialogs. */
|
|
@@ -672,13 +682,6 @@
|
|
|
672
682
|
--intergalactic-overlay-limitation-primary: #f4f5f9;
|
|
673
683
|
/* Use as a secondary cover of the content under the messages about limitations. */
|
|
674
684
|
--intergalactic-overlay-limitation-secondary: rgba(255, 255, 255, 0.85);
|
|
675
|
-
--intergalactic-z-index-deep: -999;
|
|
676
|
-
--intergalactic-z-index-overlay: 500;
|
|
677
|
-
--intergalactic-z-index-modal: 900;
|
|
678
|
-
--intergalactic-z-index-popper: 700;
|
|
679
|
-
--intergalactic-z-index-dropdown: 750;
|
|
680
|
-
--intergalactic-z-index-tooltip: 800;
|
|
681
|
-
--intergalactic-z-index-notice-bubble: 999;
|
|
682
685
|
/* Default Tooltip background. */
|
|
683
686
|
--intergalactic-tooltip-default: #ffffff;
|
|
684
687
|
/* Warning Tooltip background. */
|
|
@@ -852,16 +855,13 @@
|
|
|
852
855
|
--intergalactic-sidebar-nav-control-text-active: #4D407E;
|
|
853
856
|
--intergalactic-sidebar-nav-control-icon-normal: #9083C5;
|
|
854
857
|
--intergalactic-sidebar-nav-control-icon-active: #4D407E;
|
|
855
|
-
|
|
856
|
-
--intergalactic-
|
|
857
|
-
|
|
858
|
-
--intergalactic-
|
|
859
|
-
|
|
860
|
-
--intergalactic-
|
|
861
|
-
|
|
862
|
-
--intergalactic-duration-fast: 200;
|
|
863
|
-
/* Should be used for simpler effects and relatively small-sized animations (such as fades or color changes) */
|
|
864
|
-
--intergalactic-duration-extra-fast: 100;
|
|
858
|
+
--intergalactic-z-index-deep: -999;
|
|
859
|
+
--intergalactic-z-index-overlay: 500;
|
|
860
|
+
--intergalactic-z-index-modal: 900;
|
|
861
|
+
--intergalactic-z-index-popper: 700;
|
|
862
|
+
--intergalactic-z-index-dropdown: 750;
|
|
863
|
+
--intergalactic-z-index-tooltip: 800;
|
|
864
|
+
--intergalactic-z-index-notice-bubble: 999;
|
|
865
865
|
/* Use for small controls like Switch or Slider. */
|
|
866
866
|
--intergalactic-duration-switch: 100;
|
|
867
867
|
/* Use for components based on popper like Tooltip, Dropdown or Filter trigger. */
|
|
@@ -987,6 +987,96 @@
|
|
|
987
987
|
--salad-600: #005613;
|
|
988
988
|
--salad-700: #003509;
|
|
989
989
|
--salad-800: #002203;
|
|
990
|
+
/* Base font family. */
|
|
991
|
+
--intergalactic-base: Inter;
|
|
992
|
+
/* Use only for text in Badge component. */
|
|
993
|
+
--intergalactic-fs-50: 10px;
|
|
994
|
+
/* Use this font-size with caution for text in some additional messages. Always check its contrast and readability. */
|
|
995
|
+
--intergalactic-fs-100: 12px;
|
|
996
|
+
--intergalactic-fs-200: 14px;
|
|
997
|
+
--intergalactic-fs-300: 16px;
|
|
998
|
+
--intergalactic-fs-400: 20px;
|
|
999
|
+
--intergalactic-fs-500: 24px;
|
|
1000
|
+
--intergalactic-fs-600: 32px;
|
|
1001
|
+
--intergalactic-fs-700: 36px;
|
|
1002
|
+
--intergalactic-fs-800: 48px;
|
|
1003
|
+
/* Use with font-size-100. */
|
|
1004
|
+
--intergalactic-lh-100: 133%;
|
|
1005
|
+
/* Use with font-size-200. */
|
|
1006
|
+
--intergalactic-lh-200: 142%;
|
|
1007
|
+
/* Use with font-size-300. */
|
|
1008
|
+
--intergalactic-lh-300: 150%;
|
|
1009
|
+
/* Use with font-size-400. */
|
|
1010
|
+
--intergalactic-lh-400: 120%;
|
|
1011
|
+
/* Use with font-size-500. */
|
|
1012
|
+
--intergalactic-lh-500: 117%;
|
|
1013
|
+
/* Use with font-size-600. */
|
|
1014
|
+
--intergalactic-lh-600: 125%;
|
|
1015
|
+
/* Use with font-size-700. */
|
|
1016
|
+
--intergalactic-lh-700: 110%;
|
|
1017
|
+
/* Use with font-size-800. */
|
|
1018
|
+
--intergalactic-lh-800: 117%;
|
|
1019
|
+
/* Semi-bold font weight. */
|
|
1020
|
+
--intergalactic-semi-bold: 600;
|
|
1021
|
+
/* Bold font weight. */
|
|
1022
|
+
--intergalactic-bold: 700;
|
|
1023
|
+
/* Regular font weight. */
|
|
1024
|
+
--intergalactic-regular: 400;
|
|
1025
|
+
/* Medium font weight. */
|
|
1026
|
+
--intergalactic-medium: 500;
|
|
1027
|
+
/* Compact letter spacing. */
|
|
1028
|
+
--intergalactic-compact: 0.3;
|
|
1029
|
+
/* Base denominator of the design system. */
|
|
1030
|
+
--intergalactic-scale-indent: 4px;
|
|
1031
|
+
/* 2px */
|
|
1032
|
+
--intergalactic-spacing-05x: 2px;
|
|
1033
|
+
/* 4px */
|
|
1034
|
+
--intergalactic-spacing-1x: 4px;
|
|
1035
|
+
/* 8px */
|
|
1036
|
+
--intergalactic-spacing-2x: 8px;
|
|
1037
|
+
/* 12px */
|
|
1038
|
+
--intergalactic-spacing-3x: 12px;
|
|
1039
|
+
/* 16px */
|
|
1040
|
+
--intergalactic-spacing-4x: 16px;
|
|
1041
|
+
/* 20px */
|
|
1042
|
+
--intergalactic-spacing-5x: 20px;
|
|
1043
|
+
/* 24px */
|
|
1044
|
+
--intergalactic-spacing-6x: 24px;
|
|
1045
|
+
/* 32px */
|
|
1046
|
+
--intergalactic-spacing-8x: 32px;
|
|
1047
|
+
/* 40px */
|
|
1048
|
+
--intergalactic-spacing-10x: 40px;
|
|
1049
|
+
/* 56px */
|
|
1050
|
+
--intergalactic-spacing-14x: 56px;
|
|
1051
|
+
/* 80px */
|
|
1052
|
+
--intergalactic-spacing-20x: 80px;
|
|
1053
|
+
/* 96px */
|
|
1054
|
+
--intergalactic-spacing-24x: 96px;
|
|
1055
|
+
/* 120px */
|
|
1056
|
+
--intergalactic-spacing-30x: 120px;
|
|
1057
|
+
--intergalactic-rounded-extra-small: 2px;
|
|
1058
|
+
--intergalactic-rounded-small: 4px;
|
|
1059
|
+
--intergalactic-rounded-medium: 6px;
|
|
1060
|
+
--intergalactic-rounded-large: 12px;
|
|
1061
|
+
--intergalactic-rounded-extra-large: 24px;
|
|
1062
|
+
/* Extra small screens (small phones). */
|
|
1063
|
+
--intergalactic-screen-extra-small: 320px;
|
|
1064
|
+
/* Small screens (phones and small tablets). */
|
|
1065
|
+
--intergalactic-screen-small: 768px;
|
|
1066
|
+
/* Medium screens (tablets and small laptops). */
|
|
1067
|
+
--intergalactic-screen-medium: 1200px;
|
|
1068
|
+
/* Large screens (tablets and laptops). */
|
|
1069
|
+
--intergalactic-screen-large: 1920px;
|
|
1070
|
+
/* Should be used for more complex effects and larger scale animations (such as page transitions or moving objects on and offscreen) */
|
|
1071
|
+
--intergalactic-duration-extra-slow: 500;
|
|
1072
|
+
/* Should be used for more larger scale animations (such as page transitions) */
|
|
1073
|
+
--intergalactic-duration-slow: 400;
|
|
1074
|
+
/* Should be used for more complex effects (such as Modal) */
|
|
1075
|
+
--intergalactic-duration-medium: 300;
|
|
1076
|
+
/* Should be used for more complex effects (such as Dropdown or Accordion) */
|
|
1077
|
+
--intergalactic-duration-fast: 200;
|
|
1078
|
+
/* Should be used for simpler effects and relatively small-sized animations (such as fades or color changes) */
|
|
1079
|
+
--intergalactic-duration-extra-fast: 100;
|
|
990
1080
|
/* Primary background of the interface which contains the main data and information. */
|
|
991
1081
|
--intergalactic-bg-primary-neutral: rgba(30, 34, 49, 1);
|
|
992
1082
|
/* Hover state of the primary background of the interface which contains the main data and information. */
|
|
@@ -1399,6 +1489,8 @@
|
|
|
1399
1489
|
--intergalactic-brand-google-green: #016723;
|
|
1400
1490
|
/* Google My Business brand color. */
|
|
1401
1491
|
--intergalactic-brand-google-my-business: #1a73e8;
|
|
1492
|
+
/* Use for the disabled state of all kind of the controls and elements. */
|
|
1493
|
+
--intergalactic-disabled-opacity: 0.3;
|
|
1402
1494
|
/* Default shadow of the Card. */
|
|
1403
1495
|
--intergalactic-box-shadow-card: 0px 0px 1px 0px rgba(25, 27, 35, 0.16), 0px 1px 2px 0px rgba(25, 27, 35, 0.12);
|
|
1404
1496
|
/* Hover state for the shadow of the Card with hover state. */
|
|
@@ -1425,84 +1517,12 @@
|
|
|
1425
1517
|
--intergalactic-keyboard-focus-invert: 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
|
|
1426
1518
|
/* Default keyboard focus box-shadow styles. */
|
|
1427
1519
|
--intergalactic-keyboard-focus: 0px 0px 0px 3px rgba(0, 143, 248, 0.5);
|
|
1428
|
-
/* Base font family. */
|
|
1429
|
-
--intergalactic-base: Inter;
|
|
1430
|
-
/* Use with font-size-800. */
|
|
1431
|
-
--intergalactic-lh-800: 117%;
|
|
1432
|
-
/* Use with font-size-700. */
|
|
1433
|
-
--intergalactic-lh-700: 110%;
|
|
1434
|
-
/* Use with font-size-600. */
|
|
1435
|
-
--intergalactic-lh-600: 125%;
|
|
1436
|
-
/* Use with font-size-500. */
|
|
1437
|
-
--intergalactic-lh-500: 117%;
|
|
1438
|
-
/* Use with font-size-400. */
|
|
1439
|
-
--intergalactic-lh-400: 120%;
|
|
1440
|
-
/* Use with font-size-300. */
|
|
1441
|
-
--intergalactic-lh-300: 150%;
|
|
1442
|
-
/* Use with font-size-200. */
|
|
1443
|
-
--intergalactic-lh-200: 142%;
|
|
1444
|
-
/* Use with font-size-100. */
|
|
1445
|
-
--intergalactic-lh-100: 133%;
|
|
1446
|
-
/* Semi-bold font weight. */
|
|
1447
|
-
--intergalactic-semi-bold: 600;
|
|
1448
|
-
/* Bold font weight. */
|
|
1449
|
-
--intergalactic-bold: 700;
|
|
1450
|
-
/* Regular font weight. */
|
|
1451
|
-
--intergalactic-regular: 400;
|
|
1452
|
-
/* Medium font weight. */
|
|
1453
|
-
--intergalactic-medium: 500;
|
|
1454
|
-
/* Use only for text in Badge component. */
|
|
1455
|
-
--intergalactic-fs-50: 10px;
|
|
1456
|
-
/* Use this font-size with caution for text in some additional messages. Always check its contrast and readability. */
|
|
1457
|
-
--intergalactic-fs-100: 12px;
|
|
1458
|
-
--intergalactic-fs-200: 14px;
|
|
1459
|
-
--intergalactic-fs-300: 16px;
|
|
1460
|
-
--intergalactic-fs-400: 20px;
|
|
1461
|
-
--intergalactic-fs-500: 24px;
|
|
1462
|
-
--intergalactic-fs-600: 32px;
|
|
1463
|
-
--intergalactic-fs-700: 36px;
|
|
1464
|
-
--intergalactic-fs-800: 48px;
|
|
1465
|
-
/* Compact letter spacing. */
|
|
1466
|
-
--intergalactic-compact: 0.3;
|
|
1467
|
-
/* Base denominator of the design system. */
|
|
1468
|
-
--intergalactic-scale-indent: 4px;
|
|
1469
1520
|
/* Small size of the controls. Use it for small interactive addons. Avoid using it with the main actions. */
|
|
1470
1521
|
--intergalactic-form-control-s: 20px;
|
|
1471
1522
|
/* Default size of the controls. */
|
|
1472
1523
|
--intergalactic-form-control-m: 28px;
|
|
1473
1524
|
/* Large size of the controls. */
|
|
1474
1525
|
--intergalactic-form-control-l: 40px;
|
|
1475
|
-
/* 2px */
|
|
1476
|
-
--intergalactic-spacing-05x: 2px;
|
|
1477
|
-
/* 4px */
|
|
1478
|
-
--intergalactic-spacing-1x: 4px;
|
|
1479
|
-
/* 8px */
|
|
1480
|
-
--intergalactic-spacing-2x: 8px;
|
|
1481
|
-
/* 12px */
|
|
1482
|
-
--intergalactic-spacing-3x: 12px;
|
|
1483
|
-
/* 16px */
|
|
1484
|
-
--intergalactic-spacing-4x: 16px;
|
|
1485
|
-
/* 20px */
|
|
1486
|
-
--intergalactic-spacing-5x: 20px;
|
|
1487
|
-
/* 24px */
|
|
1488
|
-
--intergalactic-spacing-6x: 24px;
|
|
1489
|
-
/* 32px */
|
|
1490
|
-
--intergalactic-spacing-8x: 32px;
|
|
1491
|
-
/* 40px */
|
|
1492
|
-
--intergalactic-spacing-10x: 40px;
|
|
1493
|
-
/* 56px */
|
|
1494
|
-
--intergalactic-spacing-14x: 56px;
|
|
1495
|
-
/* 80px */
|
|
1496
|
-
--intergalactic-spacing-20x: 80px;
|
|
1497
|
-
/* 96px */
|
|
1498
|
-
--intergalactic-spacing-24x: 96px;
|
|
1499
|
-
/* 120px */
|
|
1500
|
-
--intergalactic-spacing-30x: 120px;
|
|
1501
|
-
--intergalactic-rounded-extra-small: 2px;
|
|
1502
|
-
--intergalactic-rounded-small: 4px;
|
|
1503
|
-
--intergalactic-rounded-medium: 6px;
|
|
1504
|
-
--intergalactic-rounded-large: 12px;
|
|
1505
|
-
--intergalactic-rounded-extra-large: 24px;
|
|
1506
1526
|
/* Use for rounding addons and small controls like Checkbox. */
|
|
1507
1527
|
--intergalactic-addon-rounded: 4px;
|
|
1508
1528
|
/* Use for rounding Badge. */
|
|
@@ -1525,16 +1545,6 @@
|
|
|
1525
1545
|
--intergalactic-popper-rounded: 6px;
|
|
1526
1546
|
/* Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard). */
|
|
1527
1547
|
--intergalactic-modal-rounded: 12px;
|
|
1528
|
-
/* Use for the disabled state of all kind of the controls and elements. */
|
|
1529
|
-
--intergalactic-disabled-opacity: 0.3;
|
|
1530
|
-
/* Extra small screens (small phones). */
|
|
1531
|
-
--intergalactic-screen-extra-small: 320px;
|
|
1532
|
-
/* Small screens (phones and small tablets). */
|
|
1533
|
-
--intergalactic-screen-small: 768px;
|
|
1534
|
-
/* Medium screens (tablets and small laptops). */
|
|
1535
|
-
--intergalactic-screen-medium: 1200px;
|
|
1536
|
-
/* Large screens (tablets and laptops). */
|
|
1537
|
-
--intergalactic-screen-large: 1920px;
|
|
1538
1548
|
/* Use for cover the content under the modal dialogs. */
|
|
1539
1549
|
--intergalactic-overlay-primary: rgba(25, 27, 35, 0.7);
|
|
1540
1550
|
/* Use for the secondary modal dialogs that were opened upon the other modal dialogs. */
|
|
@@ -1543,13 +1553,6 @@
|
|
|
1543
1553
|
--intergalactic-overlay-limitation-primary: #f4f5f9;
|
|
1544
1554
|
/* Use as a secondary cover of the content under the messages about limitations. */
|
|
1545
1555
|
--intergalactic-overlay-limitation-secondary: rgba(255, 255, 255, 0.85);
|
|
1546
|
-
--intergalactic-z-index-deep: -999;
|
|
1547
|
-
--intergalactic-z-index-overlay: 500;
|
|
1548
|
-
--intergalactic-z-index-modal: 900;
|
|
1549
|
-
--intergalactic-z-index-popper: 700;
|
|
1550
|
-
--intergalactic-z-index-dropdown: 750;
|
|
1551
|
-
--intergalactic-z-index-tooltip: 800;
|
|
1552
|
-
--intergalactic-z-index-notice-bubble: 999;
|
|
1553
1556
|
/* Default Tooltip background. */
|
|
1554
1557
|
--intergalactic-tooltip-default: #484a54;
|
|
1555
1558
|
/* Warning Tooltip background. */
|
|
@@ -1723,16 +1726,13 @@
|
|
|
1723
1726
|
--intergalactic-sidebar-nav-control-text-active: #4D407E;
|
|
1724
1727
|
--intergalactic-sidebar-nav-control-icon-normal: #9083C5;
|
|
1725
1728
|
--intergalactic-sidebar-nav-control-icon-active: #4D407E;
|
|
1726
|
-
|
|
1727
|
-
--intergalactic-
|
|
1728
|
-
|
|
1729
|
-
--intergalactic-
|
|
1730
|
-
|
|
1731
|
-
--intergalactic-
|
|
1732
|
-
|
|
1733
|
-
--intergalactic-duration-fast: 200;
|
|
1734
|
-
/* Should be used for simpler effects and relatively small-sized animations (such as fades or color changes) */
|
|
1735
|
-
--intergalactic-duration-extra-fast: 100;
|
|
1729
|
+
--intergalactic-z-index-deep: -999;
|
|
1730
|
+
--intergalactic-z-index-overlay: 500;
|
|
1731
|
+
--intergalactic-z-index-modal: 900;
|
|
1732
|
+
--intergalactic-z-index-popper: 700;
|
|
1733
|
+
--intergalactic-z-index-dropdown: 750;
|
|
1734
|
+
--intergalactic-z-index-tooltip: 800;
|
|
1735
|
+
--intergalactic-z-index-notice-bubble: 999;
|
|
1736
1736
|
/* Use for small controls like Switch or Slider. */
|
|
1737
1737
|
--intergalactic-duration-switch: 100;
|
|
1738
1738
|
/* Use for components based on popper like Tooltip, Dropdown or Filter trigger. */
|