@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: `${label.label} pb-0! text-xs!`,
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: `${label.label} pb-0! text-xs!`,
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/css",
3
3
  "repository": "git@github.com:warp-ds/css.git",
4
- "version": "1.0.1-next.1",
4
+ "version": "1.0.1-next.2",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",