@appquality/unguess-design-system 3.0.2-alpha → 3.0.2-svgr-beta
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/.github/dependabot.yml +11 -11
- package/.github/workflows/release.yml +4 -4
- package/.github/workflows/storybook.yml +2 -2
- package/CHANGELOG.md +3165 -0
- package/README.md +73 -0
- package/build/index.js +378 -464
- package/build/stories/buttons/button/index.stories.d.ts +5 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +1 -0
- package/build/stories/editor/index.stories.d.ts +1 -0
- package/build/stories/tooltip/index.stories.d.ts +1 -0
- package/package.json +5 -5
- package/.babelrc.json +0 -16
|
@@ -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?: "
|
|
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?: "
|
|
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?: "
|
|
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?: "
|
|
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 { 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.2-
|
|
3
|
+
"version": "3.0.2-svgr-beta",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"storybook": "storybook dev -p 6006",
|
|
10
10
|
"build-storybook": "storybook build",
|
|
11
11
|
"build": "yarn run clean && rollup -c",
|
|
12
|
-
"clean": "rimraf build"
|
|
12
|
+
"clean": "rimraf build",
|
|
13
|
+
"release": "npx auto shipit --base-branch=master",
|
|
14
|
+
"type:check": "tsc"
|
|
13
15
|
},
|
|
14
16
|
"repository": {
|
|
15
17
|
"type": "git",
|
|
@@ -56,11 +58,8 @@
|
|
|
56
58
|
"@zendeskgarden/react-tags": "^8.49.0",
|
|
57
59
|
"@zendeskgarden/react-tooltips": "^8.49.0",
|
|
58
60
|
"@zendeskgarden/react-typography": "^8.49.0",
|
|
59
|
-
"react-scripts": "^5.0.1",
|
|
60
61
|
"react-slick": "^0.29.0",
|
|
61
|
-
"react-spring": "^9.4.4",
|
|
62
62
|
"react-window": "^1.8.6",
|
|
63
|
-
"storybook-addon-designs": "^6.3.1",
|
|
64
63
|
"ua-parser-js": "^1.0.2"
|
|
65
64
|
},
|
|
66
65
|
"devDependencies": {
|
|
@@ -91,6 +90,7 @@
|
|
|
91
90
|
"formik": "^2.2.9",
|
|
92
91
|
"prop-types": "^15.8.1",
|
|
93
92
|
"react": "^18.2.0",
|
|
93
|
+
"react-scripts": "^5.0.1",
|
|
94
94
|
"react-dom": "^18.2.0",
|
|
95
95
|
"rimraf": "3.0.2",
|
|
96
96
|
"rollup": "~2.66",
|