@appquality/unguess-design-system 3.1.41-player → 3.1.41
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 +13 -0
- package/build/index.js +152 -133
- 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 +4 -9
- 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 -13958
|
@@ -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>;
|
|
@@ -300,16 +300,11 @@ declare const theme: {
|
|
|
300
300
|
"&:hover"?: {
|
|
301
301
|
borderColor: string | undefined;
|
|
302
302
|
color: string | undefined;
|
|
303
|
-
backgroundColor: string;
|
|
304
|
-
"& svg"?: undefined;
|
|
305
|
-
} | {
|
|
306
|
-
backgroundColor: string;
|
|
307
|
-
color: string | undefined;
|
|
308
|
-
borderColor?: undefined;
|
|
303
|
+
backgroundColor: string | undefined;
|
|
309
304
|
"& svg"?: undefined;
|
|
310
305
|
} | {
|
|
311
306
|
backgroundColor: string | undefined;
|
|
312
|
-
color: string;
|
|
307
|
+
color: string | undefined;
|
|
313
308
|
borderColor?: undefined;
|
|
314
309
|
"& svg"?: undefined;
|
|
315
310
|
} | {
|
|
@@ -352,13 +347,13 @@ declare const theme: {
|
|
|
352
347
|
"&:hover"?: {
|
|
353
348
|
borderColor: string | undefined;
|
|
354
349
|
color: string | undefined;
|
|
355
|
-
backgroundColor: string;
|
|
350
|
+
backgroundColor: string | undefined;
|
|
356
351
|
} | {
|
|
357
352
|
backgroundColor: string | undefined;
|
|
358
353
|
borderColor?: undefined;
|
|
359
354
|
color?: undefined;
|
|
360
355
|
} | {
|
|
361
|
-
backgroundColor: string;
|
|
356
|
+
backgroundColor: string | undefined;
|
|
362
357
|
color: string | undefined;
|
|
363
358
|
borderColor?: undefined;
|
|
364
359
|
} | {
|
|
@@ -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;
|