@cntrl-site/sdk-nextjs 1.6.5 → 1.6.7

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.
Binary file
Binary file
Binary file
@@ -75,6 +75,8 @@ const CompoundChild = ({ item, sectionId, isParentVisible = true }) => {
75
75
  const scaleAnchor = area.scaleAnchor;
76
76
  return (`
77
77
  .item-${item.id}-inner {
78
+ width: 100%;
79
+ height: 100%;
78
80
  transform-origin: ${ScaleAnchorMap_1.ScaleAnchorMap[scaleAnchor]};
79
81
  transform: scale(${area.scale});
80
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk-nextjs",
3
- "version": "1.6.5",
3
+ "version": "1.6.7",
4
4
  "description": "SDK for Next.js",
5
5
  "author": "arsen@momdesign.nyc",
6
6
  "license": "MIT",
@@ -119,6 +119,8 @@ export const CompoundChild: FC<ChildItemProps> = ({ item, sectionId, isParentVis
119
119
  const scaleAnchor = area.scaleAnchor as AreaAnchor;
120
120
  return (`
121
121
  .item-${item.id}-inner {
122
+ width: 100%;
123
+ height: 100%;
122
124
  transform-origin: ${ScaleAnchorMap[scaleAnchor]};
123
125
  transform: scale(${area.scale});
124
126
  }
@@ -1,5 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <state>
3
- <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
4
- </state>
5
- </component>
@@ -1,15 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
5
- <option name="myValues">
6
- <value>
7
- <list size="1">
8
- <item index="0" class="java.lang.String" itemvalue="jsx" />
9
- </list>
10
- </value>
11
- </option>
12
- <option name="myCustomValuesEnabled" value="true" />
13
- </inspection_tool>
14
- </profile>
15
- </component>
Binary file