@appquality/unguess-design-system 3.1.0 → 3.1.1
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/CHANGELOG.md +32 -0
- package/build/index.js +457 -339
- package/build/stories/buttons/button/index.stories.d.ts +0 -1
- package/build/stories/dropdowns/select/index.stories.d.ts +0 -1
- package/build/stories/editor/index.stories.d.ts +0 -1
- package/build/stories/theme/index.d.ts +26 -5
- package/build/stories/tooltip/index.stories.d.ts +0 -1
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +0 -1
- package/build/stories/typography/typescale/index.stories.d.ts +0 -1
- package/package.json +1 -1
- package/yarn-error.log +0 -17994
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ButtonArgs } from "./_types";
|
|
3
2
|
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ButtonArgs>;
|
|
4
3
|
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ButtonArgs>;
|
|
@@ -204,6 +204,18 @@ declare const theme: {
|
|
|
204
204
|
xxxl: string;
|
|
205
205
|
};
|
|
206
206
|
components: {
|
|
207
|
+
"text.primary": () => {
|
|
208
|
+
color: string | undefined;
|
|
209
|
+
};
|
|
210
|
+
"text.success": () => {
|
|
211
|
+
color: string | undefined;
|
|
212
|
+
};
|
|
213
|
+
"text.warning": () => {
|
|
214
|
+
color: string | undefined;
|
|
215
|
+
};
|
|
216
|
+
"text.danger": () => {
|
|
217
|
+
color: string | undefined;
|
|
218
|
+
};
|
|
207
219
|
"navigation.hoverableItem": ({ isCurrent }: {
|
|
208
220
|
isCurrent: boolean;
|
|
209
221
|
}) => {
|
|
@@ -289,35 +301,47 @@ declare const theme: {
|
|
|
289
301
|
borderColor: string | undefined;
|
|
290
302
|
color: string | undefined;
|
|
291
303
|
backgroundColor: string;
|
|
304
|
+
"& svg"?: undefined;
|
|
292
305
|
} | {
|
|
293
306
|
backgroundColor: string;
|
|
294
307
|
color: string | undefined;
|
|
295
308
|
borderColor?: undefined;
|
|
309
|
+
"& svg"?: undefined;
|
|
296
310
|
} | {
|
|
297
311
|
backgroundColor: string | undefined;
|
|
298
312
|
color: string;
|
|
299
313
|
borderColor?: undefined;
|
|
314
|
+
"& svg"?: undefined;
|
|
300
315
|
} | {
|
|
301
316
|
backgroundColor: string;
|
|
317
|
+
color: string;
|
|
318
|
+
"& svg": {
|
|
319
|
+
color: string;
|
|
320
|
+
};
|
|
302
321
|
borderColor?: undefined;
|
|
303
|
-
color?: undefined;
|
|
304
322
|
} | undefined;
|
|
305
323
|
"&:active"?: {
|
|
306
324
|
borderColor: string | undefined;
|
|
307
325
|
color: string | undefined;
|
|
308
326
|
backgroundColor: string;
|
|
327
|
+
"& svg"?: undefined;
|
|
309
328
|
} | {
|
|
310
329
|
backgroundColor: string;
|
|
311
330
|
color: string | undefined;
|
|
312
331
|
borderColor?: undefined;
|
|
332
|
+
"& svg"?: undefined;
|
|
313
333
|
} | {
|
|
314
334
|
backgroundColor: string | undefined;
|
|
315
335
|
color: string;
|
|
316
336
|
borderColor?: undefined;
|
|
337
|
+
"& svg"?: undefined;
|
|
317
338
|
} | {
|
|
318
339
|
backgroundColor: string;
|
|
340
|
+
color: string;
|
|
341
|
+
"& svg": {
|
|
342
|
+
color: string;
|
|
343
|
+
};
|
|
319
344
|
borderColor?: undefined;
|
|
320
|
-
color?: undefined;
|
|
321
345
|
} | undefined;
|
|
322
346
|
borderColor?: string | undefined;
|
|
323
347
|
};
|
|
@@ -365,9 +389,6 @@ declare const theme: {
|
|
|
365
389
|
border: string;
|
|
366
390
|
};
|
|
367
391
|
chrome: any;
|
|
368
|
-
colors: {
|
|
369
|
-
primaryText: string;
|
|
370
|
-
};
|
|
371
392
|
notification: any;
|
|
372
393
|
};
|
|
373
394
|
shadows: {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TooltipArgs } from "./_types";
|
|
3
2
|
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, TooltipArgs>;
|
|
4
3
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const AnchorTag: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, any>;
|
|
3
2
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
4
3
|
[x: string]: any;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, any>;
|
|
3
2
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
4
3
|
[x: string]: any;
|