@narmi/design_system 1.24.0 → 1.24.3

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.
@@ -0,0 +1,96 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Wed, 15 Dec 2021 19:23:51 GMT
4
+ */
5
+
6
+ module.exports = {
7
+ "ColorAlpha5": "0.05",
8
+ "ColorAlpha10": "0.1",
9
+ "ColorAlpha20": "0.2",
10
+ "ColorBackgroundBlueGrey": "#f4f6fa",
11
+ "ColorBackgroundCloudGrey": "#e9e9e9",
12
+ "ColorBackgroundNeutralGrey": "#f9f9f9",
13
+ "ColorBackgroundSmokeGrey": "#f3f3f3",
14
+ "ColorBackgroundSnowGrey": "#fbfbfb",
15
+ "ColorBackgroundWhite": "#ffffff",
16
+ "ColorBackgroundScrimLight": "rgba(255, 255, 255, 0.85)",
17
+ "ColorBackgroundScrimDark": "rgba(80, 80, 80, 0.7)",
18
+ "ColorNarmiMoss100": "#002921",
19
+ "ColorNarmiMoss200": "#0f3c32",
20
+ "ColorNarmiMoss300": "#005242",
21
+ "ColorNarmiMoss400": "#006553",
22
+ "ColorNarmiMoss500": "#3e8373",
23
+ "ColorNarmiMoss600": "#6ea193",
24
+ "ColorNarmiMoss700": "#9dc0b6",
25
+ "ColorNarmiMoss800": "#cdded9",
26
+ "ColorNarmiMoss": "#006553",
27
+ "ColorNarmiPine100": "#041a14",
28
+ "ColorNarmiPine200": "#062821",
29
+ "ColorNarmiPine300": "#16362c",
30
+ "ColorNarmiPine400": "#1a4338",
31
+ "ColorNarmiPine500": "#44655b",
32
+ "ColorNarmiPine600": "#708981",
33
+ "ColorNarmiPine700": "#708981",
34
+ "ColorNarmiPine800": "#cdd6d3",
35
+ "ColorNarmiPine": "#1a4338",
36
+ "ColorNarmiCove100": "#002547",
37
+ "ColorNarmiCove200": "#00376a",
38
+ "ColorNarmiCove300": "#094895",
39
+ "ColorNarmiCove400": "#005cb2",
40
+ "ColorNarmiCove500": "#237cc3",
41
+ "ColorNarmiCove600": "#66a2d6",
42
+ "ColorNarmiCove700": "#a6cff0",
43
+ "ColorNarmiCove800": "#d4edff",
44
+ "ColorNarmiCove": "#005cb2",
45
+ "ColorNarmiAzul100": "#001340",
46
+ "ColorNarmiAzul200": "#00205e",
47
+ "ColorNarmiAzul300": "#002c82",
48
+ "ColorNarmiAzul400": "#003ea0",
49
+ "ColorNarmiAzul500": "#3664b5",
50
+ "ColorNarmiAzul600": "#6b89c7",
51
+ "ColorNarmiAzul700": "#9cb1de",
52
+ "ColorNarmiAzul800": "#c9d8f2",
53
+ "ColorNarmiAzul": "#003ea0",
54
+ "ColorNarmiPistachio100": "#485e3d",
55
+ "ColorNarmiPistachio200": "#6b8c5a",
56
+ "ColorNarmiPistachio300": "#90bb78",
57
+ "ColorNarmiPistachio400": "#b5e995",
58
+ "ColorNarmiPistachio500": "#ccf0b4",
59
+ "ColorNarmiPistachio600": "#daf4c8",
60
+ "ColorNarmiPistachio700": "#e9f8de",
61
+ "ColorNarmiPistachio800": "#f7fcf3",
62
+ "ColorNarmiPistachio": "#b5e995",
63
+ "ColorNarmiCactus100": "#324c23",
64
+ "ColorNarmiCactus200": "#4b7137",
65
+ "ColorNarmiCactus300": "#63964b",
66
+ "ColorNarmiCactus400": "#7fbc5b",
67
+ "ColorNarmiCactus500": "#99ca7a",
68
+ "ColorNarmiCactus600": "#b3d79a",
69
+ "ColorNarmiCactus700": "#cce4ba",
70
+ "ColorNarmiCactus800": "#e5f1dc",
71
+ "ColorNarmiCactus": "#7fbc5b",
72
+ "ColorNarmiSand100": "#423329",
73
+ "ColorNarmiSand200": "#684d41",
74
+ "ColorNarmiSand300": "#947564",
75
+ "ColorNarmiSand400": "#c4a08a",
76
+ "ColorNarmiSand500": "#dcc1a2",
77
+ "ColorNarmiSand600": "#eed6c3",
78
+ "ColorNarmiSand700": "#f4e3d6",
79
+ "ColorNarmiSand800": "#fcf0e9",
80
+ "ColorNarmiSand": "#dcc1a2",
81
+ "ColorNarmiBlack": "#333333",
82
+ "ColorNarmiGrey": "#4c4c4c",
83
+ "ColorNarmiMediumGrey": "#8c8c8c",
84
+ "ColorNarmiLightGrey": "#d9d9d9",
85
+ "ColorNarmiWhite": "#ffffff",
86
+ "ColorSystemSuccessDark": "#37b374",
87
+ "ColorSystemSuccessLight": "#e3fae7",
88
+ "ColorSystemWarnDark": "#eac348",
89
+ "ColorSystemWarnLight": "#fef8e3",
90
+ "ColorSystemErrorDark": "#d93b3b",
91
+ "ColorSystemErrorLight": "#fdf1f1",
92
+ "ColorThemePrimary": "#1a4338",
93
+ "ColorThemeSecondary": "#006553",
94
+ "ColorThemeTertiary": "#7fbc5b",
95
+ "ColorThemeLink": "#006553"
96
+ };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 06 Dec 2021 20:26:14 GMT
3
+ * Generated on Wed, 15 Dec 2021 19:23:51 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "1.24.0",
3
+ "version": "1.24.3",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -20,8 +20,7 @@
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": "^16.12.0",
23
- "react-dom": "^16.12.0",
24
- "react-feather": "^2.0.9"
23
+ "react-dom": "^16.12.0"
25
24
  },
