@warp-ds/css 1.4.0-next.2 → 1.4.0-next.4

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:
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.2",
4
+ "version": "1.4.0-next.4",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",