@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -5
  2. 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
- const style = styles[`${rootClass}-${descendant}`];
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.13.0-canary.8ef24aa",
3
+ "version": "0.13.0-canary.9ccbb3c",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",