@pelcro/react-pelcro-js 3.14.0 → 3.15.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.
- package/dist/index.cjs.js +479 -201
- package/dist/index.esm.js +477 -200
- package/dist/pelcro.css +17 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -2217,6 +2217,10 @@ in order to scope selectors under pelcro-root
|
|
|
2217
2217
|
margin: 0px;
|
|
2218
2218
|
}
|
|
2219
2219
|
|
|
2220
|
+
.pelcro-root .plc-m-1 {
|
|
2221
|
+
margin: 0.25rem;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2220
2224
|
.pelcro-root .plc-m-3 {
|
|
2221
2225
|
margin: 0.75rem;
|
|
2222
2226
|
}
|
|
@@ -2337,6 +2341,10 @@ in order to scope selectors under pelcro-root
|
|
|
2337
2341
|
max-height: 3.5rem;
|
|
2338
2342
|
}
|
|
2339
2343
|
|
|
2344
|
+
.pelcro-root .plc-max-h-48 {
|
|
2345
|
+
max-height: 12rem;
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2340
2348
|
.pelcro-root .plc-max-h-72 {
|
|
2341
2349
|
max-height: 18rem;
|
|
2342
2350
|
}
|
|
@@ -2383,6 +2391,10 @@ in order to scope selectors under pelcro-root
|
|
|
2383
2391
|
overflow-y: auto;
|
|
2384
2392
|
}
|
|
2385
2393
|
|
|
2394
|
+
.pelcro-root .plc-overflow-x-hidden {
|
|
2395
|
+
overflow-x: hidden;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2386
2398
|
.pelcro-root .plc-overflow-y-scroll {
|
|
2387
2399
|
overflow-y: scroll;
|
|
2388
2400
|
}
|
|
@@ -2740,6 +2752,11 @@ in order to scope selectors under pelcro-root
|
|
|
2740
2752
|
color: rgba(98, 26, 23, var(--tw-text-opacity));
|
|
2741
2753
|
}
|
|
2742
2754
|
|
|
2755
|
+
.pelcro-root .plc-text-yellow-500 {
|
|
2756
|
+
--tw-text-opacity: 1;
|
|
2757
|
+
color: rgba(245, 158, 11, var(--tw-text-opacity));
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2743
2760
|
.pelcro-root .plc-text-yellow-700 {
|
|
2744
2761
|
--tw-text-opacity: 1;
|
|
2745
2762
|
color: rgba(180, 83, 9, var(--tw-text-opacity));
|