@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.
@@ -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>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropdownArgs, SelectArgs } from "./_types";
3
2
  import { MenuArgs } from "../menu/_types";
4
3
  interface IItem {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { EditorArgs } from "./_types";
3
2
  interface EditorStoryArgs extends EditorArgs {
4
3
  children?: any;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "3.1.41-player",
3
+ "version": "3.1.41",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",