@warp-ds/css 1.2.0-next.1 → 1.2.1-next.1

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.
@@ -406,7 +406,7 @@ export const modal = {
406
406
  title:
407
407
  '-mt-4 sm:-mt-8 h-40 sm:h-48 grid gap-8 sm:gap-16 grid-cols-[auto_1fr_auto] items-center px-16 sm:px-32 border-b sm:border-b-0 shrink-0',
408
408
  titleText: 'mb-0 h4 sm:h3',
409
- titleButton: button.pill + ' sm:min-h-[32px] sm:min-w-[32px]',
409
+ titleButton: `${buttonTextSizes.medium} ${buttonTypes.pill} ${buttonColors.pill} sm:min-h-[44px] sm:min-w-[44px] min-h-[32px] min-w-[32px]`,
410
410
  titleButtonLeft: '-ml-8 sm:-ml-12 justify-self-start',
411
411
  titleButtonRight: '-mr-8 sm:-mr-12 justify-self-end',
412
412
  titleButtonIcon: 'h-16 w-16 sm:h-24 sm:w-24',
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.2.0-next.1",
4
+ "version": "1.2.1-next.1",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",