amotify 0.2.16 → 0.2.17
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.
- package/dist/{@declaration → @declares}/property.d.ts +1 -1
- package/dist/@utils/LaunchReactApp.d.ts +1 -1
- package/dist/@utils/color.d.ts +1 -1
- package/dist/@utils/config.d.ts +1 -1
- package/dist/@utils/index.d.ts +1 -1
- package/dist/@utils/index.js +1 -1
- package/dist/atoms/Box.d.ts +1 -1
- package/dist/atoms/FAI.d.ts +1 -1
- package/dist/atoms/Flex.d.ts +1 -1
- package/dist/atoms/Img.d.ts +1 -1
- package/dist/atoms/Logo.d.ts +1 -1
- package/dist/atoms/P.d.ts +1 -1
- package/dist/atoms/Span.d.ts +1 -1
- package/dist/fn/Button.d.ts +1 -1
- package/dist/fn/Effect/Pudding.d.ts +1 -1
- package/dist/fn/Effect/Ripple.d.ts +1 -1
- package/dist/fn/Input/Checker.d.ts +1 -1
- package/dist/fn/Input/Chips/Selector.d.ts +1 -1
- package/dist/fn/Input/Chips/index.d.ts +1 -1
- package/dist/fn/Input/Contenteditable.d.ts +1 -1
- package/dist/fn/Input/DigitCharacters.d.ts +1 -1
- package/dist/fn/Input/Filer.d.ts +1 -1
- package/dist/fn/Input/List.d.ts +1 -1
- package/dist/fn/Input/Parts.d.ts +1 -1
- package/dist/fn/Input/Plain.d.ts +1 -1
- package/dist/fn/Input/RichSelect.d.ts +1 -1
- package/dist/fn/Input/Select.d.ts +1 -1
- package/dist/fn/Input/Slider.d.ts +1 -1
- package/dist/fn/Input/Switch.d.ts +1 -1
- package/dist/fn/Input/Text.d.ts +1 -1
- package/dist/fn/Input/TextArea.d.ts +1 -1
- package/dist/fn/Input/Time/index.d.ts +1 -1
- package/dist/fn/Input/core.d.ts +1 -1
- package/dist/fn/Input/index.d.ts +1 -1
- package/dist/fn/Loader/index.d.ts +1 -1
- package/dist/fn/PageViewController.d.ts +1 -1
- package/dist/fn/RootViewController.d.ts +1 -1
- package/dist/fn/Sheet.d.ts +1 -1
- package/dist/fn/Snackbar.d.ts +1 -1
- package/dist/fn/SwipeView.d.ts +1 -1
- package/dist/fn/TabBar.d.ts +1 -1
- package/dist/fn/Table/Data.d.ts +1 -1
- package/dist/fn/Table/Parts.d.ts +1 -1
- package/dist/fn/Table/cellStyling.d.ts +1 -1
- package/dist/fn/Table/index.d.ts +1 -1
- package/dist/fn/Tooltips.d.ts +1 -1
- package/dist/mols/Accordion.d.ts +1 -1
- package/dist/mols/LinkifyText.d.ts +1 -1
- package/dist/mols/List.d.ts +1 -1
- package/dist/mols/Row.d.ts +1 -1
- package/dist/mols/Text.d.ts +1 -1
- package/package.json +4 -4
- /package/dist/{@declaration → @declares}/index.d.ts +0 -0
- /package/dist/{@declaration → @declares}/index.js +0 -0
- /package/dist/{@declaration → @declares}/module.d.ts +0 -0
- /package/dist/{@declaration → @declares}/module.js +0 -0
- /package/dist/{@declaration → @declares}/property.js +0 -0
|
@@ -134,6 +134,6 @@ export type Properties = Pargins.States & Fonts.States & Borders.States & FlexGr
|
|
|
134
134
|
right?: Others.TRBL;
|
|
135
135
|
bottom?: Others.TRBL | 'footerNavigationHeight';
|
|
136
136
|
left?: Others.TRBL;
|
|
137
|
-
opacity?: 'trans' | 'min' | 'low' | 'middle' | 'high' | '
|
|
137
|
+
opacity?: 'trans' | 'min' | 'low' | 'middle' | 'high' | 'max';
|
|
138
138
|
transition?: 'none' | 'short' | 'middle' | 'long';
|
|
139
139
|
};
|
package/dist/@utils/color.d.ts
CHANGED
package/dist/@utils/config.d.ts
CHANGED
package/dist/@utils/index.d.ts
CHANGED
package/dist/@utils/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export*from"../@
|
|
1
|
+
export*from"../@declares";export*from"./config";export*from"./useStore";export*from"./useRecycle";export*from"./useRouterEffect";export*from"./collectForm";export*from"./pageRouter";export*from"./color";export*from"./GenerateClassName";export*from"./LaunchReactApp";export*from"./getElement";
|
package/dist/atoms/Box.d.ts
CHANGED
package/dist/atoms/FAI.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty } from '../@
|
|
2
|
+
import { TagProperty } from '../@declares';
|
|
3
3
|
import { IconDefinition } from "@fortawesome/fontawesome-common-types";
|
|
4
4
|
import { FontAwesomeIconProps } from '@fortawesome/react-fontawesome';
|
|
5
5
|
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
package/dist/atoms/Flex.d.ts
CHANGED
package/dist/atoms/Img.d.ts
CHANGED
package/dist/atoms/Logo.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty, ReactElement } from '../@
|
|
2
|
+
import { TagProperty, ReactElement } from '../@declares';
|
|
3
3
|
declare namespace Logo {
|
|
4
4
|
type ComponentInput = TagProperty.BasicElement & {
|
|
5
5
|
size?: 'S' | 'R' | 'L' | '2L' | '3L';
|
package/dist/atoms/P.d.ts
CHANGED
package/dist/atoms/Span.d.ts
CHANGED
package/dist/fn/Button.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty, ThemeColor, ReactElement } from '../@
|
|
2
|
+
import { TagProperty, ThemeColor, ReactElement } from '../@declares';
|
|
3
3
|
import { KeyValueDict } from '@mingoo/jsmin';
|
|
4
4
|
declare namespace Button {
|
|
5
5
|
type Methods = Seed & {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ReactElement } from '../../@
|
|
2
|
+
import { ReactElement } from '../../@declares';
|
|
3
3
|
import { InputTypes } from '.';
|
|
4
4
|
declare namespace Contenteditable {
|
|
5
5
|
type Input = InputTypes.CoreInput & React.TextareaHTMLAttributes<HTMLDivElement> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty } from '../../@
|
|
2
|
+
import { TagProperty } from '../../@declares';
|
|
3
3
|
import { InputTypes } from '.';
|
|
4
4
|
declare namespace DigitCharacters {
|
|
5
5
|
type Input = InputTypes.CoreInput & React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
|
package/dist/fn/Input/Filer.d.ts
CHANGED
package/dist/fn/Input/List.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty, ReactElement } from '../../@
|
|
2
|
+
import { TagProperty, ReactElement } from '../../@declares';
|
|
3
3
|
import { InputTypes } from '.';
|
|
4
4
|
declare namespace List {
|
|
5
5
|
type Tone = 'border' | 'cloud' | 'vivid' | 'normal' | 'plain';
|
package/dist/fn/Input/Parts.d.ts
CHANGED
package/dist/fn/Input/Plain.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty, ReactElement } from '../../@
|
|
2
|
+
import { TagProperty, ReactElement } from '../../@declares';
|
|
3
3
|
import { KeyValueDict } from '@mingoo/jsmin';
|
|
4
4
|
import { InputTypes } from '.';
|
|
5
5
|
declare namespace RichSelect {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty, ReactElement } from '../../@
|
|
2
|
+
import { TagProperty, ReactElement } from '../../@declares';
|
|
3
3
|
import { KeyValueDict } from '@mingoo/jsmin';
|
|
4
4
|
import { InputTypes } from '.';
|
|
5
5
|
declare namespace Select {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ReactElement, ThemeColor } from '../../@
|
|
2
|
+
import { ReactElement, ThemeColor } from '../../@declares';
|
|
3
3
|
import { InputTypes } from '.';
|
|
4
4
|
declare namespace Slider {
|
|
5
5
|
type Input = InputTypes.CoreInput & React.DOMAttributes<HTMLInputElement> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ThemeColor, ReactElement } from '../../@
|
|
2
|
+
import { ThemeColor, ReactElement } from '../../@declares';
|
|
3
3
|
import { InputTypes } from '.';
|
|
4
4
|
declare namespace Switch {
|
|
5
5
|
type Input = InputTypes.UniInput & React.DOMAttributes<HTMLInputElement> & {
|
package/dist/fn/Input/Text.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ReactElement } from '../../@
|
|
2
|
+
import { ReactElement } from '../../@declares';
|
|
3
3
|
import { InputTypes } from '.';
|
|
4
4
|
declare namespace Text {
|
|
5
5
|
type Restrict = 'text' | 'katakana' | 'hankaku.katakana' | 'number' | 'number.zeroStart' | 'digitNumber' | 'tel' | 'email' | 'url' | 'fileName' | 'password' | 'postal' | 'creditCard' | 'concealed';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ReactElement } from '../../@
|
|
2
|
+
import { ReactElement } from '../../@declares';
|
|
3
3
|
import { InputTypes } from '.';
|
|
4
4
|
declare namespace TextArea {
|
|
5
5
|
type Input = InputTypes.CoreInput & React.TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
package/dist/fn/Input/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty, ReactElement } from '../../@
|
|
2
|
+
import { TagProperty, ReactElement } from '../../@declares';
|
|
3
3
|
import { KeyValueDict } from '@mingoo/jsmin';
|
|
4
4
|
import { InputTypes } from '.';
|
|
5
5
|
import List from './List';
|
package/dist/fn/Input/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { KeyValueDict } from '@mingoo/jsmin';
|
|
3
|
-
import { ReactElement, TagProperty } from '../../@
|
|
3
|
+
import { ReactElement, TagProperty } from '../../@declares';
|
|
4
4
|
export declare namespace InputTypes {
|
|
5
5
|
type BoxTone = 'border' | 'cloud' | 'bottomBorder' | 'plain';
|
|
6
6
|
type OnUpdateValue = {
|
package/dist/fn/Sheet.d.ts
CHANGED
package/dist/fn/Snackbar.d.ts
CHANGED
package/dist/fn/SwipeView.d.ts
CHANGED
package/dist/fn/TabBar.d.ts
CHANGED
package/dist/fn/Table/Data.d.ts
CHANGED
package/dist/fn/Table/Parts.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TagProperty } from '../../@
|
|
1
|
+
import { TagProperty } from '../../@declares';
|
|
2
2
|
import { TableTypes } from '.';
|
|
3
3
|
export declare const DefaultCellStyles: (type: TableTypes.Types, tone: TableTypes.Tones) => TagProperty.States;
|
|
4
4
|
export declare const DefaultCellSystemStyles: (args: {
|
package/dist/fn/Table/index.d.ts
CHANGED
package/dist/fn/Tooltips.d.ts
CHANGED
package/dist/mols/Accordion.d.ts
CHANGED
package/dist/mols/List.d.ts
CHANGED
package/dist/mols/Row.d.ts
CHANGED
package/dist/mols/Text.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "amotify",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
4
|
"description": "UI Component for React,NextJS,esbuild",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "run-p clean build:*",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"./@styles/index": "./dist/@styles/index.css",
|
|
36
36
|
"./@styles/var": "./dist/@styles/var.css",
|
|
37
37
|
"./@styles/init": "./dist/@styles/init.css",
|
|
38
|
-
"./@
|
|
38
|
+
"./@declares": "./dist/@declares/index.js",
|
|
39
39
|
"./@utils": "./dist/@utils/index.js",
|
|
40
40
|
"./@atoms": "./dist/atoms/index.js",
|
|
41
41
|
"./@mols": "./dist/mols/index.js",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@styles/init": [
|
|
61
61
|
"dist/@styles/init"
|
|
62
62
|
],
|
|
63
|
-
"@
|
|
64
|
-
"dist/@
|
|
63
|
+
"@declares": [
|
|
64
|
+
"dist/@declares/index"
|
|
65
65
|
],
|
|
66
66
|
"@utils": [
|
|
67
67
|
"dist/@utils/index"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|