@economic/taco 2.53.0-settings.4 → 2.53.0-settings.5
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.53.0-settings.
|
3
|
+
"version": "2.53.0-settings.5",
|
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",
|
@@ -131,5 +131,5 @@
|
|
131
131
|
"not ie < 11"
|
132
132
|
]
|
133
133
|
},
|
134
|
-
"gitHead": "
|
134
|
+
"gitHead": "8d6f5110d3c86eaffdb356c919e2470b498a8fcf"
|
135
135
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('tailwindcss-react-aria-components');
|
package/tailwind.config.js
CHANGED
@@ -42,7 +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
|
+
require('./plugins/tailwindcss-react-aria-components'),
|
46
46
|
plugin(function ({ addUtilities, theme }) {
|
47
47
|
// ideally we would do this using the @layer utilities directive, but
|
48
48
|
// that causes issues in tools like tailwind where the typescript is loaded before the css
|