amotify 0.1.47 → 0.1.49
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/bundler_style.ts +1 -1
- package/dist/@declaration/property.d.ts +12 -12
- package/dist/@styles/componentClasses/{_.css → index.css} +4 -4
- package/dist/@styles/componentClasses/{_.js → index.js} +3 -4
- package/dist/@styles/index.css +4 -4
- package/dist/@styles/index.d.ts +1 -1
- package/dist/@styles/index.js +3 -4
- package/dist/@styles/init.css +2 -2
- package/dist/@styles/style.css +34 -4
- package/dist/@styles/style.d.ts +1 -1
- package/dist/@styles/style.js +3 -4
- package/dist/@styles/var.css +2 -2
- package/dist/@utils/GenerateClassName.d.ts +2 -2
- package/dist/@utils/GenerateClassName.js +1 -1
- package/dist/@utils/LaunchReactApp.d.ts +3 -3
- package/dist/@utils/LaunchReactApp.js +1 -1
- package/dist/@utils/color.d.ts +1 -1
- package/dist/@utils/color.js +1 -1
- package/dist/@utils/config.d.ts +1 -1
- package/dist/@utils/config.js +1 -1
- package/dist/@utils/fin.js +1 -1
- package/dist/@utils/{_.d.ts → index.d.ts} +1 -1
- package/dist/@utils/index.js +1 -0
- package/dist/@utils/jsminEx.d.ts +5 -5
- package/dist/@utils/useRecycle.js +1 -1
- package/dist/@utils/useStore.d.ts +2 -2
- package/dist/@utils/useStore.js +1 -1
- package/dist/atoms/Box.d.ts +1 -1
- package/dist/atoms/Box.js +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/Img.js +1 -1
- package/dist/atoms/Logo.d.ts +15 -15
- package/dist/atoms/Logo.js +2 -2
- package/dist/atoms/P.d.ts +1 -1
- package/dist/atoms/P.js +1 -1
- package/dist/atoms/Placeholder.js +1 -1
- package/dist/atoms/Span.d.ts +1 -1
- package/dist/atoms/Span.js +1 -1
- package/dist/fn/Button.d.ts +5 -5
- package/dist/fn/Button.js +1 -1
- package/dist/fn/Cropper.d.ts +4 -4
- package/dist/fn/Cropper.js +1 -1
- package/dist/fn/Effect/Fade.js +1 -1
- package/dist/fn/Effect/Pudding.d.ts +1 -1
- package/dist/fn/Effect/Pudding.js +1 -1
- package/dist/fn/Effect/Ripple.d.ts +1 -1
- package/dist/fn/Effect/Ripple.js +1 -1
- package/dist/fn/Input/AutoHeightText.d.ts +1 -1
- package/dist/fn/Input/AutoHeightText.js +1 -1
- package/dist/fn/Input/Checker.d.ts +5 -5
- package/dist/fn/Input/Chips/Selector.d.ts +6 -6
- package/dist/fn/Input/Chips/Selector.js +1 -1
- package/dist/fn/Input/Chips/{_.d.ts → index.d.ts} +2 -2
- package/dist/fn/Input/Chips/index.js +1 -0
- package/dist/fn/Input/Contenteditable.d.ts +2 -2
- package/dist/fn/Input/Contenteditable.js +1 -1
- package/dist/fn/Input/DigitCharacters.d.ts +3 -3
- package/dist/fn/Input/DigitCharacters.js +1 -1
- package/dist/fn/Input/Filer.d.ts +5 -5
- package/dist/fn/Input/Filer.js +1 -1
- package/dist/fn/Input/Hidden.d.ts +1 -1
- package/dist/fn/Input/Hidden.js +1 -1
- package/dist/fn/Input/List.d.ts +7 -7
- package/dist/fn/Input/List.js +1 -1
- package/dist/fn/Input/Parts.d.ts +3 -3
- package/dist/fn/Input/Parts.js +1 -1
- package/dist/fn/Input/Plain.d.ts +3 -3
- package/dist/fn/Input/Plain.js +1 -1
- package/dist/fn/Input/RichSelect.d.ts +5 -5
- package/dist/fn/Input/RichSelect.js +1 -1
- package/dist/fn/Input/Search.d.ts +2 -2
- package/dist/fn/Input/Search.js +1 -1
- package/dist/fn/Input/Segmented.d.ts +8 -8
- package/dist/fn/Input/Segmented.js +1 -1
- package/dist/fn/Input/Select.d.ts +3 -3
- package/dist/fn/Input/Select.js +1 -1
- package/dist/fn/Input/Slider.d.ts +2 -2
- package/dist/fn/Input/Slider.js +1 -1
- package/dist/fn/Input/Switch.d.ts +2 -2
- package/dist/fn/Input/Switch.js +1 -1
- package/dist/fn/Input/Text.d.ts +2 -2
- package/dist/fn/Input/Text.js +1 -1
- package/dist/fn/Input/TextArea.d.ts +2 -2
- package/dist/fn/Input/TextArea.js +1 -1
- package/dist/fn/Input/Time/Picker.d.ts +1 -1
- package/dist/fn/Input/Time/Picker.js +1 -1
- package/dist/fn/Input/Time/{_.d.ts → index.d.ts} +3 -3
- package/dist/fn/Input/Time/index.js +1 -0
- package/dist/fn/Input/core.d.ts +11 -11
- package/dist/fn/Input/core.js +1 -1
- package/dist/fn/Input/{_.d.ts → index.d.ts} +7 -7
- package/dist/fn/Input/index.js +1 -0
- package/dist/fn/Layout/PageRouter.d.ts +1 -1
- package/dist/fn/Layout/PageRouter.js +1 -1
- package/dist/fn/Layout/PageViewController.d.ts +1 -1
- package/dist/fn/Layout/PageViewController.js +1 -1
- package/dist/fn/Layout/RootViewController.d.ts +3 -3
- package/dist/fn/Layout/RootViewController.js +1 -1
- package/dist/fn/Layout/SwipeView.d.ts +2 -2
- package/dist/fn/Layout/SwipeView.js +1 -1
- package/dist/fn/Layout/TabBar.d.ts +1 -1
- package/dist/fn/Layout/TabBar.js +1 -1
- package/dist/fn/Loader/corner.js +1 -1
- package/dist/fn/Loader/{_.d.ts → index.d.ts} +2 -2
- package/dist/fn/Loader/index.js +1 -0
- package/dist/fn/Loader/mini.d.ts +2 -2
- package/dist/fn/Loader/mini.js +1 -1
- package/dist/fn/Loader/top.js +1 -1
- package/dist/fn/Sheet.d.ts +13 -13
- package/dist/fn/Sheet.js +1 -1
- package/dist/fn/Snackbar.d.ts +4 -4
- package/dist/fn/Snackbar.js +1 -1
- package/dist/fn/Table/Data.d.ts +4 -4
- package/dist/fn/Table/Data.js +1 -1
- package/dist/fn/Table/Drag.d.ts +2 -2
- package/dist/fn/Table/Drag.js +1 -1
- package/dist/fn/Table/Normal.d.ts +2 -2
- package/dist/fn/Table/Normal.js +1 -1
- package/dist/fn/Table/Parts.d.ts +2 -2
- package/dist/fn/Table/Parts.js +1 -1
- package/dist/fn/Table/Wrapper.d.ts +2 -2
- package/dist/fn/Table/Wrapper.js +1 -1
- package/dist/fn/Table/cellStyling.d.ts +4 -4
- package/dist/fn/Table/{_.d.ts → index.d.ts} +4 -4
- package/dist/fn/Tooltips.d.ts +4 -4
- package/dist/fn/Tooltips.js +1 -1
- package/dist/fn/index.d.ts +10 -0
- package/dist/fn/index.js +1 -0
- package/dist/index.d.ts +13 -13
- package/dist/index.js +1 -1
- package/dist/mols/Accordion.d.ts +1 -1
- package/dist/mols/Accordion.js +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/dist/temps/designBook.js +1 -1
- package/package.json +15 -15
- package/dist/@utils/_.js +0 -1
- package/dist/fn/Input/Chips/_.js +0 -1
- package/dist/fn/Input/Time/_.js +0 -1
- package/dist/fn/Input/_.js +0 -1
- package/dist/fn/Loader/_.js +0 -1
- package/dist/fn/_.d.ts +0 -10
- package/dist/fn/_.js +0 -1
- /package/dist/@declaration/{_.d.ts → index.d.ts} +0 -0
- /package/dist/@declaration/{_.js → index.js} +0 -0
- /package/dist/@styles/componentClasses/{_.d.ts → index.d.ts} +0 -0
- /package/dist/atoms/{_.d.ts → index.d.ts} +0 -0
- /package/dist/atoms/{_.js → index.js} +0 -0
- /package/dist/fn/Effect/{_.d.ts → index.d.ts} +0 -0
- /package/dist/fn/Effect/{_.js → index.js} +0 -0
- /package/dist/fn/Layout/{_.d.ts → index.d.ts} +0 -0
- /package/dist/fn/Layout/{_.js → index.js} +0 -0
- /package/dist/fn/Table/{_.js → index.js} +0 -0
- /package/dist/mols/{_.d.ts → index.d.ts} +0 -0
- /package/dist/mols/{_.js → index.js} +0 -0
- /package/dist/orgs/{_.d.ts → index.d.ts} +0 -0
- /package/dist/orgs/{_.js → index.js} +0 -0
- /package/dist/temps/{_.d.ts → index.d.ts} +0 -0
- /package/dist/temps/{_.js → index.js} +0 -0
package/bundler_style.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ThemeColor } from '
|
|
3
|
-
export type BasicElement = BasicTag &
|
|
2
|
+
import { ThemeColor } from '.';
|
|
3
|
+
export type BasicElement = BasicTag & Para;
|
|
4
4
|
export type BasicTag = {
|
|
5
5
|
className?: string;
|
|
6
6
|
id?: string;
|
|
7
7
|
componentID?: string;
|
|
8
8
|
};
|
|
9
|
-
export type
|
|
9
|
+
export type Para = Properties & {
|
|
10
10
|
freeCSS?: React.CSSProperties;
|
|
11
11
|
UnderBreakPointStyles?: Properties;
|
|
12
12
|
ssEffectsOnActive?: Others.EffectsOnActive | Others.EffectsOnActive[] | false;
|
|
@@ -14,7 +14,7 @@ export type Params = Properties & {
|
|
|
14
14
|
ssLastChildLossBorder?: 'bottom' | 'right' | false;
|
|
15
15
|
};
|
|
16
16
|
export declare namespace Pargins {
|
|
17
|
-
type
|
|
17
|
+
type Para = {
|
|
18
18
|
margin?: Group;
|
|
19
19
|
marginTop?: Unit;
|
|
20
20
|
marginRight?: Unit;
|
|
@@ -30,7 +30,7 @@ export declare namespace Pargins {
|
|
|
30
30
|
type Group = Unit | [Unit, Unit] | [Unit, Unit, Unit, Unit];
|
|
31
31
|
}
|
|
32
32
|
export declare namespace Borders {
|
|
33
|
-
type
|
|
33
|
+
type Para = {
|
|
34
34
|
border?: Border;
|
|
35
35
|
borderTop?: Border;
|
|
36
36
|
borderRight?: Border;
|
|
@@ -52,7 +52,7 @@ export declare namespace Borders {
|
|
|
52
52
|
type Radius = 0 | '1/3' | '2/3' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 'sphere' | 'inherit' | '1.tone.primary' | '2.tone.secondary' | '3.tone.tertiary';
|
|
53
53
|
}
|
|
54
54
|
export declare namespace FlexGrids {
|
|
55
|
-
type
|
|
55
|
+
type Para = {
|
|
56
56
|
flexSizing?: 'none' | 'auto' | 0;
|
|
57
57
|
flexWrap?: boolean;
|
|
58
58
|
flexCenter?: boolean;
|
|
@@ -72,7 +72,7 @@ export declare namespace FlexGrids {
|
|
|
72
72
|
type GridCols = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
73
73
|
}
|
|
74
74
|
export declare namespace Fonts {
|
|
75
|
-
type
|
|
75
|
+
type Para = {
|
|
76
76
|
fontColor?: Color;
|
|
77
77
|
fontSize?: Size;
|
|
78
78
|
fontWeight?: Weight;
|
|
@@ -88,7 +88,7 @@ export declare namespace Fonts {
|
|
|
88
88
|
type Size = '0.xs' | '1.mini' | '2.normal' | '3.paragraph' | '4.thirdTitle' | '5.subTitle' | '6.title' | '7.landing' | '8.xl' | 'inherit';
|
|
89
89
|
}
|
|
90
90
|
export declare namespace Sizes {
|
|
91
|
-
type
|
|
91
|
+
type Para = {
|
|
92
92
|
maxHeight?: 0 | 1 | 'viewHeight' | 'topNavigationHeight' | 'sideNavigationHeight' | 'contentHeight' | 'unset';
|
|
93
93
|
minHeight?: 0 | 1 | 'viewHeight' | 'topNavigationHeight' | 'sideNavigationHeight' | 'contentHeight' | 'unset';
|
|
94
94
|
minWidth?: 0 | 1 | 'viewWidth' | 'unset';
|
|
@@ -96,12 +96,12 @@ export declare namespace Sizes {
|
|
|
96
96
|
unitWidth?: Size;
|
|
97
97
|
unitHeight?: Size;
|
|
98
98
|
width?: 0 | 1 | 'viewWidth' | 'auto';
|
|
99
|
-
height?: 0 | 1 | 'viewHeight' | 'topNavigationHeight' | 'sideNavigationHeight' | 'contentHeight' | 'auto';
|
|
99
|
+
height?: 0 | 1 | 'viewHeight' | 'topNavigationHeight' | 'footerNavigationHeight' | 'sideNavigationHeight' | 'contentHeight' | 'auto';
|
|
100
100
|
};
|
|
101
101
|
type Size = 0 | '1/12' | '1/6' | '1/4' | '1/3' | '1/2' | '2/3' | '3/4' | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 6 | 8 | 12 | 'unset';
|
|
102
102
|
}
|
|
103
103
|
export declare namespace StyleSets {
|
|
104
|
-
type
|
|
104
|
+
type Para = {
|
|
105
105
|
ssCardBox?: boolean | 'border' | 'layer' | 'cloud' | 'shadow';
|
|
106
106
|
ssSphere?: Sizes.Size;
|
|
107
107
|
ssSquare?: Sizes.Size;
|
|
@@ -119,7 +119,7 @@ export declare namespace Others {
|
|
|
119
119
|
type TRBL = 0 | '1/12' | '1/6' | '1/4' | '1/3' | '1/2' | '2/3' | '3/4' | 1 | 2 | 3 | 4 | '50%' | '100%';
|
|
120
120
|
type EffectsOnActive = 'ripple.white' | 'ripple.cloud' | 'ripple.theme' | 'push' | 'expand' | 'shrink' | 'pudding' | 'fade' | 'none';
|
|
121
121
|
}
|
|
122
|
-
export type Properties = Pargins.
|
|
122
|
+
export type Properties = Pargins.Para & Fonts.Para & Borders.Para & FlexGrids.Para & Sizes.Para & StyleSets.Para & {
|
|
123
123
|
backgroundColor?: Others.BackgroundColor;
|
|
124
124
|
gradients?: {
|
|
125
125
|
deg: number;
|
|
@@ -132,7 +132,7 @@ export type Properties = Pargins.Params & Fonts.Params & Borders.Params & FlexGr
|
|
|
132
132
|
position?: 'relative' | 'absolute' | 'fixed' | 'sticky' | 'static';
|
|
133
133
|
top?: Others.TRBL | 'topBase' | 'topNavigationHeight';
|
|
134
134
|
right?: Others.TRBL;
|
|
135
|
-
bottom?: Others.TRBL;
|
|
135
|
+
bottom?: Others.TRBL | 'footerNavigationHeight';
|
|
136
136
|
left?: Others.TRBL;
|
|
137
137
|
opacity?: 'trans' | 'few' | 'low' | 'middle' | 'high' | 'most';
|
|
138
138
|
transition?: 'none' | 'short' | 'middle' | 'long';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.48
|
|
4
4
|
* https://mingoo.co.jp/
|
|
5
5
|
|
|
6
6
|
* Copyright (c) mingoo, LLC.
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
|
|
9
|
-
* Latest updated at: 2024/
|
|
9
|
+
* Latest updated at: 2024/7/9
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
|
|
@@ -1416,14 +1416,14 @@
|
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
1418
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_autoHeightText.module.scss */
|
|
1419
|
-
.
|
|
1419
|
+
._Origin_vvhgd_1 {
|
|
1420
1420
|
transition:
|
|
1421
1421
|
box-shadow var(--animation-time1),
|
|
1422
1422
|
border-color var(--animation-time1),
|
|
1423
1423
|
border-radius var(--animation-time1),
|
|
1424
1424
|
padding var(--animation-time1) !important;
|
|
1425
1425
|
}
|
|
1426
|
-
.
|
|
1426
|
+
._Shallow_vvhgd_5 {
|
|
1427
1427
|
transition:
|
|
1428
1428
|
box-shadow var(--animation-time1),
|
|
1429
1429
|
border-color var(--animation-time1),
|
|
@@ -331,9 +331,8 @@ var f_input_time_module_default = {
|
|
|
331
331
|
|
|
332
332
|
// src/@styles/componentClasses/f_input_autoHeightText.module.scss
|
|
333
333
|
var f_input_autoHeightText_module_default = {
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"Shallow": "_Shallow_1clsj_4"
|
|
334
|
+
"Origin": "_Origin_vvhgd_1",
|
|
335
|
+
"Shallow": "_Shallow_vvhgd_5"
|
|
337
336
|
};
|
|
338
337
|
|
|
339
338
|
// src/@styles/componentClasses/f_input_segmented.module.scss
|
|
@@ -348,7 +347,7 @@ var f_input_segmented_module_default = {
|
|
|
348
347
|
"Tone_BottomLine": "_Tone_BottomLine_1516t_42"
|
|
349
348
|
};
|
|
350
349
|
|
|
351
|
-
// src/@styles/componentClasses/
|
|
350
|
+
// src/@styles/componentClasses/index.tsx
|
|
352
351
|
var ImgClasses = (className) => a_img_module_default[className];
|
|
353
352
|
var LogoClasses = (className) => a_logo_module_default[className];
|
|
354
353
|
var PlaceholderClasses = (className) => a_placeholder_module_default[className];
|
package/dist/@styles/index.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.48
|
|
4
4
|
* https://mingoo.co.jp/
|
|
5
5
|
|
|
6
6
|
* Copyright (c) mingoo, LLC.
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
|
|
9
|
-
* Latest updated at: 2024/
|
|
9
|
+
* Latest updated at: 2024/7/9
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
|
|
@@ -1416,14 +1416,14 @@
|
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
1418
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_autoHeightText.module.scss */
|
|
1419
|
-
.
|
|
1419
|
+
._Origin_vvhgd_1 {
|
|
1420
1420
|
transition:
|
|
1421
1421
|
box-shadow var(--animation-time1),
|
|
1422
1422
|
border-color var(--animation-time1),
|
|
1423
1423
|
border-radius var(--animation-time1),
|
|
1424
1424
|
padding var(--animation-time1) !important;
|
|
1425
1425
|
}
|
|
1426
|
-
.
|
|
1426
|
+
._Shallow_vvhgd_5 {
|
|
1427
1427
|
transition:
|
|
1428
1428
|
box-shadow var(--animation-time1),
|
|
1429
1429
|
border-color var(--animation-time1),
|
package/dist/@styles/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './componentClasses
|
|
1
|
+
export * from './componentClasses';
|
package/dist/@styles/index.js
CHANGED
|
@@ -331,9 +331,8 @@ var f_input_time_module_default = {
|
|
|
331
331
|
|
|
332
332
|
// src/@styles/componentClasses/f_input_autoHeightText.module.scss
|
|
333
333
|
var f_input_autoHeightText_module_default = {
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"Shallow": "_Shallow_1clsj_4"
|
|
334
|
+
"Origin": "_Origin_vvhgd_1",
|
|
335
|
+
"Shallow": "_Shallow_vvhgd_5"
|
|
337
336
|
};
|
|
338
337
|
|
|
339
338
|
// src/@styles/componentClasses/f_input_segmented.module.scss
|
|
@@ -348,7 +347,7 @@ var f_input_segmented_module_default = {
|
|
|
348
347
|
"Tone_BottomLine": "_Tone_BottomLine_1516t_42"
|
|
349
348
|
};
|
|
350
349
|
|
|
351
|
-
// src/@styles/componentClasses/
|
|
350
|
+
// src/@styles/componentClasses/index.tsx
|
|
352
351
|
var ImgClasses = (className) => a_img_module_default[className];
|
|
353
352
|
var LogoClasses = (className) => a_logo_module_default[className];
|
|
354
353
|
var PlaceholderClasses = (className) => a_placeholder_module_default[className];
|
package/dist/@styles/init.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.48
|
|
4
4
|
* https://mingoo.co.jp/
|
|
5
5
|
|
|
6
6
|
* Copyright (c) mingoo, LLC.
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
|
|
9
|
-
* Latest updated at: 2024/
|
|
9
|
+
* Latest updated at: 2024/7/9
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* src/@styles/init.scss */
|
package/dist/@styles/style.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.48
|
|
4
4
|
* https://mingoo.co.jp/
|
|
5
5
|
|
|
6
6
|
* Copyright (c) mingoo, LLC.
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
|
|
9
|
-
* Latest updated at: 2024/
|
|
9
|
+
* Latest updated at: 2024/7/9
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* src/@styles/@app.scss */
|
|
@@ -2763,14 +2763,14 @@ amotify-app {
|
|
|
2763
2763
|
}
|
|
2764
2764
|
|
|
2765
2765
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_autoHeightText.module.scss */
|
|
2766
|
-
.
|
|
2766
|
+
._Origin_vvhgd_1 {
|
|
2767
2767
|
transition:
|
|
2768
2768
|
box-shadow var(--animation-time1),
|
|
2769
2769
|
border-color var(--animation-time1),
|
|
2770
2770
|
border-radius var(--animation-time1),
|
|
2771
2771
|
padding var(--animation-time1) !important;
|
|
2772
2772
|
}
|
|
2773
|
-
.
|
|
2773
|
+
._Shallow_vvhgd_5 {
|
|
2774
2774
|
transition:
|
|
2775
2775
|
box-shadow var(--animation-time1),
|
|
2776
2776
|
border-color var(--animation-time1),
|
|
@@ -4195,6 +4195,9 @@ amotify-app {
|
|
|
4195
4195
|
.amotf_pstttopBase {
|
|
4196
4196
|
top: var(--topBase);
|
|
4197
4197
|
}
|
|
4198
|
+
.amotf_psttfooterNavigationHeight {
|
|
4199
|
+
top: var(--footerNavHeight);
|
|
4200
|
+
}
|
|
4198
4201
|
.amotf_pstr0 {
|
|
4199
4202
|
right: 0;
|
|
4200
4203
|
}
|
|
@@ -4243,6 +4246,9 @@ amotify-app {
|
|
|
4243
4246
|
.amotf_pstrtopBase {
|
|
4244
4247
|
right: var(--topBase);
|
|
4245
4248
|
}
|
|
4249
|
+
.amotf_pstrfooterNavigationHeight {
|
|
4250
|
+
right: var(--footerNavHeight);
|
|
4251
|
+
}
|
|
4246
4252
|
.amotf_pstb0 {
|
|
4247
4253
|
bottom: 0;
|
|
4248
4254
|
}
|
|
@@ -4291,6 +4297,9 @@ amotify-app {
|
|
|
4291
4297
|
.amotf_pstbtopBase {
|
|
4292
4298
|
bottom: var(--topBase);
|
|
4293
4299
|
}
|
|
4300
|
+
.amotf_pstbfooterNavigationHeight {
|
|
4301
|
+
bottom: var(--footerNavHeight);
|
|
4302
|
+
}
|
|
4294
4303
|
.amotf_pstl0 {
|
|
4295
4304
|
left: 0;
|
|
4296
4305
|
}
|
|
@@ -4339,6 +4348,9 @@ amotify-app {
|
|
|
4339
4348
|
.amotf_pstltopBase {
|
|
4340
4349
|
left: var(--topBase);
|
|
4341
4350
|
}
|
|
4351
|
+
.amotf_pstlfooterNavigationHeight {
|
|
4352
|
+
left: var(--footerNavHeight);
|
|
4353
|
+
}
|
|
4342
4354
|
.amotf_b_t_ss0 {
|
|
4343
4355
|
border-top: 1px solid transparent;
|
|
4344
4356
|
}
|
|
@@ -4982,6 +4994,9 @@ amotify-app {
|
|
|
4982
4994
|
.amotf_hgtsideNavigationHeight {
|
|
4983
4995
|
height: var(--sideNavHeight);
|
|
4984
4996
|
}
|
|
4997
|
+
.amotf_hgtfooterNavigationHeight {
|
|
4998
|
+
height: var(--footerNavHeight);
|
|
4999
|
+
}
|
|
4985
5000
|
.amotf_hgtcontentHeight {
|
|
4986
5001
|
height: var(--contentHeight);
|
|
4987
5002
|
}
|
|
@@ -6450,6 +6465,9 @@ amotify-app {
|
|
|
6450
6465
|
.amotf_bppstttopBase {
|
|
6451
6466
|
top: var(--topBase);
|
|
6452
6467
|
}
|
|
6468
|
+
.amotf_bppsttfooterNavigationHeight {
|
|
6469
|
+
top: var(--footerNavHeight);
|
|
6470
|
+
}
|
|
6453
6471
|
.amotf_bppstr0 {
|
|
6454
6472
|
right: 0;
|
|
6455
6473
|
}
|
|
@@ -6498,6 +6516,9 @@ amotify-app {
|
|
|
6498
6516
|
.amotf_bppstrtopBase {
|
|
6499
6517
|
right: var(--topBase);
|
|
6500
6518
|
}
|
|
6519
|
+
.amotf_bppstrfooterNavigationHeight {
|
|
6520
|
+
right: var(--footerNavHeight);
|
|
6521
|
+
}
|
|
6501
6522
|
.amotf_bppstb0 {
|
|
6502
6523
|
bottom: 0;
|
|
6503
6524
|
}
|
|
@@ -6546,6 +6567,9 @@ amotify-app {
|
|
|
6546
6567
|
.amotf_bppstbtopBase {
|
|
6547
6568
|
bottom: var(--topBase);
|
|
6548
6569
|
}
|
|
6570
|
+
.amotf_bppstbfooterNavigationHeight {
|
|
6571
|
+
bottom: var(--footerNavHeight);
|
|
6572
|
+
}
|
|
6549
6573
|
.amotf_bppstl0 {
|
|
6550
6574
|
left: 0;
|
|
6551
6575
|
}
|
|
@@ -6594,6 +6618,9 @@ amotify-app {
|
|
|
6594
6618
|
.amotf_bppstltopBase {
|
|
6595
6619
|
left: var(--topBase);
|
|
6596
6620
|
}
|
|
6621
|
+
.amotf_bppstlfooterNavigationHeight {
|
|
6622
|
+
left: var(--footerNavHeight);
|
|
6623
|
+
}
|
|
6597
6624
|
.amotf_bpb_t_ss0 {
|
|
6598
6625
|
border-top: 1px solid transparent;
|
|
6599
6626
|
}
|
|
@@ -7237,6 +7264,9 @@ amotify-app {
|
|
|
7237
7264
|
.amotf_bphgtsideNavigationHeight {
|
|
7238
7265
|
height: var(--sideNavHeight);
|
|
7239
7266
|
}
|
|
7267
|
+
.amotf_bphgtfooterNavigationHeight {
|
|
7268
|
+
height: var(--footerNavHeight);
|
|
7269
|
+
}
|
|
7240
7270
|
.amotf_bphgtcontentHeight {
|
|
7241
7271
|
height: var(--contentHeight);
|
|
7242
7272
|
}
|
package/dist/@styles/style.d.ts
CHANGED
package/dist/@styles/style.js
CHANGED
|
@@ -331,9 +331,8 @@ var f_input_time_module_default = {
|
|
|
331
331
|
|
|
332
332
|
// src/@styles/componentClasses/f_input_autoHeightText.module.scss
|
|
333
333
|
var f_input_autoHeightText_module_default = {
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"Shallow": "_Shallow_1clsj_4"
|
|
334
|
+
"Origin": "_Origin_vvhgd_1",
|
|
335
|
+
"Shallow": "_Shallow_vvhgd_5"
|
|
337
336
|
};
|
|
338
337
|
|
|
339
338
|
// src/@styles/componentClasses/f_input_segmented.module.scss
|
|
@@ -348,7 +347,7 @@ var f_input_segmented_module_default = {
|
|
|
348
347
|
"Tone_BottomLine": "_Tone_BottomLine_1516t_42"
|
|
349
348
|
};
|
|
350
349
|
|
|
351
|
-
// src/@styles/componentClasses/
|
|
350
|
+
// src/@styles/componentClasses/index.tsx
|
|
352
351
|
var ImgClasses = (className) => a_img_module_default[className];
|
|
353
352
|
var LogoClasses = (className) => a_logo_module_default[className];
|
|
354
353
|
var PlaceholderClasses = (className) => a_placeholder_module_default[className];
|
package/dist/@styles/var.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.48
|
|
4
4
|
* https://mingoo.co.jp/
|
|
5
5
|
|
|
6
6
|
* Copyright (c) mingoo, LLC.
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
|
|
9
|
-
* Latest updated at: 2024/
|
|
9
|
+
* Latest updated at: 2024/7/9
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* src/@styles/var.scss */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as
|
|
1
|
+
import{b as s,c as u,d as J}from"../chunk-VY3566IV.js";import{$$ as o,Config as Le}from".";const r={toConcreteBorderRadius:l=>{let R=Le.get().roundness|0;return l=="1.tone.primary"?l=[0,2,3,4,5,5][R]:l=="2.tone.secondary"?l=[0,1,2,3,4,5][R]:l=="3.tone.tertiary"&&(l=[0,"1/3","2/3",1,2,3][R]),l},ev:l=>o.is.nullish(l),ClassNames:(l,R)=>{var Be,Te,Re,Pe,we,Ne,ke;let e=[],_e=R,{gap:n,display:C,position:g,overflow:f,fontColor:P,fontSize:x,fontWeight:i,backgroundColor:p,textAlign:_,textDecoration:m,boxShadow:U,margin:h,marginTop:t,marginRight:c,marginBottom:a,marginLeft:B,padding:T,paddingTop:N,paddingRight:k,paddingBottom:L,paddingLeft:z,top:V,right:Y,bottom:Z,left:ee,border:E,borderTop:v,borderRight:b,borderBottom:S,borderLeft:y,borderWidth:re,borderColor:te,borderStyle:se,borderRadius:F,borderTopLeftRadius:W,borderTopRightRadius:A,borderBottomLeftRadius:H,borderBottomRightRadius:j,flexSizing:ie,flexWrap:oe,flexType:ae,flexChilds:le,flexGrid:ne,horizontalAlign:pe,verticalAlign:de,transition:he,gridCenter:ue,gridCols:ge,maxHeight:fe,minHeight:me,maxWidth:ce,minWidth:ve,width:be,height:Se,unitHeight:ye,unitWidth:Ce,opacity:xe}=_e,ze=J(_e,["gap","display","position","overflow","fontColor","fontSize","fontWeight","backgroundColor","textAlign","textDecoration","boxShadow","margin","marginTop","marginRight","marginBottom","marginLeft","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","top","right","bottom","left","border","borderTop","borderRight","borderBottom","borderLeft","borderWidth","borderColor","borderStyle","borderRadius","borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius","flexSizing","flexWrap","flexType","flexChilds","flexGrid","horizontalAlign","verticalAlign","transition","gridCenter","gridCols","maxHeight","minHeight","maxWidth","minWidth","width","height","unitHeight","unitWidth","opacity"]);{if(r.ev(C)||e.push("dsp"+C),f){let d=o.flatArray(f);e.push("ovfl-x-"+d[0]),e.push("ovfl-y-"+(d[1]||d[0]))}r.ev(g)||e.push("ps"+g),r.ev(_)||e.push("txtalg"+_),r.ev(_)||e.push("txtdeco"+m),r.ev(P)||e.push("ftcl"+((Be=String(P))==null?void 0:Be.replace(/\./g,"_"))),r.ev(x)||e.push("ftsz"+((Te=String(x))==null?void 0:Te.replace(/\..*/,""))),r.ev(i)||e.push("ftwt"+(i==null?void 0:i.replace(/\..*/,""))),r.ev(p)||e.push("bgc"+((Re=String(p))==null?void 0:Re.replace(/\./g,"_"))),r.ev(U)||e.push("bs"+U);let $,I,D,G;o.is.exist(h)&&(o.is.array(h)?h.length==2?[$,I,D,G]=[...h,...h]:h.length==4&&([$,I,D,G]=h):$=I=D=G=h,t=t!=null?t:$,c=c!=null?c:I,a=a!=null?a:D,B=B!=null?B:G),r.ev(t)||e.push("mrgt"+t),r.ev(c)||e.push("mrgr"+c),r.ev(a)||e.push("mrgb"+a),r.ev(B)||e.push("mrgl"+B);let O,q,M,X;o.is.exist(T)&&(o.is.array(T)?T.length==2?[O,q,M,X]=[...T,...T]:T.length==4&&([O,q,M,X]=T):O=q=M=X=T,N=N!=null?N:O,k=k!=null?k:q,L=L!=null?L:M,z=z!=null?z:X),r.ev(N)||e.push("pdt"+N),r.ev(k)||e.push("pdr"+k),r.ev(L)||e.push("pdb"+L),r.ev(z)||e.push("pdl"+z),r.ev(V)||e.push("pstt"+V),r.ev(Y)||e.push("pstr"+Y),r.ev(Z)||e.push("pstb"+Z),r.ev(ee)||e.push("pstl"+ee);{o.is.exist(E)&&(v=v!=null?v:E,b=b!=null?b:E,S=S!=null?S:E,y=y!=null?y:E),o.is.boolean(v)&&(v=["unset","2.normal"][Number(v)]),o.is.boolean(b)&&(b=["unset","2.normal"][Number(b)]),o.is.boolean(S)&&(S=["unset","2.normal"][Number(S)]),o.is.boolean(y)&&(y=["unset","2.normal"][Number(y)]),r.ev(v)||e.push("b_t_ss"+((Pe=String(v))==null?void 0:Pe.replace(/\..*/,""))),r.ev(b)||e.push("b_r_ss"+((we=String(b))==null?void 0:we.replace(/\..*/,""))),r.ev(S)||e.push("b_b_ss"+((Ne=String(S))==null?void 0:Ne.replace(/\..*/,""))),r.ev(y)||e.push("b_l_ss"+((ke=String(y))==null?void 0:ke.replace(/\..*/,""))),o.is.exist(re)&&e.push("b_wth"+String(re)),o.is.exist(te)&&e.push("b_cl"+String(te)),o.is.exist(se)&&e.push("b_st"+String(se));{let d,w,K,Q;o.is.exist(F)&&(o.is.array(F)?F.length==4&&([d,w,Q,K]=F):d=w=K=Q=F,W=W!=null?W:d,A=A!=null?A:w,H=H!=null?H:K,j=j!=null?j:Q)}r.ev(W)||e.push("br_tl"+r.toConcreteBorderRadius(W)),r.ev(A)||e.push("br_tr"+r.toConcreteBorderRadius(A)),r.ev(H)||e.push("br_bl"+r.toConcreteBorderRadius(H)),r.ev(j)||e.push("br_br"+r.toConcreteBorderRadius(j))}if(r.ev(xe)||e.push("op"+xe),o.is.exist(n)){let d,w;o.is.array(n)?(d=n[0],w=n[1]):d=w=n,e.push("gapRow"+d,"gapCol"+w)}r.ev(ie)||e.push("flsz"+ie),r.ev(oe)||e.push("flwrp"+oe),r.ev(ae)||e.push("fltyp"+ae),r.ev(le)||e.push("flchld"+le),r.ev(ne)||e.push("flgrid"+ne),r.ev(de)||e.push("flvrt"+de),r.ev(pe)||e.push("flhrz"+pe),r.ev(ue)||e.push("grcnt"+ue),r.ev(ge)||e.push("grcol"+ge),r.ev(Se)||e.push("hgt"+Se),r.ev(be)||e.push("wdt"+be),r.ev(ye)||e.push("unthgt"+ye),r.ev(Ce)||e.push("untwdt"+Ce),r.ev(he)||e.push("trnst"+he),r.ev(fe)||e.push("maxh"+fe),r.ev(me)||e.push("minh"+me),r.ev(ce)||e.push("maxw"+ce),r.ev(ve)||e.push("minw"+ve)}return{otherParams:ze,className:e.length?l+e.join(" "+l):""}}},We=l=>{let c=s({},l),{gradients:e,ssCardBox:n,ssSphere:C,ssSquare:g,ssPushable:f,ssAbsoluteCovered:P,ssTextEllipsis:x,flexCenter:i,flexNewLine:p,isLightFont:_,isBoldFont:m,isSemiBoldFont:U,isRounded:h}=c,t=J(c,["gradients","ssCardBox","ssSphere","ssSquare","ssPushable","ssAbsoluteCovered","ssTextEllipsis","flexCenter","flexNewLine","isLightFont","isBoldFont","isSemiBoldFont","isRounded"]);if(e){let{deg:a,colors:B}=e;t=u(s({},t),{freeCSS:u(s({},t.freeCSS),{background:`linear-gradient(${a}deg,${B.join(",")})`})})}if(n){n===!0&&(n="border");let a={backgroundColor:"layer.1",borderRadius:"1.tone.primary",boxShadow:"0.thin",freeCSS:{zIndex:1}};n=="border"?a.border=!0:n=="layer"?a.backgroundColor="layer.1":n=="cloud"?a.backgroundColor="cloud":n=="shadow"&&(a.boxShadow="0.normal"),["dim","dark"].includes(Le.get().darkMode)&&(a.boxShadow="1.remark"),t=u(s(s({},a),t),{freeCSS:s(s({},a.freeCSS),t.freeCSS),UnderBreakPointStyles:s(s({},a.UnderBreakPointStyles),t.UnderBreakPointStyles)})}return C&&(i=i!=null?i:!0,t=s({padding:0,unitWidth:C,unitHeight:C,borderRadius:"sphere",flexSizing:"none"},t)),g&&(i=i!=null?i:!0,t=s({padding:0,unitWidth:g,unitHeight:g,flexSizing:"none"},t)),!f||(t=u(s({transition:"middle"},t),{className:[t.className,"ssPushable"].join(" ")})),!P||(t=s({position:"absolute",top:0,left:0,right:0,bottom:0},t)),!x||(t=u(s({overflow:"hidden"},t),{freeCSS:s({whiteSpace:"nowrap",textOverflow:"ellipsis"},t.freeCSS)})),!p||(t=s({width:1,flexSizing:"none"},t)),!i||(t=s({display:"flex",horizontalAlign:"center",verticalAlign:"center"},t)),!_||(t=u(s({},t),{fontWeight:"1.light"})),!U||(t=u(s({},t),{fontWeight:"3.semiBold"})),!m||(t=u(s({},t),{fontWeight:"4.bold"})),!h||(t=u(s({},t),{borderRadius:"sphere"})),t},Ee=l=>{let _=We(l),{componentID:e,UnderBreakPointStyles:n={},className:C="",freeCSS:g={},ssEffectsOnActive:f,ssLastChildLossBorder:P}=_,x=J(_,["componentID","UnderBreakPointStyles","className","freeCSS","ssEffectsOnActive","ssLastChildLossBorder"]),i=[C];if(P&&i.push("ssLastChildLossBorder_"+P),f){f=o.flatArray(f);for(let m of f)i.push("eff_"+m,"eff_"+m.split(".")[0])}{let m=r.ClassNames("amotf_",x);i.push(m.className),x=m.otherParams}n&&i.push(r.ClassNames("amotf_bp",n).className);let p=s({},x);return g&&(p.style=s(s({},g),p.style)),(e||p["data-component-id"])&&(p["data-component-id"]=p["data-component-id"]||e),i.length&&(p.className=i.join(" ").trim().replace(/%/ig,"P").replace(/\d+px/ig,"PIX").replace(/\s+/ig," ").replace(/\//ig,"_").replace(/\./ig,"-")),p};export{Ee as GenerateClassName,We as ReadStyleSet};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ReactElement, Roundness, ThemeColor, DarkMode } from '../@declaration
|
|
2
|
-
import { $$ } from '
|
|
1
|
+
import { ReactElement, Roundness, ThemeColor, DarkMode } from '../@declaration';
|
|
2
|
+
import { $$ } from '.';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
export { React };
|
|
5
5
|
declare namespace LaunchReactApp {
|
|
@@ -16,5 +16,5 @@ declare namespace LaunchReactApp {
|
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
-
declare const LaunchReactApp: (
|
|
19
|
+
declare const LaunchReactApp: (para: LaunchReactApp.Input) => void;
|
|
20
20
|
export { LaunchReactApp, LaunchReactApp as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../chunk-VY3566IV.js";import{Fragment as R,jsx as e,jsxs as f}from"react/jsx-runtime";import{$$ as a,Config as o}from"
|
|
1
|
+
import"../chunk-VY3566IV.js";import{Fragment as R,jsx as e,jsxs as f}from"react/jsx-runtime";import{$$ as a,Config as o}from".";import l from"react";import M from"react-dom/client";import*as E from"react-router-dom";import y from"./useRecycle";import A from"../atoms/Box";import b from"../fn/Sheet";import k from"../fn/Snackbar";import x from"../fn/Loader";import c from"../fn/Effect";const I=t=>{let r=y.set("RootViewController_"+o.get().sessionUID);return l.createElement("amotify-app",{id:"appRoot_"+o.get().sessionUID},f(R,{children:[e(c.Pudding.Wrapper,{}),e(c.Ripple.Wrapper,{}),e(x.Wrapper,{}),e(k.Wrapper,{}),e(b.Wrapper,{}),e(A,{className:`AMOTIFY_be AMOTIFY_be_root ${t.originClassName}`,children:e(E.BrowserRouter,{children:t.children},r)})]}))},d=t=>{let{appRoot:r,baseElement:u,reactElement:n,inlineCSS:C,originClassName:g="AMOTIFY_be_origin",appearances:h}=t,p=a(u);if(!p[0]||!n)return;r&&o.update.appRoot(r);let{roundness:i,themeColor:s,darkMode:m}=h||{};a.is.exist(i)&&o.update.roundness(i),a.is.exist(s)&&o.update.themeColor(s),a.is.exist(m)&&o.update.darkMode(m),M.createRoot(p[0]).render(f(R,{children:[e("style",{children:C}),e(I,{originClassName:g,children:n})]}))};export{d as LaunchReactApp,l as React,d as default};
|
package/dist/@utils/color.d.ts
CHANGED
package/dist/@utils/color.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../chunk-VY3566IV.js";import{$$ as d,Config as r}from"
|
|
1
|
+
import"../chunk-VY3566IV.js";import{$$ as d,Config as r}from".";const f=[{key:"comun",isBrand:!1,isAvocado:!0},{key:"leaf",isBrand:!1,isAvocado:!0},{key:"heart",isBrand:!1,isAvocado:!0},{key:"droplet",isBrand:!1,isAvocado:!0},{key:"brick",isBrand:!1,isAvocado:!1},{key:"flower",isBrand:!1,isAvocado:!1},{key:"lip",isBrand:!1,isAvocado:!1},{key:"wine",isBrand:!1,isAvocado:!1},{key:"theater",isBrand:!1,isAvocado:!1},{key:"bat",isBrand:!1,isAvocado:!1},{key:"poizon",isBrand:!1,isAvocado:!1},{key:"eggplant",isBrand:!1,isAvocado:!1},{key:"ufo",isBrand:!1,isAvocado:!1},{key:"alien",isBrand:!1,isAvocado:!1},{key:"tombstone",isBrand:!1,isAvocado:!1},{key:"ninja",isBrand:!1,isAvocado:!1},{key:"moon",isBrand:!1,isAvocado:!1},{key:"rain",isBrand:!1,isAvocado:!1},{key:"unicorn",isBrand:!1,isAvocado:!1},{key:"axe",isBrand:!1,isAvocado:!1},{key:"gem",isBrand:!1,isAvocado:!1},{key:"soap",isBrand:!1,isAvocado:!1},{key:"drizzle",isBrand:!1,isAvocado:!1},{key:"building",isBrand:!1,isAvocado:!1},{key:"fish",isBrand:!1,isAvocado:!1},{key:"icicles",isBrand:!1,isAvocado:!1},{key:"water",isBrand:!1,isAvocado:!1},{key:"tree1",isBrand:!1,isAvocado:!1},{key:"tree2",isBrand:!1,isAvocado:!1},{key:"tree3",isBrand:!1,isAvocado:!1},{key:"battery",isBrand:!1,isAvocado:!1},{key:"seedle",isBrand:!1,isAvocado:!1},{key:"greenTea",isBrand:!1,isAvocado:!1},{key:"oak",isBrand:!1,isAvocado:!1},{key:"salad",isBrand:!1,isAvocado:!1},{key:"cloudy",isBrand:!1,isAvocado:!1},{key:"lemon",isBrand:!1,isAvocado:!1},{key:"angel",isBrand:!1,isAvocado:!1},{key:"parasol",isBrand:!1,isAvocado:!1},{key:"pizza",isBrand:!1,isAvocado:!1},{key:"thunder",isBrand:!1,isAvocado:!1},{key:"latte",isBrand:!1,isAvocado:!1},{key:"island",isBrand:!1,isAvocado:!1},{key:"shovel",isBrand:!1,isAvocado:!1},{key:"coffee",isBrand:!1,isAvocado:!1},{key:"carrot",isBrand:!1,isAvocado:!1},{key:"cactus",isBrand:!1,isAvocado:!1},{key:"volcano",isBrand:!1,isAvocado:!1},{key:"choco",isBrand:!1,isAvocado:!1},{key:"industry",isBrand:!1,isAvocado:!1},{key:"gun",isBrand:!1,isAvocado:!1},{key:"galaxy",isBrand:!1,isAvocado:!1},{key:"line",isBrand:!0,isAvocado:!1},{key:"twitter",isBrand:!0,isAvocado:!1},{key:"amazon",isBrand:!0,isAvocado:!1},{key:"facebook",isBrand:!0,isAvocado:!1},{key:"android",isBrand:!0,isAvocado:!1},{key:"slackBlue",isBrand:!0,isAvocado:!1},{key:"slackGreen",isBrand:!0,isAvocado:!1},{key:"slackRed",isBrand:!0,isAvocado:!1},{key:"slackYellow",isBrand:!0,isAvocado:!1},{key:"slackBase",isBrand:!0,isAvocado:!1},{key:"googleBlue",isBrand:!0,isAvocado:!1},{key:"googleGreen",isBrand:!0,isAvocado:!1},{key:"googleYellow",isBrand:!0,isAvocado:!1},{key:"googleRed",isBrand:!0,isAvocado:!1}],y=()=>{let e="#45515c",a=d("#ThemeColorMetaTag");a[0]&&a.setAttribute("content",e)},n={light:"#FFF",dark:"#333",dim:"#666",auto:()=>r.get().isSystemDarkmode()?"#333":"#FFF"},o={};f.forEach(e=>{let{key:a,isAvocado:i,isBrand:l}=e;o[a]={alfa:s=>`hsla( var( --cH_${a} ),var( --cS_${a} ),var( --cL_${a} ),${s!=null?s:1} ) `,isAvocado:i,isBrand:l}});export{f as ColorObjects,n as DarkmodeColors,y as SetThemeColorTag,o as ThemeColors};
|
package/dist/@utils/config.d.ts
CHANGED
package/dist/@utils/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as i,c as t}from"../chunk-VY3566IV.js";import{$$ as s}from"
|
|
1
|
+
import{b as i,c as t}from"../chunk-VY3566IV.js";import{$$ as s}from".";import{useRecycle as c}from"./useRecycle";import{ColorObjects as h,SetThemeColorTag as u}from"./color";const f=s.uuid.gen(),n=window.navigator.userAgent.toLowerCase(),a=n.indexOf("windows nt")!==-1?"windows":n.indexOf("android")!==-1?"android":n.indexOf("iphone")!==-1?"iPhone":n.indexOf("ipad")>-1||n.indexOf("macintosh")>-1&&"ontouchend"in document?"iPad":n.indexOf("mac os x")!==-1?"macOSX":"undefined",p=n.indexOf("msie")!==-1||n.indexOf("trident")!==-1?"ie":n.indexOf("edge")!==-1?"edge":n.indexOf("chrome")!==-1?"chrome":n.indexOf("safari")!==-1?"safari":n.indexOf("firefox")!==-1?"firefox":n.indexOf("opera")!==-1||n.indexOf("opr")!==-1?"opera":"undefined";let m={sessionUID:f,appRoot:document.body,darkMode:"light",themeColor:"comun",roundness:2,isSystemDarkmode:()=>window.matchMedia("(prefers-color-scheme: dark)").matches==!0,deviceIs:a,browserIs:p,isPhone:["Android","iPhone"].includes(a),isTouchDevice:window.ontouchstart!==void 0&&0<navigator.maxTouchPoints,isIOS:["iPhone","iPad"].includes(a),screen:{breakpoint:834,phonepoint:690,viewHeight:window.innerHeight,viewWidth:window.innerWidth,isBreakpoint:(e=834)=>window.innerWidth<=e,isPhonepoint:(e=690)=>window.innerWidth<=e}};const o={get:()=>m,set:e=>{m=i(i({},m),e)},update:{appRoot:e=>{o.set(t(i({},o.get()),{appRoot:e}))},themeColor:e=>{if(h.find(d=>d.key==e)||(e="comun"),e==o.get().themeColor)return;o.set(t(i({},o.get()),{themeColor:e}));let r=s(document.body);r.removeClass(r.findClass(/^bdsTC/)).addClass("bdsTC_"+e).callback(()=>{u()}),o.restart()},darkMode:e=>{if(["light","dark","dim","auto"].includes(e)||(e="light"),e==o.get().darkMode)return;let r=e=="auto"?o.get().isSystemDarkmode()?"dark":"light":e;o.set(t(i({},o.get()),{darkMode:r}));let d=s(document.body);d.removeClass(d.findClass(/^bdsDM/)).addClass("bdsDM_"+r),o.restart()},roundness:e=>{e>=0&&e<=5||(e=2),e!=o.get().roundness&&(o.set(t(i({},o.get()),{roundness:e})),o.restart())},screen:e=>{o.get().screen=i(i({},o.get().screen),e)}},restart:()=>{c.do("RootViewController_"+o.get().sessionUID)}};export{o as Config,o as default};
|
package/dist/@utils/fin.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{$$ as o,Config as i,SetThemeColorTag as l}from"
|
|
1
|
+
import{$$ as o,Config as i,SetThemeColorTag as l}from".";o(document.body).addClass(["usrDevice_"+i.get().deviceIs,"bdsDM_"+i.get().darkMode,"bdsTC_"+i.get().themeColor]),o(window).addEvent({eventType:"load",callback:()=>{let e=document.body.style,t=o(document.body),r=Number(t.getStyleProperty("--topNavHeight").removeLetters()||0),n=Number(t.getStyleProperty("--footerNavHeight").removeLetters()||0),d=window.innerHeight-r-n;e.setProperty("--viewHeight",window.innerHeight+"px"),e.setProperty("--contentHeight",d+"px")}}).addEvent({eventType:"resize",eventID:"getDeviceInfo",callback:()=>{i.update.screen({viewHeight:window.innerHeight,viewWidth:window.innerWidth});let e=o(document.body),t=window.innerHeight,r=Number(e.getStyleProperty("--topNavHeight").removeLetters()),n=Number(e.getStyleProperty("--footerNavHeight").removeLetters()),g=t-r-n;e.setStyleProperty("--viewHeight",t+"px").setStyleProperty("--sideNavHeight",g+"px").setStyleProperty("--contentHeight",g+"px")}}),l();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from"../@declaration";export*from"./jsminEx";export*from"./config";export*from"./useStore";export*from"./useRecycle";export*from"./collectForm";export*from"./pageTransit";export*from"./color";export*from"./GenerateClassName";export*from"./LaunchReactApp";export*from"./getElement";export*from"./fin";
|
package/dist/@utils/jsminEx.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import $$ from '@mingoo/jsmin';
|
|
2
|
-
import Input from '../fn/Input
|
|
2
|
+
import Input from '../fn/Input';
|
|
3
3
|
declare global {
|
|
4
4
|
interface JsminExtension {
|
|
5
5
|
CDNReader(url: string): Promise<boolean>;
|
|
@@ -32,15 +32,15 @@ declare global {
|
|
|
32
32
|
}
|
|
33
33
|
type Json = {
|
|
34
34
|
fileName: string;
|
|
35
|
-
sheets:
|
|
35
|
+
sheets: Sheet[];
|
|
36
36
|
};
|
|
37
|
-
type
|
|
37
|
+
type Sheet = {
|
|
38
38
|
sheetName: string;
|
|
39
|
-
rows:
|
|
39
|
+
rows: Row[];
|
|
40
40
|
merges?: Merge[];
|
|
41
41
|
styles?: Style[];
|
|
42
42
|
};
|
|
43
|
-
type
|
|
43
|
+
type Row = (string | number)[];
|
|
44
44
|
type Merge = [string, string] | [null, null];
|
|
45
45
|
type Style = {
|
|
46
46
|
type: 'cell' | 'row' | 'column';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../chunk-VY3566IV.js";import{$$ as l}from"
|
|
1
|
+
import"../chunk-VY3566IV.js";import{$$ as l}from".";import s from"./useStore";import{useState as u}from"react";const o={set:r=>{var t;let[e]=u(l.uuid.gen()),[y,c]=u(l.uuid.gen());return s.set({key:"RecycleKey_"+e,value:()=>{c(l.uuid.gen())}}),s.update({key:"RecycleKeys_"+r,value:{keys:[...((t=s.get("RecycleKeys_"+r))==null?void 0:t.keys)||[],e]}}),y},do:r=>{var y;let e=((y=s.get("RecycleKeys_"+r))==null?void 0:y.keys)||[];if(e.length)for(let c of e){let t=s.get("RecycleKey_"+c);t&&t()}}};export{o as default,o as useRecycle};
|
package/dist/@utils/useStore.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as y,c as
|
|
1
|
+
import{b as y,c as u}from"../chunk-VY3566IV.js";const r={},l={set:a=>{let{key:t,value:e,privateKey:n}=a,i=r[t]||{};return i&&i.privateKey&&i.privateKey!=n?!1:(r[t]={privateKey:n,value:e},!0)},update:a=>{var v;let{key:t,value:e,privateKey:n}=a,i=r[t]||{};return i&&i.privateKey&&i.privateKey!=n?!1:(r[t]=u(y({},r[t]),{value:y(y({},(v=r[t])==null?void 0:v.value),e)}),!0)},get:(a,t)=>{let e=r[a];if(!(e&&e.privateKey&&e.privateKey!=t))return e==null?void 0:e.value},delete:(a,t)=>{let e=r[a];return e&&e.privateKey&&e.privateKey!=t?!1:(delete r[a],!0)}};export{l as default,l as useStore};
|
package/dist/atoms/Box.d.ts
CHANGED
package/dist/atoms/Box.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as t,d as r}from"../chunk-VY3566IV.js";import{jsx as n}from"react/jsx-runtime";import{GenerateClassName as p}from"../@utils
|
|
1
|
+
import{b as t,d as r}from"../chunk-VY3566IV.js";import{jsx as n}from"react/jsx-runtime";import{GenerateClassName as p}from"../@utils";const a=o=>{let e=p(o),{freeCSS:c}=e,m=r(e,["freeCSS"]);return n("div",t({},m))};export{a as Box,a as default};
|
package/dist/atoms/FAI.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { TagProperty } from '../@declaration
|
|
2
|
+
import { TagProperty } from '../@declaration';
|
|
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';
|