@versini/ui-styles 9.3.0 → 9.3.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/dist/index.js +10 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v9.3.
|
|
2
|
+
@versini/ui-styles v9.3.2
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -96,7 +96,7 @@ import colors from "tailwindcss/colors";
|
|
|
96
96
|
/**
|
|
97
97
|
* This file was automatically generated.
|
|
98
98
|
* Please do not edit manually.
|
|
99
|
-
* Last update: 2026-
|
|
99
|
+
* Last update: 2026-04-10T21:04:43.996Z
|
|
100
100
|
*
|
|
101
101
|
* To update this file, run `npm run build:list`.
|
|
102
102
|
*
|
|
@@ -112,6 +112,7 @@ import colors from "tailwindcss/colors";
|
|
|
112
112
|
"@versini/ui-footer",
|
|
113
113
|
"@versini/ui-header",
|
|
114
114
|
"@versini/ui-hooks",
|
|
115
|
+
"@versini/ui-icon-picker",
|
|
115
116
|
"@versini/ui-icons",
|
|
116
117
|
"@versini/ui-liveregion",
|
|
117
118
|
"@versini/ui-main",
|
|
@@ -311,12 +312,18 @@ const dynamicColors = ()=>{
|
|
|
311
312
|
*/ /* v8 ignore start */ const customPlugins = [
|
|
312
313
|
typographyPlugin,
|
|
313
314
|
container_queries,
|
|
314
|
-
tailwindcss_plugin(function({ addComponents, addVariant }) {
|
|
315
|
+
tailwindcss_plugin(function({ addComponents, addUtilities, addVariant }) {
|
|
315
316
|
addComponents(menu);
|
|
316
317
|
addComponents(textInput);
|
|
317
318
|
addComponents(textArea);
|
|
318
319
|
addComponents(spinner);
|
|
319
320
|
addComponents(tooltip);
|
|
321
|
+
addUtilities({
|
|
322
|
+
".av-bg-split-overlay": {
|
|
323
|
+
"background-origin": "border-box",
|
|
324
|
+
"background-image": "linear-gradient(to bottom, oklch(1 0 0 / 0.2) 35%, oklch(0 0 0 / 0.1) 65%, oklch(1 0 0 / 0.05) 100%)"
|
|
325
|
+
}
|
|
326
|
+
});
|
|
320
327
|
addVariant("last-bubble-right", ".av-bubble-right:not(:has(+ .av-bubble-right)) &");
|
|
321
328
|
addVariant("last-bubble-left", ".av-bubble-left:not(:has(+ .av-bubble-left)) &");
|
|
322
329
|
}, theme)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/container-queries": "0.1.1",
|
|
45
|
-
"@versini/ui-typography": "2.1.
|
|
45
|
+
"@versini/ui-typography": "2.1.5",
|
|
46
46
|
"culori": "4.0.2",
|
|
47
47
|
"fs-extra": "11.3.4",
|
|
48
|
-
"tailwindcss": "4.2.
|
|
48
|
+
"tailwindcss": "4.2.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"rollup-plugin-copy": "3.5.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "738b2918169bc39087fc7dc4b04752970b06087e"
|
|
54
54
|
}
|