@plitzi/plitzi-ui 1.6.6 → 1.6.7
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "../../helpers/cvaWrapper.js";
|
|
2
2
|
var t = {
|
|
3
|
-
root: e("", {
|
|
3
|
+
root: e("flex flex-col", {
|
|
4
4
|
variants: {
|
|
5
5
|
intent: {
|
|
6
6
|
white: "bg-white dark:bg-zinc-800 border-gray-200 dark:border-zinc-700 border",
|
|
@@ -51,7 +51,7 @@ var t = {
|
|
|
51
51
|
}
|
|
52
52
|
}),
|
|
53
53
|
headerCloseButton: e("cursor-pointer text-zinc-400 dark:text-zinc-500 hover:text-zinc-700 dark:hover:text-zinc-200 transition-colors duration-100 rounded p-0.5 hover:bg-gray-100 dark:hover:bg-zinc-700"),
|
|
54
|
-
body: e("", {
|
|
54
|
+
body: e("basis-0 grow", {
|
|
55
55
|
variants: {
|
|
56
56
|
intent: {
|
|
57
57
|
white: "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/plitzi-ui",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.7",
|
|
4
4
|
"homepage": "./",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"files": [
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"react-syntax-highlighter": "^16.1.1",
|
|
114
114
|
"react-toastify": "^11.1.0",
|
|
115
115
|
"remark-gfm": "^4.0.1",
|
|
116
|
-
"tailwind-merge": "^3.
|
|
116
|
+
"tailwind-merge": "^3.6.0",
|
|
117
117
|
"tinycolor2": "^1.6.0",
|
|
118
118
|
"uuid": "^14.0.0",
|
|
119
119
|
"zod": "^4.4.3"
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"storybook": "^10.3.6",
|
|
165
165
|
"stylelint": "^17.11.0",
|
|
166
166
|
"stylelint-order": "^8.1.1",
|
|
167
|
-
"stylelint-scss": "^7.
|
|
167
|
+
"stylelint-scss": "^7.1.0",
|
|
168
168
|
"tailwindcss": "4.3.0",
|
|
169
169
|
"typescript": "^6.0.3",
|
|
170
170
|
"typescript-eslint": "^8.59.2",
|