@narmi/design_system 3.40.0 → 3.41.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 13 Jun 2024 21:50:10 GMT
3
+ * Generated on Tue, 18 Jun 2024 16:31:34 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 13 Jun 2024 21:50:10 GMT
3
+ * Generated on Tue, 18 Jun 2024 16:31:34 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -18,15 +18,15 @@
18
18
  --font-weight-semibold: 600;
19
19
  --font-weight-normal: 400;
20
20
  --font-weight-thin: 200;
21
- --font-size-heading3: 24px;
22
- --font-size-heading2: 28px;
23
- --font-size-heading1: 32px;
24
- --font-size-heading0: 40px;
25
- --font-size-l: 20px;
26
- --font-size-m: 16px;
27
- --font-size-s: 14px;
28
- --font-size-xs: 12px;
29
- --font-size-xxs: 10px;
21
+ --font-size-heading3: 1.5rem;
22
+ --font-size-heading2: 1.75rem;
23
+ --font-size-heading1: 2rem;
24
+ --font-size-heading0: 2.5rem;
25
+ --font-size-l: 1.25rem;
26
+ --font-size-m: 1rem;
27
+ --font-size-s: 0.875rem;
28
+ --font-size-xs: 0.75rem;
29
+ --font-size-xxs: 0.625rem;
30
30
  --font-lineHeight-bigText: 1.1;
31
31
  --font-lineHeight-bodyText: 1.25;
32
32
  --font-lineHeight-smallText: 1.6;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 13 Jun 2024 21:50:10 GMT
3
+ * Generated on Tue, 18 Jun 2024 16:31:34 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -95,4 +95,4 @@ module.exports = {
95
95
  "ColorThemeSecondary": "#006553",
96
96
  "ColorThemeTertiary": "#7fbc5b",
97
97
  "ColorThemeLink": "#006553"
98
- };
98
+ };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 13 Jun 2024 21:50:10 GMT
3
+ * Generated on Tue, 18 Jun 2024 16:31:34 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -2685,4 +2685,4 @@ module.exports = {
2685
2685
  }
2686
2686
  }
2687
2687
  }
2688
- };
2688
+ };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Thu Jun 13 2024 21:50:10 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Tue Jun 18 2024 16:31:34 GMT+0000 (Coordinated Universal Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "3.40.0",
3
+ "version": "3.41.1",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -70,7 +70,7 @@
70
70
  "chromatic": "^6",
71
71
  "cli-table": "^0.3.11",
72
72
  "conventional-changelog-conventionalcommits": "^4.6.1",
73
- "copy-webpack-plugin": "^9.0.1",
73
+ "copy-webpack-plugin": "^12.0.2",
74
74
  "core-js": "^3.15.2",
75
75
  "css": "^3.0.0",
76
76
  "css-loader": "^6.2.0",
@@ -98,7 +98,7 @@
98
98
  "sass-loader": "^12.1.0",
99
99
  "semantic-release": "^19.0.0",
100
100
  "storybook": "^7.5.2",
101
- "style-dictionary": "^3.7.1",
101
+ "style-dictionary": "^3.9.2",
102
102
  "style-loader": "^0.23.1",
103
103
  "tinycolor2": "^1.4.2",
104
104
  "typescript": "^5.2.2",