@warp-ds/css 1.4.0-next.1 → 1.4.0-next.3

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.
@@ -167,7 +167,7 @@ export const toast = {
167
167
  };
168
168
 
169
169
  export const tabs = {
170
- tabContainer: 'mx-auto max-w-screen-md w-full grid relative',
170
+ tabContainer: 'inline-grid relative',
171
171
  wunderbar:
172
172
  'absolute i-border-$color-tabs-border-selected -bottom-0 border-b-4 transition-all',
173
173
  wrapperUnderlined:
@@ -376,7 +376,7 @@ export const modal = {
376
376
  //TODO: this class can be removed when we have the solution for opacity and we can add rgba values to the background of the backdrop
377
377
  transparentBg: `before:i-bg-$color-modal-backdrop-background before:content-[""] before:absolute before:top-0 before:bottom-0 before:left-0 before:right-0 before:opacity-25`,
378
378
  backdrop:
379
- 'fixed inset-0 flex sm:place-content-center sm:place-items-center items-end z-20 [--w-modal-max-height:80%] [--w-modal-width:640px]',
379
+ 'fixed inset-0 flex sm:place-content-center sm:place-items-center items-end z-30 [--w-modal-max-height:80%] [--w-modal-width:640px]',
380
380
  modal:
381
381
  'pb-safe-[32] i-shadow-$shadow-modal max-h-[--w-modal-max-height] min-h-[--w-modal-min-height] w-[--w-modal-width] h-[--w-modal-height] relative transition-300 ease-in-out backface-hidden will-change-height rounded-8 mx-0 sm:mx-16 i-bg-$color-modal-background flex flex-col overflow-hidden outline-none space-y-16 pt-8 sm:pt-32 sm:pb-32 rounded-b-0 sm:rounded-b-8',
382
382
  content:
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.4.0-next.1",
4
+ "version": "1.4.0-next.3",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",