@nexxtmove/ui 0.0.15 → 0.0.16
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
|
@@ -118,8 +118,10 @@
|
|
|
118
118
|
--color-button-color-border-secondary-hover: var(--color-cornflower-blue-700);
|
|
119
119
|
--color-button-color-border-secondary-selected: var(--color-cornflower-blue-500);
|
|
120
120
|
--color-button-color-border-secondary-disabled: var(--color-gray-400);
|
|
121
|
-
--color-button-color-border-secondary-default: var(--color-gray-
|
|
121
|
+
--color-button-color-border-secondary-default: var(--color-gray-200);
|
|
122
122
|
--color-button-color-border-link-focussed: var(--color-cornflower-blue-100);
|
|
123
|
+
--color-progress-bar-color-bg-progress: var(--color-cornflower-blue-500);
|
|
124
|
+
--color-progress-bar-color-bg-bar: var(--color-gray-50);
|
|
123
125
|
--text-xs: 0.75rem;
|
|
124
126
|
--text-base: 1rem;
|
|
125
127
|
--text-lg: 1.125rem;
|
|
@@ -183,6 +185,7 @@
|
|
|
183
185
|
--button-padding-link-y: var(--spacing-0\.5);
|
|
184
186
|
--button-gap: var(--spacing-1);
|
|
185
187
|
--button-border-radius: var(--radius-lg);
|
|
188
|
+
--progress-nav-gap: var(--spacing-3\.5);
|
|
186
189
|
--font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
187
190
|
--font-serif: 'Playfair Display', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
188
191
|
--font-mono: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|