@nexxtmove/ui 0.1.44 → 0.1.45

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.44",
4
+ "version": "0.1.45",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -117,6 +117,10 @@
117
117
  @apply bg-social-media-template-info-bg;
118
118
  }
119
119
 
120
+ .card {
121
+ @apply border-card-border border border-solid;
122
+ }
123
+
120
124
  .info-block {
121
125
  @apply p-(--info-block-padding);
122
126
  }
@@ -159,6 +159,7 @@
159
159
  --color-progress-bar-border: var(--color-gray-200);
160
160
  --color-header-border-bottom: var(--color-gray-200);
161
161
  --color-social-media-template-info-bg: var(--color-cornflower-blue-500);
162
+ --color-card-border: var(--color-gray-200);
162
163
  --text-xs: 0.75rem;
163
164
  --text-base: 1rem;
164
165
  --text-lg: 1.125rem;
@@ -220,12 +221,13 @@
220
221
  --button-padding-y: var(--spacing-2);
221
222
  --button-padding-link-x: var(--spacing-0\.5);
222
223
  --button-padding-link-y: var(--spacing-0\.5);
223
- --button-gap: var(--spacing-1);
224
+ --button-gap: var(--spacing-2);
224
225
  --button-border-radius: var(--radius-lg);
225
226
  --header-height: var(--spacing-24);
226
227
  --header-padding-x: var(--spacing-10);
227
228
  --header-gap: var(--spacing-6);
228
229
  --info-block-padding: var(--spacing-1);
230
+ --card-border-radius: var(--radius-lg);
229
231
  --font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
230
232
  --font-serif: 'Playfair Display', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
231
233
  --font-mono: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;