@appquality/unguess-design-system 3.0.10-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 +2 -3
- package/package.json +1 -2
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
|
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.6.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",
|