@warp-ds/css 1.0.0-alpha.30 → 1.0.0-alpha.31

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.
@@ -242,7 +242,7 @@ export const button = {
242
242
  buttonLink:
243
243
  'leading-[24] max-w-max bg-transparent focusable ease-in-out inline i-text-$color-button-link-text active:underline hover:underline', //.button--link /* Buttons pretending to be links, (Should rather inherit the actual link setup in the future?) */
244
244
  // Size stuff
245
- buttonSmall: 'px-16 py-6 text-xs', // .button--small
245
+ buttonSmall: 'px-16 py-6 text-xs!', // .button--small
246
246
  buttonSmallOverride: 'py-8', // .button--small.button--primary, .button--small.button--destructive, .button--small.button--destructive-flat, .button--small.button--order, .button--small.button--quiet
247
247
  buttonSmallSecondary: 'py-6', // .button--small.button--secondary
248
248
  buttonSmallUtility: 'py-7 px-15', // .button--small.button--secondary
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.0-alpha.30",
4
+ "version": "1.0.0-alpha.31",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",