@scalar/sidebar 0.8.14 → 0.8.16

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/dist/style.css +13 -13
  2. package/package.json +4 -4
package/dist/style.css CHANGED
@@ -1604,22 +1604,22 @@
1604
1604
  display: none;
1605
1605
  }
1606
1606
 
1607
- .scalar-modal-layout[data-v-c36b47da] {
1608
- animation: .3s ease-in-out forwards fadein-layout-c36b47da;
1607
+ .scalar-modal-layout[data-v-5bb1dcc2] {
1608
+ animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
1609
1609
  }
1610
1610
 
1611
- .scalar-modal[data-v-c36b47da] {
1611
+ .scalar-modal[data-v-5bb1dcc2] {
1612
1612
  box-shadow: var(--scalar-shadow-2);
1613
- animation: .3s ease-in-out .1s forwards fadein-modal-c36b47da;
1613
+ animation: .3s ease-in-out .1s forwards fadein-modal-5bb1dcc2;
1614
1614
  transform: translate3d(0, 10px, 0);
1615
1615
  }
1616
1616
 
1617
- .scalar-modal-layout-full[data-v-c36b47da] {
1617
+ .scalar-modal-layout-full[data-v-5bb1dcc2] {
1618
1618
  opacity: 1 !important;
1619
1619
  background: none !important;
1620
1620
  }
1621
1621
 
1622
- .modal-content-search .modal-body[data-v-c36b47da] {
1622
+ .modal-content-search .modal-body[data-v-5bb1dcc2] {
1623
1623
  flex-direction: column;
1624
1624
  max-height: 440px;
1625
1625
  padding: 0;
@@ -1628,13 +1628,13 @@
1628
1628
  }
1629
1629
 
1630
1630
  @media (max-width: 720px) and (max-height: 480px) {
1631
- .scalar-modal-layout .scalar-modal[data-v-c36b47da] {
1631
+ .scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
1632
1632
  max-height: 90svh;
1633
1633
  margin-top: 5svh;
1634
1634
  }
1635
1635
  }
1636
1636
 
1637
- @keyframes fadein-layout-c36b47da {
1637
+ @keyframes fadein-layout-5bb1dcc2 {
1638
1638
  0% {
1639
1639
  opacity: 0;
1640
1640
  }
@@ -1644,7 +1644,7 @@
1644
1644
  }
1645
1645
  }
1646
1646
 
1647
- @keyframes fadein-modal-c36b47da {
1647
+ @keyframes fadein-modal-5bb1dcc2 {
1648
1648
  0% {
1649
1649
  opacity: 0;
1650
1650
  transform: translate3d(0, 10px, 0);
@@ -1656,10 +1656,10 @@
1656
1656
  }
1657
1657
  }
1658
1658
 
1659
- .full-size-styles[data-v-c36b47da] {
1659
+ .full-size-styles[data-v-5bb1dcc2] {
1660
1660
  margin: initial;
1661
1661
  border-right: var(--scalar-border-width) solid var(--scalar-border-color);
1662
- animation: .3s ease-in-out forwards fadein-layout-c36b47da;
1662
+ animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
1663
1663
  left: 0;
1664
1664
  transform: translate3d(0, 0, 0);
1665
1665
  background-color: var(--scalar-background-1) !important;
@@ -1671,12 +1671,12 @@
1671
1671
  }
1672
1672
 
1673
1673
  @media (min-width: 800px) {
1674
- .full-size-styles[data-v-c36b47da] {
1674
+ .full-size-styles[data-v-5bb1dcc2] {
1675
1675
  width: 50dvw !important;
1676
1676
  }
1677
1677
  }
1678
1678
 
1679
- .full-size-styles[data-v-c36b47da]:after {
1679
+ .full-size-styles[data-v-5bb1dcc2]:after {
1680
1680
  content: "";
1681
1681
  width: 50dvw;
1682
1682
  height: 100dvh;
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/sidebar"
12
12
  },
13
- "version": "0.8.14",
13
+ "version": "0.8.16",
14
14
  "engines": {
15
15
  "node": ">=22"
16
16
  },
@@ -31,12 +31,12 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "vue": "^3.5.26",
34
- "@scalar/icons": "0.7.0",
34
+ "@scalar/components": "0.21.2",
35
+ "@scalar/icons": "0.7.1",
35
36
  "@scalar/helpers": "0.4.2",
36
37
  "@scalar/themes": "0.15.1",
37
38
  "@scalar/use-hooks": "0.4.1",
38
- "@scalar/workspace-store": "0.41.1",
39
- "@scalar/components": "0.21.1"
39
+ "@scalar/workspace-store": "0.42.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@tailwindcss/vite": "^4.2.0",