pds-dev-kit-web 0.3.27 → 0.3.28

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 (60) hide show
  1. package/dist/src/GlobalStyle.js +1 -1
  2. package/dist/src/common/styles/colorSet/UIColor.json +6 -1
  3. package/dist/src/common/styles/colorSet/index.d.ts +56 -51
  4. package/dist/src/common/styles/colorSet/index.js +3 -3
  5. package/dist/src/common/styles/colorSet/ui-type.d.ts +5 -0
  6. package/dist/src/mobile/index.d.ts +7 -0
  7. package/dist/src/mobile/index.js +13 -1
  8. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
  9. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +14 -0
  10. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/index.d.ts +1 -0
  11. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/index.js +8 -0
  12. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +10 -0
  13. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +48 -0
  14. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.d.ts +1 -0
  15. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.js +8 -0
  16. package/dist/src/mobile/layout/LayoutMF/Containers/index.d.ts +1 -0
  17. package/dist/src/mobile/layout/LayoutMF/Containers/index.js +5 -0
  18. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +12 -0
  19. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +25 -0
  20. package/dist/src/mobile/layout/LayoutMF/ContainersBox/index.d.ts +1 -0
  21. package/dist/src/mobile/layout/LayoutMF/ContainersBox/index.js +8 -0
  22. package/dist/src/mobile/layout/LayoutMF/LayoutMF.d.ts +6 -0
  23. package/dist/src/mobile/layout/LayoutMF/LayoutMF.js +18 -0
  24. package/dist/src/mobile/layout/LayoutMF/index.d.ts +1 -0
  25. package/dist/src/mobile/layout/LayoutMF/index.js +8 -0
  26. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
  27. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +14 -0
  28. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/index.d.ts +1 -0
  29. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/index.js +8 -0
  30. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +8 -0
  31. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -0
  32. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.d.ts +1 -0
  33. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.js +8 -0
  34. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/NavigationContainer.d.ts +7 -0
  35. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/NavigationContainer.js +14 -0
  36. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/index.d.ts +1 -0
  37. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/index.js +8 -0
  38. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/Navigation.d.ts +6 -0
  39. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/Navigation.js +25 -0
  40. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/index.d.ts +1 -0
  41. package/dist/src/mobile/layout/LayoutMP/Containers/NavigationContainer/variation/index.js +8 -0
  42. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.d.ts +7 -0
  43. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.js +14 -0
  44. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/index.d.ts +1 -0
  45. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/index.js +8 -0
  46. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/Tab.d.ts +6 -0
  47. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/Tab.js +25 -0
  48. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/index.d.ts +1 -0
  49. package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/variation/index.js +8 -0
  50. package/dist/src/mobile/layout/LayoutMP/Containers/index.d.ts +3 -0
  51. package/dist/src/mobile/layout/LayoutMP/Containers/index.js +9 -0
  52. package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.d.ts +12 -0
  53. package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.js +25 -0
  54. package/dist/src/mobile/layout/LayoutMP/ContainersBox/index.d.ts +1 -0
  55. package/dist/src/mobile/layout/LayoutMP/ContainersBox/index.js +8 -0
  56. package/dist/src/mobile/layout/LayoutMP/LayoutMP.d.ts +7 -0
  57. package/dist/src/mobile/layout/LayoutMP/LayoutMP.js +24 -0
  58. package/dist/src/mobile/layout/LayoutMP/index.d.ts +1 -0
  59. package/dist/src/mobile/layout/LayoutMP/index.js +8 -0
  60. package/package.json +1 -1
