@warp-ds/css 1.0.1-next.1 → 1.0.1-next.2
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.
|
@@ -357,14 +357,14 @@ export const suffix = {
|
|
|
357
357
|
wrapper: prefixSuffixWrapperBase + 'right-0',
|
|
358
358
|
wrapperWithLabel: 'w-max pr-12',
|
|
359
359
|
wrapperWithIcon: 'w-40',
|
|
360
|
-
label:
|
|
360
|
+
label: 'antialiased block relative cursor-default pb-0 font-bold text-xs i-text-$color-label-text',
|
|
361
361
|
};
|
|
362
362
|
|
|
363
363
|
export const prefix = {
|
|
364
364
|
wrapper: prefixSuffixWrapperBase + 'left-0',
|
|
365
365
|
wrapperWithLabel: 'w-max pl-12',
|
|
366
366
|
wrapperWithIcon: 'w-40',
|
|
367
|
-
label:
|
|
367
|
+
label: 'antialiased block relative cursor-default pb-0 font-bold text-xs i-text-$color-label-text',
|
|
368
368
|
};
|
|
369
369
|
|
|
370
370
|
export const breadcrumbs = {
|
package/package.json
CHANGED