sapp-common-package-test-final 1.7.8 → 1.8.0

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/index.css +5 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -198,6 +198,7 @@
198
198
  flex-grow: 1;
199
199
  flex-direction: column;
200
200
  row-gap: 24px;
201
+ overflow: auto;
201
202
  --tw-bg-opacity: 1;
202
203
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
203
204
  padding-left: 32px;
@@ -290,7 +291,7 @@ div._3kHog {
290
291
  ._2NDGW,
291
292
  ._1QrJs {
292
293
  width: 100%;
293
- overflow: hidden
294
+ overflow: auto
294
295
  }
295
296
 
296
297
  ._3Tsy4 {
@@ -786,7 +787,7 @@ button:focus {
786
787
  }
787
788
 
788
789
  ._9uloX {
789
- @apply flex flex-col gap-y-6 px-8 pb-8 bg-white flex-grow;
790
+ @apply flex flex-col gap-y-6 px-8 pb-8 bg-white flex-grow overflow-auto;
790
791
  }
791
792
 
792
793
  div._2Uj7C {
@@ -824,7 +825,7 @@ div._US4AW {
824
825
 
825
826
  ._3gTTi,
826
827
  ._1JsGC {
827
- @apply w-full overflow-hidden;
828
+ @apply w-full overflow-auto;
828
829
  }
829
830
 
830
831
  ._2244F {
@@ -1107,7 +1108,7 @@ button {
1107
1108
  height: 928px;
1108
1109
  max-height: 70%;
1109
1110
  max-width: 295px;
1110
- overflow: auto;
1111
+ overflow-y: auto;
1111
1112
  --tw-bg-opacity: 1;
1112
1113
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1113
1114
  padding: 40px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapp-common-package-test-final",
3
- "version": "1.7.8",
3
+ "version": "1.8.0",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",