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.
Files changed (57) hide show
  1. package/dist/{@declaration → @declares}/property.d.ts +1 -1
  2. package/dist/@utils/LaunchReactApp.d.ts +1 -1
  3. package/dist/@utils/color.d.ts +1 -1
  4. package/dist/@utils/config.d.ts +1 -1
  5. package/dist/@utils/index.d.ts +1 -1
  6. package/dist/@utils/index.js +1 -1
  7. package/dist/atoms/Box.d.ts +1 -1
  8. package/dist/atoms/FAI.d.ts +1 -1
  9. package/dist/atoms/Flex.d.ts +1 -1
  10. package/dist/atoms/Img.d.ts +1 -1
  11. package/dist/atoms/Logo.d.ts +1 -1
  12. package/dist/atoms/P.d.ts +1 -1
  13. package/dist/atoms/Span.d.ts +1 -1
  14. package/dist/fn/Button.d.ts +1 -1
  15. package/dist/fn/Effect/Pudding.d.ts +1 -1
  16. package/dist/fn/Effect/Ripple.d.ts +1 -1
  17. package/dist/fn/Input/Checker.d.ts +1 -1
  18. package/dist/fn/Input/Chips/Selector.d.ts +1 -1
  19. package/dist/fn/Input/Chips/index.d.ts +1 -1
  20. package/dist/fn/Input/Contenteditable.d.ts +1 -1
  21. package/dist/fn/Input/DigitCharacters.d.ts +1 -1
  22. package/dist/fn/Input/Filer.d.ts +1 -1
  23. package/dist/fn/Input/List.d.ts +1 -1
  24. package/dist/fn/Input/Parts.d.ts +1 -1
  25. package/dist/fn/Input/Plain.d.ts +1 -1
  26. package/dist/fn/Input/RichSelect.d.ts +1 -1
  27. package/dist/fn/Input/Select.d.ts +1 -1
  28. package/dist/fn/Input/Slider.d.ts +1 -1
  29. package/dist/fn/Input/Switch.d.ts +1 -1
  30. package/dist/fn/Input/Text.d.ts +1 -1
  31. package/dist/fn/Input/TextArea.d.ts +1 -1
  32. package/dist/fn/Input/Time/index.d.ts +1 -1
  33. package/dist/fn/Input/core.d.ts +1 -1
  34. package/dist/fn/Input/index.d.ts +1 -1
  35. package/dist/fn/Loader/index.d.ts +1 -1
  36. package/dist/fn/PageViewController.d.ts +1 -1
  37. package/dist/fn/RootViewController.d.ts +1 -1
  38. package/dist/fn/Sheet.d.ts +1 -1
  39. package/dist/fn/Snackbar.d.ts +1 -1
  40. package/dist/fn/SwipeView.d.ts +1 -1
  41. package/dist/fn/TabBar.d.ts +1 -1
  42. package/dist/fn/Table/Data.d.ts +1 -1
  43. package/dist/fn/Table/Parts.d.ts +1 -1
  44. package/dist/fn/Table/cellStyling.d.ts +1 -1
  45. package/dist/fn/Table/index.d.ts +1 -1
  46. package/dist/fn/Tooltips.d.ts +1 -1
  47. package/dist/mols/Accordion.d.ts +1 -1
  48. package/dist/mols/LinkifyText.d.ts +1 -1
  49. package/dist/mols/List.d.ts +1 -1
  50. package/dist/mols/Row.d.ts +1 -1
  51. package/dist/mols/Text.d.ts +1 -1
  52. package/package.json +4 -4
  53. /package/dist/{@declaration → @declares}/index.d.ts +0 -0
  54. /package/dist/{@declaration → @declares}/index.js +0 -0
  55. /package/dist/{@declaration → @declares}/module.d.ts +0 -0
  56. /package/dist/{@declaration → @declares}/module.js +0 -0
  57. /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' | 'opaque';
137
+ opacity?: 'trans' | 'min' | 'low' | 'middle' | 'high' | 'max';
138
138
  transition?: 'none' | 'short' | 'middle' | 'long';
139
139
  };
@@ -1,4 +1,4 @@
1
- import { ReactElement } from '../@declaration';
1
+ import { ReactElement } from '../@declares';
2
2
  import React from 'react';
3
3
  export { React };
