@measured/puck 0.19.0-canary.020071e → 0.19.0-canary.0308d24
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 +13 -0
- package/dist/index.js +391 -403
- package/dist/index.mjs +231 -243
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -612,6 +612,19 @@ textarea._Input-input_g5w3n_26 {
|
|
612
612
|
}
|
613
613
|
}
|
614
614
|
|
615
|
+
/* components/Sortable/styles.css */
|
616
|
+
[data-dnd-placeholder] * {
|
617
|
+
opacity: 0 !important;
|
618
|
+
}
|
619
|
+
[data-dnd-placeholder] {
|
620
|
+
background: var(--puck-color-azure-09) !important;
|
621
|
+
border: none !important;
|
622
|
+
color: #00000000 !important;
|
623
|
+
opacity: 0.3 !important;
|
624
|
+
outline: none !important;
|
625
|
+
transition: none !important;
|
626
|
+
}
|
627
|
+
|
615
628
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
|
616
629
|
._ExternalInput-actions_91ls0_1 {
|
617
630
|
display: flex;
|