amotify 0.1.7 → 0.1.9

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 (198) hide show
  1. package/bundler_style.ts +55 -0
  2. package/dist/@declaration/_.d.ts +5 -109
  3. package/dist/@declaration/_.js +1 -3
  4. package/dist/@declaration/module.d.ts +1 -1
  5. package/dist/@declaration/module.js +0 -1
  6. package/dist/@declaration/property.d.ts +133 -137
  7. package/dist/@declaration/property.js +0 -2
  8. package/dist/@styles/componentClasses/_.css +1499 -0
  9. package/dist/@styles/componentClasses/_.d.ts +22 -0
  10. package/dist/@styles/componentClasses/_.js +392 -0
  11. package/dist/@utils/GenerateClassName.d.ts +11 -0
  12. package/dist/@utils/GenerateClassName.js +1 -0
  13. package/dist/@utils/LaunchReactApp.d.ts +19 -0
  14. package/dist/@utils/LaunchReactApp.js +1 -0
  15. package/dist/@utils/_.d.ts +11 -0
  16. package/dist/@utils/_.js +1 -0
  17. package/dist/@utils/collectForm.d.ts +11 -0
  18. package/dist/@utils/collectForm.js +1 -0
  19. package/dist/{@middleware → @utils}/color.d.ts +3 -3
  20. package/dist/@utils/color.js +1 -0
  21. package/dist/@utils/config.d.ts +43 -0
  22. package/dist/@utils/config.js +1 -0
  23. package/dist/@utils/fin.d.ts +1 -0
  24. package/dist/@utils/fin.js +1 -0
  25. package/dist/@utils/jsminEx.d.ts +56 -0
  26. package/dist/@utils/jsminEx.js +1 -0
  27. package/dist/@utils/pageTransit.d.ts +11 -0
  28. package/dist/@utils/pageTransit.js +1 -0
  29. package/dist/@utils/useRecycle.d.ts +8 -0
  30. package/dist/@utils/useRecycle.js +1 -0
  31. package/dist/@utils/useStore.d.ts +18 -0
  32. package/dist/@utils/useStore.js +1 -0
  33. package/dist/atoms/Box.d.ts +9 -0
  34. package/dist/atoms/Box.js +1 -0
  35. package/dist/atoms/FAI.d.ts +18 -0
  36. package/dist/atoms/FAI.js +1 -0
  37. package/dist/atoms/Flex.d.ts +11 -0
  38. package/dist/atoms/Flex.js +1 -0
  39. package/dist/atoms/Grid.d.ts +4 -0
  40. package/dist/atoms/Grid.js +1 -0
  41. package/dist/atoms/Img.d.ts +11 -0
  42. package/dist/atoms/Img.js +1 -0
  43. package/dist/atoms/Logo.d.ts +40 -0
  44. package/dist/atoms/Logo.js +51 -0
  45. package/dist/atoms/P.d.ts +9 -0
  46. package/dist/atoms/P.js +1 -0
  47. package/dist/atoms/Placeholder.d.ts +9 -0
  48. package/dist/atoms/Placeholder.js +1 -0
  49. package/dist/atoms/Span.d.ts +9 -0
  50. package/dist/atoms/Span.js +1 -0
  51. package/dist/atoms/_.d.ts +9 -0
  52. package/dist/atoms/_.js +1 -0
  53. package/dist/chunk-VY3566IV.js +1 -0
  54. package/dist/fn/Button.d.ts +82 -0
  55. package/dist/fn/Button.js +1 -0
  56. package/dist/fn/Cropper.d.ts +26 -0
  57. package/dist/fn/Cropper.js +1 -0
  58. package/dist/fn/Effect/Fade.d.ts +17 -0
  59. package/dist/fn/Effect/Fade.js +1 -0
  60. package/dist/fn/Effect/Pudding.d.ts +1 -0
  61. package/dist/fn/Effect/Pudding.js +1 -0
  62. package/dist/fn/Effect/Ripple.d.ts +1 -0
  63. package/dist/fn/Effect/Ripple.js +3 -0
  64. package/dist/fn/Effect/_.d.ts +9 -0
  65. package/dist/fn/Effect/_.js +1 -0
  66. package/dist/fn/Input/Checker.d.ts +17 -0
  67. package/dist/fn/Input/Checker.js +1 -0
  68. package/dist/fn/Input/Chips/Selector.d.ts +44 -0
  69. package/dist/fn/Input/Chips/Selector.js +1 -0
  70. package/dist/fn/Input/Chips/_.d.ts +60 -0
  71. package/dist/fn/Input/Chips/_.js +1 -0
  72. package/dist/fn/Input/Contenteditable.d.ts +17 -0
  73. package/dist/fn/Input/Contenteditable.js +1 -0
  74. package/dist/fn/Input/DigitCharacters.d.ts +17 -0
  75. package/dist/fn/Input/DigitCharacters.js +1 -0
  76. package/dist/fn/Input/Filer.d.ts +47 -0
  77. package/dist/fn/Input/Filer.js +1 -0
  78. package/dist/fn/Input/Hidden.d.ts +13 -0
  79. package/dist/fn/Input/Hidden.js +1 -0
  80. package/dist/fn/Input/List.d.ts +50 -0
  81. package/dist/fn/Input/List.js +1 -0
  82. package/dist/fn/Input/Parts.d.ts +22 -0
  83. package/dist/fn/Input/Parts.js +1 -0
  84. package/dist/fn/Input/Plain.d.ts +7 -0
  85. package/dist/fn/Input/Plain.js +1 -0
  86. package/dist/fn/Input/RichSelect.d.ts +32 -0
  87. package/dist/fn/Input/RichSelect.js +1 -0
  88. package/dist/fn/Input/Search.d.ts +6 -0
  89. package/dist/fn/Input/Search.js +1 -0
  90. package/dist/fn/Input/Segmented.d.ts +22 -0
  91. package/dist/fn/Input/Segmented.js +1 -0
  92. package/dist/fn/Input/Select.d.ts +28 -0
  93. package/dist/fn/Input/Select.js +1 -0
  94. package/dist/fn/Input/Slider.d.ts +31 -0
  95. package/dist/fn/Input/Slider.js +1 -0
  96. package/dist/fn/Input/Switch.d.ts +17 -0
  97. package/dist/fn/Input/Switch.js +1 -0
  98. package/dist/fn/Input/Text.d.ts +50 -0
  99. package/dist/fn/Input/Text.js +1 -0
  100. package/dist/fn/Input/TextArea.d.ts +19 -0
  101. package/dist/fn/Input/TextArea.js +1 -0
  102. package/dist/fn/Input/Time/Picker.d.ts +37 -0
  103. package/dist/fn/Input/Time/Picker.js +1 -0
  104. package/dist/fn/Input/Time/_.d.ts +78 -0
  105. package/dist/fn/Input/Time/_.js +1 -0
  106. package/dist/fn/Input/_.d.ts +142 -0
  107. package/dist/fn/Input/_.js +1 -0
  108. package/dist/fn/Input/core.d.ts +54 -0
  109. package/dist/fn/Input/core.js +1 -0
  110. package/dist/fn/Layout/PageNotFound.d.ts +6 -0
  111. package/dist/fn/Layout/PageNotFound.js +1 -0
  112. package/dist/fn/Layout/PageRouter.d.ts +27 -0
  113. package/dist/fn/Layout/PageRouter.js +1 -0
  114. package/dist/fn/Layout/PageViewController.d.ts +13 -0
  115. package/dist/fn/Layout/PageViewController.js +1 -0
  116. package/dist/fn/Layout/Plate.d.ts +9 -0
  117. package/dist/fn/Layout/Plate.js +1 -0
  118. package/dist/fn/Layout/RootViewController.d.ts +41 -0
  119. package/dist/fn/Layout/RootViewController.js +1 -0
  120. package/dist/fn/Layout/SwipeView.d.ts +40 -0
  121. package/dist/fn/Layout/SwipeView.js +1 -0
  122. package/dist/fn/Layout/TabBar.d.ts +16 -0
  123. package/dist/fn/Layout/TabBar.js +1 -0
  124. package/dist/fn/Layout/_.d.ts +27 -0
  125. package/dist/fn/Layout/_.js +1 -0
  126. package/dist/fn/Loader/_.d.ts +47 -0
  127. package/dist/fn/Loader/_.js +1 -0
  128. package/dist/fn/Loader/corner.d.ts +1 -0
  129. package/dist/fn/Loader/corner.js +1 -0
  130. package/dist/fn/Loader/mini.d.ts +6 -0
  131. package/dist/fn/Loader/mini.js +1 -0
  132. package/dist/fn/Loader/top.d.ts +2 -0
  133. package/dist/fn/Loader/top.js +1 -0
  134. package/dist/fn/Sheet.d.ts +75 -0
  135. package/dist/fn/Sheet.js +1 -0
  136. package/dist/fn/Snackbar.d.ts +24 -0
  137. package/dist/fn/Snackbar.js +1 -0
  138. package/dist/fn/Table/Data.d.ts +128 -0
  139. package/dist/fn/Table/Data.js +1 -0
  140. package/dist/fn/Table/Drag.d.ts +18 -0
  141. package/dist/fn/Table/Drag.js +1 -0
  142. package/dist/fn/Table/Normal.d.ts +16 -0
  143. package/dist/fn/Table/Normal.js +1 -0
  144. package/dist/fn/Table/Parts.d.ts +24 -0
  145. package/dist/fn/Table/Parts.js +1 -0
  146. package/dist/fn/Table/Wrapper.d.ts +10 -0
  147. package/dist/fn/Table/Wrapper.js +1 -0
  148. package/dist/fn/Table/_.d.ts +42 -0
  149. package/dist/fn/Table/_.js +1 -0
  150. package/dist/fn/Table/cellStyling.d.ts +9 -0
  151. package/dist/fn/Table/cellStyling.js +1 -0
  152. package/dist/fn/Tooltips.d.ts +31 -0
  153. package/dist/fn/Tooltips.js +1 -0
  154. package/dist/fn/_.d.ts +10 -0
  155. package/dist/fn/_.js +1 -0
  156. package/dist/index.d.ts +6 -1
  157. package/dist/index.js +1 -17
  158. package/dist/mols/Accordion.d.ts +25 -0
  159. package/dist/mols/Accordion.js +1 -0
  160. package/dist/mols/Column.d.ts +7 -0
  161. package/dist/mols/Column.js +1 -0
  162. package/dist/mols/LinkifyText.d.ts +10 -0
  163. package/dist/mols/LinkifyText.js +1 -0
  164. package/dist/mols/List.d.ts +11 -0
  165. package/dist/mols/List.js +1 -0
  166. package/dist/mols/Row.d.ts +16 -0
  167. package/dist/mols/Row.js +1 -0
  168. package/dist/mols/Text.d.ts +21 -0
  169. package/dist/mols/Text.js +1 -0
  170. package/dist/mols/_.d.ts +6 -0
  171. package/dist/mols/_.js +1 -0
  172. package/dist/orgs/_.d.ts +1 -0
  173. package/dist/orgs/_.js +0 -0
  174. package/dist/style.css +7290 -0
  175. package/dist/style.d.ts +4 -0
  176. package/dist/style.js +392 -0
  177. package/dist/temps/_.d.ts +1 -0
  178. package/dist/temps/_.js +0 -0
  179. package/package.json +63 -51
  180. package/dist/@declaration/amotify.d.ts +0 -1353
  181. package/dist/@declaration/amotify.js +0 -2
  182. package/dist/@middleware/GenerateClassName.d.ts +0 -3
  183. package/dist/@middleware/GenerateClassName.js +0 -282
  184. package/dist/@middleware/_.d.ts +0 -23
  185. package/dist/@middleware/_.js +0 -131
  186. package/dist/@middleware/color.js +0 -99
  187. package/dist/@middleware/pageTransit.d.ts +0 -2
  188. package/dist/@middleware/pageTransit.js +0 -31
  189. package/dist/@middleware/useRecycle.d.ts +0 -2
  190. package/dist/@middleware/useRecycle.js +0 -43
  191. package/dist/@middleware/useStore.d.ts +0 -2
  192. package/dist/@middleware/useStore.js +0 -39
  193. package/dist/@middleware/userAgent.d.ts +0 -14
  194. package/dist/@middleware/userAgent.js +0 -36
  195. package/dist/atoms/Box/index.d.ts +0 -9
  196. package/dist/atoms/Box/index.js +0 -19
  197. package/dist/atoms/index.d.ts +0 -4
  198. package/dist/atoms/index.js +0 -25
