amotify 0.0.7 → 0.0.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 (260) hide show
  1. package/{dist/@types/_.d.ts → @types/_.tsx} +3 -3
  2. package/{src/@types → @types}/amot.tsx +0 -1
  3. package/{src/@types → @types}/fn.tsx +1 -2
  4. package/{src/@types → @types}/index.tsx +1 -5
  5. package/{src/@types → @types}/jsminAmotifyExtension.tsx +1 -2
  6. package/dist/amotify.js +1 -0
  7. package/{public → dist}/amotify.min.css +22 -22
  8. package/package.json +4 -9
  9. package/src/{Atoms/@export.tsx → @atoms.tsx} +3 -3
  10. package/src/@functions.tsx +29 -0
  11. package/src/{Global/@export.tsx → @global.tsx} +2 -2
  12. package/src/{Molecules/@export.tsx → @molecules.tsx} +3 -3
  13. package/src/@organisms.tsx +5 -0
  14. package/src/@styles/@app.scss +2 -2
  15. package/src/@styles/UniStyling.scss +3 -3
  16. package/src/@styles/init.scss +1 -1
  17. package/src/@styles/{@variables/styleSet.scss → styleSet.scss} +1 -1
  18. package/src/{Templates/@export.tsx → @templates.tsx} +1 -1
  19. package/src/{Atoms → atoms}/FAIcon/style.module.scss +1 -2
  20. package/src/{Atoms → atoms}/Logo/parts.tsx +0 -1
  21. package/src/{Atoms → atoms}/Logo/style.module.scss +1 -2
  22. package/src/{Atoms → atoms}/Various/style.module.scss +2 -1
  23. package/src/{Functions → functions}/Button/style.module.scss +2 -1
  24. package/src/{Functions → functions}/Cropper/parts.tsx +1 -1
  25. package/src/{Functions → functions}/Cropper/style.module.scss +1 -1
  26. package/src/{Functions → functions}/Effects/style.module.scss +1 -1
  27. package/src/{Functions → functions}/Input/Chips/Selector.tsx +1 -2
  28. package/src/{Functions → functions}/Input/Chips/_.tsx +1 -5
  29. package/src/{Functions → functions}/Input/Chips/style.module.scss +1 -1
  30. package/src/{Functions → functions}/Input/DigitCharacters.tsx +1 -1
  31. package/src/{Functions → functions}/Input/File/_.tsx +1 -1
  32. package/src/{Functions → functions}/Input/File/style.module.scss +1 -1
  33. package/src/{Functions → functions}/Input/List/_.tsx +1 -1
  34. package/src/{Functions → functions}/Input/List/style.module.scss +1 -1
  35. package/src/{Functions → functions}/Input/Segmented/style.module.scss +1 -1
  36. package/src/{Functions → functions}/Input/Select/_.tsx +1 -1
  37. package/src/{Functions → functions}/Input/Select/style.module.scss +1 -1
  38. package/src/{Functions → functions}/Input/Slider/_.tsx +1 -1
  39. package/src/{Functions → functions}/Input/Slider/style.module.scss +1 -1
  40. package/src/{Functions → functions}/Input/Switch/_.tsx +1 -1
  41. package/src/{Functions → functions}/Input/Switch/style.module.scss +1 -1
  42. package/src/{Functions → functions}/Input/Time/Picker.tsx +1 -1
  43. package/src/{Functions → functions}/Input/Time/_.tsx +2 -2
  44. package/src/{Functions → functions}/Input/Time/style.module.scss +1 -1
  45. package/src/{Functions → functions}/Input/_.tsx +1 -1
  46. package/src/{Functions → functions}/Input/core.tsx +1 -1
  47. package/src/{Functions → functions}/Input/style.module.scss +1 -1
  48. package/src/{Functions → functions}/Inputs/style.module.scss +1 -1
  49. package/src/{Functions → functions}/Inputs/text.tsx +3 -16
  50. package/src/functions/Inputs/types.d.ts +13 -0
  51. package/src/{Functions → functions}/Layout/PageNotFound.tsx +2 -4
  52. package/src/{Functions → functions}/Layout/PageRouter.tsx +1 -1
  53. package/src/{Functions → functions}/Layout/PageViewController/parts.tsx +3 -1
  54. package/src/{Functions → functions}/Layout/RootViewController/parts.tsx +3 -5
  55. package/src/{Functions → functions}/Layout/RootViewController/style.module.scss +1 -1
  56. package/src/{Functions → functions}/Layout/SwipeView/parts.tsx +0 -1
  57. package/src/{Functions → functions}/Layout/SwipeView/style.module.scss +1 -1
  58. package/src/{Functions → functions}/Layout/TabBar.tsx +1 -1
  59. package/src/{Functions → functions}/Loader/style.module.scss +1 -1
  60. package/src/{Functions → functions}/Sheet/parts.tsx +1 -1
  61. package/src/{Functions → functions}/Sheet/style.module.scss +1 -1
  62. package/src/{Functions → functions}/SnackBar/parts.tsx +1 -1
  63. package/src/{Functions → functions}/SnackBar/style.module.scss +1 -1
  64. package/src/{Functions → functions}/Table/Data/parts.tsx +1 -1
  65. package/src/{Functions → functions}/Table/Drag/parts.tsx +1 -1
  66. package/src/{Functions → functions}/Table/Normal/parts.tsx +1 -2
  67. package/src/{Functions → functions}/Table/_.tsx +1 -2
  68. package/src/{Functions → functions}/Table/style.module.scss +2 -1
  69. package/src/{Functions → functions}/Tooltips/parts.tsx +1 -1
  70. package/src/{Global → global}/styleConverter.tsx +1 -5
  71. package/src/launch.tsx +5 -5
  72. package/src/{Molecules → molecules}/Accordion/style.module.scss +1 -1
  73. package/src/{Molecules → molecules}/LinkifyText/parts.tsx +1 -1
  74. package/src/{Organisms → organisms}/DisplayStyleInput/darkmode.tsx +1 -1
  75. package/src/{Organisms → organisms}/DisplayStyleInput/themeColor.tsx +1 -1
  76. package/src/{Templates → templates}/PlayGround/parts.tsx +26 -39
  77. package/src/{Templates → templates}/PlayGround/style.module.scss +1 -1
  78. package/tsconfig.json +20 -24
  79. package/webpack.config.js +11 -9
  80. package/dist/@jsminAmotifyExtension/_.d.ts +0 -4
  81. package/dist/@jsminAmotifyExtension/_.js +0 -6
  82. package/dist/@jsminAmotifyExtension/fetch.d.ts +0 -9
  83. package/dist/@jsminAmotifyExtension/fetch.js +0 -199
  84. package/dist/@jsminAmotifyExtension/formCollect.d.ts +0 -1
  85. package/dist/@jsminAmotifyExtension/formCollect.js +0 -137
  86. package/dist/@jsminAmotifyExtension/spreadSheet.d.ts +0 -4
  87. package/dist/@jsminAmotifyExtension/spreadSheet.js +0 -314
  88. package/dist/@jsminAmotifyExtension/variables.d.ts +0 -0
  89. package/dist/@jsminAmotifyExtension/variables.js +0 -186
  90. package/dist/@types/_.js +0 -8
  91. package/dist/@types/amot.d.ts +0 -260
  92. package/dist/@types/amot.js +0 -2
  93. package/dist/@types/fn.d.ts +0 -1040
  94. package/dist/@types/fn.js +0 -2
  95. package/dist/@types/index.d.ts +0 -62
  96. package/dist/@types/index.js +0 -2
  97. package/dist/@types/jsminAmotifyExtension.d.ts +0 -134
  98. package/dist/@types/jsminAmotifyExtension.js +0 -2
  99. package/dist/@types/module.d.ts +0 -2
  100. package/dist/@types/module.js +0 -1
  101. package/dist/@types/state.d.ts +0 -145
  102. package/dist/@types/state.js +0 -2
  103. package/dist/Atoms/@export.d.ts +0 -4
  104. package/dist/Atoms/@export.js +0 -16
  105. package/dist/Atoms/FAIcon/parts.d.ts +0 -2
  106. package/dist/Atoms/FAIcon/parts.js +0 -152
  107. package/dist/Atoms/Logo/parts.d.ts +0 -1
  108. package/dist/Atoms/Logo/parts.js +0 -154
  109. package/dist/Atoms/Various/parts.d.ts +0 -9
  110. package/dist/Atoms/Various/parts.js +0 -113
  111. package/dist/Functions/@export.d.ts +0 -12
  112. package/dist/Functions/@export.js +0 -25
  113. package/dist/Functions/Button/_.d.ts +0 -1
  114. package/dist/Functions/Button/_.js +0 -270
  115. package/dist/Functions/Cropper/parts.d.ts +0 -1
  116. package/dist/Functions/Cropper/parts.js +0 -783
  117. package/dist/Functions/Effects/Fade.d.ts +0 -1
  118. package/dist/Functions/Effects/Fade.js +0 -82
  119. package/dist/Functions/Effects/Ripple.d.ts +0 -1
  120. package/dist/Functions/Effects/Ripple.js +0 -107
  121. package/dist/Functions/Effects/_.d.ts +0 -3
  122. package/dist/Functions/Effects/_.js +0 -43
  123. package/dist/Functions/Input/Chips/Selector.d.ts +0 -1
  124. package/dist/Functions/Input/Chips/Selector.js +0 -356
  125. package/dist/Functions/Input/Chips/_.d.ts +0 -2
  126. package/dist/Functions/Input/Chips/_.js +0 -218
  127. package/dist/Functions/Input/DigitCharacters.d.ts +0 -1
  128. package/dist/Functions/Input/DigitCharacters.js +0 -178
  129. package/dist/Functions/Input/File/_.d.ts +0 -2
  130. package/dist/Functions/Input/File/_.js +0 -458
  131. package/dist/Functions/Input/Hidden.d.ts +0 -1
  132. package/dist/Functions/Input/Hidden.js +0 -30
  133. package/dist/Functions/Input/List/_.d.ts +0 -1
  134. package/dist/Functions/Input/List/_.js +0 -232
  135. package/dist/Functions/Input/Segmented/_.d.ts +0 -1
  136. package/dist/Functions/Input/Segmented/_.js +0 -111
  137. package/dist/Functions/Input/Select/_.d.ts +0 -1
  138. package/dist/Functions/Input/Select/_.js +0 -154
  139. package/dist/Functions/Input/Slider/_.d.ts +0 -1
  140. package/dist/Functions/Input/Slider/_.js +0 -308
  141. package/dist/Functions/Input/Switch/_.d.ts +0 -1
  142. package/dist/Functions/Input/Switch/_.js +0 -120
  143. package/dist/Functions/Input/Text.d.ts +0 -5
  144. package/dist/Functions/Input/Text.js +0 -340
  145. package/dist/Functions/Input/TextArea.d.ts +0 -1
  146. package/dist/Functions/Input/TextArea.js +0 -98
  147. package/dist/Functions/Input/Time/Picker.d.ts +0 -1
  148. package/dist/Functions/Input/Time/Picker.js +0 -581
  149. package/dist/Functions/Input/Time/_.d.ts +0 -2
  150. package/dist/Functions/Input/Time/_.js +0 -567
  151. package/dist/Functions/Input/_.d.ts +0 -5
  152. package/dist/Functions/Input/_.js +0 -446
  153. package/dist/Functions/Input/core.d.ts +0 -34
  154. package/dist/Functions/Input/core.js +0 -324
  155. package/dist/Functions/Inputs/_.d.ts +0 -3
  156. package/dist/Functions/Inputs/_.js +0 -7
  157. package/dist/Functions/Inputs/text.d.ts +0 -12
  158. package/dist/Functions/Inputs/text.js +0 -46
  159. package/dist/Functions/Layout/PageNotFound.d.ts +0 -1
  160. package/dist/Functions/Layout/PageNotFound.js +0 -30
  161. package/dist/Functions/Layout/PageRouter.d.ts +0 -2
  162. package/dist/Functions/Layout/PageRouter.js +0 -65
  163. package/dist/Functions/Layout/PageViewController/parts.d.ts +0 -1
  164. package/dist/Functions/Layout/PageViewController/parts.js +0 -31
  165. package/dist/Functions/Layout/Plate.d.ts +0 -1
  166. package/dist/Functions/Layout/Plate.js +0 -39
  167. package/dist/Functions/Layout/RootViewController/parts.d.ts +0 -1
  168. package/dist/Functions/Layout/RootViewController/parts.js +0 -202
  169. package/dist/Functions/Layout/SwipeView/parts.d.ts +0 -2
  170. package/dist/Functions/Layout/SwipeView/parts.js +0 -319
  171. package/dist/Functions/Layout/TabBar.d.ts +0 -1
  172. package/dist/Functions/Layout/TabBar.js +0 -49
  173. package/dist/Functions/Layout/_.d.ts +0 -2
  174. package/dist/Functions/Layout/_.js +0 -20
  175. package/dist/Functions/Loader/corner.d.ts +0 -1
  176. package/dist/Functions/Loader/corner.js +0 -59
  177. package/dist/Functions/Loader/mini.d.ts +0 -33
  178. package/dist/Functions/Loader/mini.js +0 -126
  179. package/dist/Functions/Loader/parts.d.ts +0 -3
  180. package/dist/Functions/Loader/parts.js +0 -108
  181. package/dist/Functions/Loader/top.d.ts +0 -1
  182. package/dist/Functions/Loader/top.js +0 -69
  183. package/dist/Functions/Sheet/parts.d.ts +0 -2
  184. package/dist/Functions/Sheet/parts.js +0 -724
  185. package/dist/Functions/SnackBar/parts.d.ts +0 -2
  186. package/dist/Functions/SnackBar/parts.js +0 -171
  187. package/dist/Functions/Table/Data/parts.d.ts +0 -3
  188. package/dist/Functions/Table/Data/parts.js +0 -629
  189. package/dist/Functions/Table/Drag/parts.d.ts +0 -1
  190. package/dist/Functions/Table/Drag/parts.js +0 -359
  191. package/dist/Functions/Table/Normal/parts.d.ts +0 -1
  192. package/dist/Functions/Table/Normal/parts.js +0 -92
  193. package/dist/Functions/Table/_.d.ts +0 -9
  194. package/dist/Functions/Table/_.js +0 -153
  195. package/dist/Functions/Tooltips/parts.d.ts +0 -2
  196. package/dist/Functions/Tooltips/parts.js +0 -71
  197. package/dist/Global/@export.d.ts +0 -12
  198. package/dist/Global/@export.js +0 -198
  199. package/dist/Global/LaunchReactApplication.d.ts +0 -1
  200. package/dist/Global/LaunchReactApplication.js +0 -48
  201. package/dist/Global/styleConverter.d.ts +0 -2
  202. package/dist/Global/styleConverter.js +0 -349
  203. package/dist/Molecules/@export.d.ts +0 -21
  204. package/dist/Molecules/@export.js +0 -41
  205. package/dist/Molecules/Accordion/parts.d.ts +0 -2
  206. package/dist/Molecules/Accordion/parts.js +0 -165
  207. package/dist/Molecules/LinkifyText/parts.d.ts +0 -1
  208. package/dist/Molecules/LinkifyText/parts.js +0 -39
  209. package/dist/Molecules/List.d.ts +0 -1
  210. package/dist/Molecules/List.js +0 -35
  211. package/dist/Organisms/@export.d.ts +0 -2
  212. package/dist/Organisms/@export.js +0 -5
  213. package/dist/Organisms/DisplayStyleInput/_.d.ts +0 -1
  214. package/dist/Organisms/DisplayStyleInput/_.js +0 -15
  215. package/dist/Organisms/DisplayStyleInput/darkmode.d.ts +0 -1
  216. package/dist/Organisms/DisplayStyleInput/darkmode.js +0 -77
  217. package/dist/Organisms/DisplayStyleInput/themeColor.d.ts +0 -27
  218. package/dist/Organisms/DisplayStyleInput/themeColor.js +0 -185
  219. package/dist/Templates/@export.d.ts +0 -2
  220. package/dist/Templates/@export.js +0 -5
  221. package/dist/Templates/PlayGround/parts.d.ts +0 -1
  222. package/dist/Templates/PlayGround/parts.js +0 -55
  223. package/dist/config.d.ts +0 -16
  224. package/dist/config.js +0 -171
  225. package/dist/launch.d.ts +0 -9
  226. package/dist/launch.js +0 -46
  227. package/dist/preload.d.ts +0 -1
  228. package/dist/preload.js +0 -73
  229. package/public/amotify.js +0 -1
  230. package/src/@types/_.tsx +0 -6
  231. package/src/Functions/@export.tsx +0 -29
  232. package/src/Functions/Inputs/types.d.ts +0 -1
  233. package/src/Global/exe.tsx +0 -0
  234. package/src/Organisms/@export.tsx +0 -5
  235. /package/{src/@types → @types}/module.tsx +0 -0
  236. /package/{src/@types → @types}/state.tsx +0 -0
  237. /package/src/@styles/{@variables/customProps.scss → props.scss} +0 -0
  238. /package/src/@styles/{@variables/themeColor.scss → themeColor.scss} +0 -0
  239. /package/src/@styles/{@variables/var.scss → var.scss} +0 -0
  240. /package/src/{Atoms → atoms}/FAIcon/parts.tsx +0 -0
  241. /package/src/{Atoms → atoms}/Various/parts.tsx +0 -0
  242. /package/src/{Functions → functions}/Button/_.tsx +0 -0
  243. /package/src/{Functions → functions}/Effects/Fade.tsx +0 -0
  244. /package/src/{Functions → functions}/Effects/Ripple.tsx +0 -0
  245. /package/src/{Functions → functions}/Effects/_.tsx +0 -0
  246. /package/src/{Functions → functions}/Input/Hidden.tsx +0 -0
  247. /package/src/{Functions → functions}/Input/Segmented/_.tsx +0 -0
  248. /package/src/{Functions → functions}/Input/Text.tsx +0 -0
  249. /package/src/{Functions → functions}/Input/TextArea.tsx +0 -0
  250. /package/src/{Functions → functions}/Inputs/_.tsx +0 -0
  251. /package/src/{Functions → functions}/Layout/Plate.tsx +0 -0
  252. /package/src/{Functions → functions}/Layout/_.tsx +0 -0
  253. /package/src/{Functions → functions}/Loader/corner.tsx +0 -0
  254. /package/src/{Functions → functions}/Loader/mini.tsx +0 -0
  255. /package/src/{Functions → functions}/Loader/parts.tsx +0 -0
  256. /package/src/{Functions → functions}/Loader/top.tsx +0 -0
  257. /package/src/{Global → global}/LaunchReactApplication.tsx +0 -0
  258. /package/src/{Molecules → molecules}/Accordion/parts.tsx +0 -0
  259. /package/src/{Molecules → molecules}/List.tsx +0 -0
  260. /package/src/{Organisms → organisms}/DisplayStyleInput/_.tsx +0 -0
