@homlista-devs/ui 2.0.0 → 2.0.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.
package/dist/index.css CHANGED
@@ -2351,6 +2351,11 @@
2351
2351
  line-height: var(--tw-leading, var(--text-sm--line-height));
2352
2352
  }
2353
2353
  }
2354
+ .lg\:mb-16 {
2355
+ @media (width >= 64rem) {
2356
+ margin-bottom: calc(var(--spacing) * 16);
2357
+ }
2358
+ }
2354
2359
  .lg\:min-h-\[85vh\] {
2355
2360
  @media (width >= 64rem) {
2356
2361
  min-height: 85vh;
@@ -2361,11 +2366,6 @@
2361
2366
  min-height: 100vh;
2362
2367
  }
2363
2368
  }
2364
- .lg\:flex-1 {
2365
- @media (width >= 64rem) {
2366
- flex: 1;
2367
- }
2368
- }
2369
2369
  .lg\:grid-cols-2 {
2370
2370
  @media (width >= 64rem) {
2371
2371
  grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -2386,6 +2386,15 @@
2386
2386
  gap: calc(var(--spacing) * 8);
2387
2387
  }
2388
2388
  }
2389
+ .lg\:space-y-8 {
2390
+ @media (width >= 64rem) {
2391
+ :where(& > :not(:last-child)) {
2392
+ --tw-space-y-reverse: 0;
2393
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
2394
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
2395
+ }
2396
+ }
2397
+ }
2389
2398
  .lg\:p-8 {
2390
2399
  @media (width >= 64rem) {
2391
2400
  padding: calc(var(--spacing) * 8);
@@ -2351,6 +2351,11 @@
2351
2351
  line-height: var(--tw-leading, var(--text-sm--line-height));
2352
2352
  }
2353
2353
  }
2354
+ .lg\:mb-16 {
2355
+ @media (width >= 64rem) {
2356
+ margin-bottom: calc(var(--spacing) * 16);
2357
+ }
2358
+ }
2354
2359
  .lg\:min-h-\[85vh\] {
2355
2360
  @media (width >= 64rem) {
2356
2361
  min-height: 85vh;
@@ -2361,11 +2366,6 @@
2361
2366
  min-height: 100vh;
2362
2367
  }
2363
2368
  }
2364
- .lg\:flex-1 {
2365
- @media (width >= 64rem) {
2366
- flex: 1;
2367
- }
2368
- }
2369
2369
  .lg\:grid-cols-2 {
2370
2370
  @media (width >= 64rem) {
2371
2371
  grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -2386,6 +2386,15 @@
2386
2386
  gap: calc(var(--spacing) * 8);
2387
2387
  }
2388
2388
  }
2389
+ .lg\:space-y-8 {
2390
+ @media (width >= 64rem) {
2391
+ :where(& > :not(:last-child)) {
2392
+ --tw-space-y-reverse: 0;
2393
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
2394
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
2395
+ }
2396
+ }
2397
+ }
2389
2398
  .lg\:p-8 {
2390
2399
  @media (width >= 64rem) {
2391
2400
  padding: calc(var(--spacing) * 8);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homlista-devs/ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "./dist/design-system.cjs.js",
5
5
  "module": "./dist/design-system.es.js",
6
6
  "types": "./dist/types/index.d.ts",