@appquality/unguess-design-system 2.10.5 → 2.10.6

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v2.10.6 (Wed May 04 2022)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - feat(palette): add `water` palette ([@cannarocks](https://github.com/cannarocks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ ---
12
+
1
13
  # v2.10.5 (Wed May 04 2022)
2
14
 
3
15
  #### ⚠️ Pushed to `master`
package/build/index.js CHANGED
@@ -102,7 +102,7 @@ var palette = __assign(__assign({}, reactTheming.DEFAULT_THEME.palette), { black
102
102
  talk: "#efc93d",
103
103
  sell: "#c38f00",
104
104
  }, grey: {
105
- "100": "#f8f9f9",
105
+ "100": "#F6F6F8",
106
106
  "200": "#e9ebed",
107
107
  "300": "#d8dcde",
108
108
  "400": "#c2c8cc",
@@ -210,6 +210,13 @@ var palette = __assign(__assign({}, reactTheming.DEFAULT_THEME.palette), { black
210
210
  "600": "#6a27b8",
211
211
  M400: "#b072cc",
212
212
  M600: "#9358b0",
213
+ }, water: {
214
+ 100: "#D4FFF7",
215
+ 200: "#ABEBDF",
216
+ 300: "#6FD1BE",
217
+ 600: "#2B8473",
218
+ 700: "#206E6A",
219
+ 800: "#0C4D5E",
213
220
  } });
214
221
 
215
222
  var hex2rgba = function (hex, alpha) {
@@ -150,6 +150,14 @@ declare const theme: {
150
150
  M400: string;
151
151
  M600: string;
152
152
  };
153
+ water: {
154
+ 100: string;
155
+ 200: string;
156
+ 300: string;
157
+ 600: string;
158
+ 700: string;
159
+ 800: string;
160
+ };
153
161
  };
154
162
  fonts: {
155
163
  system: string;
@@ -138,4 +138,12 @@ export declare const palette: {
138
138
  M400: string;
139
139
  M600: string;
140
140
  };
141
+ water: {
142
+ 100: string;
143
+ 200: string;
144
+ 300: string;
145
+ 600: string;
146
+ 700: string;
147
+ 800: string;
148
+ };
141
149
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.10.5",
3
+ "version": "2.10.6",
4
4
  "dependencies": {
5
5
  "@zendeskgarden/css-bedrock": "^9.0.0",
6
6
  "@zendeskgarden/react-accordions": "^8.49.0",