@economic/taco 2.55.0 → 2.56.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.55.0",
3
+ "version": "2.56.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/taco.cjs",
@@ -30,7 +30,9 @@
30
30
  "dependencies": {
31
31
  "@dnd-kit/modifiers": "^7.0.0",
32
32
  "@dnd-kit/sortable": "^7.0.1",
33
+ "@radix-ui/react-accordion": "1.0.1",
33
34
  "@radix-ui/react-alert-dialog": "1.0.2",
35
+ "@radix-ui/react-checkbox": "1.0.1",
34
36
  "@radix-ui/react-collapsible": "1.0.3",
35
37
  "@radix-ui/react-dialog": "1.0.2",
36
38
  "@radix-ui/react-dropdown-menu": "2.0.1",
@@ -38,6 +40,7 @@
38
40
  "@radix-ui/react-popover": "1.0.2",
39
41
  "@radix-ui/react-radio-group": "1.1.0",
40
42
  "@radix-ui/react-scroll-area": "1.0.1",
43
+ "@radix-ui/react-switch": "1.0.1",
41
44
  "@radix-ui/react-tabs": "1.0.1",
42
45
  "@radix-ui/react-tooltip": "1.0.2",
43
46
  "@radix-ui/react-use-controllable-state": "1.0.0",
@@ -50,7 +53,6 @@
50
53
  "framer-motion": "^6.5.1",
51
54
  "lodash-es": "4.17.21",
52
55
  "nanoid": "^5.1.3",
53
- "react-aria-components": "^1.6.0",
54
56
  "react-day-picker": "^8.10.0",
55
57
  "react-intersection-observer": "^9.4.0",
56
58
  "react-joyride": "^2.5.3",
@@ -103,5 +105,5 @@
103
105
  "not ie < 11"
104
106
  ]
105
107
  },
106
- "gitHead": "e4d0d3f42ba2fb2fc4149d98a217cc915920a147"
108
+ "gitHead": "9d8756b0f6f0302a19390f83c9fd9818b2124414"
107
109
  }