@@ -0,0 +1,4 @@
1
+ import './@styles/@app.scss';
2
+ export * from './@styles/componentClasses/_';
3
+ import './@styles/parts.scss';
4
+ export {};
package/dist/style.js ADDED
@@ -0,0 +1,392 @@
1
+ // src/@styles/componentClasses/a_img.module.scss
2
+ var a_img_module_default = {
3
+ "Img": "_Img_1egfu_1",
4
+ "ShowExpand_true": "_ShowExpand_true_1egfu_11"
5
+ };
6
+
7
+ // src/@styles/componentClasses/a_logo.module.scss
8
+ var a_logo_module_default = {
9
+ "Size_S": "_Size_S_10jdu_1",
10
+ "Size_R": "_Size_R_10jdu_6",
11
+ "Size_L": "_Size_L_10jdu_11",
12
+ "Size_2L": "_Size_2L_10jdu_16",
13
+ "Size_3L": "_Size_3L_10jdu_21",
14
+ "Icon": "_Icon_10jdu_27",
15
+ "Title": "_Title_10jdu_31",
16
+ "ComunIcon": "_ComunIcon_10jdu_38",
17
+ "ComunTitle": "_ComunTitle_10jdu_42",
18
+ "MingooIcon": "_MingooIcon_10jdu_46",
19
+ "P": "_P_10jdu_46",
20
+ "P_0": "_P_0_10jdu_50",
21
+ "P_1": "_P_1_10jdu_53",
22
+ "P_2": "_P_2_10jdu_56",
23
+ "P_3": "_P_3_10jdu_59",
24
+ "P_4": "_P_4_10jdu_62",
25
+ "P_5": "_P_5_10jdu_65",
26
+ "P_6": "_P_6_10jdu_68",
27
+ "P_7": "_P_7_10jdu_71",
28
+ "P_8": "_P_8_10jdu_74",
29
+ "P_9": "_P_9_10jdu_77",
30
+ "P_10": "_P_10_10jdu_81",
31
+ "P_11": "_P_11_10jdu_85",
32
+ "P_12": "_P_12_10jdu_89"
33
+ };
34
+
35
+ // src/@styles/componentClasses/a_placeholder.module.scss
36
+ var a_placeholder_module_default = {
37
+ "Placeholder": "_Placeholder_rl2bi_14",
38
+ "Body": "_Body_rl2bi_14",
39
+ "PlaceholderEffect": "_PlaceholderEffect_rl2bi_1",
40
+ "Color_white": "_Color_white_rl2bi_25"
41
+ };
42
+
43
+ // src/@styles/componentClasses/m_accordion.module.scss
44
+ var m_accordion_module_default = {
45
+ "Wrap": "_Wrap_13krz_1",
46
+ "Open_true": "_Open_true_13krz_1",
47
+ "Open_false": "_Open_false_13krz_4"
48
+ };
49
+
50
+ // src/@styles/componentClasses/f_snackbar.module.scss
51
+ var f_snackbar_module_default = {
52
+ "Wrapper": "_Wrapper_1s842_1",
53
+ "Cell": "_Cell_1s842_9",
54
+ "FadeIn": "_FadeIn_1s842_13",
55
+ "FadeOut": "_FadeOut_1s842_17"
56
+ };
57
+
58
+ // src/@styles/componentClasses/f_sheet.module.scss
59
+ var f_sheet_module_default = {
60
+ "FixHeight": "_FixHeight_1eh7v_1",
61
+ "FixScroll": "_FixScroll_1eh7v_1",
62
+ "FloatMainSheet": "_FloatMainSheet_1eh7v_9",
63
+ "Type_bottom": "_Type_bottom_1eh7v_9",
64
+ "Wrapper": "_Wrapper_1eh7v_21",
65
+ "Wrap": "_Wrap_1eh7v_21",
66
+ "TapSensor": "_TapSensor_1eh7v_35",
67
+ "TapContent": "_TapContent_1eh7v_44",
68
+ "Hide": "_Hide_1eh7v_48",
69
+ "Open": "_Open_1eh7v_51",
70
+ "isNewSheet_true": "_isNewSheet_true_1eh7v_51",
71
+ "Content": "_Content_1eh7v_51",
72
+ "isNewSheet_false": "_isNewSheet_false_1eh7v_55",
73
+ "BB": "_BB_1eh7v_55",
74
+ "Tcate_normal": "_Tcate_normal_1eh7v_58",
75
+ "BaseBody": "_BaseBody_1eh7v_62",
76
+ "Tcate_drawer": "_Tcate_drawer_1eh7v_78",
77
+ "Tpos_left": "_Tpos_left_1eh7v_78",
78
+ "Tpos_right": "_Tpos_right_1eh7v_93",
79
+ "Tpos_bottom": "_Tpos_bottom_1eh7v_108",
80
+ "DragBar": "_DragBar_1eh7v_115",
81
+ "Tcate_custom": "_Tcate_custom_1eh7v_123",
82
+ "CustomSheet": "_CustomSheet_1eh7v_131",
83
+ "GPT": "_GPT_1eh7v_134",
84
+ "Col_1": "_Col_1_1eh7v_134",
85
+ "Row_1": "_Row_1_1eh7v_134",
86
+ "Row_4": "_Row_4_1eh7v_134",
87
+ "Col_4": "_Col_4_1eh7v_134",
88
+ "Row_2": "_Row_2_1eh7v_137",
89
+ "Row_5": "_Row_5_1eh7v_137",
90
+ "Col_2": "_Col_2_1eh7v_140",
91
+ "Col_5": "_Col_5_1eh7v_140",
92
+ "GPT_3": "_GPT_3_1eh7v_146",
93
+ "GPT_18": "_GPT_18_1eh7v_146",
94
+ "GPT_8": "_GPT_8_1eh7v_149",
95
+ "GPT_23": "_GPT_23_1eh7v_149",
96
+ "GPT_11": "_GPT_11_1eh7v_152",
97
+ "GPT_14": "_GPT_14_1eh7v_152",
98
+ "GPT_12": "_GPT_12_1eh7v_155",
99
+ "GPT_15": "_GPT_15_1eh7v_155",
100
+ "Col_3": "_Col_3_1eh7v_165"
101
+ };
102
+
103
+ // src/@styles/componentClasses/f_loader.module.scss
104
+ var f_loader_module_default = {
105
+ "Wrapper": "_Wrapper_1ha0b_1",
106
+ "TopLoader": "_TopLoader_1ha0b_6",
107
+ "Center": "_Center_1ha0b_10",
108
+ "Child": "_Child_1ha0b_14",
109
+ "Circle": "_Circle_1ha0b_23",
110
+ "expander": "_expander_1ha0b_1",
111
+ "Child1": "_Child1_1ha0b_27",
112
+ "rotation": "_rotation_1ha0b_1",
113
+ "Child2": "_Child2_1ha0b_35",
114
+ "Child3": "_Child3_1ha0b_43",
115
+ "Child4": "_Child4_1ha0b_51",
116
+ "Child5": "_Child5_1ha0b_59",
117
+ "Child6": "_Child6_1ha0b_67",
118
+ "Child7": "_Child7_1ha0b_75",
119
+ "-2s": "_-2s_1ha0b_1",
120
+ "Active_true": "_Active_true_1ha0b_108",
121
+ "CornerLoader": "_CornerLoader_1ha0b_124",
122
+ "Wrap": "_Wrap_1ha0b_1",
123
+ "ldAnm": "_ldAnm_1ha0b_1",
124
+ "Ld1": "_Ld1_1ha0b_141",
125
+ "Ld2": "_Ld2_1ha0b_144",
126
+ "Ld3": "_Ld3_1ha0b_147",
127
+ "Ld4": "_Ld4_1ha0b_150",
128
+ "MiniLoader": "_MiniLoader_1ha0b_168",
129
+ "Active_false": "_Active_false_1ha0b_171",
130
+ "Hide": "_Hide_1ha0b_174",
131
+ "Active": "_Active_1ha0b_108",
132
+ "Core": "_Core_1ha0b_184",
133
+ "spin": "_spin_1ha0b_1",
134
+ "SVG1": "_SVG1_1ha0b_192",
135
+ "loader": "_loader_1ha0b_1",
136
+ "loading": "_loading_1ha0b_1",
137
+ "SVG2": "_SVG2_1ha0b_199"
138
+ };
139
+
140
+ // src/@styles/componentClasses/f_layout.module.scss
141
+ var f_layout_module_default = {
142
+ "RootViewController": "_RootViewController_k39n4_2",
143
+ "Content": "_Content_k39n4_2",
144
+ "TopNav": "_TopNav_k39n4_6",
145
+ "FooterNav": "_FooterNav_k39n4_9",
146
+ "Body": "_Body_k39n4_12",
147
+ "SideNav": "_SideNav_k39n4_12",
148
+ "SwipeView": "_SwipeView_k39n4_19",
149
+ "Rail": "_Rail_k39n4_19",
150
+ "ShowOther_true": "_ShowOther_true_k39n4_19",
151
+ "Child": "_Child_k39n4_19",
152
+ "Display": "_Display_k39n4_27",
153
+ "LoopAdjusting": "_LoopAdjusting_k39n4_31"
154
+ };
155
+
156
+ // src/@styles/componentClasses/f_table.module.scss
157
+ var f_table_module_default = {
158
+ "Wrap": "_Wrap_ckumi_1",
159
+ "RowClickable_true": "_RowClickable_true_ckumi_1",
160
+ "Row": "_Row_ckumi_1",
161
+ "BodyRow": "_BodyRow_ckumi_1",
162
+ "DataNotFound": "_DataNotFound_ckumi_1",
163
+ "Cell": "_Cell_ckumi_4",
164
+ "Table": "_Table_ckumi_10",
165
+ "TableType_drag": "_TableType_drag_ckumi_21",
166
+ "DraggerOrigin": "_DraggerOrigin_ckumi_25",
167
+ "DragableButton": "_DragableButton_ckumi_31",
168
+ "TableType_data": "_TableType_data_ckumi_40",
169
+ "Console": "_Console_ckumi_40",
170
+ "TableBase": "_TableBase_ckumi_47",
171
+ "HeadRow": "_HeadRow_ckumi_57",
172
+ "FilterRegion": "_FilterRegion_ckumi_63",
173
+ "Filtering_true": "_Filtering_true_ckumi_66"
174
+ };
175
+
176
+ // src/@styles/componentClasses/f_effect.module.scss
177
+ var f_effect_module_default = {
178
+ "RippleElement": "_RippleElement_1wxnq_1",
179
+ "Color_cloud": "_Color_cloud_1wxnq_7",
180
+ "RippleWrap": "_RippleWrap_1wxnq_7",
181
+ "Wave": "_Wave_1wxnq_7",
182
+ "Color_theme": "_Color_theme_1wxnq_10",
183
+ "PuddingEffect": "_PuddingEffect_1wxnq_39",
184
+ "pdAnm": "_pdAnm_1wxnq_1"
185
+ };
186
+
187
+ // src/@styles/componentClasses/f_cropper.module.scss
188
+ var f_cropper_module_default = {
189
+ "Wrap": "_Wrap_58pz3_1",
190
+ "Use_profile": "_Use_profile_58pz3_4",
191
+ "Use_head": "_Use_head_58pz3_7",
192
+ "Canvas": "_Canvas_58pz3_11",
193
+ "Preview": "_Preview_58pz3_18",
194
+ "ToneBall": "_ToneBall_58pz3_22",
195
+ "ToneBall_1": "_ToneBall_1_58pz3_29",
196
+ "ToneBall_2": "_ToneBall_2_58pz3_32",
197
+ "ToneBall_3": "_ToneBall_3_58pz3_35",
198
+ "ToneBall_4": "_ToneBall_4_58pz3_38",
199
+ "ToneBall_5": "_ToneBall_5_58pz3_41",
200
+ "ToneBall_6": "_ToneBall_6_58pz3_44",
201
+ "ToneBall_7": "_ToneBall_7_58pz3_47",
202
+ "ToneBall_8": "_ToneBall_8_58pz3_50",
203
+ "ToneBall_9": "_ToneBall_9_58pz3_53",
204
+ "ToneBall_10": "_ToneBall_10_58pz3_56"
205
+ };
206
+
207
+ // src/@styles/componentClasses/f_button.module.scss
208
+ var f_button_module_default = {
209
+ "Wrap": "_Wrap_2p2fg_1",
210
+ "isLocked_true": "_isLocked_true_2p2fg_16",
211
+ "Tone_Sub_Color_theme": "_Tone_Sub_Color_theme_2p2fg_21",
212
+ "Tone_Clear_Color_theme": "_Tone_Clear_Color_theme_2p2fg_21",
213
+ "Tone_Sub_Color_posi": "_Tone_Sub_Color_posi_2p2fg_24",
214
+ "Tone_Clear_Color_posi": "_Tone_Clear_Color_posi_2p2fg_24",
215
+ "Tone_Sub_Color_nega": "_Tone_Sub_Color_nega_2p2fg_27",
216
+ "Tone_Clear_Color_nega": "_Tone_Clear_Color_nega_2p2fg_27",
217
+ "Tone_Sub_Color_warn": "_Tone_Sub_Color_warn_2p2fg_30",
218
+ "Tone_Clear_Color_warn": "_Tone_Clear_Color_warn_2p2fg_30",
219
+ "Tone_Sub_Color_white": "_Tone_Sub_Color_white_2p2fg_33",
220
+ "Tone_Clear_Color_white": "_Tone_Clear_Color_white_2p2fg_33",
221
+ "Tone_Sub_Color_cloud": "_Tone_Sub_Color_cloud_2p2fg_36",
222
+ "Tone_Clear_Color_cloud": "_Tone_Clear_Color_cloud_2p2fg_36",
223
+ "Tone_Sub_Color_layer": "_Tone_Sub_Color_layer_2p2fg_39",
224
+ "Tone_Clear_Color_layer": "_Tone_Clear_Color_layer_2p2fg_39",
225
+ "isNeutral_true": "_isNeutral_true_2p2fg_43",
226
+ "Tone_Clear": "_Tone_Clear_2p2fg_21",
227
+ "Tone_BorderToFill": "_Tone_BorderToFill_2p2fg_46",
228
+ "Tone_FillToBorder": "_Tone_FillToBorder_2p2fg_49",
229
+ "Tone_FillToBorder_Color_white": "_Tone_FillToBorder_Color_white_2p2fg_52",
230
+ "Tone_FillToBorder_Color_cloud": "_Tone_FillToBorder_Color_cloud_2p2fg_52",
231
+ "Tone_Link": "_Tone_Link_2p2fg_55",
232
+ "Tone_Normal_Color_plain": "_Tone_Normal_Color_plain_2p2fg_62",
233
+ "Tone_Normal_Color_theme": "_Tone_Normal_Color_theme_2p2fg_66",
234
+ "Tone_Normal_Color_posi": "_Tone_Normal_Color_posi_2p2fg_70",
235
+ "Tone_Normal_Color_nega": "_Tone_Normal_Color_nega_2p2fg_74",
236
+ "Tone_Normal_Color_warn": "_Tone_Normal_Color_warn_2p2fg_78",
237
+ "Tone_Border": "_Tone_Border_2p2fg_46",
238
+ "Tone_Prime": "_Tone_Prime_2p2fg_85",
239
+ "Tone_BorderToFill_Color_white": "_Tone_BorderToFill_Color_white_2p2fg_120",
240
+ "Tone_BorderToFill_Color_cloud": "_Tone_BorderToFill_Color_cloud_2p2fg_120"
241
+ };
242
+
243
+ // src/@styles/componentClasses/f_input.module.scss
244
+ var f_input_module_default = {
245
+ "Wrapper": "_Wrapper_yeuos_1",
246
+ "Input": "_Input_yeuos_48",
247
+ "InputCover": "_InputCover_yeuos_63",
248
+ "IndicatorIcon": "_IndicatorIcon_yeuos_78",
249
+ "DigitCharacterCell": "_DigitCharacterCell_yeuos_82",
250
+ "Combined": "_Combined_yeuos_82",
251
+ "ShowCell": "_ShowCell_yeuos_1"
252
+ };
253
+
254
+ // src/@styles/componentClasses/f_input_chips.module.scss
255
+ var f_input_chips_module_default = {
256
+ "SelectorWrapper": "_SelectorWrapper_vfpyx_1"
257
+ };
258
+
259
+ // src/@styles/componentClasses/f_input_filer.module.scss
260
+ var f_input_filer_module_default = {
261
+ "Input": "_Input_1g1ty_1",
262
+ "List": "_List_1g1ty_1",
263
+ "AddButton": "_AddButton_1g1ty_1",
264
+ "FileName": "_FileName_1g1ty_5",
265
+ "Draggable": "_Draggable_1g1ty_18",
266
+ "AddIcon": "_AddIcon_1g1ty_21",
267
+ "IconAnimation": "_IconAnimation_1g1ty_1"
268
+ };
269
+
270
+ // src/@styles/componentClasses/f_input_list.module.scss
271
+ var f_input_list_module_default = {
272
+ "CellBase": "_CellBase_1bm9l_1",
273
+ "HideInput_true": "_HideInput_true_1bm9l_1",
274
+ "Input": "_Input_1bm9l_1",
275
+ "Label": "_Label_1bm9l_5",
276
+ "Icon": "_Icon_1bm9l_5",
277
+ "defaultActiveStyling_true": "_defaultActiveStyling_true_1bm9l_12",
278
+ "CheckboxIcon": "_CheckboxIcon_1bm9l_38",
279
+ "I": "_I_1bm9l_1"
280
+ };
281
+
282
+ // src/@styles/componentClasses/f_input_richSelect.module.scss
283
+ var f_input_richSelect_module_default = {
284
+ "Select": "_Select_2ujbp_1"
285
+ };
286
+
287
+ // src/@styles/componentClasses/f_input_switch.module.scss
288
+ var f_input_switch_module_default = {
289
+ "Input": "_Input_lskuu_1",
290
+ "Label": "_Label_lskuu_7",
291
+ "Dot": "_Dot_lskuu_7"
292
+ };
293
+
294
+ // src/@styles/componentClasses/f_input_select.module.scss
295
+ var f_input_select_module_default = {
296
+ "Select": "_Select_2ujbp_1"
297
+ };
298
+
299
+ // src/@styles/componentClasses/f_input_slider.module.scss
300
+ var f_input_slider_module_default = {
301
+ "Label": "_Label_qfhyi_1",
302
+ "Wrap": "_Wrap_qfhyi_18",
303
+ "Rail": "_Rail_qfhyi_18",
304
+ "Bar": "_Bar_qfhyi_18",
305
+ "BarColor": "_BarColor_qfhyi_21",
306
+ "Labels": "_Labels_qfhyi_24",
307
+ "ShowLegendsAlways_true": "_ShowLegendsAlways_true_qfhyi_27",
308
+ "Ball": "_Ball_qfhyi_38"
309
+ };
310
+
311
+ // src/@styles/componentClasses/f_input_time.module.scss
312
+ var f_input_time_module_default = {
313
+ "Header": "_Header_1rlyc_1",
314
+ "Body": "_Body_1rlyc_8",
315
+ "Footer": "_Footer_1rlyc_13",
316
+ "ClockBase": "_ClockBase_1rlyc_20",
317
+ "DesignSide": "_DesignSide_1rlyc_20",
318
+ "ClockUiBase": "_ClockUiBase_1rlyc_20",
319
+ "ClockUi": "_ClockUi_1rlyc_20",
320
+ "Needle": "_Needle_1rlyc_24",
321
+ "hour": "_hour_1rlyc_31",
322
+ "minute": "_minute_1rlyc_36",
323
+ "DateBase": "_DateBase_1rlyc_42",
324
+ "LeftButton": "_LeftButton_1rlyc_42",
325
+ "RightButton": "_RightButton_1rlyc_45",
326
+ "MonthBase": "_MonthBase_1rlyc_49",
327
+ "Cell": "_Cell_1rlyc_55",
328
+ "isThisMonth": "_isThisMonth_1rlyc_55",
329
+ "miniYearInput": "_miniYearInput_1rlyc_61",
330
+ "CalendarDay": "_CalendarDay_1rlyc_66",
331
+ "isToday_true": "_isToday_true_1rlyc_66"
332
+ };
333
+
334
+ // src/@styles/componentClasses/f_input_segmented.module.scss
335
+ var f_input_segmented_module_default = {
336
+ "Label": "_Label_1516t_1",
337
+ "Tone_Auto": "_Tone_Auto_1516t_6",
338
+ "Tone_Cloud": "_Tone_Cloud_1516t_6",
339
+ "Tone_ThemeCloud": "_Tone_ThemeCloud_1516t_6",
340
+ "Tone_WhiteCloud": "_Tone_WhiteCloud_1516t_6",
341
+ "Checked": "_Checked_1516t_20",
342
+ "Tone_ThemeBorder": "_Tone_ThemeBorder_1516t_36",
343
+ "Tone_BottomLine": "_Tone_BottomLine_1516t_42"
344
+ };
345
+
346
+ // src/@styles/componentClasses/_.tsx
347
+ var ImgClasses = (className) => a_img_module_default[className];
348
+ var LogoClasses = (className) => a_logo_module_default[className];
349
+ var PlaceholderClasses = (className) => a_placeholder_module_default[className];
350
+ var AccordionClasses = (className) => m_accordion_module_default[className];
351
+ var SnackbarClasses = (className) => f_snackbar_module_default[className];
352
+ var SheetClasses = (className) => f_sheet_module_default[className];
353
+ var LoaderClasses = (className) => f_loader_module_default[className];
354
+ var LayoutClasses = (className) => f_layout_module_default[className];
355
+ var TableClasses = (className) => f_table_module_default[className];
356
+ var EffectClasses = (className) => f_effect_module_default[className];
357
+ var CropperClasses = (className) => f_cropper_module_default[className];
358
+ var ButtonClasses = (className) => f_button_module_default[className];
359
+ var InputClasses = (className) => f_input_module_default[className];
360
+ var InputChipsClasses = (className) => f_input_chips_module_default[className];
361
+ var InputFilerClasses = (className) => f_input_filer_module_default[className];
362
+ var InputListClasses = (className) => f_input_list_module_default[className];
363
+ var InputRichSelectClasses = (className) => f_input_richSelect_module_default[className];
364
+ var InputSwitchClasses = (className) => f_input_switch_module_default[className];
365
+ var InputSelectClasses = (className) => f_input_select_module_default[className];
366
+ var InputSliderClasses = (className) => f_input_slider_module_default[className];
367
+ var InputTimeClasses = (className) => f_input_time_module_default[className];
368
+ var InputSegmentedClasses = (className) => f_input_segmented_module_default[className];
369
+ export {
370
+ AccordionClasses,
371
+ ButtonClasses,
372
+ CropperClasses,
373
+ EffectClasses,
374
+ ImgClasses,
375
+ InputChipsClasses,
376
+ InputClasses,
377
+ InputFilerClasses,
378
+ InputListClasses,
379
+ InputRichSelectClasses,
380
+ InputSegmentedClasses,
381
+ InputSelectClasses,
382
+ InputSliderClasses,
383
+ InputSwitchClasses,
384
+ InputTimeClasses,
385
+ LayoutClasses,
386
+ LoaderClasses,
387
+ LogoClasses,
388
+ PlaceholderClasses,
389
+ SheetClasses,
390
+ SnackbarClasses,
391
+ TableClasses
392
+ };
@@ -0,0 +1 @@
1
+ export {};
File without changes
package/package.json CHANGED
@@ -1,35 +1,16 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "UI FW for React",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
7
- "exports": {
8
- ".": {
9
- "types": "./dist/index.d.ts",
10
- "import": "./dist/index.js"
11
- },
12
- "./atoms": {
13
- "types": "./dist/atoms/index.d.ts",
14
- "import": "./dist/atoms/index.js"
15
- },
16
- "./atoms/Box": {
17
- "types": "./dist/atoms/Box/index.d.ts",
18
- "import": "./dist/atoms//Box/index.js"
19
- }
20
- },
21
5
  "scripts": {
22
6
  "clean": "rimraf dist",
23
7
  "start": "run-p clean start:*",
24
- "build": "run-p clean pro:*",
25
- "_pro:webpack": "webpack --mode production",
26
- "_start:webpack": "webpack --mode development --watch",
27
- "_start:component": "npx ts-node bundler.ts",
28
- "_start:component_watch": "nodemon --watch @src --ext tsx,scss --exec \"npx ts-node bundler.ts\"",
29
- "start:compile": "npx tsc --declaration --skipLibCheck --declarationDir './dist'",
30
- "start:compile_watch": "nodemon --watch @src --ext tsx,scss --exec \"npx tsc\"",
31
- "_start:declaration": "npx tsc --declaration --emitDeclarationOnly --skipLibCheck --declarationDir './dist'",
32
- "_start:declaration_watch": "nodemon --watch @src --ext tsx --exec \"npx tsc --emitDeclarationOnly\""
8
+ "start:component": "npx ts-node bundler.ts",
9
+ "start:component_watch": "nodemon --watch src --ext tsx,scss --exec \"npx ts-node bundler.ts\"",
10
+ "start:style": "npx ts-node bundler_style.ts",
11
+ "start:style_watch": "nodemon --watch src --ext tsx,scss --exec \"npx ts-node bundler_style.ts\"",
12
+ "start:declaration": "npx tsc && tsc-alias",
13
+ "start:declaration_watch": "nodemon --watch src --exec \"npx tsc && tsc-alias\""
33
14
  },
