@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.
- package/build/index.d.ts +29 -1
- package/build/index.esm.js +131 -83
- package/build/index.esm.js.map +1 -1
- package/build/index.js +131 -83
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +20 -0
- package/build/theme/shapermint.theme.d.ts +20 -0
- package/build/theme/thebodcon.theme.d.ts +20 -0
- package/build/theme/thespadr.theme.d.ts +20 -0
- package/build/theme/thespadr.theme.js +25 -5
- package/build/theme/truekind.theme.d.ts +20 -0
- package/package.json +1 -1
|
@@ -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: '
|
|
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-
|
|
237
|
-
color: '--colors-pallete-
|
|
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