26
25
  "devDependencies": {
27
26
  "@babel/cli": "^7.1.0",
@@ -40,6 +39,7 @@
40
39
  "@storybook/builder-webpack5": "^6.3.12",
41
40
  "@storybook/manager-webpack5": "^6.3.12",
42
41
  "@storybook/react": "^6.3.7",
42
+ "@storybook/theming": "^6.4.8",
43
43
  "@testing-library/jest-dom": "^5.15.0",
44
44
  "@testing-library/react": "^12.1.2",
45
45
  "@types/jest": "^27.0.2",
@@ -57,12 +57,12 @@
57
57
  "node-sass": "^6.0.1",
58
58
  "polished": "^4.1.1",
59
59
  "postcss-loader": "^6.1.1",
60
+ "postcss-preset-env": "^7.0.1",
60
61
  "prettier": "^2.3.1",
61
62
  "pretty-quick": "^3.1.0",
62
63
  "prop-types": "^15.7.2",
63
64
  "react": "16.12.0",
64
65
  "react-dom": "16.12.0",
65
- "react-feather": "^2.0.9",
66
66
  "react-test-renderer": "^17.0.2",
67
67
  "sass-loader": "^12.1.0",
68
68
  "semantic-release": "^18.0.0",
@@ -75,9 +75,8 @@
75
75
  "webpack-cli": "^4.8.0",
76
76
  "webpack-dev-server": "^3.11.2"
77
77
  },
78
- "keywords": [],
79
- "author": "@fkotsian, @reshav-abraham",
80
- "license": "SEE LICENSE IN LICENSE.md",
78
+ "author": "@narmi",
79
+ "license": "SEE LICENSE IN LICSENSE.md, VENDOR_LICENSE.md",
81
80
  "dependencies": {
82
81
  "classcat": "^5.0.3",
83
82
  "flatpickr": "^4.6.9",