@trafilea/afrodita-components 5.0.0-beta.125 → 5.0.0-beta.126

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.
@@ -176,6 +176,12 @@ declare type ThemeComponent = {
176
176
  border: string;
177
177
  color: string;
178
178
  };
179
+ noStock: {
180
+ fontWeight: number;
181
+ background: string;
182
+ border: string;
183
+ color: string;
184
+ };
179
185
  disabled: {
180
186
  border: string;
181
187
  };
@@ -280,6 +280,12 @@ var revel = {
280
280
  border: 'none',
281
281
  color: '--colors-shades-white-color',
282
282
  },
283
+ noStock: {
284
+ fontWeight: 600,
285
+ background: 'transparent',
286
+ border: '1px solid #3a3a3a4d',
287
+ color: '#3a3a3a4d',
288
+ },
283
289
  disabled: {
284
290
  border: 'none',
285
291
  },
@@ -176,6 +176,12 @@ declare type ThemeComponent = {
176
176
  border: string;
177
177
  color: string;
178
178
  };
179
+ noStock: {
180
+ fontWeight: number;
181
+ background: string;
182
+ border: string;
183
+ color: string;
184
+ };
179
185
  disabled: {
180
186
  border: string;
181
187
  };
@@ -280,6 +280,12 @@ var shapermint = {
280
280
  border: 'none',
281
281
  color: '--colors-shades-white-color',
282
282
  },
283
+ noStock: {
284
+ fontWeight: 600,
285
+ background: 'transparent',
286
+ border: '1px solid #3a3a3a4d',
287
+ color: '#3a3a3a4d',
288
+ },
283
289
  disabled: {
284
290
  border: 'none',
285
291
  },
@@ -176,6 +176,12 @@ declare type ThemeComponent = {
176
176
  border: string;
177
177
  color: string;
178
178
  };
179
+ noStock: {
180
+ fontWeight: number;
181
+ background: string;
182
+ border: string;
183
+ color: string;
184
+ };
179
185
  disabled: {
180
186
  border: string;
181
187
  };
@@ -353,6 +353,12 @@ var truekind = {
353
353
  border: 'none',
354
354
  color: '#FFFFFF',
355
355
  },
356
+ noStock: {
357
+ fontWeight: 600,
358
+ background: 'transparent',
359
+ border: '1px solid #3a3a3a4d',
360
+ color: '#3a3a3a4d',
361
+ },
356
362
  disabled: {
357
363
  border: '0.063rem solid #E5E5E5',
358
364
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.125",
6
+ "version": "5.0.0-beta.126",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",