@@ -5,6 +5,6 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
5
5
  };
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  var styled_components_1 = require("styled-components");
8
- var GlobalStyle = (0, styled_components_1.createGlobalStyle)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n body {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n margin: 0;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n\n body::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n div, span, textarea {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n\n div::-webkit-scrollbar, span::-webkit-scrollbar, textarea::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n input {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n }\n\n a,\n [type='checkbox'],\n [type='radio'] {\n color: inherit;\n -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961);\n text-decoration: none;\n }\n\n code {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n }\n\n button {\n cursor: pointer;\n font-family: inherit;\n outline: none;\n }\n\ninput:-webkit-autofill,\ninput:-webkit-autofill:hover,\ninput:-webkit-autofill:focus,\ninput:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0 1000px white inset !important;\n box-shadow: 0 0 0 1000px white inset !important;\n}\n"], ["\n body {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n margin: 0;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n\n body::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n div, span, textarea {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n\n div::-webkit-scrollbar, span::-webkit-scrollbar, textarea::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n input {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n }\n\n a,\n [type='checkbox'],\n [type='radio'] {\n color: inherit;\n -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961);\n text-decoration: none;\n }\n\n code {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n }\n\n button {\n cursor: pointer;\n font-family: inherit;\n outline: none;\n }\n\ninput:-webkit-autofill,\ninput:-webkit-autofill:hover,\ninput:-webkit-autofill:focus,\ninput:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0 1000px white inset !important;\n box-shadow: 0 0 0 1000px white inset !important;\n}\n"])));
8
+ var GlobalStyle = (0, styled_components_1.createGlobalStyle)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n html {\n height: 100%;\n width: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n }\n\n body {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n margin: 0;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n height: 100%;\n width: 100%;\n }\n\n body::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n #root {\n height: 100%;\n width: 100%;\n position: fixed;\n overflow: hidden;\n }\n\n div, span, textarea {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n\n div::-webkit-scrollbar, span::-webkit-scrollbar, textarea::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n input {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n }\n\n a,\n [type='checkbox'],\n [type='radio'] {\n color: inherit;\n -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961);\n text-decoration: none;\n }\n\n code {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n }\n\n button {\n cursor: pointer;\n font-family: inherit;\n outline: none;\n }\n\ninput:-webkit-autofill,\ninput:-webkit-autofill:hover,\ninput:-webkit-autofill:focus,\ninput:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0 1000px white inset !important;\n box-shadow: 0 0 0 1000px white inset !important;\n}\n"], ["\n html {\n height: 100%;\n width: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n }\n\n body {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n margin: 0;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n height: 100%;\n width: 100%;\n }\n\n body::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n #root {\n height: 100%;\n width: 100%;\n position: fixed;\n overflow: hidden;\n }\n\n div, span, textarea {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n }\n\n div::-webkit-scrollbar, span::-webkit-scrollbar, textarea::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n }\n\n input {\n font-family: -apple-system, BlinkMacSystemFont, Basier Square, Noto Sans KR, Segoe UI, Apple SD Gothic Neo, Roboto, Helvetica Neue, Arial, sans-serif;\n font-stretch: normal;\n font-style: normal;\n letter-spacing: normal;\n }\n\n a,\n [type='checkbox'],\n [type='radio'] {\n color: inherit;\n -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961);\n text-decoration: none;\n }\n\n code {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n }\n\n button {\n cursor: pointer;\n font-family: inherit;\n outline: none;\n }\n\ninput:-webkit-autofill,\ninput:-webkit-autofill:hover,\ninput:-webkit-autofill:focus,\ninput:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0 1000px white inset !important;\n box-shadow: 0 0 0 1000px white inset !important;\n}\n"])));
9
9
  exports.default = GlobalStyle;
10
10
  var templateObject_1;
@@ -373,5 +373,10 @@
373
373
  "ui_cpnt_icon_sys_warning_01": "sys_widget_warning_01",
374
374
  "ui_cpnt_icon_sys_success_01": "sys_widget_success_01",
375
375
  "ui_cpnt_icon_usr_brandsecondary": "usr_brand_secondary",
376
- "ui_papp_post_notice_link": "sys_papp_post_notice_link"
376
+ "ui_papp_post_notice_link": "sys_papp_post_notice_link",
377
+ "ui_cpnt_headerbar_icon_02": "sys_widget_white",
378
+ "ui_m_navigationcontainer_background": "sys_container_background_01",
379
+ "ui_m_tabcontainer_background": "sys_container_background_01",
380
+ "ui_m_contentscontainer01_background": "sys_container_background_01",
381
+ "ui_m_contentscontainer02_background": "sys_container_background_01"
377
382
  }
