@appquality/unguess-design-system 3.0.11-alpha → 3.0.12-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.
package/.babelrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": ["@babel/env"]
3
+ }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonArgs } from "./_types";
3
2
  export declare const Default: {
4
3
  decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0a347bb9").R, {
@@ -76,7 +75,7 @@ export declare const Default: {
76
75
  results?: number | undefined;
77
76
  security?: string | undefined;
78
77
  unselectable?: "on" | "off" | undefined;
79
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
78
+ inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
80
79
  is?: string | undefined;
81
80
  'aria-activedescendant'?: string | undefined;
82
81
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -380,7 +379,7 @@ export declare const Basic: {
380
379
  results?: number | undefined;
381
380
  security?: string | undefined;
382
381
  unselectable?: "on" | "off" | undefined;
383
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
382
+ inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
384
383
  is?: string | undefined;
385
384
  'aria-activedescendant'?: string | undefined;
386
385
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -684,7 +683,7 @@ export declare const Primary: {
684
683
  results?: number | undefined;
685
684
  security?: string | undefined;
686
685
  unselectable?: "on" | "off" | undefined;
687
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
686
+ inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
688
687
  is?: string | undefined;
689
688
  'aria-activedescendant'?: string | undefined;
690
689
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -988,7 +987,7 @@ export declare const WithIcon: {
988
987
  results?: number | undefined;
989
988
  security?: string | undefined;
990
989
  unselectable?: "on" | "off" | undefined;
991
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
990
+ inputMode?: "decimal" | "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
992
991
  is?: string | undefined;
993
992
  'aria-activedescendant'?: string | undefined;
994
993
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
@@ -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;
@@ -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, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "3.0.11-alpha",
3
+ "version": "3.0.12-alpha",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -63,9 +63,11 @@
63
63
  "ua-parser-js": "^1.0.2"
64
64
  },
65
65
  "devDependencies": {
66
+ "@babel/core": "^7.21.8",
66
67
  "@babel/preset-env": "^7.21.5",
67
68
  "@babel/preset-react": "^7.18.6",
68
69
  "@babel/preset-typescript": "^7.21.5",
70
+ "@rollup/plugin-babel": "^6.0.3",
69
71
  "@rollup/plugin-image": "^3.0.2",
70
72
  "@storybook/addon-essentials": "^7.0.9",
71
73
  "@storybook/addon-interactions": "^7.0.9",