@economic/taco 2.53.0-settings.4 → 2.53.0-settings.6
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 +2 -3
- package/tailwind.config.js +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "2.53.0-settings.
|
3
|
+
"version": "2.53.0-settings.6",
|
4
4
|
"description": "E-conomic's Design System",
|
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.2.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": "
|
133
|
+
"gitHead": "1a465faeb8f9405fcab78bde0df3023d8cd3f7f5"
|
135
134
|
}
|
package/tailwind.config.js
CHANGED
@@ -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
|