@@ -98,57 +98,6 @@ declare const colorSet: {
98
98
  sys_component_base_05_opacity00: string;
99
99
  sys_papp_post_notice_link: string;
100
100
  };
101
- readonly SemanticColor: {
102
- blue500: string;
103
- blue700: string;
104
- blue300: string;
105
- green700: string;
106
- green500: string;
107
- green300: string;
108
- red500: string;
109
- grey900: string;
110
- grey500: string;
111
- grey400: string;
112
- grey100: string;
113
- grey50: string;
114
- white: string;
115
- black: string;
116
- darkblue500: string;
117
- grey950: string;
118
- darkgrey900: string;
119
- darkgrey500: string;
120
- darkgrey400: string;
121
- darkgrey100: string;
122
- darkgrey50: string;
123
- darkred500: string;
124
- darkgreen700: string;
125
- orange500: string;
126
- darkorange500: string;
127
- opacity00: string;
128
- opacity20: string;
129
- opacity30: string;
130
- opacity65: string;
131
- darkgreen500: string;
132
- grey70: string;
133
- navy500: string;
134
- lightgreen500: string;
135
- pink500: string;
136
- darkgrey70: string;
137
- darknavy500: string;
138
- darkpink500: string;
139
- darklightgreen500: string;
140
- opacity10: string;
141
- grey600: string;
142
- darkgrey600: string;
143
- skyblue500: string;
144
- skyblue300: string;
145
- pink300: string;
146
- lightpink500: string;
147
- darkblue300: string;
148
- darkblue700: string;
149
- darkgreen300: string;
150
- darkskyblue500: string;
151
- };
152
101
  readonly PaletteColor_light: {
153
102
  sys_container_background_01: string;
154
103
  sys_container_background_02: string;
@@ -624,6 +573,62 @@ declare const colorSet: {
624
573
  ui_cpnt_icon_sys_success_01: string;
625
574
  ui_cpnt_icon_usr_brandsecondary: string;
626
575
  ui_papp_post_notice_link: string;
576
+ ui_cpnt_headerbar_icon_02: string;
577
+ ui_m_navigationcontainer_background: string;
578
+ ui_m_tabcontainer_background: string;
579
+ ui_m_contentscontainer01_background: string;
580
+ ui_m_contentscontainer02_background: string;
581
+ };
582
+ readonly SemanticColor: {
583
+ blue500: string;
584
+ blue700: string;
585
+ blue300: string;
586
+ green700: string;
587
+ green500: string;
588
+ green300: string;
589
+ red500: string;
590
+ grey900: string;
591
+ grey500: string;
592
+ grey400: string;
593
+ grey100: string;
594
+ grey50: string;
595
+ white: string;
596
+ black: string;
597
+ darkblue500: string;
598
+ grey950: string;
599
+ darkgrey900: string;
600
+ darkgrey500: string;
601
+ darkgrey400: string;
602
+ darkgrey100: string;
603
+ darkgrey50: string;
604
+ darkred500: string;
605
+ darkgreen700: string;
606
+ orange500: string;
607
+ darkorange500: string;
608
+ opacity00: string;
609
+ opacity20: string;
610
+ opacity30: string;
611
+ opacity65: string;
612
+ darkgreen500: string;
613
+ grey70: string;
614
+ navy500: string;
615
+ lightgreen500: string;
616
+ pink500: string;
617
+ darkgrey70: string;
618
+ darknavy500: string;
619
+ darkpink500: string;
620
+ darklightgreen500: string;
621
+ opacity10: string;
622
+ grey600: string;
623
+ darkgrey600: string;
624
+ skyblue500: string;
625
+ skyblue300: string;
626
+ pink300: string;
627
+ lightpink500: string;
628
+ darkblue300: string;
629
+ darkblue700: string;
630
+ darkgreen300: string;
631
+ darkskyblue500: string;
627
632
  };
628
633
  };
629
634
  export default colorSet;
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /* eslint-disable import/order */
7
7
  var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
8
- var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
9
8
  var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
