@narmi/design_system 2.49.3 → 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/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 +22 -3
- package/dist/tokens/js/reactNativeWeb.js +3 -2
- package/package.json +1 -1
|
@@ -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);
|
package/dist/tokens/js/colors.js
CHANGED
|
@@ -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
|
module.exports = {
|
|
@@ -1946,11 +1946,11 @@ module.exports = {
|
|
|
1946
1946
|
]
|
|
1947
1947
|
},
|
|
1948
1948
|
"secondary": {
|
|
1949
|
-
"value": "#
|
|
1949
|
+
"value": "#6c6c6c",
|
|
1950
1950
|
"filePath": "/home/runner/work/design_system/design_system/tokens/src/font/color.json",
|
|
1951
1951
|
"isSource": true,
|
|
1952
1952
|
"original": {
|
|
1953
|
-
"value": "
|
|
1953
|
+
"value": "#6c6c6c"
|
|
1954
1954
|
},
|
|
1955
1955
|
"name": "font-color-secondary",
|
|
1956
1956
|
"attributes": {
|
|
@@ -2314,6 +2314,25 @@ module.exports = {
|
|
|
2314
2314
|
}
|
|
2315
2315
|
},
|
|
2316
2316
|
"weight": {
|
|
2317
|
+
"thin": {
|
|
2318
|
+
"value": "200",
|
|
2319
|
+
"filePath": "/home/runner/work/design_system/design_system/tokens/src/font/weight.json",
|
|
2320
|
+
"isSource": true,
|
|
2321
|
+
"original": {
|
|
2322
|
+
"value": "200"
|
|
2323
|
+
},
|
|
2324
|
+
"name": "font-weight-thin",
|
|
2325
|
+
"attributes": {
|
|
2326
|
+
"category": "font",
|
|
2327
|
+
"type": "weight",
|
|
2328
|
+
"item": "thin"
|
|
2329
|
+
},
|
|
2330
|
+
"path": [
|
|
2331
|
+
"font",
|
|
2332
|
+
"weight",
|
|
2333
|
+
"thin"
|
|
2334
|
+
]
|
|
2335
|
+
},
|
|
2317
2336
|
"normal": {
|
|
2318
2337
|
"value": "400",
|
|
2319
2338
|
"filePath": "/home/runner/work/design_system/design_system/tokens/src/font/weight.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DO NOT EDIT
|
|
3
|
-
* Generated by style-dictionary on
|
|
3
|
+
* Generated by style-dictionary on Fri Jul 21 2023 19:05:27 GMT+0000 (Coordinated Universal Time)
|
|
4
4
|
* github.com/narmi/design_system/
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -129,7 +129,7 @@ const tokens = {
|
|
|
129
129
|
"color": {
|
|
130
130
|
"heading": "#333333",
|
|
131
131
|
"primary": "#4C4C4C",
|
|
132
|
-
"secondary": "#
|
|
132
|
+
"secondary": "#6c6c6c",
|
|
133
133
|
"hint": "#D9D9D9"
|
|
134
134
|
},
|
|
135
135
|
"family": {
|
|
@@ -156,6 +156,7 @@ const tokens = {
|
|
|
156
156
|
"default": 16
|
|
157
157
|
},
|
|
158
158
|
"weight": {
|
|
159
|
+
"thin": "200",
|
|
159
160
|
"normal": "400",
|
|
160
161
|
"semibold": "600",
|
|
161
162
|
"bold": "700",
|