@economic/taco 2.68.0-radix-ui-package.0 → 2.69.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.68.0-radix-ui-package.0",
3
+ "version": "2.69.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/taco.cjs",
@@ -24,7 +24,7 @@
24
24
  "scripts": {
25
25
  "build": "vite build",
26
26
  "test": "vitest run",
27
- "lint": "eslint src",
27
+ "lint": "oxlint --quiet",
28
28
  "pree2e": "npx playwright install chromium --with-deps",
29
29
  "e2e": "npx playwright test",
30
30
  "generate-icons": "node scripts/generate-icons.cjs"
@@ -32,6 +32,17 @@
32
32
  "dependencies": {
33
33
  "@dnd-kit/modifiers": "^7.0.0",
34
34
  "@dnd-kit/sortable": "^7.0.1",
35
+ "@radix-ui/react-alert-dialog": "1.0.2",
36
+ "@radix-ui/react-checkbox": "1.0.1",
37
+ "@radix-ui/react-collapsible": "1.0.3",
38
+ "@radix-ui/react-dialog": "1.0.2",
39
+ "@radix-ui/react-dropdown-menu": "2.0.1",
40
+ "@radix-ui/react-hover-card": "1.0.2",
41
+ "@radix-ui/react-popover": "1.0.2",
42
+ "@radix-ui/react-scroll-area": "1.0.1",
43
+ "@radix-ui/react-switch": "1.0.1",
44
+ "@radix-ui/react-tabs": "1.0.1",
45
+ "@radix-ui/react-tooltip": "1.0.2",
35
46
  "@radix-ui/react-use-controllable-state": "1.0.0",
36
47
  "@react-aria/focus": "^3.19.0",
37
48
  "@react-aria/interactions": "^3.12.0",
@@ -42,7 +53,6 @@
42
53
  "framer-motion": "^6.5.1",
43
54
  "lodash-es": "4.17.21",
44
55
  "nanoid": "^5.1.3",
45
- "radix-ui": "^1.4.2",
46
56
  "react-aria-components": "^1.7.1",
47
57
  "react-day-picker": "^8.10.0",
48
58
  "react-intersection-observer": "^9.4.0",
@@ -99,5 +109,5 @@
99
109
  "not ie < 11"
100
110
  ]
101
111
  },
102
- "gitHead": "7324f9cb469050aa0c045e9cfb2e96e0485b9cbe"
112
+ "gitHead": "515a50c05b78129f1f132a92a391ad562c84c74e"
103
113
  }
@@ -1,6 +1,7 @@
1
1
  const plugin = require('tailwindcss/plugin');
2
2
  const defaultTheme = require('tailwindcss/defaultTheme');
3
3
 
4
+ // oxlint-disable extensions
4
5
  const colors = require('./tailwind.colors.js').default;
5
6
 
6
7
  module.exports = {