@economic/taco 1.10.1 → 1.10.3
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/dist/components/Menu/components/Content.d.ts +1 -1
- package/dist/components/Popover/Primitives.d.ts +1 -1
- package/dist/esm/components/Provider/Provider.js +2 -1
- package/dist/esm/components/Provider/Provider.js.map +1 -1
- package/dist/primitives/Sortable/Sortable.d.ts +6 -0
- package/dist/primitives/Sortable/Sortable.stories.d.ts +14 -0
- package/dist/primitives/Sortable/components/Container.d.ts +11 -0
- package/dist/primitives/Sortable/components/Item.d.ts +9 -0
- package/dist/primitives/Sortable/components/List.d.ts +8 -0
- package/dist/taco.cjs.development.js +1 -1
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +15 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "1.10.
|
3
|
+
"version": "1.10.3",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
@@ -41,18 +41,19 @@
|
|
41
41
|
"url": "https://github.com/e-conomic/taco/issues"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
+
"@dnd-kit/sortable": "^7.0.1",
|
44
45
|
"@economic/taco-tokens": "^1.3.0",
|
45
|
-
"@radix-ui/react-accordion": "^0.
|
46
|
-
"@radix-ui/react-checkbox": "^0.
|
47
|
-
"@radix-ui/react-dialog": "^0.
|
48
|
-
"@radix-ui/react-dropdown-menu": "^0.
|
49
|
-
"@radix-ui/react-hover-card": "^0.
|
50
|
-
"@radix-ui/react-popover": "^0.
|
51
|
-
"@radix-ui/react-radio-group": "^0.
|
52
|
-
"@radix-ui/react-switch": "^0.
|
53
|
-
"@radix-ui/react-tabs": "^0.
|
54
|
-
"@radix-ui/react-tooltip": "0.
|
55
|
-
"@radix-ui/react-use-controllable-state": "^
|
46
|
+
"@radix-ui/react-accordion": "^1.0.0",
|
47
|
+
"@radix-ui/react-checkbox": "^1.0.0",
|
48
|
+
"@radix-ui/react-dialog": "^1.0.0",
|
49
|
+
"@radix-ui/react-dropdown-menu": "^1.0.0",
|
50
|
+
"@radix-ui/react-hover-card": "^1.0.0",
|
51
|
+
"@radix-ui/react-popover": "^1.0.0",
|
52
|
+
"@radix-ui/react-radio-group": "^1.0.0",
|
53
|
+
"@radix-ui/react-switch": "^1.0.0",
|
54
|
+
"@radix-ui/react-tabs": "^1.0.0",
|
55
|
+
"@radix-ui/react-tooltip": "^1.0.0",
|
56
|
+
"@radix-ui/react-use-controllable-state": "^1.0.0",
|
56
57
|
"@react-aria/focus": "^3.2.3",
|
57
58
|
"@react-aria/interactions": "^3.3.2",
|
58
59
|
"classnames": "^2.3.1",
|
@@ -106,7 +107,7 @@
|
|
106
107
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
107
108
|
"rollup-plugin-postcss": "^4.0.2",
|
108
109
|
"svgo": "^1.3.2",
|
109
|
-
"tailwindcss": "^3.
|
110
|
+
"tailwindcss": "^3.1.8",
|
110
111
|
"ts-jest": "^29.0.3",
|
111
112
|
"ts-node": "^10.9.1",
|
112
113
|
"tsdx": "^0.13.2",
|
@@ -127,5 +128,5 @@
|
|
127
128
|
"not ie < 11"
|
128
129
|
]
|
129
130
|
},
|
130
|
-
"gitHead": "
|
131
|
+
"gitHead": "e124e1578c9ad99680d9cd6130ed23e7c2234c17"
|
131
132
|
}
|