@nexxtmove/ui 0.1.14 → 0.1.15

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.14",
4
+ "version": "0.1.15",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -117,4 +117,8 @@
117
117
  @apply border-info-block-border p-(--info-block-padding) border border-solid;
118
118
  }
119
119
 
120
+ .social-media-template-info {
121
+ @apply bg-social-media-template-info-bg;
122
+ }
123
+
120
124
  }
@@ -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-info-block-border: var(--color-green-500);
162
+ --color-social-media-template-info-bg: var(--color-cornflower-blue-500);
162
163
  --text-xs: 0.75rem;
163
164
  --text-base: 1rem;
164
165
  --text-lg: 1.125rem;
@@ -39,7 +39,7 @@
39
39
  }
40
40
 
41
41
  @utility small-semibold {
42
- @apply font-sans text-sm;
42
+ @apply font-sans font-semibold text-sm;
43
43
  }
44
44
 
45
45
  @utility small-link {