package/package.json CHANGED
@@ -1,21 +1,16 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "UI Component for React",
5
5
  "main": "dist/launch.js",
6
6
  "types": "dist/@types.d.ts",
7
7
  "scripts": {
8
- "clean-cdn": "rimraf public",
9
- "clean-dist": "rimraf dist",
8
+ "clean": "rimraf dist",
10
9
  "devCDN:webpack": "webpack --mode development --watch",
11
10
  "devCDN:server": "nodemon app.js --ignore public --ignore package.json --ignore src --ignore webpack.config.js --ignore tsconfig.json",
12
11
  "proCDN:webpack": "webpack --mode production",
13
- "allBuild:tsc": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
14
- "typesBuild:tsc": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json tsc --emitDeclarationOnly",
15
- "build": "run-p clean-dist allBuild:*",
16
- "build-types": "run-p clean-dist typesBuild:*",
17
- "server": "run-p clean-cdn devCDN:*",
18
- "cdn": "run-p clean-cdn proCDN:*"
12
+ "start": "run-p clean devCDN:*",
13
+ "build": "run-p clean proCDN:*"
19
14
  },
20
15
  "repository": {
21
16
  "type": "git",
@@ -7,11 +7,11 @@ import {
7
7
  Grid,
8
8
  Paragraph,
9
9
  Placeholder
10
- } from './Various/parts';
10
+ } from './atoms/Various/parts';
11
11
 
