@sunggang/ui-lib 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. package/index.esm.css +2 -12
  2. package/package.json +1 -1
package/index.esm.css CHANGED
@@ -534,16 +534,6 @@ video {
534
534
  }
535
535
  .container {
536
536
  width: 100%;
537
- margin-right: auto;
538
- margin-left: auto;
539
- padding-right: 2rem;
540
- padding-left: 2rem;
541
- }
542
- @media (min-width: 360px) {
543
-
544
- .container {
545
- max-width: 360px;
546
- }
547
537
  }
548
538
  @media (min-width: 640px) {
549
539
 
@@ -569,10 +559,10 @@ video {
569
559
  max-width: 1280px;
570
560
  }
571
561
  }
572
- @media (min-width: 1400px) {
562
+ @media (min-width: 1536px) {
573
563
 
574
564
  .container {
575
- max-width: 1400px;
565
+ max-width: 1536px;
576
566
  }
577
567
  }
578
568
  .pointer-events-none {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "dependencies": {
5
5
  "@radix-ui/react-switch": "^1.0.3",
6
6
  "class-variance-authority": "^0.7.0",