@economic/taco 2.52.2 → 2.53.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
- package/tailwind.config.js +1 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.53.0-alpha.0",
|
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,6 +111,7 @@
|
|
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",
|
114
115
|
"ts-jest": "^29.1.1",
|
115
116
|
"ts-node": "^10.9.1",
|
116
117
|
"tsdx": "^0.13.2",
|
@@ -130,5 +131,5 @@
|
|
130
131
|
"not ie < 11"
|
131
132
|
]
|
132
133
|
},
|
133
|
-
"gitHead": "
|
134
|
+
"gitHead": "7d9a2f36f084b4b55f475cfc30ae0faa00fbca83"
|
134
135
|
}
|
package/tailwind.config.js
CHANGED
@@ -42,6 +42,7 @@ 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'),
|
45
46
|
plugin(function ({ addUtilities, theme }) {
|
46
47
|
// ideally we would do this using the @layer utilities directive, but
|
47
48
|
// that causes issues in tools like tailwind where the typescript is loaded before the css
|