12
- import { FAIcon } from './FAIcon/parts';
12
+ import { FAIcon } from './atoms/FAIcon/parts';
13
13
 
14
- import { Logo } from './Logo/parts';
14
+ import { Logo } from './atoms/Logo/parts';
15
15
 
16
16
  export {
17
17
  Flex,
@@ -0,0 +1,29 @@
1
+ import {
2
+ Effects
3
+ } from './functions/Effects/_';
4
+
5
+ import { Buttons } from './functions/Button/_';
6
+ import { Input } from './functions/Input/_';
7
+ import { Inputs } from './functions/Inputs/_';
8
+ import { Layout } from './functions/Layout/_';
9
+ import { Table } from './functions/Table/_';
10
+ import { Sheet } from './functions/Sheet/parts';
11
+ import { SnackBar } from './functions/SnackBar/parts';
12
+ import { Loader } from './functions/Loader/parts';
13
+ import { Tooltips } from './functions/Tooltips/parts';
14
+
15
+ import { Cropper } from './functions/Cropper/parts';
16
+
17
+ export {
18
+ Buttons,
19
+ Input,
20
+ Inputs,
21
+ Table,
22
+ Layout,
23
+ Sheet,
24
+ SnackBar,
25
+ Loader,
26
+ Tooltips,
27
+ Effects,
28
+ Cropper,
29
+ }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import * as ReactDom from 'react-dom';
3
3
  import * as ReactRouterDom from 'react-router-dom';
4
4
 
5
- import { LaunchReactApplication } from './LaunchReactApplication';
5
+ import { LaunchReactApplication } from './global/LaunchReactApplication';
6
6
 
7
7
  const Inmemory: {
8
8
  [ key: string ]: {
@@ -119,7 +119,7 @@ const pageTransit: amotify.glob.PageTransitParams = {
119
119
  import {
120
120
  ReadStyleSet,
121
121
  ToClassName
122
- } from './styleConverter';
122
+ } from './global/styleConverter';
123
123
 
124
124
  const StyleConverter = {
125
125
  ReadStyleSet,
@@ -3,9 +3,9 @@ import {
3
3
  Box,
4
4
  Flex
5
5
  } from '@atoms';
6
- import { List } from './List';
7
- import { Accordion } from './Accordion/parts';
8
- import { LinkifyText } from './LinkifyText/parts';
6
+ import { List } from './molecules/List';
7
+ import { Accordion } from './molecules/Accordion/parts';
8
+ import { LinkifyText } from './molecules/LinkifyText/parts';
9
9
 
10
10
  const Text = {
11
11
  Title: ( params: amotify.atoms.BoxInput ) => ( <Box
@@ -0,0 +1,5 @@
1
+ import { DisplayStyleInput } from './organisms/DisplayStyleInput/_';
2
+
3
+ export {
4
+ DisplayStyleInput
5
+ }
@@ -1,4 +1,4 @@
1
- @use './@variables/customProps' as *;
2
- @forward './@variables/var';
1
+ @use './props' as *;
2
+ @forward './var';
3
3
  @forward './init';
4
4
  @forward './UniStyling';
@@ -1,6 +1,6 @@
1
- @use '@uniVar' as *;
2
- @use '@styleSet' as *;
3
- @use './@variables/themeColor' as themeColor;
1
+ @use './props' as *;
2
+ @use './styleSet' as *;
3
+ @use './themeColor' as themeColor;
4
4
  @mixin UniStyles($DS ) {
5
5
  &dsp {
6
6
  &block#{ $DS } {
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use './props' as *;
2
2
  * {
3
3
  padding: 0;
4
4
  margin: 0;
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use './props' as *;
2
2
 
3
3
  @mixin OriginScrollBar {
4
4
  overflow: auto;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PlayGround
3
- } from './PlayGround/parts';
3
+ } from './templates/PlayGround/parts';
4
4
 
5
5
  export {
6
6
  PlayGround
@@ -1,5 +1,4 @@
1
- @use '@uniVar' as *;
2
- @use'@styleSet' as *;
1
+ @use '@props' as *;
3
2
 
4
3
  .FAIcon {
5
4
  &:global.fa-duotone {
@@ -1,5 +1,4 @@
1
1
  import {
2
- Box,
3
2
  Flex,
4
3
  Img
5
4
  } from '@atoms';
@@ -1,5 +1,4 @@
1
- @use '@uniVar' as *;
2
- @use'@styleSet' as *;
1
+ @use '@props' as *;
3
2
 
4
3
  .Size_ {
5
4
  &S {
@@ -1,5 +1,6 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  @use'@styleSet' as *;
3
+
3
4
  .Img {
4
5
  &.ShowExpand_true {
5
6
  transition: $animation-time-middle;
@@ -1,5 +1,6 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  @use'@styleSet' as *;
3
+
3
4
  .Wrap {
4
5
  position: relative;
5
6
  @include DisableduserSelect();
@@ -17,7 +17,7 @@ import {
17
17
  Input,
18
18
  Sheet,
19
19
  Loader
20
- } from '@functions';
20
+ } from '@fn';
21
21
 
22
22
  const {
23
23
  useState,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Wrap {
3
3
  &.Use_ {
4
4
  &profile {
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Ripple {
3
3
  &Element {
4
4
  transition: $animation-time-short;
@@ -1,5 +1,4 @@
1
1
  import {
2
- useRecycle,
3
2
  useStore,
4
3
  } from '@global';
5
4
  const {
@@ -22,7 +21,7 @@ import {
22
21
  Buttons,
23
22
  Loader,
24
23
  Sheet
25
- } from '@functions';
24
+ } from '@fn';
26
25
 
27
26
  import style from './style.module.scss';
28
27
 
@@ -1,7 +1,3 @@
1
- import {
2
- useRecycle,
3
- useStore
4
- } from '@global';
5
1
  const {
6
2
  useEffect,
7
3
  useState
@@ -19,7 +15,7 @@ import {
19
15
  Buttons,
20
16
  Loader,
21
17
  Sheet
22
- } from '@functions';
18
+ } from '@fn';
23
19
 
24
20
  import {
25
21
  BoxWrapper,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  @use'@styleSet' as *;
3
3
 
4
4
  .SelectorWrapper {
@@ -10,7 +10,7 @@ import {
10
10
  } from '@atoms';
11
11
  import {
12
12
  Input
13
- } from '@functions';
13
+ } from '@fn';
14
14
  import {
15
15
  BoxWrapper,
16
16
  SubmitForm,
@@ -19,7 +19,7 @@ import {
19
19
  Input,
20
20
  Buttons,
21
21
  SnackBar
22
- } from '@functions';
22
+ } from '@fn';
23
23
 
24
24
  import {
25
25
  BoxWrapper,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
 
3
3
  .Input:focus {
4
4
  + .List .AddButton {
@@ -13,7 +13,7 @@ import {
13
13
  import {
14
14
  Input,
15
15
  Buttons
16
- } from '@functions';
16
+ } from '@fn';
17
17
  import {
18
18
  BoxWrapper,
19
19
  CommonEffects,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .CellBase {
3
3
  &.HideInput_true .Input {
4
4
  display: none;
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  @use'@styleSet' as *;
3
3
  .Label {
4
4
  user-select: none;
@@ -16,7 +16,7 @@ import {
16
16
  } from '../core';
17
17
  import {
18
18
  Buttons
19
- } from '@functions';
19
+ } from '@fn';
20
20
 
21
21
 
22
22
  import style from './style.module.scss';
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Select {
3
3
  position: absolute;
4
4
  top: 0;
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  Input,
10
10
  Buttons
11
- } from '@functions';
11
+ } from '@fn';
12
12
 
13
13
  import {
14
14
  BoxWrapper,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  @use'@styleSet' as *;
3
3
  .Label {
4
4
  &:before {
@@ -10,7 +10,7 @@ import {
10
10
  } from '@mols';
11
11
  import {
12
12
  Buttons
13
- } from '@functions';
13
+ } from '@fn';
14
14
  import {
15
15
  BoxWrapper,
16
16
  SubmitForm,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Input {
3
3
  position: absolute;
4
4
  height: 0;
@@ -16,7 +16,7 @@ import {
16
16
  Buttons,
17
17
  Input,
18
18
  Tooltips
19
- } from '@functions';
19
+ } from '@fn';
20
20
  const {
21
21
  useEffect,
22
22
  useRef,
@@ -3,12 +3,12 @@ import {
3
3
  } from '@global';
4
4
  import {
5
5
  Box
6
- } from '@atoms'
6
+ } from '@atoms';
7
7
  import {
8
8
  Input,
9
9
  Buttons,
10
10
  Tooltips
11
- } from '@functions';
11
+ } from '@fn';
12
12
 
13
13
  import {
14
14
  BoxWrapper,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Header {
3
3
  position: sticky;
4
4
  top: 0;
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  Buttons,
24
24
  Tooltips
25
- } from '@functions';
25
+ } from '@fn';
26
26
 
27
27
  import style from './style.module.scss';
28
28
 
@@ -20,7 +20,7 @@ import {
20
20
  import {
21
21
  Buttons,
22
22
  Tooltips
23
- } from '@functions';
23
+ } from '@fn';
24
24
 
25
25
  import style from './style.module.scss';
26
26
 
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Input {
3
3
  &:focus, &:active {
4
4
  z-index: 1;
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Focus {
3
3
  &:focus, &:active {
4
4
  z-index: 1;
@@ -1,23 +1,10 @@
1
1
  import {
2
2
  StyleConverter
3
3
  } from '@global';
4
- import style from './style.module.scss';
5
4
 
5
+ import style from './style.module.scss';
6
6
 
7
- declare global {
8
- namespace Inputs {
9
- type ToneTypes = 'normal' | 'cloud' | 'bottomBorder' | 'plain'
10
-
11
- namespace Text {
12
- type Params =
13
- any &
14
- React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>,HTMLInputElement> &
15
- {
16
- tone?: ToneTypes
17
- }
18
- }
19
- }
20
- }
7
+ import { TextInputs } from './types';
21
8
 
22
9
  let ToneStyles: {
23
10
  common: amotifyBasicElement
@@ -48,7 +35,7 @@ let ToneStyles: {
48
35
  plain: {},
49
36
  }
50
37
 
51
- export const TextInput = ( params: Inputs.Text.Params ) => {
38
+ export const TextInput = ( params: TextInputs.Text.Params ) => {
52
39
  params = {
53
40
  ...ToneStyles.common,
54
41
  ...ToneStyles.bottomBorder,
@@ -0,0 +1,13 @@
1
+ namespace TextInputs {
2
+ type ToneTypes = 'normal' | 'cloud' | 'bottomBorder' | 'plain'
3
+
4
+ namespace Text {
5
+ type Params =
6
+ any &
7
+ React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>,HTMLInputElement> &
8
+ {
9
+ tone?: ToneTypes
10
+ }
11
+ }
12
+ }
13
+ export { TextInputs }
@@ -1,8 +1,6 @@
1
1
  import {
2
2
  Box,
3
- Flex,
4
- FAIcon,
5
- Paragraph
3
+ FAIcon
6
4
  } from '@atoms';
7
5
  import {
8
6
  Column,
@@ -11,7 +9,7 @@ import {
11
9
  } from '@mols';
12
10
  import {
13
11
  Buttons
14
- } from '@functions';
12
+ } from '@fn';
15
13
 
16
14
  export const PageNotFound: FNC<{}> = () => {
17
15
 
@@ -4,7 +4,7 @@ import {
4
4
  } from '@global';
5
5
  import {
6
6
  Layout
7
- } from '@functions';
7
+ } from '@fn';
8
8
  const {
9
9
  useEffect,
10
10
  useRef,
@@ -7,7 +7,9 @@ const {
7
7
  useEffect
8
8
  } = React;
9
9
 
10
- import { Effects } from '@functions';
10
+ import {
11
+ Effects
12
+ } from '@fn';
11
13
 
12
14
  export const PageViewController: FNC<amotify.fn.Layout.PageViewController.Params> = ( params ) => {
13
15
  let {
@@ -8,13 +8,11 @@ import {
8
8
  Flex,
9
9
  } from '@atoms';
10
10
  import {
11
- Column,
12
- Row
11
+ Column
13
12
  } from '@mols';
14
13
  import {
15
- Buttons,
16
- Input
17
- } from '@functions';
14
+ Buttons
15
+ } from '@fn';
18
16
 
19
17
  import style from './style.module.scss';
20
18
 
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Content {
3
3
  @media (max-width:$breakPoint ) {
4
4
  min-height: calc($viewHeight - $topNavigationHeight - $footerNavigationHeight );
@@ -13,7 +13,6 @@ const {
13
13
 
14
14
  import style from './style.module.scss';
15
15
 
16
-
17
16
  type SlideEventProps = {
18
17
  eventType: 'usr' | 'sys' | 'init' | 'adjustLoop'
19
18
  index: number
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  .Rail {
3
3
  &.ShowOther_true {
4
4
  > .Child {
@@ -10,7 +10,7 @@ import {
10
10
  } from '@mols';
11
11
  import {
12
12
  Input
13
- } from '@functions';
13
+ } from '@fn';
14
14
  const {
15
15
  useEffect,
16
16
  useState
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  :global {
3
3
  #LOADER {
4
4
  z-index: 10;
@@ -17,7 +17,7 @@ import {
17
17
  Buttons,
18
18
  Input,
19
19
  Layout
20
- } from '@functions';
20
+ } from '@fn';
21
21
  const {
22
22
  useEffect,
23
23
  useState,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  //SheetBase
3
3
  :global {
4
4
  #SHEET {
@@ -13,7 +13,7 @@ import {
13
13
  } from '@mols';
14
14
  import {
15
15
  Buttons
16
- } from '@functions';
16
+ } from '@fn';
17
17
  const {
18
18
  useEffect,
19
19
  useState,
@@ -1,4 +1,4 @@
1
- @use '@uniVar' as *;
1
+ @use '@props' as *;
2
2
  :global {
3
3
  #SNACKBARS {
4
4
  z-index: 8;
@@ -16,7 +16,7 @@ import {
16
16
  Buttons,
17
17
  Input,
18
18
  Sheet,
19
- } from '@functions';
19
+ } from '@fn';
20
20
 
21
21
  import style from '../style.module.scss';
22
22
 
@@ -7,7 +7,7 @@ import {
7
7
  import {
8
8
  Buttons,
9
9
  Tooltips,
10
- } from '@functions';
10
+ } from '@fn';
11
11
  const {
12
12
  useState,
13
13
  useEffect,
@@ -1,9 +1,8 @@
1
- import style from '../style.module.scss';
2
-
3
1
  import {
4
2
  Comps,
5
3
  DefaultCellSystemStyles
6
4
  } from '../_';
5
+ import style from '../style.module.scss';
7
6
 
8
7
  const HeadRow: FNC<amotify.fn.Tables.Normal.Params> = ( params ) => {
9
8
  let {