10
9
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
10
+ var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
11
11
  var colorSet = {
12
12
  PaletteColor_Dark: PaletteColor_Dark_json_1.default,
13
- SemanticColor: SemanticColor_json_1.default,
14
13
  PaletteColor_light: PaletteColor_light_json_1.default,
15
- UIColor: UIColor_json_1.default
14
+ UIColor: UIColor_json_1.default,
15
+ SemanticColor: SemanticColor_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -374,4 +374,9 @@ export interface UITheme {
374
374
  ui_cpnt_icon_sys_success_01: string;
375
375
  ui_cpnt_icon_usr_brandsecondary: string;
376
376
  ui_papp_post_notice_link: string;
377
+ ui_cpnt_headerbar_icon_02: string;
378
+ ui_m_navigationcontainer_background: string;
379
+ ui_m_tabcontainer_background: string;
380
+ ui_m_contentscontainer01_background: string;
381
+ ui_m_contentscontainer02_background: string;
377
382
  }
@@ -1,2 +1,9 @@
1
+ import { LayoutMF } from './layout/LayoutMF';
2
+ import { ContainersBox as MFContainersBox } from './layout/LayoutMF/ContainersBox';
3
+ export { LayoutMF, MFContainersBox };
4
+ import { LayoutMP } from './layout/LayoutMP';
5
+ import { NavigationContainer as MPGlobalMenuContainer } from './layout/LayoutMP/Containers';
6
+ import { ContainersBox as MPContainersBox } from './layout/LayoutMP/ContainersBox';
7
+ export { LayoutMP, MPGlobalMenuContainer, MPContainersBox };
1
8
  import { TextLabel as M_TextLabel } from './components';
2
9
  export { M_TextLabel };
@@ -2,7 +2,19 @@
2
2
  /* eslint-disable import/order */
3
3
  /* eslint-disable import/first */
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.M_TextLabel = void 0;
5
+ exports.M_TextLabel = exports.MPContainersBox = exports.MPGlobalMenuContainer = exports.LayoutMP = exports.MFContainersBox = exports.LayoutMF = void 0;
6
+ // layoutMF
7
+ var LayoutMF_1 = require("./layout/LayoutMF");
8
+ Object.defineProperty(exports, "LayoutMF", { enumerable: true, get: function () { return LayoutMF_1.LayoutMF; } });
9
+ var ContainersBox_1 = require("./layout/LayoutMF/ContainersBox");
10
+ Object.defineProperty(exports, "MFContainersBox", { enumerable: true, get: function () { return ContainersBox_1.ContainersBox; } });
11
+ // layoutMP
12
+ var LayoutMP_1 = require("./layout/LayoutMP");
13
+ Object.defineProperty(exports, "LayoutMP", { enumerable: true, get: function () { return LayoutMP_1.LayoutMP; } });
14
+ var Containers_1 = require("./layout/LayoutMP/Containers");
15
+ Object.defineProperty(exports, "MPGlobalMenuContainer", { enumerable: true, get: function () { return Containers_1.NavigationContainer; } });
16
+ var ContainersBox_2 = require("./layout/LayoutMP/ContainersBox");
17
+ Object.defineProperty(exports, "MPContainersBox", { enumerable: true, get: function () { return ContainersBox_2.ContainersBox; } });
6
18
  // components
7
19
  var components_1 = require("./components");
8
20
  Object.defineProperty(exports, "M_TextLabel", { enumerable: true, get: function () { return components_1.TextLabel; } });
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare type ContentsContainerProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType: 'MFB_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ };
9
+ declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor }: ContentsContainerProps) => JSX.Element;
10
+ export default ContentsContainer;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var variation_1 = require("./variation");
8
+ var ContentsContainer = function (_a) {
9
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
10
+ return (react_1.default.createElement(react_1.default.Fragment, null, {
11
+ MFB_1: (react_1.default.createElement(variation_1.MFB, { layoutType: "MFB_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
12
+ }[layoutType]));
13
+ };
14
+ exports.default = ContentsContainer;
@@ -0,0 +1 @@
1
+ export { default as ContentsContainer } from './ContentsContainer';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ContentsContainer = void 0;
7
+ var ContentsContainer_1 = require("./ContentsContainer");
8
+ Object.defineProperty(exports, "ContentsContainer", { enumerable: true, get: function () { return __importDefault(ContentsContainer_1).default; } });
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare type MFBProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType: 'MFB_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ };
9
+ declare const MFB: ({ content1, content2, layoutType, containerColor, areaColor }: MFBProps) => JSX.Element;
10
+ export default MFB;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var MFB = function (_a) {
13
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
+ return (react_1.default.createElement(S_Box, null,
15
+ react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
16
+ react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
18
+ react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
19
+ react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
20
+ react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
21
+ };
22
+ var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n"])));
23
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 360px;\n height: 56.25vw;\n ", ";\n"], ["\n background-color: ", ";\n min-width: 360px;\n height: 56.25vw;\n ", ";\n"])), function (_a) {
24
+ var theme = _a.theme;
25
+ return theme.ui_m_contentscontainer01_background;
26
+ }, function (_a) {
27
+ var containerColor = _a.containerColor;
28
+ return "background-color: " + containerColor;
29
+ });
30
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n flex: 1;\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n"], ["\n background-color: ", ";\n flex: 1;\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n"])), function (_a) {
31
+ var theme = _a.theme;
32
+ return theme.ui_m_contentscontainer02_background;
33
+ }, function (_a) {
34
+ var containerColor = _a.containerColor;
35
+ return "background-color: " + containerColor;
36
+ });
37
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n max-width: 768px;\n min-width: 360px;\n height: 100%;\n ", ";\n"], ["\n max-width: 768px;\n min-width: 360px;\n height: 100%;\n ", ";\n"])), function (_a) {
38
+ var areaColor = _a.areaColor;
39
+ return "background-color: " + areaColor;
40
+ });
41
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n max-width: 768px;\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"], ["\n max-width: 768px;\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"])), function (_a) {
42
+ var areaColor = _a.areaColor;
43
+ return "background-color: " + areaColor;
44
+ });
45
+ var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
46
+ var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
47
+ exports.default = MFB;
48
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
@@ -0,0 +1 @@
1
+ export { default as MFB } from './MFB';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MFB = void 0;
7
+ var MFB_1 = require("./MFB");
8
+ Object.defineProperty(exports, "MFB", { enumerable: true, get: function () { return __importDefault(MFB_1).default; } });
@@ -0,0 +1 @@
1
+ export { ContentsContainer } from './ContentsContainer';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ContentsContainer = void 0;
4
+ var ContentsContainer_1 = require("./ContentsContainer");
5
+ Object.defineProperty(exports, "ContentsContainer", { enumerable: true, get: function () { return ContentsContainer_1.ContentsContainer; } });
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare type ContainersBoxProps = {
3
+ layoutType: 'MFB_1';
4
+ tabContent?: JSX.Element;
5
+ content1?: JSX.Element;
6
+ content2?: JSX.Element;
7
+ children?: React.ReactNode;
8
+ containerColor?: string;
9
+ areaColor?: string;
10
+ };
11
+ declare const ContainersBox: ({ layoutType, content1, content2, containerColor, areaColor }: ContainersBoxProps) => JSX.Element;
12
+ export default ContainersBox;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var Containers_1 = require("../Containers");
13
+ var ContainersBox = function (_a) {
14
+ var layoutType = _a.layoutType, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor;
15
+ return (react_1.default.createElement(S_ContainersBox, null,
16
+ {
17
+ MFB_1: react_1.default.createElement(react_1.default.Fragment, null)
18
+ }[layoutType],
19
+ react_1.default.createElement(S_BottomWrapper, { layoutType: layoutType },
20
+ react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))));
21
+ };
22
+ var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n flex-direction: column;\n"], ["\n display: flex;\n height: 100%;\n flex-direction: column;\n"])));
23
+ var S_BottomWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n flex: 1;\n overflow: hidden;\n"], ["\n flex: 1;\n overflow: hidden;\n"])));
24
+ exports.default = ContainersBox;
25
+ var templateObject_1, templateObject_2;
@@ -0,0 +1 @@
1
+ export { default as ContainersBox } from './ContainersBox';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ContainersBox = void 0;
7
+ var ContainersBox_1 = require("./ContainersBox");
8
+ Object.defineProperty(exports, "ContainersBox", { enumerable: true, get: function () { return __importDefault(ContainersBox_1).default; } });
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare type LayoutMFProps = {
3
+ children?: React.ReactNode;
4
+ };
5
+ declare const LayoutMF: ({ children }: LayoutMFProps) => JSX.Element;
6
+ export default LayoutMF;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var LayoutMF = function (_a) {
13
+ var children = _a.children;
14
+ return react_1.default.createElement(S_LayoutMF, null, children);
15
+ };
16
+ var S_LayoutMF = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n"], ["\n height: 100%;\n width: 100%;\n"])));
17
+ exports.default = LayoutMF;
18
+ var templateObject_1;
@@ -0,0 +1 @@
1
+ export { default as LayoutMF } from './LayoutMF';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LayoutMF = void 0;
7
+ var LayoutMF_1 = require("./LayoutMF");
8
+ Object.defineProperty(exports, "LayoutMF", { enumerable: true, get: function () { return __importDefault(LayoutMF_1).default; } });
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare type ContentsContainerProps = {
3
+ content1?: JSX.Element;
4
+ content2?: JSX.Element;
5
+ layoutType: 'MPA_1';
6
+ containerColor?: string;
7
+ areaColor?: string;
8
+ };
9
+ declare const ContentsContainer: ({ content1, layoutType, containerColor, areaColor }: ContentsContainerProps) => JSX.Element;
10
+ export default ContentsContainer;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var variation_1 = require("./variation");
8
+ var ContentsContainer = function (_a) {
9
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
10
+ return (react_1.default.createElement(react_1.default.Fragment, null, {
11
+ MPA_1: react_1.default.createElement(variation_1.MPA, { content1: content1, containerColor: containerColor, areaColor: areaColor })
12
+ }[layoutType]));
13
+ };
14
+ exports.default = ContentsContainer;
@@ -0,0 +1 @@
1
+ export { default as ContentsContainer } from './ContentsContainer';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ContentsContainer = void 0;
7
+ var ContentsContainer_1 = require("./ContentsContainer");
8
+ Object.defineProperty(exports, "ContentsContainer", { enumerable: true, get: function () { return __importDefault(ContentsContainer_1).default; } });
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export declare type MPAProps = {
3
+ content1?: JSX.Element;
4
+ containerColor?: string;
5
+ areaColor?: string;
6
+ };
7
+ declare const MPA: ({ content1, containerColor, areaColor }: MPAProps) => JSX.Element;
8
+ export default MPA;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var MPA = function (_a) {
13
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
+ return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
15
+ react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1))));
17
+ };
18
+ var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n"], ["\n background-color: ", ";\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n"])), function (_a) {
19
+ var theme = _a.theme;
20
+ return theme.ui_m_contentscontainer01_background;
21
+ }, function (_a) {
22
+ var containerColor = _a.containerColor;
23
+ return "background-color: " + containerColor;
24
+ });
25
+ var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n max-width: 768px;\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"], ["\n max-width: 768px;\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"])), function (_a) {
26
+ var areaColor = _a.areaColor;
27
+ return "background-color: " + areaColor;
28
+ });
29
+ var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
30
+ exports.default = MPA;
31
+ var templateObject_1, templateObject_2, templateObject_3;
@@ -0,0 +1 @@
1
+ export { default as MPA } from './MPA';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MPA = void 0;
7
+ var MPA_1 = require("./MPA");
8
+ Object.defineProperty(exports, "MPA", { enumerable: true, get: function () { return __importDefault(MPA_1).default; } });
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare type NavigationContainerProps = {
3
+ navigationType?: 'navigation';
4
+ navigationContent?: JSX.Element;
5
+ };
6
+ declare const NavigationContainer: ({ navigationType, navigationContent }: NavigationContainerProps) => JSX.Element;
7
+ export default NavigationContainer;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var variation_1 = require("./variation");
8
+ var NavigationContainer = function (_a) {
9
+ var _b = _a.navigationType, navigationType = _b === void 0 ? 'navigation' : _b, navigationContent = _a.navigationContent;
10
+ return (react_1.default.createElement(react_1.default.Fragment, null, {
11
+ navigation: react_1.default.createElement(variation_1.Navigation, null, navigationContent)
12
+ }[navigationType]));
13
+ };
14
+ exports.default = NavigationContainer;
@@ -0,0 +1 @@
1
+ export { default as NavigationContainer } from './NavigationContainer';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.NavigationContainer = void 0;
7
+ var NavigationContainer_1 = require("./NavigationContainer");
8
+ Object.defineProperty(exports, "NavigationContainer", { enumerable: true, get: function () { return __importDefault(NavigationContainer_1).default; } });
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare type NavigationProps = {
3
+ children?: React.ReactNode;
4
+ };
5
+ declare const Navigation: ({ children }: NavigationProps) => JSX.Element;
6
+ export default Navigation;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var Navigation = function (_a) {
13
+ var children = _a.children;
14
+ return (react_1.default.createElement(S_NavigationContainer, null,
15
+ react_1.default.createElement(S_NavigationArea, null,
16
+ react_1.default.createElement(S_NavigationContent, null, children))));
17
+ };
18
+ var S_NavigationContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
19
+ var theme = _a.theme;
20
+ return theme.ui_m_navigationcontainer_background;
21
+ });
22
+ var S_NavigationArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
23
+ var S_NavigationContent = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 56px;\n"], ["\n height: 56px;\n"])));
24
+ exports.default = Navigation;
25
+ var templateObject_1, templateObject_2, templateObject_3;
@@ -0,0 +1 @@
1
+ export { default as Navigation } from './Navigation';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Navigation = void 0;
7
+ var Navigation_1 = require("./Navigation");
8
+ Object.defineProperty(exports, "Navigation", { enumerable: true, get: function () { return __importDefault(Navigation_1).default; } });
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare type TabContainerProps = {
3
+ tabType: 'tab';
4
+ tabContent?: JSX.Element;
5
+ };
6
+ declare const TabContainer: ({ tabType, tabContent }: TabContainerProps) => JSX.Element;
7
+ export default TabContainer;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var variation_1 = require("./variation");
8
+ var TabContainer = function (_a) {
9
+ var tabType = _a.tabType, tabContent = _a.tabContent;
10
+ return (react_1.default.createElement(react_1.default.Fragment, null, {
11
+ tab: react_1.default.createElement(variation_1.Tab, null, tabContent)
12
+ }[tabType]));
13
+ };
14
+ exports.default = TabContainer;
@@ -0,0 +1 @@
1
+ export { default as TabContainer } from './TabContainer';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.TabContainer = void 0;
7
+ var TabContainer_1 = require("./TabContainer");
8
+ Object.defineProperty(exports, "TabContainer", { enumerable: true, get: function () { return __importDefault(TabContainer_1).default; } });
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare type TabProps = {
3
+ children?: React.ReactNode;
4
+ };
5
+ declare const Tab: ({ children }: TabProps) => JSX.Element;
6
+ export default Tab;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var Tab = function (_a) {
13
+ var children = _a.children;
14
+ return (react_1.default.createElement(S_TabContainer, null,
15
+ react_1.default.createElement(S_TabArea, null,
16
+ react_1.default.createElement(S_TabContent, null, children))));
17
+ };
18
+ var S_TabContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
19
+ var theme = _a.theme;
20
+ return theme.ui_m_tabcontainer_background;
21
+ });
22
+ var S_TabArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
23
+ var S_TabContent = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 48px;\n overflow: hidden;\n"], ["\n height: 48px;\n overflow: hidden;\n"])));
24
+ exports.default = Tab;
25
+ var templateObject_1, templateObject_2, templateObject_3;
@@ -0,0 +1 @@
1
+ export { default as Tab } from './Tab';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Tab = void 0;
7
+ var Tab_1 = require("./Tab");
8
+ Object.defineProperty(exports, "Tab", { enumerable: true, get: function () { return __importDefault(Tab_1).default; } });
@@ -0,0 +1,3 @@
1
+ export { ContentsContainer } from './ContentsContainer';
2
+ export { NavigationContainer } from './NavigationContainer';
3
+ export { TabContainer } from './TabContainer';
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TabContainer = exports.NavigationContainer = exports.ContentsContainer = void 0;
4
+ var ContentsContainer_1 = require("./ContentsContainer");
5
+ Object.defineProperty(exports, "ContentsContainer", { enumerable: true, get: function () { return ContentsContainer_1.ContentsContainer; } });
6
+ var NavigationContainer_1 = require("./NavigationContainer");
7
+ Object.defineProperty(exports, "NavigationContainer", { enumerable: true, get: function () { return NavigationContainer_1.NavigationContainer; } });
8
+ var TabContainer_1 = require("./TabContainer");
9
+ Object.defineProperty(exports, "TabContainer", { enumerable: true, get: function () { return TabContainer_1.TabContainer; } });
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare type ContainersBoxProps = {
3
+ layoutType: 'MPA_1';
4
+ tabContent?: JSX.Element;
5
+ content1?: JSX.Element;
6
+ content2?: JSX.Element;
7
+ children?: React.ReactNode;
8
+ containerColor?: string;
9
+ areaColor?: string;
10
+ };
11
+ declare const ContainersBox: ({ layoutType, content1, content2, containerColor, areaColor }: ContainersBoxProps) => JSX.Element;
12
+ export default ContainersBox;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var Containers_1 = require("../Containers");
13
+ var ContainersBox = function (_a) {
14
+ var layoutType = _a.layoutType, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor;
15
+ return (react_1.default.createElement(S_ContainersBox, null,
16
+ {
17
+ MPA_1: react_1.default.createElement(react_1.default.Fragment, null)
18
+ }[layoutType],
19
+ react_1.default.createElement(S_BottomWrapper, { layoutType: layoutType },
20
+ react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))));
21
+ };
22
+ var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n flex-direction: column;\n"], ["\n display: flex;\n height: 100%;\n flex-direction: column;\n"])));
23
+ var S_BottomWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n flex: 1;\n overflow: hidden;\n"], ["\n flex: 1;\n overflow: hidden;\n"])));
24
+ exports.default = ContainersBox;
25
+ var templateObject_1, templateObject_2;
@@ -0,0 +1 @@
1
+ export { default as ContainersBox } from './ContainersBox';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ContainersBox = void 0;
7
+ var ContainersBox_1 = require("./ContainersBox");
8
+ Object.defineProperty(exports, "ContainersBox", { enumerable: true, get: function () { return __importDefault(ContainersBox_1).default; } });
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export declare type LayoutMPProps = {
3
+ navigationContainer?: JSX.Element;
4
+ children?: React.ReactNode;
5
+ };
6
+ declare const LayoutMP: ({ navigationContainer, children }: LayoutMPProps) => JSX.Element;
7
+ export default LayoutMP;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var react_1 = __importDefault(require("react"));
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ var LayoutMP = function (_a) {
13
+ var navigationContainer = _a.navigationContainer, children = _a.children;
14
+ return (react_1.default.createElement(S_LayoutMP, null,
15
+ react_1.default.createElement(S_Box, null,
16
+ react_1.default.createElement(S_TopWrapper, null, navigationContainer),
17
+ react_1.default.createElement(S_BottomWrapper, null, children))));
18
+ };
19
+ var S_LayoutMP = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n"], ["\n height: 100%;\n width: 100%;\n"])));
20
+ var S_Box = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n"])));
21
+ var S_TopWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
22
+ var S_BottomWrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n flex: 1;\n overflow: hidden;\n"], ["\n flex: 1;\n overflow: hidden;\n"])));
23
+ exports.default = LayoutMP;
24
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
@@ -0,0 +1 @@
1
+ export { default as LayoutMP } from './LayoutMP';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LayoutMP = void 0;
7
+ var LayoutMP_1 = require("./LayoutMP");
8
+ Object.defineProperty(exports, "LayoutMP", { enumerable: true, get: function () { return __importDefault(LayoutMP_1).default; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "0.3.27",
3
+ "version": "0.3.28",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",