@acorex/styles 5.3.4 → 5.4.0

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": "@acorex/styles",
3
- "version": "5.3.4",
3
+ "version": "5.4.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,14 +10,13 @@
10
10
  @include control-states("editor");
11
11
  }
12
12
  ax-color-palette-preview {
13
- @apply ax-h-20 ax-w-full ax-mb-2 ax-rounded-t ax-bg-primary-50 ax-flex ax-justify-center ax-items-center ax-uppercase ax-font-semibold ax-shadow-sm ax-border-b ax-border-light-200 dark:ax-border-white/[0.06] ax-transition-all;
13
+ @apply ax-h-20 ax-w-full ax-mb-2 ax-rounded-t ax-bg-primary-50 ax-flex ax-justify-center ax-items-center ax-font-semibold ax-shadow-sm ax-border-b ax-border-light-200 dark:ax-border-white/[0.06] ax-transition-all;
14
14
  }
15
15
 
16
- ax-color-palette-favorite
17
- {
16
+ ax-color-palette-favorite {
18
17
  @apply ax-mt-2 ax-border-t ax-border-light-200 dark:ax-border-white/[0.06] ax-block;
19
18
  }
20
-
19
+
21
20
  .palette-items {
22
21
  @apply ax-p-2 ax-grid-cols-8 ax-gap-0.5 ax-grid ax-max-h-36 ax-overflow-y-auto ax-overflow-x-hidden;
23
22
 
@@ -42,11 +41,12 @@
42
41
  }
43
42
  }
44
43
  }
45
-
44
+
46
45
  .palette-input-container {
47
46
  @apply ax-flex ax-gap-2 ax-mt-4 ax-p-2;
47
+
48
48
  .palette-inputs {
49
- @apply ax-flex ax-gap-2;
49
+ @apply ax-flex ax-flex-1 ax-gap-2;
50
50
 
51
51
  div {
52
52
  @apply ax-w-full ax-text-center;
@@ -55,6 +55,7 @@
55
55
  }
56
56
  }
57
57
  }
58
+
58
59
  }
59
60
  }
60
61
  }