34
15
  "repository": {
35
16
  "type": "git",
@@ -47,45 +28,76 @@
47
28
  },
48
29
  "homepage": "https://github.com/IkkoKoyama/amotify#readme",
49
30
  "dependencies": {
50
- "@babel/cli": "^7.23.0",
51
- "@babel/preset-env": "^7.23.3",
52
- "@babel/preset-react": "^7.23.3",
53
- "@babel/preset-typescript": "^7.23.3",
54
31
  "@fortawesome/fontawesome-common-types": "^6.5.1",
55
32
  "@fortawesome/fontawesome-svg-core": "^6.4.2",
56
33
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
57
34
  "@fortawesome/react-fontawesome": "^0.2.0",
58
- "@mingoo/jsmin": "^0.0.1",
35
+ "@mingoo/jsmin": "^0.0.6",
59
36
  "@types/express": "^4.17.21",
60
37
  "@types/react": "^18.3.1",
61
38
  "@types/react-dom": "^18.3.0",
62
- "babel-loader": "^9.1.3",
63
- "babel-preset-preact": "^2.0.0",
64
- "browser-sync-webpack-plugin": "^2.3.0",
65
- "css-loader": "^6.8.1",
66
- "dotenv": "^16.3.1",
67
39
  "esbuild": "^0.20.2",
40
+ "esbuild-plugin-alias-path": "^2.0.2",
68
41
  "esbuild-sass-plugin": "^3.2.0",
69
- "esbuild-scss-modules-plugin": "^1.1.1",
70
- "express": "^4.18.2",
71
- "glob": "^10.3.12",
72
- "mini-css-extract-plugin": "^2.7.6",
73
42
  "nodemon": "^3.1.0",
74
43
  "npm-run-all": "^4.1.5",
75
44
  "postcss-modules": "^6.0.0",
76
45
  "prop-types": "^15.8.1",
77
- "react": "^18.3.1",
78
- "react-dom": "^18.3.1",
79
- "react-router-dom": "^6.23.0",
80
- "sass": "^1.69.5",
81
- "sass-loader": "^13.3.2",
82
- "terser-webpack-plugin": "^5.3.9",
46
+ "react": "^17.0.0 || ^18.0.0",
47
+ "react-dom": "^17.0.0 || ^18.0.0",
48
+ "react-router-dom": "*",
83
49
  "ts-loader": "^9.5.1",
84
50
  "ts-node": "^10.9.2",
85
- "typescript": "^5.4.5",
86
- "webpack": "^5.89.0",
87
- "webpack-bundle-analyzer": "^4.10.1",
88
- "webpack-cli": "^5.1.4",
89
- "webpack-remove-empty-scripts": "^1.0.4"
51
+ "tsc-alias": "^1.8.8",
52
+ "typescript": "^5.4.5"
53
+ },
54
+ "peerDependencies": {
55
+ "react": "^17.0.0 || ^18.0.0",
56
+ "react-dom": "^17.0.0 || ^18.0.0",
57
+ "react-router-dom": "*"
58
+ },
59
+ "main": "./dist",
60
+ "types": "./dist",
61
+ "exports": {
62
+ ".": "./dist/index.js",
63
+ "./css": "./dist/style.css",
64
+ "./@declaration": "./dist/@declaration/_.js",
65
+ "./@utils": "./dist/@utils/_.js",
66
+ "./@atoms": "./dist/atoms/_.js",
67
+ "./@mols": "./dist/mols/_.js",
68
+ "./@orgs": "./dist/orgs/_.js",
69
+ "./@temps": "./dist/temps/_.js",
70
+ "./@fn": "./dist/fn/_.js"
71
+ },
72
+ "typesVersions": {
73
+ "*": {
74
+ ".": [
75
+ "dist/index"
76
+ ],
77
+ "css": [
78
+ "dist/style"
79
+ ],
80
+ "@declaration": [
81
+ "dist/@declaration/_"
82
+ ],
83
+ "@utils": [
84
+ "dist/@utils/_"
85
+ ],
86
+ "@atoms": [
87
+ "dist/atoms/_"
88
+ ],
89
+ "@mols": [
90
+ "dist/mols/_"
91
+ ],
92
+ "@orgs": [
93
+ "dist/orgs/_"
94
+ ],
95
+ "@temps": [
96
+ "dist/temps/_"
97
+ ],
98
+ "@fn": [
99
+ "dist/fn/_"
100
+ ]
101
+ }
90
102
  }
91
103
  }