amotify 0.2.27 → 0.2.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 (140) hide show
  1. package/demo/esbuild/app.tsx +14 -30
  2. package/demo/esbuild/public/index.css +1 -1
  3. package/demo/esbuild/public/index.js +95 -93
  4. package/dist/@declares/index.d.ts +2 -2
  5. package/dist/@declares/property.d.ts +4 -3
  6. package/dist/@styles/componentClasses/index.css +1 -1
  7. package/dist/@styles/componentClasses/index.d.ts +1 -2
  8. package/dist/@styles/componentClasses/index.js +1 -1
  9. package/dist/@styles/index.css +1 -1
  10. package/dist/@styles/index.js +1 -1
  11. package/dist/@styles/init.css +1 -1
  12. package/dist/@styles/style.css +1 -1
  13. package/dist/@styles/style.js +1 -1
  14. package/dist/@styles/var.css +1 -1
  15. package/dist/@utils/GenerateClassName.d.ts +4 -4
  16. package/dist/@utils/GenerateClassName.js +1 -1
  17. package/dist/@utils/LaunchReactApp.d.ts +1 -2
  18. package/dist/@utils/LaunchReactApp.js +1 -1
  19. package/dist/@utils/collectForm.js +1 -1
  20. package/dist/@utils/useRouterEffect.js +1 -1
  21. package/dist/atoms/Box.d.ts +8 -6
  22. package/dist/atoms/Box.js +1 -1
  23. package/dist/atoms/FAI.d.ts +3 -5
  24. package/dist/atoms/FAI.js +1 -1
  25. package/dist/atoms/Img.d.ts +3 -3
  26. package/dist/atoms/Img.js +1 -1
  27. package/dist/atoms/Logo.d.ts +3 -3
  28. package/dist/atoms/Logo.js +2 -2
  29. package/dist/atoms/Placeholder.d.ts +1 -1
  30. package/dist/atoms/Placeholder.js +1 -1
  31. package/dist/atoms/index.d.ts +40 -4
  32. package/dist/atoms/index.js +1 -1
  33. package/dist/fn/Button.d.ts +3 -3
  34. package/dist/fn/Button.js +1 -1
  35. package/dist/fn/Cropper.js +1 -1
  36. package/dist/fn/Effect/Fade.d.ts +3 -3
  37. package/dist/fn/Effect/Fade.js +1 -1
  38. package/dist/fn/Effect/Pudding.js +1 -1
  39. package/dist/fn/Effect/Ripple.js +2 -2
  40. package/dist/fn/Input/Autocomplete.d.ts +86 -0
  41. package/dist/fn/Input/Autocomplete.js +1 -0
  42. package/dist/fn/Input/Checker.d.ts +3 -3
  43. package/dist/fn/Input/Checker.js +1 -1
  44. package/dist/fn/Input/Contenteditable.js +1 -1
  45. package/dist/fn/Input/DigitCharacters.d.ts +2 -2
  46. package/dist/fn/Input/DigitCharacters.js +1 -1
  47. package/dist/fn/Input/Filer.d.ts +2 -2
  48. package/dist/fn/Input/Filer.js +1 -1
  49. package/dist/fn/Input/Hidden.js +1 -1
  50. package/dist/fn/Input/Label.d.ts +8 -0
  51. package/dist/fn/Input/Label.js +1 -0
  52. package/dist/fn/Input/List.d.ts +34 -22
  53. package/dist/fn/Input/List.js +1 -1
  54. package/dist/fn/Input/Parts.d.ts +18 -15
  55. package/dist/fn/Input/Parts.js +1 -1
  56. package/dist/fn/Input/Plain.d.ts +2 -2
  57. package/dist/fn/Input/Plain.js +1 -1
  58. package/dist/fn/Input/Search.d.ts +2 -2
  59. package/dist/fn/Input/Search.js +1 -1
  60. package/dist/fn/Input/Segmented.d.ts +17 -13
  61. package/dist/fn/Input/Segmented.js +1 -1
  62. package/dist/fn/Input/Select.d.ts +29 -9
  63. package/dist/fn/Input/Select.js +1 -1
  64. package/dist/fn/Input/Slider.js +1 -1
  65. package/dist/fn/Input/Switch.js +1 -1
  66. package/dist/fn/Input/TextField.d.ts +70 -0
  67. package/dist/fn/Input/TextField.js +3 -0
  68. package/dist/fn/Input/Time/Picker.js +1 -1
  69. package/dist/fn/Input/Time/index.d.ts +14 -0
  70. package/dist/fn/Input/Time/index.js +1 -1
  71. package/dist/fn/Input/core.d.ts +16 -18
  72. package/dist/fn/Input/core.js +1 -1
  73. package/dist/fn/Input/index.d.ts +36 -64
  74. package/dist/fn/Input/index.js +1 -1
  75. package/dist/fn/Loader/corner.js +1 -1
  76. package/dist/fn/Loader/index.d.ts +2 -2
  77. package/dist/fn/Loader/index.js +1 -1
  78. package/dist/fn/Loader/mini.js +1 -1
  79. package/dist/fn/PageNotFound.js +1 -1
  80. package/dist/fn/Plate.d.ts +2 -2
  81. package/dist/fn/Plate.js +1 -1
  82. package/dist/fn/RootViewController.d.ts +6 -7
  83. package/dist/fn/RootViewController.js +1 -1
  84. package/dist/fn/Sheet.d.ts +9 -9
  85. package/dist/fn/Sheet.js +1 -1
  86. package/dist/fn/Snackbar.d.ts +2 -2
  87. package/dist/fn/Snackbar.js +1 -1
  88. package/dist/fn/SwipeView.d.ts +2 -2
  89. package/dist/fn/SwipeView.js +1 -1
  90. package/dist/fn/TabBar.d.ts +2 -2
  91. package/dist/fn/TabBar.js +1 -1
  92. package/dist/fn/Table/Data.d.ts +3 -3
  93. package/dist/fn/Table/Data.js +1 -1
  94. package/dist/fn/Table/Drag.js +1 -1
  95. package/dist/fn/Table/Normal.js +1 -1
  96. package/dist/fn/Table/Parts.d.ts +7 -7
  97. package/dist/fn/Table/Parts.js +1 -1
  98. package/dist/fn/Table/cellStyling.d.ts +3 -3
  99. package/dist/fn/Table/cellStyling.js +1 -1
  100. package/dist/fn/Table/index.d.ts +5 -5
  101. package/dist/fn/Table/index.js +1 -1
  102. package/dist/fn/Tooltips.d.ts +4 -6
  103. package/dist/fn/Tooltips.js +1 -1
  104. package/dist/index.d.ts +28 -20
  105. package/dist/mols/Accordion.d.ts +2 -2
  106. package/dist/mols/Accordion.js +1 -1
  107. package/dist/mols/LinkifyText.d.ts +1 -1
  108. package/dist/mols/LinkifyText.js +1 -1
  109. package/dist/mols/List.d.ts +30 -7
  110. package/dist/mols/List.js +1 -1
  111. package/dist/mols/Row.d.ts +3 -3
  112. package/dist/mols/Row.js +1 -1
  113. package/dist/mols/Text.d.ts +18 -14
  114. package/dist/mols/Text.js +1 -1
  115. package/dist/mols/index.d.ts +0 -1
  116. package/dist/mols/index.js +1 -1
  117. package/dist/temps/designBook.js +20 -20
  118. package/package.json +2 -2
  119. package/dist/atoms/Flex.d.ts +0 -11
  120. package/dist/atoms/Flex.js +0 -1
  121. package/dist/atoms/Grid.d.ts +0 -4
  122. package/dist/atoms/Grid.js +0 -1
  123. package/dist/atoms/P.d.ts +0 -9
  124. package/dist/atoms/P.js +0 -1
  125. package/dist/atoms/Span.d.ts +0 -9
  126. package/dist/atoms/Span.js +0 -1
  127. package/dist/fn/Input/AutoHeightText.d.ts +0 -6
  128. package/dist/fn/Input/AutoHeightText.js +0 -1
  129. package/dist/fn/Input/Chips/Selector.d.ts +0 -44
  130. package/dist/fn/Input/Chips/Selector.js +0 -1
  131. package/dist/fn/Input/Chips/index.d.ts +0 -60
  132. package/dist/fn/Input/Chips/index.js +0 -1
  133. package/dist/fn/Input/RichSelect.d.ts +0 -33
  134. package/dist/fn/Input/RichSelect.js +0 -1
  135. package/dist/fn/Input/Text.d.ts +0 -51
  136. package/dist/fn/Input/Text.js +0 -1
  137. package/dist/fn/Input/TextArea.d.ts +0 -19
  138. package/dist/fn/Input/TextArea.js +0 -1
  139. package/dist/mols/Column.d.ts +0 -7
  140. package/dist/mols/Column.js +0 -1
@@ -3,20 +3,22 @@ import * as ReactRouterDOM from 'react-router-dom'
3
3
  import React,{ useEffect } from 'react'
4
4
 
5
5
  import $$ from '@mingoo/jsmin'
6
- import amotify,{ Input } from '../../dist/index'
7
6
 
8
-
9
- let {
10
- DesignBook
11
- } = amotify
12
7
  import {
8
+ DesignBook,
13
9
  Config,
10
+ ReactElement,
11
+ Row,
14
12
  useRouterEffect,
15
13
  LaunchReactApp,
16
14
  RootViewController,
15
+ FAI,
17
16
  Column,
17
+ Input,
18
+ Box,
19
+ Span,
18
20
  pageRouter,
19
- ReactElement,
21
+ Img,
20
22
  Text,
21
23
  Sheet,
22
24
  Button,
@@ -29,28 +31,8 @@ import '../../dist/@styles/style.css'
29
31
  let Test = () => {
30
32
 
31
33
  return <>
32
- <Column
33
- freeCSS={ {
34
- width: 12 * 32
35
- } }
36
- backgroundColor='cloud'
37
- >
38
- <Text.Supplement>
39
- AAA
40
- </Text.Supplement>
41
- <Input.AutoHeightText
42
- placeholder='テンプレートの説明'
43
- // value={ val_description }
44
- padding={ 2 }
45
- freeCSS={ {
46
- minHeight: 16 * 10
47
- } }
48
- onUpdateValidValue={ ( { value } ) => {
49
- // set_description( value )
50
- } }
51
- />
52
- </Column>
53
- {/* <DesignBook /> */ }
34
+ <DesignBook
35
+ />
54
36
  </>
55
37
  }
56
38
 
@@ -64,7 +46,7 @@ $$.scope( () => {
64
46
  roundness: 3,
65
47
 
66
48
  themeColor: $$.getLocalStrageData( 'prf.themeColor' ) || 'battery',
67
- darkMode: $$.getLocalStrageData( 'prf.darkMode' ) || 'dark'
49
+ // darkMode: $$.getLocalStrageData( 'prf.darkMode' ) || 'dark'
68
50
  } )
69
51
 
70
52
  const AppRouter = () => {
@@ -92,4 +74,6 @@ $$.scope( () => {
92
74
  <AppRouter />
93
75
  </ReactRouterDOM.BrowserRouter>
94
76
  </LaunchReactApp> )
95
- } )
77
+ } )
78
+
79
+ export { }