@almadar/ui 4.53.1 → 4.53.2
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 -2
- package/tailwind-preset.cjs +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/ui",
|
|
3
|
-
"version": "4.53.
|
|
3
|
+
"version": "4.53.2",
|
|
4
4
|
"description": "React UI components, hooks, and providers for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -130,7 +130,6 @@
|
|
|
130
130
|
},
|
|
131
131
|
"dependencies": {
|
|
132
132
|
"@almadar/core": ">=7.13.0",
|
|
133
|
-
"@tailwindcss/container-queries": "^0.1.1",
|
|
134
133
|
"@almadar/evaluator": ">=2.9.2",
|
|
135
134
|
"@almadar/logger": "^1.3.0",
|
|
136
135
|
"@almadar/patterns": "^2.26.0",
|
|
@@ -168,6 +167,7 @@
|
|
|
168
167
|
},
|
|
169
168
|
"devDependencies": {
|
|
170
169
|
"@almadar/eslint-plugin": ">=2.3.0",
|
|
170
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
171
171
|
"@react-three/drei": "^10.7.7",
|
|
172
172
|
"@react-three/fiber": "^9.6.0",
|
|
173
173
|
"@react-three/postprocessing": "3.0.4",
|
package/tailwind-preset.cjs
CHANGED
|
@@ -13,12 +13,9 @@
|
|
|
13
13
|
* presets: [require('@almadar/ui/tailwind-preset')]
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
|
-
const containerQueries = require('@tailwindcss/container-queries');
|
|
17
|
-
|
|
18
16
|
/** @type {import('tailwindcss').Config} */
|
|
19
17
|
module.exports = {
|
|
20
18
|
darkMode: 'class',
|
|
21
|
-
plugins: [containerQueries],
|
|
22
19
|
safelist: [
|
|
23
20
|
// Standard utilities used via dynamic className from .orb schemas
|
|
24
21
|
'p-4', 'p-6', 'p-8',
|