@kadoui/tailwindcss 1.2.9 → 1.2.10

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,29 +1,28 @@
1
- {
2
- "name": "@kadoui/tailwindcss",
3
- "version": "1.2.9",
4
- "description": "Kadoui TailwindCSS styles",
5
- "author": "FarzadVav",
6
- "license": "MIT",
7
- "type": "module",
8
- "repository": "https://github.com/FarzadVav/kadoui/packages/kadoui-tailwindcss",
9
- "publishConfig": {
10
- "access": "public"
11
- },
12
- "exports": {
13
- ".": "./src/index.css",
14
- "./postcss": "./postcss.config.js"
15
- },
16
- "keywords": [
17
- "@kadoui/tailwindcss",
18
- "kado",
19
- "ui",
20
- "css",
21
- "tailwind"
22
- ],
23
- "devDependencies": {
24
- "postcss": "8.5.6",
25
- "tailwindcss": "4.1.18",
26
- "@tailwindcss/postcss": "4.1.18"
27
- },
28
- "packageManager": "pnpm@10.25.0"
1
+ {
2
+ "name": "@kadoui/tailwindcss",
3
+ "version": "1.2.10",
4
+ "description": "Kadoui TailwindCSS styles",
5
+ "author": "FarzadVav",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "repository": "https://github.com/FarzadVav/kadoui/packages/kadoui-tailwindcss",
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "exports": {
13
+ ".": "./src/index.css",
14
+ "./postcss": "./postcss.config.js"
15
+ },
16
+ "keywords": [
17
+ "@kadoui/tailwindcss",
18
+ "kado",
19
+ "ui",
20
+ "css",
21
+ "tailwind"
22
+ ],
23
+ "devDependencies": {
24
+ "postcss": "8.5.6",
25
+ "tailwindcss": "4.1.18",
26
+ "@tailwindcss/postcss": "4.1.18"
27
+ }
29
28
  }
@@ -1,3 +1,7 @@
1
1
  @utility accordion-body {
2
2
  @apply overflow-hidden;
3
+ }
4
+
5
+ @utility accordion-content {
6
+ @apply pt-(--element-rounded);
3
7
  }
@@ -4,8 +4,4 @@
4
4
 
5
5
  @utility context-menu-body {
6
6
  @apply z-10 fixed transition-all card card-menu card-y data-[state=false]:ignore;
7
- }
8
-
9
- @utility context-menu-navigation {
10
- @apply card card-menu card-y;
11
7
  }
@@ -3,5 +3,5 @@
3
3
  }
4
4
 
5
5
  @utility popover-body {
6
- @apply absolute w-max rounded-lg z-10;
6
+ @apply absolute w-max rounded-lg z-10 data-[state=false]:ignore;
7
7
  }
@@ -3,7 +3,7 @@
3
3
  }
4
4
 
5
5
  @utility select-box-list {
6
- @apply card card-y absolute position-b w-full cursor-default z-10;
6
+ @apply card card-y absolute position-b w-full cursor-default z-10 data-[state=false]:ignore;
7
7
  }
8
8
 
9
9
  @utility select-box-option {