pds-dev-kit-web-test 2.5.261 → 2.5.263

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.
Files changed (115) hide show
  1. package/dist/src/common/assets/icons/fill/index.d.ts +0 -5
  2. package/dist/src/common/assets/icons/fill/index.js +1 -11
  3. package/dist/src/common/assets/icons/line/index.d.ts +0 -5
  4. package/dist/src/common/assets/icons/line/index.js +1 -11
  5. package/dist/src/common/hooks/useTooltip.js +1 -1
  6. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -3
  7. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -3
  8. package/dist/src/common/styles/colorSet/SemanticColor.json +1 -3
  9. package/dist/src/common/styles/colorSet/UIColor.json +2 -6
  10. package/dist/src/common/styles/colorSet/index.d.ts +0 -10
  11. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -4
  12. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
  13. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  14. package/dist/src/desktop/components/Dropdown/Dropdown.js +4 -6
  15. package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
  16. package/dist/src/desktop/components/MainButton/MainButton.js +6 -20
  17. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  18. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +7 -21
  19. package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
  20. package/dist/src/mobile/components/MainButton/MainButton.js +6 -20
  21. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  22. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +6 -20
  23. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.d.ts +11 -0
  24. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +56 -0
  25. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +9 -0
  26. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +217 -0
  27. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +6 -0
  28. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +27 -0
  29. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.d.ts +12 -0
  30. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.js +75 -0
  31. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +3 -0
  32. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -1
  33. package/dist/src/sub/DynamicLayout/components/Section/ErrorBoundary/ErrorBoundary.js +12 -1
  34. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +5 -3
  35. package/dist/src/sub/DynamicLayout/gleStyles.d.ts +3 -0
  36. package/dist/src/sub/DynamicLayout/gleStyles.js +19 -0
  37. package/dist/src/sub/DynamicLayout/hooks/useCustomSectionShortcut/useCustomSectionShortcut.d.ts +1 -1
  38. package/dist/src/sub/DynamicLayout/hooks/useCustomSectionShortcut/useCustomSectionShortcut.js +6 -1
  39. package/dist/src/sub/DynamicLayout/mock_samplePage.js +132 -132
  40. package/dist/src/sub/DynamicLayout/mocks.d.ts +1111 -0
  41. package/dist/src/sub/DynamicLayout/mocks.js +4775 -0
  42. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +64 -15
  43. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +0 -5
  44. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +731 -200
  45. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.d.ts +2 -1
  46. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +8 -5
  47. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +1 -0
  48. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +5 -0
  49. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +25 -23
  50. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +8 -0
  51. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +12 -0
  52. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +16 -2
  53. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_Backdrop.d.ts +1 -0
  54. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_Backdrop.js +13 -0
  55. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_Box.js +1 -1
  56. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  57. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +79 -1
  58. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/getGoogleFonts.d.ts +2 -4
  59. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/getGoogleFonts.js +3 -14
  60. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/index.d.ts +1 -1
  61. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/index.js +2 -3
  62. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/clsx.d.ts +7 -0
  63. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/clsx.js +33 -0
  64. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil.d.ts +4 -4
  65. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/fontSizeAdjustment.d.ts +1 -0
  66. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/fontSizeAdjustment.js +333 -0
  67. package/dist/src/sub/DynamicLayout/sections/CustomSection/{hooks/useGroupDrag/utils.d.ts → newUtils/group.d.ts} +4 -1
  68. package/dist/src/sub/DynamicLayout/sections/CustomSection/{hooks/useGroupDrag/utils.js → newUtils/group.js} +14 -1
  69. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +8 -1
  70. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.d.ts +1 -6
  71. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +18 -2
  72. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +2 -0
  73. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +5 -2
  74. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +12 -9
  75. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.d.ts +1 -1
  76. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/types.d.ts +1 -1
  77. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/types.js +1 -1
  78. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +3 -5
  79. package/dist/src/sub/DynamicLayout/sections/{CustomSection/FlexGridCustomSection.d.ts → FlexGridCustomSection.d.ts} +1 -5
  80. package/dist/src/sub/DynamicLayout/sections/{CustomSection/FlexGridCustomSection.js → FlexGridCustomSection.js} +44 -88
  81. package/dist/src/sub/DynamicLayout/types.d.ts +45 -1
  82. package/dist/src/sub/SandollFontKit/utils/appendSandollTagToHead.d.ts +1 -1
  83. package/dist/src/sub/SandollFontKit/utils/appendSandollTagToHead.js +17 -11
  84. package/package.json +3 -2
  85. package/release-note.md +3 -2
  86. package/dist/src/common/assets/icons/fill/BringToFrontArrow.d.ts +0 -4
  87. package/dist/src/common/assets/icons/fill/BringToFrontArrow.js +0 -30
  88. package/dist/src/common/assets/icons/fill/DesktopSync.d.ts +0 -4
  89. package/dist/src/common/assets/icons/fill/DesktopSync.js +0 -30
  90. package/dist/src/common/assets/icons/fill/MoveBackwardArrow.d.ts +0 -4
  91. package/dist/src/common/assets/icons/fill/MoveBackwardArrow.js +0 -30
  92. package/dist/src/common/assets/icons/fill/MoveForwardArrow.d.ts +0 -4
  93. package/dist/src/common/assets/icons/fill/MoveForwardArrow.js +0 -30
  94. package/dist/src/common/assets/icons/fill/SendToBackArrow.d.ts +0 -4
  95. package/dist/src/common/assets/icons/fill/SendToBackArrow.js +0 -30
  96. package/dist/src/common/assets/icons/line/BringToFrontArrow.d.ts +0 -4
  97. package/dist/src/common/assets/icons/line/BringToFrontArrow.js +0 -30
  98. package/dist/src/common/assets/icons/line/DesktopSync.d.ts +0 -4
  99. package/dist/src/common/assets/icons/line/DesktopSync.js +0 -30
  100. package/dist/src/common/assets/icons/line/MoveBackwardArrow.d.ts +0 -4
  101. package/dist/src/common/assets/icons/line/MoveBackwardArrow.js +0 -30
  102. package/dist/src/common/assets/icons/line/MoveForwardArrow.d.ts +0 -4
  103. package/dist/src/common/assets/icons/line/MoveForwardArrow.js +0 -30
  104. package/dist/src/common/assets/icons/line/SendToBackArrow.d.ts +0 -4
  105. package/dist/src/common/assets/icons/line/SendToBackArrow.js +0 -30
  106. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +0 -14038
  107. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +0 -35827
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/btnTypes.d.ts +0 -76
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/btnTypes.js +0 -2
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.d.ts +0 -38
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.js +0 -2
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/index.d.ts +0 -1
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/index.js +0 -8
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/useGroupDrag.d.ts +0 -22
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/useGroupDrag.js +0 -273
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import type IconType from '../IconType';
3
- declare const MoveBackwardArrow: ({ color, size, ...rest }: IconType) => JSX.Element;
4
- export default MoveBackwardArrow;
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __rest = (this && this.__rest) || function (s, e) {
14
- var t = {};
15
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
- t[p] = s[p];
17
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
- t[p[i]] = s[p[i]];
21
- }
22
- return t;
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- var jsx_runtime_1 = require("react/jsx-runtime");
26
- var MoveBackwardArrow = function (_a) {
27
- var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.9585,4.1597 L17.8845,4.1597 C18.4365,4.1597 18.8845,4.6077 18.8845,5.1597 L18.8845,6.2177 C18.8845,6.7697 18.4365,7.2177 17.8845,7.2177 L5.9585,7.2177 C5.4065,7.2177 4.9585,6.7697 4.9585,6.2177 L4.9585,5.1597 C4.9585,4.6077 5.4065,4.1597 5.9585,4.1597 Z M12,18.8851 L12,7.8261 M15,16.1497 L12,19.1497 L9,16.1497" }) })));
29
- };
30
- exports.default = MoveBackwardArrow;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import type IconType from '../IconType';
3
- declare const MoveForwardArrow: ({ color, size, ...rest }: IconType) => JSX.Element;
4
- export default MoveForwardArrow;
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __rest = (this && this.__rest) || function (s, e) {
14
- var t = {};
15
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
- t[p] = s[p];
17
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
- t[p[i]] = s[p[i]];
21
- }
22
- return t;
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- var jsx_runtime_1 = require("react/jsx-runtime");
26
- var MoveForwardArrow = function (_a) {
27
- var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12,5.1149 L12,16.1739 M9,7.8503 L12,4.8503 L15,7.8503 M18.0415,19.8403 L6.1155,19.8403 C5.5635,19.8403 5.1155,19.3923 5.1155,18.8403 L5.1155,17.7823 C5.1155,17.2303 5.5635,16.7823 6.1155,16.7823 L18.0415,16.7823 C18.5935,16.7823 19.0415,17.2303 19.0415,17.7823 L19.0415,18.8403 C19.0415,19.3923 18.5935,19.8403 18.0415,19.8403 Z" }) })));
29
- };
30
- exports.default = MoveForwardArrow;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import type IconType from '../IconType';
3
- declare const SendToBackArrow: ({ color, size, ...rest }: IconType) => JSX.Element;
4
- export default SendToBackArrow;
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __rest = (this && this.__rest) || function (s, e) {
14
- var t = {};
15
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
- t[p] = s[p];
17
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
- t[p[i]] = s[p[i]];
21
- }
22
- return t;
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- var jsx_runtime_1 = require("react/jsx-runtime");
26
- var SendToBackArrow = function (_a) {
27
- var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M16.3701,12.8029 L12.0001,17.1729 L7.6301,12.8029 M12,16.2234 L12,7.9674 M5.9585,4.1597 L17.8845,4.1597 C18.4365,4.1597 18.8845,4.6077 18.8845,5.1597 L18.8845,6.2177 C18.8845,6.7697 18.4365,7.2177 17.8845,7.2177 L5.9585,7.2177 C5.4065,7.2177 4.9585,6.7697 4.9585,6.2177 L4.9585,5.1597 C4.9585,4.6077 5.4065,4.1597 5.9585,4.1597 Z M18.0018,19.9979 L5.7608,19.9979" }) })));
29
- };
30
- exports.default = SendToBackArrow;