@measured/puck 0.16.1-canary.8fcf0d8 → 0.16.1-canary.ed282b9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +14 -8
- package/dist/index.js +134 -131
- package/dist/index.mjs +115 -112
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -137,11 +137,11 @@
|
|
137
137
|
/* styles.css */
|
138
138
|
|
139
139
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
|
140
|
-
.
|
140
|
+
._ActionBar_1xlbj_1 {
|
141
141
|
display: flex;
|
142
142
|
width: auto;
|
143
143
|
padding: 4px;
|
144
|
-
padding-right:
|
144
|
+
padding-right: 4px;
|
145
145
|
border-top-left-radius: 8px;
|
146
146
|
border-top-right-radius: 8px;
|
147
147
|
border-radius: 8px;
|
@@ -151,7 +151,7 @@
|
|
151
151
|
gap: 4px;
|
152
152
|
min-height: 26px;
|
153
153
|
}
|
154
|
-
._ActionBar-
|
154
|
+
._ActionBar-actionsLabel_1xlbj_16 {
|
155
155
|
color: var(--puck-color-grey-08);
|
156
156
|
display: flex;
|
157
157
|
font-size: var(--puck-font-size-xxxs);
|
@@ -163,13 +163,19 @@
|
|
163
163
|
text-overflow: ellipsis;
|
164
164
|
white-space: nowrap;
|
165
165
|
}
|
166
|
-
._ActionBar-
|
166
|
+
._ActionBar-group_1xlbj_29 {
|
167
167
|
border-left: 0.5px solid var(--puck-color-grey-05);
|
168
168
|
display: flex;
|
169
169
|
padding-left: 4px;
|
170
170
|
padding-right: 4px;
|
171
171
|
}
|
172
|
-
._ActionBar-
|
172
|
+
._ActionBar-group_1xlbj_29:last-of-type {
|
173
|
+
padding-right: 0;
|
174
|
+
}
|
175
|
+
._ActionBar-group_1xlbj_29:empty {
|
176
|
+
display: none;
|
177
|
+
}
|
178
|
+
._ActionBar-action_1xlbj_16 {
|
173
179
|
background: transparent;
|
174
180
|
border: none;
|
175
181
|
color: var(--puck-color-grey-08);
|
@@ -182,17 +188,17 @@
|
|
182
188
|
justify-content: center;
|
183
189
|
transition: color 50ms ease-in;
|
184
190
|
}
|
185
|
-
._ActionBar-
|
191
|
+
._ActionBar-action_1xlbj_16:focus-visible {
|
186
192
|
outline: 2px solid var(--puck-color-azure-05);
|
187
193
|
outline-offset: -2px;
|
188
194
|
}
|
189
195
|
@media (hover: hover) and (pointer: fine) {
|
190
|
-
._ActionBar-
|
196
|
+
._ActionBar-action_1xlbj_16:hover {
|
191
197
|
color: var(--puck-color-azure-06);
|
192
198
|
transition: none;
|
193
199
|
}
|
194
200
|
}
|
195
|
-
._ActionBar-
|
201
|
+
._ActionBar-action_1xlbj_16:active {
|
196
202
|
color: var(--puck-color-azure-07);
|
197
203
|
transition: none;
|
198
204
|
}
|