@narmi/design_system 1.27.2 → 1.28.1
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +4 -3
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +2 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +20 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 24 Jan 2022 23:51:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
--font-size-heading3: 24px;
|
|
20
20
|
--font-size-heading2: 28px;
|
|
21
21
|
--font-size-heading1: 32px;
|
|
22
|
+
--font-size-heading0: 40px;
|
|
22
23
|
--font-size-l: 20px;
|
|
23
24
|
--font-size-m: 16px;
|
|
24
25
|
--font-size-s: 14px;
|
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 Mon, 24 Jan 2022 23:51:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -2141,6 +2141,25 @@ module.exports = {
|
|
|
2141
2141
|
"l"
|
|
2142
2142
|
]
|
|
2143
2143
|
},
|
|
2144
|
+
"heading0": {
|
|
2145
|
+
"value": "40px",
|
|
2146
|
+
"filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
|
|
2147
|
+
"isSource": true,
|
|
2148
|
+
"original": {
|
|
2149
|
+
"value": "40px"
|
|
2150
|
+
},
|
|
2151
|
+
"name": "font-size-heading0",
|
|
2152
|
+
"attributes": {
|
|
2153
|
+
"category": "font",
|
|
2154
|
+
"type": "size",
|
|
2155
|
+
"item": "heading0"
|
|
2156
|
+
},
|
|
2157
|
+
"path": [
|
|
2158
|
+
"font",
|
|
2159
|
+
"size",
|
|
2160
|
+
"heading0"
|
|
2161
|
+
]
|
|
2162
|
+
},
|
|
2144
2163
|
"heading1": {
|
|
2145
2164
|
"value": "32px",
|
|
2146
2165
|
"filePath": "/home/runner/work/design_system/design_system/tokens/src/font/size.json",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narmi/design_system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.1",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"react-dom": "16.12.0",
|
|
74
74
|
"sass": "^1.45.0",
|
|
75
75
|
"sass-loader": "^12.1.0",
|
|
76
|
-
"semantic-release": "^
|
|
76
|
+
"semantic-release": "^19.0.0",
|
|
77
77
|
"style-dictionary": "^3.0.3",
|
|
78
78
|
"style-loader": "^0.23.1",
|
|
79
79
|
"tinycolor2": "^1.4.2",
|