pds-dev-kit-web-test 2.7.240 → 2.7.242
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.
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +1 -1
- package/package.json +3 -2
|
@@ -147,7 +147,7 @@ function SlideBanner(props) {
|
|
|
147
147
|
else {
|
|
148
148
|
delete positionRefs.current[position];
|
|
149
149
|
}
|
|
150
|
-
}, style: __assign(__assign({}, getPositionStyle(position, ccbInset, 'GROUP', 'GROUP', 'GROUP')), { zIndex: 3 }) }, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-slidebanner-button-layout-box", style: getComponentGroupLayout(groupComponents, position) }, { children: groupComponents.map(function (component) {
|
|
150
|
+
}, style: __assign(__assign({}, getPositionStyle(position, ccbInset, 'GROUP', 'GROUP', 'GROUP')), { zIndex: 3, position: 'absolute' }) }, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-slidebanner-button-layout-box", style: getComponentGroupLayout(groupComponents, position) }, { children: groupComponents.map(function (component) {
|
|
151
151
|
return renderElements(component,
|
|
152
152
|
// getPosition(position, component.designType, component.size, component.type)
|
|
153
153
|
getPositionStyle(position, ccbInset, component.designType, component.size, component.type));
|
|
@@ -63,7 +63,7 @@ var useFlexGridLayout = function (_a) {
|
|
|
63
63
|
// 위치에 따른 스타일 결정 (CCB 크기를 고려)
|
|
64
64
|
var getPositionStyle = function (position, ccbInset, designType, size, elementType) {
|
|
65
65
|
var base = {
|
|
66
|
-
position: 'absolute',
|
|
66
|
+
position: position.startsWith('OUTSET') ? 'absolute' : 'relative',
|
|
67
67
|
display: 'flex',
|
|
68
68
|
alignItems: 'center',
|
|
69
69
|
justifyContent: 'center'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pds-dev-kit-web-test",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.242",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,8 +24,9 @@
|
|
|
24
24
|
"i18next-intervalplural-postprocessor": "^3.0.0",
|
|
25
25
|
"lottie-react": "^2.3.1",
|
|
26
26
|
"nuka-carousel": "^4.8.4",
|
|
27
|
-
"
|
|
27
|
+
"pds-dev-kit-web-test": "^2.7.241",
|
|
28
28
|
"publ-echo": "^0.0.120",
|
|
29
|
+
"publ-echo-test": "^0.0.342",
|
|
29
30
|
"react-hook-form": "^7.28.1",
|
|
30
31
|
"react-i18next": "^11.12.0",
|
|
31
32
|
"react-router-dom": "^5.2.0",
|