@trafilea/afrodita-components 6.38.9 → 6.38.10

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/build/index.d.ts CHANGED
@@ -1527,6 +1527,7 @@ declare type ThemeColors = {
1527
1527
  950: ThemeBasicPallete;
1528
1528
  990: ThemeBasicPallete;
1529
1529
  1000?: ThemeBasicPallete;
1530
+ 1010?: ThemeBasicPallete;
1530
1531
  };
1531
1532
  semantic: {
1532
1533
  positive: ThemeColorPallete;
@@ -85,6 +85,7 @@ declare type ThemeColors = {
85
85
  950: ThemeBasicPallete;
86
86
  990: ThemeBasicPallete;
87
87
  1000?: ThemeBasicPallete;
88
+ 1010?: ThemeBasicPallete;
88
89
  };
89
90
  semantic: {
90
91
  positive: ThemeColorPallete;
@@ -85,6 +85,7 @@ declare type ThemeColors = {
85
85
  950: ThemeBasicPallete;
86
86
  990: ThemeBasicPallete;
87
87
  1000?: ThemeBasicPallete;
88
+ 1010?: ThemeBasicPallete;
88
89
  };
89
90
  semantic: {
90
91
  positive: ThemeColorPallete;
@@ -85,6 +85,7 @@ declare type ThemeColors = {
85
85
  950: ThemeBasicPallete;
86
86
  990: ThemeBasicPallete;
87
87
  1000?: ThemeBasicPallete;
88
+ 1010?: ThemeBasicPallete;
88
89
  };
89
90
  semantic: {
90
91
  positive: ThemeColorPallete;
@@ -211,6 +211,7 @@ var thebodcon = {
211
211
  950: { color: '#141414', contrast: '--colors-shades-white-color' },
212
212
  990: { color: '#0b0b0b', contrast: '--colors-shades-white-color' },
213
213
  1000: { color: '#287379', contrast: '--colors-shades-white-color' },
214
+ 1010: { color: '#8992A0', contrast: '--colors-shades-white-color' },
214
215
  },
215
216
  semantic: {
216
217
  positive: { color: '#2f806a', contrast: '--colors-shades-white-color' },
@@ -85,6 +85,7 @@ declare type ThemeColors = {
85
85
  950: ThemeBasicPallete;
86
86
  990: ThemeBasicPallete;
87
87
  1000?: ThemeBasicPallete;
88
+ 1010?: ThemeBasicPallete;
88
89
  };
89
90
  semantic: {
90
91
  positive: ThemeColorPallete;
@@ -85,6 +85,7 @@ declare type ThemeColors = {
85
85
  950: ThemeBasicPallete;
86
86
  990: ThemeBasicPallete;
87
87
  1000?: ThemeBasicPallete;
88
+ 1010?: ThemeBasicPallete;
88
89
  };
89
90
  semantic: {
90
91
  positive: ThemeColorPallete;
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": "6.38.9",
6
+ "version": "6.38.10",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",