@appquality/unguess-design-system 3.0.9-alpha → 3.0.11-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/build/index.js
CHANGED
|
@@ -37,7 +37,6 @@ var formik = require('formik');
|
|
|
37
37
|
var reactPagination = require('@zendeskgarden/react-pagination');
|
|
38
38
|
var SlickSlider = require('react-slick');
|
|
39
39
|
var reactTables = require('@zendeskgarden/react-tables');
|
|
40
|
-
var reactSpring = require('react-spring');
|
|
41
40
|
var reactTooltips = require('@zendeskgarden/react-tooltips');
|
|
42
41
|
|
|
43
42
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -5156,7 +5155,7 @@ const Row = (props) => jsxRuntime.jsx(UgRow, Object.assign({}, props));
|
|
|
5156
5155
|
const Cell = (props) => jsxRuntime.jsx(UgCell, Object.assign({}, props));
|
|
5157
5156
|
const Caption = (props) => (jsxRuntime.jsx(reactTables.Caption, Object.assign({}, props)));
|
|
5158
5157
|
|
|
5159
|
-
const StyledAnimatedToggle = styled__default["default"](
|
|
5158
|
+
const StyledAnimatedToggle = styled__default["default"](web.animated.div) `
|
|
5160
5159
|
display: inline-block;
|
|
5161
5160
|
float: right;
|
|
5162
5161
|
`;
|
|
@@ -5193,7 +5192,7 @@ const UgGroupRow = styled__default["default"](reactTables.GroupRow) `
|
|
|
5193
5192
|
`;
|
|
5194
5193
|
const GroupRow = (props) => jsxRuntime.jsx(UgGroupRow, Object.assign({}, props));
|
|
5195
5194
|
const GroupRowComponent = (props) => {
|
|
5196
|
-
const toggleIconAnimation =
|
|
5195
|
+
const toggleIconAnimation = web.useSpring({
|
|
5197
5196
|
config: { duration: 120 },
|
|
5198
5197
|
transform: props.group.items.length > 0
|
|
5199
5198
|
? props.open
|
|
@@ -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.
|
|
3
|
+
"version": "3.0.11-alpha",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"@nivo/sunburst": "^0.80.0",
|
|
35
35
|
"@nivo/tooltip": "^0.80.0",
|
|
36
36
|
"@nivo/waffle": "^0.80.0",
|
|
37
|
-
"react-spring": "^9.7.1",
|
|
38
37
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.61",
|
|
39
38
|
"@tiptap/extension-character-count": "^2.0.0-beta.31",
|
|
40
39
|
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
|