@appquality/unguess-design-system 3.0.3-alpha → 3.0.5-alpha

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ButtonArgs } from "./_types";
2
3
  export declare const Default: {
3
4
  decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0a347bb9").R, {
@@ -75,7 +76,7 @@ export declare const Default: {
75
76
  results?: number | undefined;
76
77
  security?: string | undefined;
77
78
  unselectable?: "on" | "off" | undefined;
78
- inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
79
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
79
80
  is?: string | undefined;
80
81
  'aria-activedescendant'?: string | undefined;
81
82
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -379,7 +380,7 @@ export declare const Basic: {
379
380
  results?: number | undefined;
380
381
  security?: string | undefined;
381
382
  unselectable?: "on" | "off" | undefined;
382
- inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
383
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
383
384
  is?: string | undefined;
384
385
  'aria-activedescendant'?: string | undefined;
385
386
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -683,7 +684,7 @@ export declare const Primary: {
683
684
  results?: number | undefined;
684
685
  security?: string | undefined;
685
686
  unselectable?: "on" | "off" | undefined;
686
- inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
687
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
687
688
  is?: string | undefined;
688
689
  'aria-activedescendant'?: string | undefined;
689
690
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -987,7 +988,7 @@ export declare const WithIcon: {
987
988
  results?: number | undefined;
988
989
  security?: string | undefined;
989
990
  unselectable?: "on" | "off" | undefined;
990
- inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
991
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
991
992
  is?: string | undefined;
992
993
  'aria-activedescendant'?: string | undefined;
993
994
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DropdownArgs, SelectArgs } from "./_types";
2
3
  import { MenuArgs } from "../menu/_types";
3
4
  interface IItem {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { EditorArgs } from "./_types";
2
3
  interface EditorStoryArgs extends EditorArgs {
3
4
  children?: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipArgs } from "./_types";
2
3
  export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, TooltipArgs>;
3
4
  declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "3.0.3-alpha",
3
+ "version": "3.0.5-alpha",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -56,11 +56,9 @@
56
56
  "@zendeskgarden/react-tags": "^8.49.0",
57
57
  "@zendeskgarden/react-tooltips": "^8.49.0",
58
58
  "@zendeskgarden/react-typography": "^8.49.0",
59
- "react-scripts": "^5.0.1",
60
59
  "react-slick": "^0.29.0",
61
60
  "react-spring": "^9.4.4",
62
61
  "react-window": "^1.8.6",
63
- "storybook-addon-designs": "^6.3.1",
64
62
  "ua-parser-js": "^1.0.2"
65
63
  },
66
64
  "devDependencies": {
@@ -91,6 +89,7 @@
91
89
  "formik": "^2.2.9",
92
90
  "prop-types": "^15.8.1",
93
91
  "react": "^18.2.0",
92
+ "react-scripts": "^5.0.1",
94
93
  "react-dom": "^18.2.0",
95
94
  "rimraf": "3.0.2",
96
95
  "rollup": "~2.66",