@narmi/design_system 2.49.3-beta.1 → 2.50.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/dist/docs/classManifest.json +5 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +6 -5
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +3 -2
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +158 -139
- package/dist/tokens/js/reactNativeWeb.js +3 -2
- package/package.json +1 -1
- package/dist/index.js.LICENSE.txt +0 -11
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 21 Jul 2023 19:05:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
--font-weight-bold: 700;
|
|
18
18
|
--font-weight-semibold: 600;
|
|
19
19
|
--font-weight-normal: 400;
|
|
20
|
+
--font-weight-thin: 200;
|
|
20
21
|
--font-size-heading3: 24px;
|
|
21
22
|
--font-size-heading2: 28px;
|
|
22
23
|
--font-size-heading1: 32px;
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
--font-lineHeight-smallText: 1.6;
|
|
32
33
|
--font-family-body: Mulish, Helvetica, sans-serif;
|
|
33
34
|
--font-family-heading: 'Narmi Matiere', serif;
|
|
35
|
+
--font-color-secondary: #6c6c6c;
|
|
34
36
|
--color-errorLight: #fdf1f1;
|
|
35
37
|
--color-errorDark: #d93b3b;
|
|
36
38
|
--color-warnLight: #fef8e3;
|
|
@@ -120,7 +122,6 @@
|
|
|
120
122
|
--font-lineHeight-default: var(--font-lineHeight-bodyText);
|
|
121
123
|
--font-family-default: var(--font-family-body);
|
|
122
124
|
--font-color-hint: var(--color-lightGrey);
|
|
123
|
-
--font-color-secondary: var(--color-mediumGrey);
|
|
124
125
|
--font-color-primary: var(--color-grey);
|
|
125
126
|
--font-color-heading: var(--color-black);
|
|
126
127
|
--color-sand: var(--color-sand500);
|