@nexxtmove/ui 0.1.6 → 0.1.7

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.6",
4
+ "version": "0.1.7",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -114,7 +114,7 @@
114
114
  }
115
115
 
116
116
  .info-block {
117
- @apply border-info-block-border bg-info-block-bg p-(--info-block-padding) border border-solid;
117
+ @apply border-info-block-border p-(--info-block-padding) border border-solid;
118
118
  }
119
119
 
120
120
  }
@@ -153,7 +153,6 @@
153
153
  --color-progress-bar-border: var(--color-gray-200);
154
154
  --color-header-border-bottom: var(--color-gray-200);
155
155
  --color-info-block-border: var(--color-green-500);
156
- --color-info-block-bg: var(--color-green-50);
157
156
  --text-xs: 0.75rem;
158
157
  --text-base: 1rem;
159
158
  --text-lg: 1.125rem;