4
4
  declare global {
@@ -1,4 +1,4 @@
1
- import { ThemeColor } from '../@declaration';
1
+ import { ThemeColor } from '../@declares';
2
2
  export declare const ColorObjects: {
3
3
  key: ThemeColor;
4
4
  isBrand: boolean;
@@ -1,4 +1,4 @@
1
- import { ThemeColor, DarkMode, Roundness, Device, Browser } from '../@declaration';
1
+ import { ThemeColor, DarkMode, Roundness, Device, Browser } from '../@declares';
2
2
  type config = {
3
3
  sessionUID: string;
4
4
  appRoot: HTMLElement | ShadowRoot;
@@ -1,4 +1,4 @@
1
- export * from '../@declaration';
1
+ export * from '../@declares';
2
2
  export * from './config';
3
3
  export * from './useStore';
4
4
  export * from './useRecycle';
@@ -1 +1 @@
1
- export*from"../@declaration";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";
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";
@@ -1,4 +1,4 @@
1
- import { TagProperty } from '../@declaration';
1
+ import { TagProperty } from '../@declares';
2
2
  import React from 'react';
3
3
  declare namespace Box {
4
4
  type Input = TagProperty.BasicElement & {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty } from '../@declaration';
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';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  import Box from './Box';
4
4
  declare namespace Flex {
5
5
  type Input = TagProperty.BasicElement & {
@@ -1,4 +1,4 @@
1
- import { TagProperty } from '../@declaration';
1
+ import { TagProperty } from '../@declares';
2
2
  import React from 'react';
3
3
  declare namespace Img {
4
4
  type Input = TagProperty.BasicElement & {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
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
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  declare namespace P {
4
4
  type Input = TagProperty.BasicElement & {
5
5
  children?: ReactElement;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  declare namespace Span {
4
4
  type Input = TagProperty.BasicElement & {
5
5
  children?: ReactElement;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ThemeColor, ReactElement } from '../@declaration';
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,4 +1,4 @@
1
- import { ReactElement } from '../../@declaration';
1
+ import { ReactElement } from '../../@declares';
2
2
  declare namespace Pudding {
3
3
  type Methods = {
4
4
  Wrapper(): ReactElement;
@@ -1,4 +1,4 @@
1
- import { ReactElement } from '../../@declaration';
1
+ import { ReactElement } from '../../@declares';
2
2
  declare namespace Ripple {
3
3
  type Methods = {
4
4
  Wrapper(): ReactElement;
@@ -1,4 +1,4 @@
1
- import { TagProperty, ReactElement } from '../../@declaration';
1
+ import { TagProperty, ReactElement } from '../../@declares';
2
2
  import { InputTypes } from '.';
3
3
  declare namespace Checker {
4
4
  type Input = InputTypes.CoreInput & {
@@ -1,4 +1,4 @@
1
- import { ReactElement } from '../../../@declaration';
1
+ import { ReactElement } from '../../../@declares';
2
2
  import $$ from '@mingoo/jsmin';
3
3
  import { Types } from '.';
4
4
  declare namespace Selector {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ReactElement } from '../../../@declaration';
2
+ import { ReactElement } from '../../../@declares';
3
3
  import { InputTypes } from '..';
4
4
  export declare namespace Types {
5
5
  type ChipsOptions = {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ReactElement } from '../../@declaration';
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 '../../@declaration';
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> & {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty } from '../../@declaration';
2
+ import { TagProperty } from '../../@declares';
3
3
  import { InputTypes } from '.';
4
4
  declare namespace Filer {
5
5
  type Methods = React.FC<Input> & FNs;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../../@declaration';
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';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../../@declaration';
2
+ import { TagProperty, ReactElement } from '../../@declares';
3
3
  import Span from '../../atoms/Span';
4
4
  import { InputTypes } from '.';
5
5
  declare namespace Parts {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty } from '../../@declaration';
2
+ import { TagProperty } from '../../@declares';
3
3
  declare namespace _Plain {
4
4
  type Input = TagProperty.States & React.InputHTMLAttributes<HTMLInputElement>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../../@declaration';
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 '../../@declaration';
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 '../../@declaration';
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 '../../@declaration';
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> & {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ReactElement } from '../../@declaration';
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 '../../@declaration';
2
+ import { ReactElement } from '../../@declares';
3
3
  import { InputTypes } from '.';
4
4
  declare namespace TextArea {
5
5
  type Input = InputTypes.CoreInput & React.TextareaHTMLAttributes<HTMLTextAreaElement> & {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ReactElement } from '../../../@declaration';
2
+ import { ReactElement } from '../../../@declares';
3
3
  import Tooltips from '../../Tooltips';
4
4
  import { InputTypes } from '..';
5
5
  export declare namespace TimeTypes {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../../@declaration';
2
+ import { TagProperty, ReactElement } from '../../@declares';
3
3
  import { KeyValueDict } from '@mingoo/jsmin';
4
4
  import { InputTypes } from '.';
5
5
  import List from './List';
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { KeyValueDict } from '@mingoo/jsmin';
3
- import { ReactElement, TagProperty } from '../../@declaration';
3
+ import { ReactElement, TagProperty } from '../../@declares';
4
4
  export declare namespace InputTypes {
5
5
  type BoxTone = 'border' | 'cloud' | 'bottomBorder' | 'plain';
6
6
  type OnUpdateValue = {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty } from '../../@declaration';
2
+ import { TagProperty } from '../../@declares';
3
3
  declare namespace Loader {
4
4
  type Methods = Color & FNs;
5
5
  type Color = {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ReactElement } from '../@declaration';
2
+ import { ReactElement } from '../@declares';
3
3
  declare namespace PageViewController {
4
4
  type Input = {
5
5
  viewIndex: number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  import Box from '../atoms/Box';
4
4
  import Flex from '../atoms/Flex';
5
5
  import Button from './Button';
@@ -1,5 +1,5 @@
1
1
  import $$ from '@mingoo/jsmin';
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  import React from 'react';
4
4
  import Box from '../atoms/Box';
5
5
  declare namespace Sheet {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ReactElement } from '../@declaration';
2
+ import { ReactElement } from '../@declares';
3
3
  import Box from '../atoms/Box';
4
4
  declare namespace Snackbar {
5
5
  type Methods = {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  declare namespace SwipeView {
4
4
  type Input = TagProperty.BasicElement & {
5
5
  slideIndex?: number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  declare namespace TabBar {
4
4
  type Input = {
5
5
  tabIndex: number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../../@declaration';
2
+ import { TagProperty, ReactElement } from '../../@declares';
3
3
  import { TableTypes } from '.';
4
4
  import TableParts from './Parts';
5
5
  declare namespace Data {
@@ -1,4 +1,4 @@
1
- import { TagProperty } from '../../@declaration';
1
+ import { TagProperty } from '../../@declares';
2
2
  import React from 'react';
3
3
  import { TableTypes } from '.';
4
4
  declare namespace TableParts {
@@ -1,4 +1,4 @@
1
- import { TagProperty } from '../../@declaration';
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: {
@@ -1,4 +1,4 @@
1
- import { TagProperty } from '../../@declaration';
1
+ import { TagProperty } from '../../@declares';
2
2
  import React from 'react';
3
3
  export declare namespace TableTypes {
4
4
  type customTableHTMLAttributes<T> = Omit<React.TableHTMLAttributes<T>, 'border'>;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  import $$ from '@mingoo/jsmin';
4
4
  import Box from '../atoms/Box';
5
5
  import Sheet from './Sheet';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ReactElement } from '../@declaration';
2
+ import { ReactElement } from '../@declares';
3
3
  import { Box } from '../atoms/Box';
4
4
  declare namespace Accordion {
5
5
  type Input = Box.Input & {
@@ -1,4 +1,4 @@
1
- import { ReactElement } from '../@declaration';
1
+ import { ReactElement } from '../@declares';
2
2
  import React from 'react';
3
3
  declare namespace LinkifyText {
4
4
  type Input = {
@@ -1,4 +1,4 @@
1
- import { TagProperty } from '../@declaration';
1
+ import { TagProperty } from '../@declares';
2
2
  import React from 'react';
3
3
  import { Flex } from '../atoms/Flex';
4
4
  declare namespace List {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  import { Flex } from '../atoms/Flex';
4
4
  declare namespace Row {
5
5
  type Input = TagProperty.BasicElement & {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { TagProperty, ReactElement } from '../@declaration';
2
+ import { TagProperty, ReactElement } from '../@declares';
3
3
  import { Box } from '../atoms/Box';
4
4
  import { Span } from '../atoms/Span';
5
5
  declare namespace Text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.2.16",
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
- "./@declaration": "./dist/@declaration/index.js",
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
- "@declaration": [
64
- "dist/@declaration/index"
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