@economic/taco 2.52.0 → 2.52.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.52.0",
3
+ "version": "2.52.1",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -111,7 +111,6 @@
111
111
  "rollup-plugin-postcss": "^4.0.2",
112
112
  "svgo": "^1.3.2",
113
113
  "tailwindcss": "^3.3.2",
114
- "tailwindcss-react-aria-components": "^1.0.0",
115
114
  "ts-jest": "^29.1.1",
116
115
  "ts-node": "^10.9.1",
117
116
  "tsdx": "^0.13.2",
@@ -131,5 +130,5 @@
131
130
  "not ie < 11"
132
131
  ]
133
132
  },
134
- "gitHead": "5a4f0059547921dad3d536fd12dae214df76b28e"
133
+ "gitHead": "4da903c3bc6ab0dfaad9d90f9bffc152eaf80c62"
135
134
  }
@@ -42,7 +42,6 @@ module.exports = {
42
42
  plugins: [
43
43
  require('./plugins/tailwindcss-aria-attributes'),
44
44
  require('./plugins/tailwindcss-group-peer'),
45
- require('tailwindcss-react-aria-components'),
46
45
  plugin(function ({ addUtilities, theme }) {
47
46
  // ideally we would do this using the @layer utilities directive, but
48
47
  // that causes issues in tools like tailwind where the typescript is loaded before the css