atenea-components 1.4.32 → 1.4.34

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,2 @@
1
+ import { IconBase } from './IconBase';
2
+ export declare const IconSparkles: (props: Omit<React.ComponentProps<typeof IconBase>, "icon">) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconSparkles = void 0;
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const lu_1 = require("react-icons/lu");
6
+ const IconBase_1 = require("./IconBase");
7
+ const IconSparkles = (props) => {
8
+ return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuSparkles }, props));
9
+ };
10
+ exports.IconSparkles = IconSparkles;
package/dist/index.d.ts CHANGED
@@ -81,3 +81,4 @@ export * from "./components/icons/IconSleep2";
81
81
  export * from "./components/icons/IconSleep3";
82
82
  export * from "./components/icons/IconSleep4";
83
83
  export * from "./components/icons/IconSleep5";
84
+ export * from "./components/icons/IconSparkles";
package/dist/index.js CHANGED
@@ -92,3 +92,4 @@ tslib_1.__exportStar(require("./components/icons/IconSleep2"), exports);
92
92
  tslib_1.__exportStar(require("./components/icons/IconSleep3"), exports);
93
93
  tslib_1.__exportStar(require("./components/icons/IconSleep4"), exports);
94
94
  tslib_1.__exportStar(require("./components/icons/IconSleep5"), exports);
95
+ tslib_1.__exportStar(require("./components/icons/IconSparkles"), exports);
@@ -99,18 +99,39 @@ export declare const colors: {
99
99
  50: string;
100
100
  };
101
101
  pinkAtenea: {
102
+ 900: string;
103
+ 800: string;
104
+ 700: string;
105
+ 600: string;
102
106
  500: string;
107
+ 400: string;
103
108
  300: string;
109
+ 200: string;
104
110
  100: string;
111
+ 50: string;
105
112
  };
106
113
  violetAtenea: {
114
+ 900: string;
115
+ 800: string;
116
+ 700: string;
117
+ 600: string;
107
118
  500: string;
119
+ 400: string;
108
120
  300: string;
121
+ 200: string;
109
122
  100: string;
123
+ 50: string;
110
124
  };
111
125
  orangeAtenea: {
126
+ 900: string;
127
+ 800: string;
128
+ 700: string;
129
+ 600: string;
112
130
  500: string;
131
+ 400: string;
113
132
  300: string;
133
+ 200: string;
114
134
  100: string;
135
+ 50: string;
115
136
  };
116
137
  };
@@ -103,18 +103,39 @@ exports.colors = {
103
103
  50: '#E6F4FF',
104
104
  },
105
105
  pinkAtenea: {
106
+ 900: '#662D40',
107
+ 800: '#8C3E58',
108
+ 700: '#B24E70',
109
+ 600: '#D95F88',
106
110
  500: '#FF70A0',
107
- 300: '#FFC3D7',
108
- 100: '#FFF2F6',
111
+ 400: '#FF9BBC',
112
+ 300: '#FFB8D0',
113
+ 200: '#FFD4E2',
114
+ 100: '#FFEAF1',
115
+ 50: '#FFF8FA',
109
116
  },
110
117
  violetAtenea: {
118
+ 900: '#52345A',
119
+ 800: '#71477C',
120
+ 700: '#905A9E',
121
+ 600: '#AE6EC0',
111
122
  500: '#CD81E2',
112
- 300: '#DCA7EB',
113
- 100: '#FBEEFF',
123
+ 400: '#DCA7EB',
124
+ 300: '#E6C0F0',
125
+ 200: '#F0D9F6',
126
+ 100: '#F8ECFB',
127
+ 50: '#FCF9FE',
114
128
  },
115
129
  orangeAtenea: {
130
+ 900: '#66321E',
131
+ 800: '#8C452A',
132
+ 700: '#B25735',
133
+ 600: '#D96A41',
116
134
  500: '#FF7D4C',
117
- 300: '#FFAA8B',
118
- 100: '#FFF2ED',
135
+ 400: '#FFA482',
136
+ 300: '#FFBEA6',
137
+ 200: '#FFD8C9',
138
+ 100: '#FFEBE4',
139
+ 50: '#FFF8F6',
119
140
  },
120
141
  };
@@ -218,19 +218,40 @@ export declare const theme: {
218
218
  50: string;
219
219
  };
220
220
  pinkAtenea: {
221
+ 900: string;
222
+ 800: string;
223
+ 700: string;
224
+ 600: string;
221
225
  500: string;
226
+ 400: string;
222
227
  300: string;
228
+ 200: string;
223
229
  100: string;
230
+ 50: string;
224
231
  };
225
232
  violetAtenea: {
233
+ 900: string;
234
+ 800: string;
235
+ 700: string;
236
+ 600: string;
226
237
  500: string;
238
+ 400: string;
227
239
  300: string;
240
+ 200: string;
228
241
  100: string;
242
+ 50: string;
229
243
  };
230
244
  orangeAtenea: {
245
+ 900: string;
246
+ 800: string;
247
+ 700: string;
248
+ 600: string;
231
249
  500: string;
250
+ 400: string;
232
251
  300: string;
252
+ 200: string;
233
253
  100: string;
254
+ 50: string;
234
255
  };
235
256
  };
236
257
  spacing: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atenea-components",
3
- "version": "1.4.32",
3
+ "version": "1.4.34",
4
4
  "description": "React component library for Atenea",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
package/theme.js CHANGED
@@ -306,19 +306,40 @@ module.exports = { theme: {
306
306
  "900": "#003F6B"
307
307
  },
308
308
  "pinkAtenea": {
309
- "100": "#FFF2F6",
310
- "300": "#FFC3D7",
311
- "500": "#FF70A0"
309
+ "50": "#FFF8FA",
310
+ "100": "#FFEAF1",
311
+ "200": "#FFD4E2",
312
+ "300": "#FFB8D0",
313
+ "400": "#FF9BBC",
314
+ "500": "#FF70A0",
315
+ "600": "#D95F88",
316
+ "700": "#B24E70",
317
+ "800": "#8C3E58",
318
+ "900": "#662D40"
312
319
  },
313
320
  "violetAtenea": {
314
- "100": "#FBEEFF",
315
- "300": "#DCA7EB",
316
- "500": "#CD81E2"
321
+ "50": "#FCF9FE",
322
+ "100": "#F8ECFB",
323
+ "200": "#F0D9F6",
324
+ "300": "#E6C0F0",
325
+ "400": "#DCA7EB",
326
+ "500": "#CD81E2",
327
+ "600": "#AE6EC0",
328
+ "700": "#905A9E",
329
+ "800": "#71477C",
330
+ "900": "#52345A"
317
331
  },
318
332
  "orangeAtenea": {
319
- "100": "#FFF2ED",
320
- "300": "#FFAA8B",
321
- "500": "#FF7D4C"
333
+ "50": "#FFF8F6",
334
+ "100": "#FFEBE4",
335
+ "200": "#FFD8C9",
336
+ "300": "#FFBEA6",
337
+ "400": "#FFA482",
338
+ "500": "#FF7D4C",
339
+ "600": "#D96A41",
340
+ "700": "#B25735",
341
+ "800": "#8C452A",
342
+ "900": "#66321E"
322
343
  }
323
344
  },
324
345
  "spacing": {