@nexxtmove/ui 0.1.18 → 0.1.19

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexxtmove/ui",
3
3
  "type": "module",
4
- "version": "0.1.18",
4
+ "version": "0.1.19",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -113,12 +113,12 @@
113
113
  @apply border-b-header-border-bottom h-(--header-height) px-(--header-padding-x) gap-(--header-gap) border-b border-solid;
114
114
  }
115
115
 
116
- .info-block {
117
- @apply border-info-block-border p-(--info-block-padding) border border-solid;
118
- }
119
-
120
116
  .social-media-template-info {
121
117
  @apply bg-social-media-template-info-bg;
122
118
  }
123
119
 
120
+ .info-block {
121
+ @apply p-(--info-block-padding);
122
+ }
123
+
124
124
  }
@@ -158,7 +158,6 @@
158
158
  --color-progress-bar-bg-bar: var(--color-gray-50);
159
159
  --color-progress-bar-border: var(--color-gray-200);
160
160
  --color-header-border-bottom: var(--color-gray-200);
161
- --color-info-block-border: var(--color-green-500);
162
161
  --color-social-media-template-info-bg: var(--color-cornflower-blue-500);
163
162
  --text-xs: 0.75rem;
164
163
  --text-base: 1rem;