@measured/puck 0.17.0-canary.858bfe7 → 0.17.0-canary.9de5e5e
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +10 -13
- package/dist/index.js +427 -3872
- package/dist/index.mjs +421 -3866
- package/package.json +3 -3
package/dist/index.css
CHANGED
@@ -1109,16 +1109,13 @@ textarea._Input-input_1l5m8_47 {
|
|
1109
1109
|
}
|
1110
1110
|
|
1111
1111
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
|
1112
|
-
.
|
1112
|
+
._DraggableComponent_33bhx_1 {
|
1113
1113
|
opacity: 0;
|
1114
1114
|
position: absolute;
|
1115
1115
|
pointer-events: none;
|
1116
1116
|
--overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
|
1117
1117
|
}
|
1118
|
-
._DraggableComponent
|
1119
|
-
opacity: 1;
|
1120
|
-
}
|
1121
|
-
._DraggableComponent-overlay_lchn0_17 {
|
1118
|
+
._DraggableComponent-overlay_33bhx_13 {
|
1122
1119
|
cursor: pointer;
|
1123
1120
|
height: 100%;
|
1124
1121
|
width: 100%;
|
@@ -1130,10 +1127,10 @@ textarea._Input-input_1l5m8_47 {
|
|
1130
1127
|
box-sizing: border-box;
|
1131
1128
|
z-index: 1;
|
1132
1129
|
}
|
1133
|
-
.
|
1130
|
+
._DraggableComponent_33bhx_1:focus-visible > ._DraggableComponent-overlay_33bhx_13 {
|
1134
1131
|
outline: 1px solid var(--puck-color-azure-05);
|
1135
1132
|
}
|
1136
|
-
._DraggableComponent-
|
1133
|
+
._DraggableComponent-loadingOverlay_33bhx_30 {
|
1137
1134
|
background: var(--puck-color-white);
|
1138
1135
|
color: var(--puck-color-grey-03);
|
1139
1136
|
border-radius: 4px;
|
@@ -1148,23 +1145,23 @@ textarea._Input-input_1l5m8_47 {
|
|
1148
1145
|
opacity: 0.8;
|
1149
1146
|
z-index: 1;
|
1150
1147
|
}
|
1151
|
-
._DraggableComponent--
|
1148
|
+
._DraggableComponent--hover_33bhx_46:not(._DraggableComponent--isLocked_33bhx_46) > ._DraggableComponent-overlay_33bhx_13 {
|
1152
1149
|
background: var(--overlay-background);
|
1153
1150
|
}
|
1154
|
-
._DraggableComponent--
|
1151
|
+
._DraggableComponent--hover_33bhx_46 > ._DraggableComponent-overlay_33bhx_13 {
|
1155
1152
|
outline: 2px var(--puck-color-azure-09) solid;
|
1156
1153
|
}
|
1157
|
-
._DraggableComponent--
|
1154
|
+
._DraggableComponent--isSelected_33bhx_55 > ._DraggableComponent-overlay_33bhx_13 {
|
1158
1155
|
outline-color: var(--puck-color-azure-07);
|
1159
1156
|
}
|
1160
|
-
.
|
1157
|
+
._DraggableComponent_33bhx_1:has(._DraggableComponent--hover_33bhx_46 > ._DraggableComponent-overlay_33bhx_13) > ._DraggableComponent-overlay_33bhx_13 {
|
1161
1158
|
display: none;
|
1162
1159
|
}
|
1163
|
-
._DraggableComponent-
|
1160
|
+
._DraggableComponent-actionsOverlay_33bhx_67 {
|
1164
1161
|
position: sticky;
|
1165
1162
|
z-index: 2;
|
1166
1163
|
}
|
1167
|
-
._DraggableComponent-
|
1164
|
+
._DraggableComponent-actions_33bhx_67 {
|
1168
1165
|
position: absolute;
|
1169
1166
|
width: auto;
|
1170
1167
|
cursor: grab;
|