pds-dev-kit-web-test 0.3.13 → 0.3.14

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 (31) hide show
  1. package/dist/src/common/assets/icons/line/Face.d.ts +4 -0
  2. package/dist/src/common/assets/icons/line/Face.js +30 -0
  3. package/dist/src/common/assets/icons/line/index.d.ts +1 -0
  4. package/dist/src/common/assets/icons/line/index.js +2 -0
  5. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  6. package/dist/src/common/styles/colorSet/index.d.ts +965 -964
  7. package/dist/src/common/styles/colorSet/index.js +5 -5
  8. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  9. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  10. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +2 -1
  11. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +1 -1
  12. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +2 -1
  13. package/dist/src/desktop/components/ChatList/Body.js +2 -1
  14. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  15. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +2 -1
  16. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +1 -1
  17. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +2 -1
  18. package/dist/src/mobile/components/ChatList/Body.js +1 -1
  19. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  20. package/dist/src/sub/DynamicLayout/DynamicLayout.js +2 -3
  21. package/dist/src/sub/DynamicLayout/dynamicLayoutContext.js +1 -2
  22. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +2 -3
  23. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +2 -3
  24. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -0
  25. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +11 -49
  26. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +9 -1
  27. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.js +31 -6
  28. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +2 -3
  29. package/dist/src/sub/DynamicLayout/types.d.ts +0 -1
  30. package/package.json +1 -1
  31. package/release-note.md +2 -2
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Face: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Face;
@@ -0,0 +1,30 @@
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 Face = 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.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12,2.5 C6.75334608,2.5 2.5,6.75334608 2.5,12 C2.5,17.2466539 6.75334608,21.5 12,21.5 C17.2466539,21.5 21.5,17.2466539 21.5,12 C21.5,6.75334608 17.2466539,2.5 12,2.5" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.468 7.669C16.225 7.669 16.838 8.282 16.838 9.039 16.838 9.796 16.225 10.409 15.468 10.409 14.711 10.409 14.098 9.796 14.098 9.039 14.098 8.282 14.711 7.669 15.468 7.669M8.406 7.669C9.163 7.669 9.776 8.282 9.776 9.039 9.776 9.796 9.163 10.409 8.406 10.409 7.649 10.409 7.036 9.796 7.036 9.039 7.036 8.282 7.649 7.669 8.406 7.669M11.937 18.238C9.27 18.238 7.033 16.51 6.428 14.183 6.261 13.544 6.738 12.916 7.398 12.916L16.475 12.916C17.135 12.916 17.612 13.544 17.445 14.182 16.84 16.51 14.604 18.238 11.937 18.238" })] })) })));
29
+ };
30
+ exports.default = Face;
@@ -84,6 +84,7 @@ declare const lineIcons: {
84
84
  readonly ic_error: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
85
85
  readonly ic_eye: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
86
86
  readonly ic_eye_close: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
87
+ readonly ic_face: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
87
88
  readonly ic_filter: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
88
89
  readonly ic_folder: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
89
90
  readonly ic_ghost: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -87,6 +87,7 @@ var End_1 = __importDefault(require("./End"));
87
87
  var Error_1 = __importDefault(require("./Error"));
88
88
  var Eye_1 = __importDefault(require("./Eye"));
89
89
  var EyeClose_1 = __importDefault(require("./EyeClose"));
90
+ var Face_1 = __importDefault(require("./Face"));
90
91
  var Filter_1 = __importDefault(require("./Filter"));
91
92
  var Folder_1 = __importDefault(require("./Folder"));
92
93
  var Ghost_1 = __importDefault(require("./Ghost"));
@@ -355,6 +356,7 @@ var lineIcons = {
355
356
  ic_error: Error_1.default,
356
357
  ic_eye: Eye_1.default,
357
358
  ic_eye_close: EyeClose_1.default,
359
+ ic_face: Face_1.default,
358
360
  ic_filter: Filter_1.default,
359
361
  ic_folder: Folder_1.default,
360
362
  ic_ghost: Ghost_1.default,
@@ -840,5 +840,6 @@
840
840
  "ui_108": "sys_widget_error_01",
841
841
  "ui_110": "sys_component_base_black_opacity50",
842
842
  "ui_contentscontainer03_background": "sys_container_background_01",
843
- "ui_contents_dimmed": "sys_component_base_46"
843
+ "ui_contents_dimmed": "sys_component_base_46",
844
+ "ui_cpnt_list_chatbubble_base_transparent": "sys_component_base_white_opacity00"
844
845
  }