@narmi/design_system 3.23.1 → 3.25.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Feb 2024 21:54:25 GMT
3
+ * Generated on Wed, 14 Feb 2024 18:20:09 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -27,6 +27,8 @@
27
27
  --rgb-successLight: 227, 250, 231;
28
28
  --rgb-warnDark: 234, 195, 72;
29
29
  --rgb-warnLight: 254, 248, 227;
30
+ --rgb-infoDark: 25, 82, 116;
31
+ --rgb-infoLight: 232, 238, 241;
30
32
  --rgb-errorDark: 217, 59, 59;
31
33
  --rgb-errorLight: 253, 241, 241;
32
34
  --theme-rgb-primary: 26, 67, 56;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Feb 2024 21:54:25 GMT
3
+ * Generated on Wed, 14 Feb 2024 18:20:09 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -35,6 +35,8 @@
35
35
  --font-color-secondary: #6c6c6c;
36
36
  --color-errorLight: #fdf1f1;
37
37
  --color-errorDark: #d93b3b;
38
+ --color-infoLight: #e8eef1;
39
+ --color-infoDark: #195274;
38
40
  --color-warnLight: #fef8e3;
39
41
  --color-warnDark: #eac348;
40
42
  --color-successLight: #e3fae7;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Feb 2024 21:54:25 GMT
3
+ * Generated on Wed, 14 Feb 2024 18:20:09 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -87,6 +87,8 @@ module.exports = {
87
87
  "ColorSystemSuccessLight": "#e3fae7",
88
88
  "ColorSystemWarnDark": "#eac348",
89
89
  "ColorSystemWarnLight": "#fef8e3",
90
+ "ColorSystemInfoDark": "#195274",
91
+ "ColorSystemInfoLight": "#e8eef1",
90
92
  "ColorSystemErrorDark": "#d93b3b",
91
93
  "ColorSystemErrorLight": "#fdf1f1",
92
94
  "ColorThemePrimary": "#1a4338",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Feb 2024 21:54:25 GMT
3
+ * Generated on Wed, 14 Feb 2024 18:20:09 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1787,6 +1787,44 @@ module.exports = {
1787
1787
  "warnLight"
1788
1788
  ]
1789
1789
  },
1790
+ "infoDark": {
1791
+ "value": "#195274",
1792
+ "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1793
+ "isSource": true,
1794
+ "original": {
1795
+ "value": "#195274"
1796
+ },
1797
+ "name": "color-infoDark",
1798
+ "attributes": {
1799
+ "category": "color",
1800
+ "type": "system",
1801
+ "item": "infoDark"
1802
+ },
1803
+ "path": [
1804
+ "color",
1805
+ "system",
1806
+ "infoDark"
1807
+ ]
1808
+ },
1809
+ "infoLight": {
1810
+ "value": "#e8eef1",
1811
+ "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
1812
+ "isSource": true,
1813
+ "original": {
1814
+ "value": "#E8EEF1"
1815
+ },
1816
+ "name": "color-infoLight",
1817
+ "attributes": {
1818
+ "category": "color",
1819
+ "type": "system",
1820
+ "item": "infoLight"
1821
+ },
1822
+ "path": [
1823
+ "color",
1824
+ "system",
1825
+ "infoLight"
1826
+ ]
1827
+ },
1790
1828
  "errorDark": {
1791
1829
  "value": "#d93b3b",
1792
1830
  "filePath": "/home/runner/work/design_system/design_system/tokens/src/color/system.json",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Tue Feb 13 2024 21:54:25 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Wed Feb 14 2024 18:20:09 GMT+0000 (Coordinated Universal Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -115,6 +115,8 @@ const tokens = {
115
115
  "successLight": "#E3FAE7",
116
116
  "warnDark": "#EAC348",
117
117
  "warnLight": "#FEF8E3",
118
+ "infoDark": "#195274",
119
+ "infoLight": "#E8EEF1",
118
120
  "errorDark": "#D93B3B",
119
121
  "errorLight": "#FDF1F1"
120
122
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "3.23.1",
3
+ "version": "3.25.0",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [