amotify 0.0.64 → 0.0.66

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 (114) hide show
  1. package/dist/amotify.js +3 -2
  2. package/dist/amotify.min.css +2 -2
  3. package/dist/coreVender.js +14 -2
  4. package/package.json +10 -10
  5. package/tsconfig.json +13 -5
  6. package/@types/_.tsx +0 -7
  7. package/@types/amot.tsx +0 -357
  8. package/@types/fn.tsx +0 -1280
  9. package/@types/jsminAmotifyExtension.tsx +0 -137
  10. package/@types/module.tsx +0 -1
  11. package/@types/state.tsx +0 -231
  12. package/src/@atoms.tsx +0 -34
  13. package/src/@functions.tsx +0 -29
  14. package/src/@global.tsx +0 -149
  15. package/src/@jsminAmotifyExtension/_.tsx +0 -4
  16. package/src/@jsminAmotifyExtension/fetch.tsx +0 -110
  17. package/src/@jsminAmotifyExtension/formCollect.tsx +0 -94
  18. package/src/@jsminAmotifyExtension/spreadSheet.tsx +0 -165
  19. package/src/@jsminAmotifyExtension/variables.tsx +0 -137
  20. package/src/@molecules.tsx +0 -96
  21. package/src/@organisms.tsx +0 -1
  22. package/src/@reactPacks/reactProduction@18.2.0.js +0 -79
  23. package/src/@reactPacks/reactRouterDomProduction@18.2.0.js +0 -31
  24. package/src/@styles/@app.scss +0 -4
  25. package/src/@styles/UniStyling.scss +0 -1028
  26. package/src/@styles/init.scss +0 -94
  27. package/src/@styles/props.scss +0 -109
  28. package/src/@styles/styleSet.scss +0 -38
  29. package/src/@styles/themeColor.scss +0 -71
  30. package/src/@styles/var.scss +0 -182
  31. package/src/@templates.tsx +0 -7
  32. package/src/@variables.tsx +0 -74
  33. package/src/atoms/FAI/parts.tsx +0 -139
  34. package/src/atoms/Logo/parts.tsx +0 -335
  35. package/src/atoms/Logo/style.module.scss +0 -96
  36. package/src/atoms/Various/parts.tsx +0 -159
  37. package/src/atoms/Various/style.module.scss +0 -46
  38. package/src/config.tsx +0 -191
  39. package/src/functions/Button/_.tsx +0 -331
  40. package/src/functions/Button/style.module.scss +0 -157
  41. package/src/functions/Cropper/parts.tsx +0 -1084
  42. package/src/functions/Cropper/style.module.scss +0 -64
  43. package/src/functions/Effects/Fade.tsx +0 -76
  44. package/src/functions/Effects/Ripple.tsx +0 -141
  45. package/src/functions/Effects/_.tsx +0 -33
  46. package/src/functions/Effects/style.module.scss +0 -91
  47. package/src/functions/Input/Chips/Selector.tsx +0 -445
  48. package/src/functions/Input/Chips/_.tsx +0 -289
  49. package/src/functions/Input/Chips/style.module.scss +0 -6
  50. package/src/functions/Input/Contenteditable.tsx +0 -114
  51. package/src/functions/Input/DigitCharacters.tsx +0 -235
  52. package/src/functions/Input/File/_.tsx +0 -553
  53. package/src/functions/Input/File/style.module.scss +0 -34
  54. package/src/functions/Input/Hidden.tsx +0 -21
  55. package/src/functions/Input/List/_.tsx +0 -383
  56. package/src/functions/Input/List/style.module.scss +0 -84
  57. package/src/functions/Input/RichSelect/_.tsx +0 -230
  58. package/src/functions/Input/RichSelect/style.module.scss +0 -11
  59. package/src/functions/Input/Segmented/_.tsx +0 -246
  60. package/src/functions/Input/Segmented/style.module.scss +0 -81
  61. package/src/functions/Input/Select/_.tsx +0 -218
  62. package/src/functions/Input/Select/style.module.scss +0 -11
  63. package/src/functions/Input/Slider/_.tsx +0 -524
  64. package/src/functions/Input/Slider/style.module.scss +0 -67
  65. package/src/functions/Input/Switch/_.tsx +0 -176
  66. package/src/functions/Input/Switch/style.module.scss +0 -18
  67. package/src/functions/Input/Text.tsx +0 -487
  68. package/src/functions/Input/TextArea.tsx +0 -109
  69. package/src/functions/Input/Time/Picker.tsx +0 -1361
  70. package/src/functions/Input/Time/_.tsx +0 -749
  71. package/src/functions/Input/Time/style.module.scss +0 -79
  72. package/src/functions/Input/_.tsx +0 -881
  73. package/src/functions/Input/core.tsx +0 -473
  74. package/src/functions/Input/style.module.scss +0 -102
  75. package/src/functions/Inputs/_.tsx +0 -5
  76. package/src/functions/Inputs/style.module.scss +0 -15
  77. package/src/functions/Inputs/text.tsx +0 -53
  78. package/src/functions/Inputs/types.d.ts +0 -13
  79. package/src/functions/Layout/PageNotFound.tsx +0 -78
  80. package/src/functions/Layout/PageRouter.tsx +0 -89
  81. package/src/functions/Layout/PageViewController/parts.tsx +0 -27
  82. package/src/functions/Layout/Plate.tsx +0 -30
  83. package/src/functions/Layout/RootViewController/parts.tsx +0 -300
  84. package/src/functions/Layout/RootViewController/style.module.scss +0 -23
  85. package/src/functions/Layout/SwipeView/parts.tsx +0 -375
  86. package/src/functions/Layout/SwipeView/style.module.scss +0 -20
  87. package/src/functions/Layout/TabBar.tsx +0 -60
  88. package/src/functions/Layout/_.tsx +0 -20
  89. package/src/functions/Loader/corner.tsx +0 -74
  90. package/src/functions/Loader/mini.tsx +0 -114
  91. package/src/functions/Loader/parts.tsx +0 -103
  92. package/src/functions/Loader/style.module.scss +0 -223
  93. package/src/functions/Loader/top.tsx +0 -84
  94. package/src/functions/Sheet/parts.tsx +0 -994
  95. package/src/functions/Sheet/style.module.scss +0 -208
  96. package/src/functions/SnackBar/parts.tsx +0 -215
  97. package/src/functions/SnackBar/style.module.scss +0 -25
  98. package/src/functions/Table/Data/parts.tsx +0 -965
  99. package/src/functions/Table/Drag/parts.tsx +0 -442
  100. package/src/functions/Table/Normal/parts.tsx +0 -124
  101. package/src/functions/Table/_.tsx +0 -177
  102. package/src/functions/Table/style.module.scss +0 -93
  103. package/src/functions/Tooltips/parts.tsx +0 -53
  104. package/src/global/LaunchReactApplication.tsx +0 -74
  105. package/src/global/styleConverter.tsx +0 -465
  106. package/src/launch.tsx +0 -119
  107. package/src/molecules/Accordion/parts.tsx +0 -146
  108. package/src/molecules/Accordion/style.module.scss +0 -13
  109. package/src/molecules/LinkifyText/parts.tsx +0 -52
  110. package/src/molecules/List.tsx +0 -31
  111. package/src/preload.tsx +0 -31
  112. package/src/templates/PlayGround/parts.tsx +0 -96
  113. package/src/templates/PlayGround/style.module.scss +0 -38
  114. package/webpack.config.js +0 -146
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.0.64",
3
+ "version": "0.0.66",
4
4
  "description": "UI Component for React",
5
- "main": "dist/launch.js",
6
- "types": "dist/@types.d.ts",
5
+ "main": "dist/amotify.js",
6
+ "types": "dist/src/launch.d.ts",
7
7
  "scripts": {
8
8
  "clean": "rimraf dist",
9
9
  "devCDN:webpack": "webpack --mode development --watch",
10
- "devCDN:server": "nodemon app.js --ignore public --ignore package.json --ignore src --ignore webpack.config.js --ignore tsconfig.json",
10
+ "devCDN:server": "nodemon app.js",
11
11
  "proCDN:webpack": "webpack --mode production",
12
12
  "start": "run-p clean devCDN:*",
13
13
  "build": "run-p clean proCDN:*"
@@ -34,10 +34,12 @@
34
34
  "@fortawesome/free-regular-svg-icons": "^6.5.1",
35
35
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
36
36
  "@fortawesome/react-fontawesome": "^0.2.0",
37
- "jsmin-front": "^0.0.23",
38
- "react": "^18.2.0",
39
- "react-dom": "^18.2.0",
40
- "react-router-dom": "^6.22.0"
37
+ "@types/react": "^18.3.1",
38
+ "@types/react-dom": "^18.3.0",
39
+ "jsmin-front": "^0.0.29",
40
+ "react": "^18.3.1",
41
+ "react-dom": "^18.3.1",
42
+ "react-router-dom": "^6.23.0"
41
43
  },
42
44
  "devDependencies": {
43
45
  "@babel/cli": "^7.23.0",
@@ -46,8 +48,6 @@
46
48
  "@babel/preset-typescript": "^7.23.3",
47
49
  "@types/express": "^4.17.21",
48
50
  "@types/google.maps": "^3.54.8",
49
- "@types/react": "^18.2.37",
50
- "@types/react-dom": "^18.2.15",
51
51
  "babel-loader": "^9.1.3",
52
52
  "babel-preset-preact": "^2.0.0",
53
53
  "browser-sync-webpack-plugin": "^2.3.0",
package/tsconfig.json CHANGED
@@ -5,8 +5,8 @@
5
5
  ],
6
6
  "jsx": "react",
7
7
  "target": "es5",
8
+ // "target": "ES2016",
8
9
  "module": "commonjs",
9
- "sourceMap": false,
10
10
  "baseUrl": "./",
11
11
  "paths": {
12
12
  "~": [
@@ -24,6 +24,9 @@
24
24
  "@styleSet": [
25
25
  "src/@styles/styleSet"
26
26
  ],
27
+ "@declations": [
28
+ "src/@declations/_"
29
+ ],
27
30
  "@global": [
28
31
  "src/@global"
29
32
  ],
@@ -48,8 +51,10 @@
48
51
  "forceConsistentCasingInFileNames": true,
49
52
  "downlevelIteration": true,
50
53
  "allowJs": true,
54
+ "emitDeclarationOnly": false,
55
+ // "declaration": true,
51
56
  "declaration": false,
52
- // "emitDeclarationOnly": true,
57
+ "sourceMap": false,
53
58
  "outDir": "./dist",
54
59
  "noImplicitAny": true,
55
60
  "noImplicitThis": true,
@@ -58,11 +63,14 @@
58
63
  // "noUnusedParameters": true,
59
64
  "strictNullChecks": true,
60
65
  "esModuleInterop": true,
61
- "noEmitOnError": false
66
+ "noEmitOnError": false,
67
+ "noEmit": false
62
68
  },
63
69
  "exclude": [
64
70
  "node_modules",
65
- "public/*",
66
- "dist/*"
71
+ "dist"
72
+ ],
73
+ "include": [
74
+ "src/*",
67
75
  ]
68
76
  }
package/@types/_.tsx DELETED
@@ -1,7 +0,0 @@
1
- export default { }
2
-
3
- import './jsminAmotifyExtension'
4
- import './state'
5
- import './module'
6
- import './amot'
7
- import './fn'
package/@types/amot.tsx DELETED
@@ -1,357 +0,0 @@
1
- export default {}
2
-
3
- import { FontAwesomeIconProps } from '@fortawesome/react-fontawesome'
4
- import { IconDefinition } from "@fortawesome/fontawesome-common-types"
5
- import * as FontawesomeCore from '@fortawesome/fontawesome-svg-core'
6
-
7
- import React from 'react'
8
- import ReactDOM from 'react-dom'
9
- import * as ReactRouterDOM from 'react-router-dom'
10
-
11
-
12
- declare global {
13
- type ReactElement = React.ReactNode | React.ReactNode[]
14
-
15
- namespace amotify {
16
- type ToneTypes = 'default' | 'flat' | 'sharp'
17
- type DarkModeTypes = 'light' | 'auto' | 'dark' | 'dim'
18
- type ThemeColorTypes = 'comun' | 'leaf' | 'heart' | 'droplet' |
19
-
20
- 'brick' | 'flower' | 'lip' | 'wine' | 'theater' | 'bat' | 'poizon' | 'eggplant' | 'ufo' | 'alien' | 'tombstone' | 'ninja' | 'moon' | 'rain' | 'unicorn' | 'axe' | 'gem' | 'soap' | 'drizzle' | 'building' | 'fish' | 'icicles' | 'water' | 'tree1' | 'tree2' | 'tree3' | 'battery' | 'seedle' | 'greenTea' | 'oak' | 'salad' | 'cloudy' | 'lemon' | 'angel' | 'parasol' | 'pizza' | 'thunder' | 'latte' | 'island' | 'shovel' | 'coffee' | 'carrot' | 'cactus' | 'volcano' | 'choco' | 'industry' | 'gun' | 'galaxy' |
21
-
22
- 'line' | 'twitter' | 'amazon' | 'facebook' | 'android' | 'slackBlue' | 'slackGreen' | 'slackRed' | 'slackYellow' | 'slackBase' | 'googleBlue' | 'googleGreen' | 'googleYellow' | 'googleRed'
23
-
24
- type RoundnessTypes = 0 | 1 | 2 | 3 | 4 | 5
25
-
26
- type DeviceTypes = 'windows' | 'android' | 'iPhone' | 'iPad' | 'macOSX' | 'undefined'
27
- type BrowserTypes = 'chrome' | 'firefox' | 'safari' | 'opera' | 'ie' | 'edge' | 'undefined'
28
-
29
- namespace config {
30
- interface Methods {
31
- version: string
32
- launchID: string
33
- tone: amotify.ToneTypes
34
- themeColor: amotify.ThemeColorTypes
35
- darkMode: amotify.DarkModeTypes
36
- roundness: amotify.RoundnessTypes
37
- device: {
38
- deviceIs: DeviceTypes
39
- browserIs: BrowserTypes
40
- isBreakpoint(): boolean
41
- isPhonepoint(): boolean
42
- isSystemDarkmode(): boolean
43
- isPhone: boolean
44
- isTouchDevice: boolean
45
- isIOS: boolean
46
- }
47
- update: {
48
- tone( value: amotify.ToneTypes ): void
49
- themeColor( value: amotify.ThemeColorTypes ): void
50
- darkMode( value: amotify.DarkModeTypes ): void
51
- roundness( value: amotify.RoundnessTypes ): void
52
- }
53
- variables: {
54
- darkmodeColors: {
55
- light: string
56
- dark: string
57
- dim: string
58
- auto(): string
59
- }
60
- themeColors: {
61
- [ key in amotify.ThemeColorTypes ]: {
62
- alfa( alfa?: number ): string
63
- isBrand: boolean
64
- isAvocado: boolean
65
- }
66
- }
67
- }
68
- readExtraCDN( url: string ): Promise<boolean>
69
- }
70
- }
71
-
72
- namespace global {
73
- type LaunchReactApplicationInput = {
74
- reactElement: ReactElement
75
- nonRouter?: boolean
76
- isRoot?: boolean
77
- appearances?: {
78
- roundness?: RoundnessTypes
79
- themeColor?: amotify.ThemeColorTypes
80
- tone?: amotify.ToneTypes
81
- darkMode?: amotify.DarkModeTypes
82
- }
83
- }
84
- type useStoreParams = {
85
- set( params: {
86
- key: string
87
- value: any
88
- privateKey?: string
89
- } ): boolean
90
- update( params: {
91
- key: string
92
- value: any
93
- privateKey?: string
94
- } ): boolean
95
- get( key: string,privateKey?: string ): any
96
- delete( key: string,privateKey?: string ): boolean
97
- }
98
- type useRecycleParams = {
99
- set( key: string ): string
100
- do( key: string ): void
101
- }
102
- type PageTransitParams = {
103
- open( url: string ): void
104
- pushSync( url: string ): void
105
- pushAsync( url: string ): void
106
- push( url: string,newTab?: boolean ): void
107
- back(): void
108
- }
109
- namespace StyleConverter {
110
- type ReadStyleSet = {
111
- <T>( params: T ): T
112
- }
113
- type ToClassName = {
114
- <T>( params: T ): T
115
- }
116
- }
117
-
118
- interface Methods {
119
- React: typeof React
120
- ReactDOM: typeof ReactDOM
121
- ReactRouterDOM: typeof ReactRouterDOM
122
- StyleConverter: {
123
- ReadStyleSet: StyleConverter.ReadStyleSet
124
- ToClassName: StyleConverter.ToClassName
125
- }
126
-
127
- pageTransit: PageTransitParams
128
- useStore: global.useStoreParams
129
- useRecycle: global.useRecycleParams
130
- LaunchReactApplication( params: global.LaunchReactApplicationInput ): void
131
- LaunchSubApplication( params: global.LaunchReactApplicationInput & {
132
- baseElement?: HTMLElement | string
133
- } ): void
134
- }
135
- }
136
-
137
- namespace atoms {
138
- type BoxInput = amotifyBasicElement & {
139
- children?: ReactElement
140
- } & React.HTMLAttributes<HTMLDivElement>
141
- type SpanProps = amotifyBasicElement & {
142
- children?: ReactElement
143
- } & React.HTMLAttributes<HTMLSpanElement>
144
- type ParagraphProps = amotifyBasicElement & {
145
- children?: ReactElement
146
- } & React.HTMLAttributes<HTMLParagraphElement>
147
-
148
- type FlexProps = amotifyBasicElement & {
149
- children?: ReactElement
150
- } & React.HTMLAttributes<HTMLDivElement>
151
-
152
- type GridProps = amotifyBasicElement & {
153
- children: ReactElement
154
-
155
- onClick?: {
156
- ( event: React.MouseEvent<HTMLDivElement,MouseEvent> ): void
157
- }
158
- } & React.HTMLAttributes<HTMLDivElement>
159
-
160
- namespace FAI {
161
- type Method = React.FC<FAIParams> & Shortcuts
162
- type FAIParams = amotifyBasicElement & {
163
- icon: FontawesomeCore.IconProp | IconDefinition
164
- iconParams?: Omit<FontAwesomeIconProps,'icon'>
165
- }
166
- type Shortcuts = {
167
- [ key in ShortCutNames ]: React.FC<Omit<FAIParams,'icon'>>
168
- }
169
-
170
- type ShortCutNames =
171
- 'User' | 'Times' |
172
-
173
- 'AngleRight' | 'AngleLeft' | 'AngleUp' | 'AngleDown' |
174
- 'ChevronLeft' | 'ChevronRight' | 'ChevronUp' | 'ChevronDown' |
175
- 'CaretLeft' | 'CaretRight' | 'CaretUp' | 'CaretDown' |
176
- 'ArrowLeft' | 'ArrowRight' | 'ArrowUp' | 'ArrowDown' |
177
-
178
- 'Rotate' | 'Redo' |
179
- 'Check' | 'CheckCircle' |
180
- 'Question' | 'QuestionCircle' |
181
- 'Exclamation' | 'ExclamationTriangle' |
182
- 'Home' | 'Share' |
183
- 'Search' | 'YenSign' | 'Heart' | 'Star' |
184
- 'Edit' | 'Pen' | 'Copy' | 'File' |
185
- 'TrashAlt' | 'Bars' | 'Download' |
186
- 'Link' | 'LinkSlash' | 'ExternalLinkAlt' |
187
- 'Gear' |
188
- 'Plus' | 'Minus' |
189
- 'EllipsisH' | 'EllipsisV' |
190
- 'PaperPlane' |
191
- 'Image'
192
- }
193
-
194
- namespace Image {
195
- type Methods = React.FC<CompInput> & DefaultImages
196
- type CompInput = amotifyBasicElement & {
197
- src: string
198
- alt?: string
199
- showExpand?: boolean | string
200
- } & React.HTMLAttributes<HTMLImageElement>
201
-
202
- type DefaultImages = {
203
- uri: {
204
- mingooIcon: string
205
- comunIcon: string
206
- comunIconClear: string
207
- defaultIcon( type:
208
- 'image' |
209
- 'object' |
210
- 'user' |
211
- 'group' |
212
- 'store'
213
- ): string
214
- }
215
-
216
- }
217
- }
218
-
219
- namespace Logos {
220
- type Methods = {
221
- Icon: ( params: Params ) => JSX.Element
222
- Title: ( params: Params ) => JSX.Element
223
-
224
- Brands: {
225
- MingooIcon: ( params: DefaultLogoTypes ) => JSX.Element
226
- MingooTitle: ( params: DefaultLogoTypes ) => JSX.Element
227
- MingooLogoH: ( params: DefaultLogoTypes ) => JSX.Element
228
- MingooLogoV: ( params: DefaultLogoTypes ) => JSX.Element
229
-
230
- ComunIcon: ( params: DefaultLogoTypes ) => JSX.Element
231
- ComunTitle: ( params: DefaultLogoTypes ) => JSX.Element
232
- ComunLogoH: ( params: DefaultLogoTypes ) => JSX.Element
233
- ComunLogoV: ( params: DefaultLogoTypes ) => JSX.Element
234
-
235
- Google: ( params: DefaultLogoTypes ) => JSX.Element
236
- Facebook: ( params: DefaultLogoTypes ) => JSX.Element
237
- Twitter: ( params: DefaultLogoTypes ) => JSX.Element
238
- LINE: ( params: DefaultLogoTypes ) => JSX.Element
239
- }
240
- }
241
- type Params = amotifyBasicElement & {
242
- size?: 'S' | 'R' | 'L' | '2L' | '3L'
243
- color?: 'normal' | 'white'
244
- children?: ReactElement | React.FC<any>
245
- }
246
- type DefaultLogoTypes = amotifyBasicElement & {
247
- size?: 'S' | 'R' | 'L' | '2L' | '3L'
248
- color?: 'normal' | 'white'
249
- }
250
- }
251
-
252
- type PlaceholderParams = amotify.atoms.BoxInput & {
253
- color?: 'cloud' | 'white'
254
- }
255
-
256
- type Methods = {
257
- Box: React.FC<atoms.BoxInput>
258
-
259
- Flex: React.FC<atoms.FlexProps>
260
- FlexBr: React.FC<amotifyUniStyleParams>
261
-
262
- Placeholder: React.FC<PlaceholderParams>
263
-
264
- Grid: React.FC<atoms.GridProps>
265
-
266
- FAI: FAI.Method
267
-
268
- Span: React.FC<atoms.SpanProps>
269
- Paragraph: React.FC<atoms.ParagraphProps>
270
- Img: atoms.Image.Methods
271
-
272
- Logo: Logos.Methods
273
- }
274
- }
275
-
276
- namespace mols {
277
- namespace Accordion {
278
- type Params = {
279
- defaultOpen?: boolean
280
- override?: boolean
281
- accordionID?: string
282
- slideAnimation?: 'none' | 'fast' | 'slow'
283
- children: ReactElement
284
- onToggleEvent?: {
285
- ( open: boolean ): void
286
- }
287
- } & atoms.BoxInput
288
- type FNParams = {
289
- fn: {
290
- open( accordionID: string ): void
291
- close( accordionID: string ): void
292
- toggle( accordionID: string ): void
293
- }
294
- }
295
- type SetParams = React.FC<Params> & FNParams
296
- }
297
-
298
- namespace List {
299
- type Params = amotifyBasicElement & {
300
- rowStyles?: amotifyUniStyleParams
301
- rows: RowsParams[]
302
- }
303
-
304
- type RowsParams = {
305
- children: ReactElement
306
- } & amotifyBasicElement
307
- }
308
-
309
- type LinkifyTextProps = {
310
- text: string
311
- placeholder?: ReactElement
312
- }
313
-
314
- type Methods = {
315
- List: React.FC<mols.List.Params>
316
- Accordion: mols.Accordion.SetParams
317
- LinkifyText: React.FC<mols.LinkifyTextProps>
318
- Text: {
319
- NowrapSpan: React.FC<atoms.SpanProps>
320
- Title: React.FC<atoms.BoxInput>
321
- SubTitle: React.FC<atoms.BoxInput>
322
- ThirdTitle: React.FC<atoms.BoxInput>
323
- Paragraph: React.FC<atoms.BoxInput>
324
- Normal: React.FC<atoms.BoxInput>
325
- Description: React.FC<atoms.BoxInput>
326
- Supplement: React.FC<atoms.BoxInput>
327
- }
328
- Column: React.FC<atoms.FlexProps>
329
- Row: {
330
- Center: React.FC<atoms.FlexProps>
331
- Left: React.FC<atoms.FlexProps>
332
- Right: React.FC<atoms.FlexProps>
333
- Separate: React.FC<atoms.FlexProps>
334
- }
335
- }
336
- }
337
-
338
- namespace orgs {
339
- }
340
-
341
- namespace temps {
342
- type Methods = {
343
- PlayGround: React.FC<{}>
344
- }
345
- }
346
- }
347
- interface amotify {
348
- config: amotify.config.Methods
349
- global: amotify.global.Methods
350
- atoms: amotify.atoms.Methods
351
- mols: amotify.mols.Methods
352
- orgs: {}
353
- temps: amotify.temps.Methods
354
- fn: amotify.fn.Methods
355
- }
356
- var amotify: amotify
357
- }