@trafilea/afrodita-components 6.55.6 → 6.55.7

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.
@@ -155,6 +155,26 @@ declare type ThemeComponent = {
155
155
  color: string;
156
156
  };
157
157
  };
158
+ outline?: {
159
+ active: {
160
+ backgroundColor: string;
161
+ color: string;
162
+ };
163
+ hover: {
164
+ backgroundColor: string;
165
+ color: string;
166
+ };
167
+ };
168
+ tertiary?: {
169
+ active: {
170
+ backgroundColor: string;
171
+ color: string;
172
+ };
173
+ hover: {
174
+ backgroundColor: string;
175
+ color: string;
176
+ };
177
+ };
158
178
  };
159
179
  input: {
160
180
  background: string;
@@ -155,6 +155,26 @@ declare type ThemeComponent = {
155
155
  color: string;
156
156
  };
157
157
  };
158
+ outline?: {
159
+ active: {
160
+ backgroundColor: string;
161
+ color: string;
162
+ };
163
+ hover: {
164
+ backgroundColor: string;
165
+ color: string;
166
+ };
167
+ };
168
+ tertiary?: {
169
+ active: {
170
+ backgroundColor: string;
171
+ color: string;
172
+ };
173
+ hover: {
174
+ backgroundColor: string;
175
+ color: string;
176
+ };
177
+ };
158
178
  };
159
179
  input: {
160
180
  background: string;
@@ -155,6 +155,26 @@ declare type ThemeComponent = {
155
155
  color: string;
156
156
  };
157
157
  };
158
+ outline?: {
159
+ active: {
160
+ backgroundColor: string;
161
+ color: string;
162
+ };
163
+ hover: {
164
+ backgroundColor: string;
165
+ color: string;
166
+ };
167
+ };
168
+ tertiary?: {
169
+ active: {
170
+ backgroundColor: string;
171
+ color: string;
172
+ };
173
+ hover: {
174
+ backgroundColor: string;
175
+ color: string;
176
+ };
177
+ };
158
178
  };
159
179
  input: {
160
180
  background: string;
@@ -155,6 +155,26 @@ declare type ThemeComponent = {
155
155
  color: string;
156
156
  };
157
157
  };
158
+ outline?: {
159
+ active: {
160
+ backgroundColor: string;
161
+ color: string;
162
+ };
163
+ hover: {
164
+ backgroundColor: string;
165
+ color: string;
166
+ };
167
+ };
168
+ tertiary?: {
169
+ active: {
170
+ backgroundColor: string;
171
+ color: string;
172
+ };
173
+ hover: {
174
+ backgroundColor: string;
175
+ color: string;
176
+ };
177
+ };
158
178
  };
159
179
  input: {
160
180
  background: string;
@@ -82,12 +82,12 @@ var tsd = {
82
82
  },
83
83
  },
84
84
  secondary: {
85
+ color: '--colors-pallete-primary-20',
86
+ contrast: '--colors-shades-white-color',
85
87
  soft: {
86
88
  color: '--colors-shades-200-color',
87
89
  contrast: '--colors-shades-200-color',
88
90
  },
89
- color: '--colors-shades-700-color',
90
- contrast: '--colors-shades-white-color',
91
91
  20: {
92
92
  color: '#93B4AC',
93
93
  contrast: '--colors-shades-700-color',
@@ -197,7 +197,7 @@ var tsd = {
197
197
  component: {
198
198
  button: {
199
199
  border: 'none',
200
- borderRadius: '8px',
200
+ borderRadius: '0px',
201
201
  fontWeight: 700,
202
202
  lineHeight: 'normal',
203
203
  letterSpacing: 'normal',
@@ -230,11 +230,31 @@ var tsd = {
230
230
  secondary: {
231
231
  active: {
232
232
  backgroundColor: '--colors-pallete-secondary-color',
233
+ color: '--colors-pallete-primary-soft-contrast',
234
+ },
235
+ hover: {
236
+ backgroundColor: '--colors-pallete-primary-20-soft-color',
237
+ color: '--colors-pallete-primary-soft-contrast',
238
+ },
239
+ },
240
+ outline: {
241
+ active: {
242
+ backgroundColor: '--colors-shades-white-color',
243
+ color: '--colors-pallete-primary-soft-contrast',
244
+ },
245
+ hover: {
246
+ backgroundColor: '--colors-pallete-primary-soft-contrast',
233
247
  color: '--colors-shades-white-color',
234
248
  },
249
+ },
250
+ tertiary: {
251
+ active: {
252
+ backgroundColor: '--colors-pallete-primary-40-color',
253
+ color: '--colors-pallete-primary-contrast',
254
+ },
235
255
  hover: {
236
- backgroundColor: '--colors-pallete-secondary-80-color',
237
- color: '--colors-pallete-secondary-contrast',
256
+ backgroundColor: '--colors-pallete-secondary-color',
257
+ color: '--colors-pallete-primary-contrast',
238
258
  },
239
259
  },
240
260
  },
@@ -155,6 +155,26 @@ declare type ThemeComponent = {
155
155
  color: string;
156
156
  };
157
157
  };
158
+ outline?: {
159
+ active: {
160
+ backgroundColor: string;
161
+ color: string;
162
+ };
163
+ hover: {
164
+ backgroundColor: string;
165
+ color: string;
166
+ };
167
+ };
168
+ tertiary?: {
169
+ active: {
170
+ backgroundColor: string;
171
+ color: string;
172
+ };
173
+ hover: {
174
+ backgroundColor: string;
175
+ color: string;
176
+ };
177
+ };
158
178
  };
159
179
  input: {
160
180
  background: string;
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.55.6",
6
+ "version": "6.55.7",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",