@measured/puck 0.13.0-canary.8ef24aa → 0.13.0-canary.9ccbb3c
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -29187,11 +29187,7 @@ var getClassNameFactory = (rootClass, styles, { baseClass = "" } = {}) => (optio
|
|
29187
29187
|
modifiers = options;
|
29188
29188
|
}
|
29189
29189
|
if (descendant) {
|
29190
|
-
|
29191
|
-
if (style) {
|
29192
|
-
return baseClass + styles[`${rootClass}-${descendant}`] || "";
|
29193
|
-
}
|
29194
|
-
return "";
|
29190
|
+
return baseClass + styles[`${rootClass}-${descendant}`] || "";
|
29195
29191
|
} else if (modifiers) {
|
29196
29192
|
const prefixedModifiers = {};
|
29197
29193
|
for (let modifier in modifiers) {
|