mainstack-design-system 1.3.2 → 1.3.3
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/dist/assets/styles.css +1 -1
- package/dist/assets/theme/tokenTheme.css +2 -2
- package/dist/assets/theme/uiTheme.css +2 -2
- package/package.json +1 -1
- package/dist/fonts/degular/Degular-Black.woff2 +0 -0
- package/dist/fonts/degular/Degular-Black_Italic.woff2 +0 -0
- package/dist/fonts/degular/Degular-Bold.woff2 +0 -0
- package/dist/fonts/degular/Degular-Bold_Italic.woff2 +0 -0
- package/dist/fonts/degular/Degular-Italic.woff2 +0 -0
- package/dist/fonts/degular/Degular-Light.woff2 +0 -0
- package/dist/fonts/degular/Degular-Light_Italic.woff2 +0 -0
- package/dist/fonts/degular/Degular-Medium.woff2 +0 -0
- package/dist/fonts/degular/Degular-Medium_Italic.woff2 +0 -0
- package/dist/fonts/degular/Degular-Regular.woff2 +0 -0
- package/dist/fonts/degular/Degular-Semibold.woff2 +0 -0
- package/dist/fonts/degular/Degular-Semibold_Italic.woff2 +0 -0
- package/dist/fonts/degular/Degular-Thin.woff2 +0 -0
- package/dist/fonts/degular/Degular-Thin_Italic.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-Black.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-BlackIt.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-Bold.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-BoldIt.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-Book.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-BookIt.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-Medium.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-MediumIt.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-Regular.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-RegularIt.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-Semibold.woff2 +0 -0
- package/dist/fonts/suisseIntl/SuisseIntl-SemiboldIt.woff2 +0 -0
|
@@ -46,8 +46,8 @@ E.g: public:p-20 will apply padding 20px when data-ui-theme="public in html root
|
|
|
46
46
|
--ease-out-pressed: cubic-bezier(0.2, 0, 0, 1);
|
|
47
47
|
|
|
48
48
|
/* Custom Font Family */
|
|
49
|
-
--font-
|
|
50
|
-
--font-
|
|
49
|
+
--font-primary: "Degular", sans-serif;
|
|
50
|
+
--font-secondary: "Suisse-Intl", sans-serif;
|
|
51
51
|
|
|
52
52
|
/* Custom Font Weight */
|
|
53
53
|
--font-weight-*: initial;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@theme {
|
|
2
2
|
/* Defaults, also Applies when: [data-ui-theme="default"] */
|
|
3
3
|
|
|
4
|
-
--ms-display-headline-font-family: var(--font-
|
|
5
|
-
--ms-body-font-family: var(--font-
|
|
4
|
+
--ms-display-headline-font-family: var(--font-primary);
|
|
5
|
+
--ms-body-font-family: var(--font-secondary);
|
|
6
6
|
|
|
7
7
|
--ms-display-extralarge-font-size: 3.75rem;
|
|
8
8
|
--ms-display-extralarge-line-height: 4.5rem;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|