amotify 0.1.30 → 0.1.31
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/@styles/componentClasses/_.css +35 -35
- package/dist/@styles/componentClasses/_.js +7 -7
- package/dist/@styles/index.css +35 -35
- package/dist/@styles/index.js +7 -7
- package/dist/@styles/init.css +2 -2
- package/dist/@styles/style.css +35 -35
- package/dist/@styles/style.js +7 -7
- package/dist/@styles/var.css +2 -2
- package/dist/fn/Input/Contenteditable.d.ts +1 -1
- package/dist/fn/Input/Contenteditable.js +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.31
|
|
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/6/
|
|
9
|
+
* Latest updated at: 2024/6/20
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
1021
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input.module.scss */
|
|
1022
|
-
.
|
|
1022
|
+
._Wrapper_gmkyt_1 textarea {
|
|
1023
1023
|
display: block;
|
|
1024
1024
|
width: 100%;
|
|
1025
1025
|
min-height: calc(var(--grid-unit) * 4);
|
|
@@ -1029,44 +1029,44 @@
|
|
|
1029
1029
|
box-shadow,
|
|
1030
1030
|
background-color !important;
|
|
1031
1031
|
}
|
|
1032
|
-
.
|
|
1033
|
-
.
|
|
1034
|
-
.
|
|
1032
|
+
._Wrapper_gmkyt_1 input,
|
|
1033
|
+
._Wrapper_gmkyt_1 select,
|
|
1034
|
+
._Wrapper_gmkyt_1 textarea {
|
|
1035
1035
|
display: inline-block;
|
|
1036
1036
|
}
|
|
1037
|
-
.
|
|
1038
|
-
.
|
|
1039
|
-
.
|
|
1037
|
+
._Wrapper_gmkyt_1 input[disabled],
|
|
1038
|
+
._Wrapper_gmkyt_1 select[disabled],
|
|
1039
|
+
._Wrapper_gmkyt_1 textarea[disabled] {
|
|
1040
1040
|
box-shadow: none !important;
|
|
1041
1041
|
background-color: hsl(var(--color-layer3-hsl)) !important;
|
|
1042
1042
|
color: rgb(var(--font-color5-rgb)) !important;
|
|
1043
1043
|
filter: grayscale(50%);
|
|
1044
1044
|
cursor: not-allowed !important;
|
|
1045
1045
|
}
|
|
1046
|
-
.
|
|
1047
|
-
.
|
|
1046
|
+
._Wrapper_gmkyt_1 input,
|
|
1047
|
+
._Wrapper_gmkyt_1 textarea {
|
|
1048
1048
|
cursor: text;
|
|
1049
1049
|
}
|
|
1050
|
-
.
|
|
1051
|
-
.
|
|
1050
|
+
._Wrapper_gmkyt_1 input::placeholder,
|
|
1051
|
+
._Wrapper_gmkyt_1 textarea::placeholder {
|
|
1052
1052
|
font-family: inherit;
|
|
1053
|
-
color: rgb(var(--font-
|
|
1053
|
+
color: rgb(var(--font-color4-rgb));
|
|
1054
1054
|
}
|
|
1055
|
-
.
|
|
1055
|
+
._Wrapper_gmkyt_1 input {
|
|
1056
1056
|
min-width: 0;
|
|
1057
1057
|
display: block;
|
|
1058
1058
|
}
|
|
1059
|
-
.
|
|
1060
|
-
.
|
|
1059
|
+
._Wrapper_gmkyt_1 input[type=text],
|
|
1060
|
+
._Wrapper_gmkyt_1 input[type=number] {
|
|
1061
1061
|
width: 100%;
|
|
1062
1062
|
}
|
|
1063
|
-
.
|
|
1064
|
-
.
|
|
1063
|
+
._Wrapper_gmkyt_1 input[type=number]::-webkit-inner-spin-button,
|
|
1064
|
+
._Wrapper_gmkyt_1 input[type=number]::-webkit-outer-spin-button {
|
|
1065
1065
|
-webkit-appearance: none;
|
|
1066
1066
|
}
|
|
1067
|
-
.
|
|
1068
|
-
.
|
|
1069
|
-
.
|
|
1067
|
+
._Wrapper_gmkyt_1 input[type=radio],
|
|
1068
|
+
._Wrapper_gmkyt_1 input[type=checkbox],
|
|
1069
|
+
._Wrapper_gmkyt_1 input[type=file] {
|
|
1070
1070
|
opacity: 0;
|
|
1071
1071
|
width: 0;
|
|
1072
1072
|
height: 0;
|
|
@@ -1074,51 +1074,51 @@
|
|
|
1074
1074
|
position: absolute;
|
|
1075
1075
|
appearance: none;
|
|
1076
1076
|
}
|
|
1077
|
-
.
|
|
1077
|
+
._Wrapper_gmkyt_1 input:-webkit-autofill {
|
|
1078
1078
|
box-shadow: 0 0 0 100rem hsl(var(--color-layer3-hsl)) inset !important;
|
|
1079
1079
|
-webkit-text-fill-color: rgb(var(--font-color3-rgb));
|
|
1080
1080
|
}
|
|
1081
|
-
.
|
|
1081
|
+
._Input_gmkyt_48 {
|
|
1082
1082
|
outline: none !important;
|
|
1083
1083
|
}
|
|
1084
|
-
.
|
|
1085
|
-
.
|
|
1084
|
+
._Input_gmkyt_48:focus,
|
|
1085
|
+
._Input_gmkyt_48:active {
|
|
1086
1086
|
z-index: 1;
|
|
1087
1087
|
background-color: hsl(var(--color-layer1-hsl));
|
|
1088
1088
|
}
|
|
1089
|
-
.
|
|
1089
|
+
._Input_gmkyt_48:focus {
|
|
1090
1090
|
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
1091
1091
|
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._Input_gmkyt_48:active {
|
|
1094
1094
|
box-shadow: 0 0 0 transparent inset, 0 0 0 transparent;
|
|
1095
1095
|
transition: var(--animation-time3);
|
|
1096
1096
|
}
|
|
1097
|
-
.
|
|
1097
|
+
._Input_gmkyt_48._InputCover_gmkyt_63:focus-within {
|
|
1098
1098
|
z-index: 1;
|
|
1099
1099
|
background-color: hsl(var(--color-layer1-hsl));
|
|
1100
1100
|
}
|
|
1101
|
-
.
|
|
1101
|
+
._Input_gmkyt_48._InputCover_gmkyt_63:focus-within {
|
|
1102
1102
|
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
1103
1103
|
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
1104
1104
|
}
|
|
1105
|
-
@keyframes
|
|
1105
|
+
@keyframes _ShowCell_gmkyt_1 {
|
|
1106
1106
|
100% {
|
|
1107
1107
|
opacity: 1;
|
|
1108
1108
|
transform: scale(1);
|
|
1109
1109
|
}
|
|
1110
1110
|
}
|
|
1111
|
-
.
|
|
1111
|
+
._IndicatorIcon_gmkyt_78 {
|
|
1112
1112
|
transform: translateY(-50%);
|
|
1113
1113
|
}
|
|
1114
|
-
.
|
|
1114
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:not(:first-child):not(:last-child) {
|
|
1115
1115
|
border-radius: 0 !important;
|
|
1116
1116
|
}
|
|
1117
|
-
.
|
|
1117
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:first-child {
|
|
1118
1118
|
border-top-right-radius: 0 !important;
|
|
1119
1119
|
border-bottom-right-radius: 0 !important;
|
|
1120
1120
|
}
|
|
1121
|
-
.
|
|
1121
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:last-child {
|
|
1122
1122
|
border-top-left-radius: 0 !important;
|
|
1123
1123
|
border-bottom-left-radius: 0 !important;
|
|
1124
1124
|
}
|
|
@@ -240,13 +240,13 @@ var f_button_module_default = {
|
|
|
240
240
|
|
|
241
241
|
// src/@styles/componentClasses/f_input.module.scss
|
|
242
242
|
var f_input_module_default = {
|
|
243
|
-
"Wrapper": "
|
|
244
|
-
"Input": "
|
|
245
|
-
"InputCover": "
|
|
246
|
-
"IndicatorIcon": "
|
|
247
|
-
"DigitCharacterCell": "
|
|
248
|
-
"Combined": "
|
|
249
|
-
"ShowCell": "
|
|
243
|
+
"Wrapper": "_Wrapper_gmkyt_1",
|
|
244
|
+
"Input": "_Input_gmkyt_48",
|
|
245
|
+
"InputCover": "_InputCover_gmkyt_63",
|
|
246
|
+
"IndicatorIcon": "_IndicatorIcon_gmkyt_78",
|
|
247
|
+
"DigitCharacterCell": "_DigitCharacterCell_gmkyt_82",
|
|
248
|
+
"Combined": "_Combined_gmkyt_82",
|
|
249
|
+
"ShowCell": "_ShowCell_gmkyt_1"
|
|
250
250
|
};
|
|
251
251
|
|
|
252
252
|
// src/@styles/componentClasses/f_input_chips.module.scss
|
package/dist/@styles/index.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.31
|
|
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/6/
|
|
9
|
+
* Latest updated at: 2024/6/20
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
1021
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input.module.scss */
|
|
1022
|
-
.
|
|
1022
|
+
._Wrapper_gmkyt_1 textarea {
|
|
1023
1023
|
display: block;
|
|
1024
1024
|
width: 100%;
|
|
1025
1025
|
min-height: calc(var(--grid-unit) * 4);
|
|
@@ -1029,44 +1029,44 @@
|
|
|
1029
1029
|
box-shadow,
|
|
1030
1030
|
background-color !important;
|
|
1031
1031
|
}
|
|
1032
|
-
.
|
|
1033
|
-
.
|
|
1034
|
-
.
|
|
1032
|
+
._Wrapper_gmkyt_1 input,
|
|
1033
|
+
._Wrapper_gmkyt_1 select,
|
|
1034
|
+
._Wrapper_gmkyt_1 textarea {
|
|
1035
1035
|
display: inline-block;
|
|
1036
1036
|
}
|
|
1037
|
-
.
|
|
1038
|
-
.
|
|
1039
|
-
.
|
|
1037
|
+
._Wrapper_gmkyt_1 input[disabled],
|
|
1038
|
+
._Wrapper_gmkyt_1 select[disabled],
|
|
1039
|
+
._Wrapper_gmkyt_1 textarea[disabled] {
|
|
1040
1040
|
box-shadow: none !important;
|
|
1041
1041
|
background-color: hsl(var(--color-layer3-hsl)) !important;
|
|
1042
1042
|
color: rgb(var(--font-color5-rgb)) !important;
|
|
1043
1043
|
filter: grayscale(50%);
|
|
1044
1044
|
cursor: not-allowed !important;
|
|
1045
1045
|
}
|
|
1046
|
-
.
|
|
1047
|
-
.
|
|
1046
|
+
._Wrapper_gmkyt_1 input,
|
|
1047
|
+
._Wrapper_gmkyt_1 textarea {
|
|
1048
1048
|
cursor: text;
|
|
1049
1049
|
}
|
|
1050
|
-
.
|
|
1051
|
-
.
|
|
1050
|
+
._Wrapper_gmkyt_1 input::placeholder,
|
|
1051
|
+
._Wrapper_gmkyt_1 textarea::placeholder {
|
|
1052
1052
|
font-family: inherit;
|
|
1053
|
-
color: rgb(var(--font-
|
|
1053
|
+
color: rgb(var(--font-color4-rgb));
|
|
1054
1054
|
}
|
|
1055
|
-
.
|
|
1055
|
+
._Wrapper_gmkyt_1 input {
|
|
1056
1056
|
min-width: 0;
|
|
1057
1057
|
display: block;
|
|
1058
1058
|
}
|
|
1059
|
-
.
|
|
1060
|
-
.
|
|
1059
|
+
._Wrapper_gmkyt_1 input[type=text],
|
|
1060
|
+
._Wrapper_gmkyt_1 input[type=number] {
|
|
1061
1061
|
width: 100%;
|
|
1062
1062
|
}
|
|
1063
|
-
.
|
|
1064
|
-
.
|
|
1063
|
+
._Wrapper_gmkyt_1 input[type=number]::-webkit-inner-spin-button,
|
|
1064
|
+
._Wrapper_gmkyt_1 input[type=number]::-webkit-outer-spin-button {
|
|
1065
1065
|
-webkit-appearance: none;
|
|
1066
1066
|
}
|
|
1067
|
-
.
|
|
1068
|
-
.
|
|
1069
|
-
.
|
|
1067
|
+
._Wrapper_gmkyt_1 input[type=radio],
|
|
1068
|
+
._Wrapper_gmkyt_1 input[type=checkbox],
|
|
1069
|
+
._Wrapper_gmkyt_1 input[type=file] {
|
|
1070
1070
|
opacity: 0;
|
|
1071
1071
|
width: 0;
|
|
1072
1072
|
height: 0;
|
|
@@ -1074,51 +1074,51 @@
|
|
|
1074
1074
|
position: absolute;
|
|
1075
1075
|
appearance: none;
|
|
1076
1076
|
}
|
|
1077
|
-
.
|
|
1077
|
+
._Wrapper_gmkyt_1 input:-webkit-autofill {
|
|
1078
1078
|
box-shadow: 0 0 0 100rem hsl(var(--color-layer3-hsl)) inset !important;
|
|
1079
1079
|
-webkit-text-fill-color: rgb(var(--font-color3-rgb));
|
|
1080
1080
|
}
|
|
1081
|
-
.
|
|
1081
|
+
._Input_gmkyt_48 {
|
|
1082
1082
|
outline: none !important;
|
|
1083
1083
|
}
|
|
1084
|
-
.
|
|
1085
|
-
.
|
|
1084
|
+
._Input_gmkyt_48:focus,
|
|
1085
|
+
._Input_gmkyt_48:active {
|
|
1086
1086
|
z-index: 1;
|
|
1087
1087
|
background-color: hsl(var(--color-layer1-hsl));
|
|
1088
1088
|
}
|
|
1089
|
-
.
|
|
1089
|
+
._Input_gmkyt_48:focus {
|
|
1090
1090
|
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
1091
1091
|
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._Input_gmkyt_48:active {
|
|
1094
1094
|
box-shadow: 0 0 0 transparent inset, 0 0 0 transparent;
|
|
1095
1095
|
transition: var(--animation-time3);
|
|
1096
1096
|
}
|
|
1097
|
-
.
|
|
1097
|
+
._Input_gmkyt_48._InputCover_gmkyt_63:focus-within {
|
|
1098
1098
|
z-index: 1;
|
|
1099
1099
|
background-color: hsl(var(--color-layer1-hsl));
|
|
1100
1100
|
}
|
|
1101
|
-
.
|
|
1101
|
+
._Input_gmkyt_48._InputCover_gmkyt_63:focus-within {
|
|
1102
1102
|
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
1103
1103
|
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
1104
1104
|
}
|
|
1105
|
-
@keyframes
|
|
1105
|
+
@keyframes _ShowCell_gmkyt_1 {
|
|
1106
1106
|
100% {
|
|
1107
1107
|
opacity: 1;
|
|
1108
1108
|
transform: scale(1);
|
|
1109
1109
|
}
|
|
1110
1110
|
}
|
|
1111
|
-
.
|
|
1111
|
+
._IndicatorIcon_gmkyt_78 {
|
|
1112
1112
|
transform: translateY(-50%);
|
|
1113
1113
|
}
|
|
1114
|
-
.
|
|
1114
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:not(:first-child):not(:last-child) {
|
|
1115
1115
|
border-radius: 0 !important;
|
|
1116
1116
|
}
|
|
1117
|
-
.
|
|
1117
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:first-child {
|
|
1118
1118
|
border-top-right-radius: 0 !important;
|
|
1119
1119
|
border-bottom-right-radius: 0 !important;
|
|
1120
1120
|
}
|
|
1121
|
-
.
|
|
1121
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:last-child {
|
|
1122
1122
|
border-top-left-radius: 0 !important;
|
|
1123
1123
|
border-bottom-left-radius: 0 !important;
|
|
1124
1124
|
}
|
package/dist/@styles/index.js
CHANGED
|
@@ -240,13 +240,13 @@ var f_button_module_default = {
|
|
|
240
240
|
|
|
241
241
|
// src/@styles/componentClasses/f_input.module.scss
|
|
242
242
|
var f_input_module_default = {
|
|
243
|
-
"Wrapper": "
|
|
244
|
-
"Input": "
|
|
245
|
-
"InputCover": "
|
|
246
|
-
"IndicatorIcon": "
|
|
247
|
-
"DigitCharacterCell": "
|
|
248
|
-
"Combined": "
|
|
249
|
-
"ShowCell": "
|
|
243
|
+
"Wrapper": "_Wrapper_gmkyt_1",
|
|
244
|
+
"Input": "_Input_gmkyt_48",
|
|
245
|
+
"InputCover": "_InputCover_gmkyt_63",
|
|
246
|
+
"IndicatorIcon": "_IndicatorIcon_gmkyt_78",
|
|
247
|
+
"DigitCharacterCell": "_DigitCharacterCell_gmkyt_82",
|
|
248
|
+
"Combined": "_Combined_gmkyt_82",
|
|
249
|
+
"ShowCell": "_ShowCell_gmkyt_1"
|
|
250
250
|
};
|
|
251
251
|
|
|
252
252
|
// src/@styles/componentClasses/f_input_chips.module.scss
|
package/dist/@styles/init.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.31
|
|
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/6/
|
|
9
|
+
* Latest updated at: 2024/6/20
|
|
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.31
|
|
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/6/
|
|
9
|
+
* Latest updated at: 2024/6/20
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* src/@styles/@app.scss */
|
|
@@ -2366,7 +2366,7 @@ amotify-app {
|
|
|
2366
2366
|
}
|
|
2367
2367
|
|
|
2368
2368
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input.module.scss */
|
|
2369
|
-
.
|
|
2369
|
+
._Wrapper_gmkyt_1 textarea {
|
|
2370
2370
|
display: block;
|
|
2371
2371
|
width: 100%;
|
|
2372
2372
|
min-height: calc(var(--grid-unit) * 4);
|
|
@@ -2376,44 +2376,44 @@ amotify-app {
|
|
|
2376
2376
|
box-shadow,
|
|
2377
2377
|
background-color !important;
|
|
2378
2378
|
}
|
|
2379
|
-
.
|
|
2380
|
-
.
|
|
2381
|
-
.
|
|
2379
|
+
._Wrapper_gmkyt_1 input,
|
|
2380
|
+
._Wrapper_gmkyt_1 select,
|
|
2381
|
+
._Wrapper_gmkyt_1 textarea {
|
|
2382
2382
|
display: inline-block;
|
|
2383
2383
|
}
|
|
2384
|
-
.
|
|
2385
|
-
.
|
|
2386
|
-
.
|
|
2384
|
+
._Wrapper_gmkyt_1 input[disabled],
|
|
2385
|
+
._Wrapper_gmkyt_1 select[disabled],
|
|
2386
|
+
._Wrapper_gmkyt_1 textarea[disabled] {
|
|
2387
2387
|
box-shadow: none !important;
|
|
2388
2388
|
background-color: hsl(var(--color-layer3-hsl)) !important;
|
|
2389
2389
|
color: rgb(var(--font-color5-rgb)) !important;
|
|
2390
2390
|
filter: grayscale(50%);
|
|
2391
2391
|
cursor: not-allowed !important;
|
|
2392
2392
|
}
|
|
2393
|
-
.
|
|
2394
|
-
.
|
|
2393
|
+
._Wrapper_gmkyt_1 input,
|
|
2394
|
+
._Wrapper_gmkyt_1 textarea {
|
|
2395
2395
|
cursor: text;
|
|
2396
2396
|
}
|
|
2397
|
-
.
|
|
2398
|
-
.
|
|
2397
|
+
._Wrapper_gmkyt_1 input::placeholder,
|
|
2398
|
+
._Wrapper_gmkyt_1 textarea::placeholder {
|
|
2399
2399
|
font-family: inherit;
|
|
2400
|
-
color: rgb(var(--font-
|
|
2400
|
+
color: rgb(var(--font-color4-rgb));
|
|
2401
2401
|
}
|
|
2402
|
-
.
|
|
2402
|
+
._Wrapper_gmkyt_1 input {
|
|
2403
2403
|
min-width: 0;
|
|
2404
2404
|
display: block;
|
|
2405
2405
|
}
|
|
2406
|
-
.
|
|
2407
|
-
.
|
|
2406
|
+
._Wrapper_gmkyt_1 input[type=text],
|
|
2407
|
+
._Wrapper_gmkyt_1 input[type=number] {
|
|
2408
2408
|
width: 100%;
|
|
2409
2409
|
}
|
|
2410
|
-
.
|
|
2411
|
-
.
|
|
2410
|
+
._Wrapper_gmkyt_1 input[type=number]::-webkit-inner-spin-button,
|
|
2411
|
+
._Wrapper_gmkyt_1 input[type=number]::-webkit-outer-spin-button {
|
|
2412
2412
|
-webkit-appearance: none;
|
|
2413
2413
|
}
|
|
2414
|
-
.
|
|
2415
|
-
.
|
|
2416
|
-
.
|
|
2414
|
+
._Wrapper_gmkyt_1 input[type=radio],
|
|
2415
|
+
._Wrapper_gmkyt_1 input[type=checkbox],
|
|
2416
|
+
._Wrapper_gmkyt_1 input[type=file] {
|
|
2417
2417
|
opacity: 0;
|
|
2418
2418
|
width: 0;
|
|
2419
2419
|
height: 0;
|
|
@@ -2421,51 +2421,51 @@ amotify-app {
|
|
|
2421
2421
|
position: absolute;
|
|
2422
2422
|
appearance: none;
|
|
2423
2423
|
}
|
|
2424
|
-
.
|
|
2424
|
+
._Wrapper_gmkyt_1 input:-webkit-autofill {
|
|
2425
2425
|
box-shadow: 0 0 0 100rem hsl(var(--color-layer3-hsl)) inset !important;
|
|
2426
2426
|
-webkit-text-fill-color: rgb(var(--font-color3-rgb));
|
|
2427
2427
|
}
|
|
2428
|
-
.
|
|
2428
|
+
._Input_gmkyt_48 {
|
|
2429
2429
|
outline: none !important;
|
|
2430
2430
|
}
|
|
2431
|
-
.
|
|
2432
|
-
.
|
|
2431
|
+
._Input_gmkyt_48:focus,
|
|
2432
|
+
._Input_gmkyt_48:active {
|
|
2433
2433
|
z-index: 1;
|
|
2434
2434
|
background-color: hsl(var(--color-layer1-hsl));
|
|
2435
2435
|
}
|
|
2436
|
-
.
|
|
2436
|
+
._Input_gmkyt_48:focus {
|
|
2437
2437
|
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
2438
2438
|
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
2439
2439
|
}
|
|
2440
|
-
.
|
|
2440
|
+
._Input_gmkyt_48:active {
|
|
2441
2441
|
box-shadow: 0 0 0 transparent inset, 0 0 0 transparent;
|
|
2442
2442
|
transition: var(--animation-time3);
|
|
2443
2443
|
}
|
|
2444
|
-
.
|
|
2444
|
+
._Input_gmkyt_48._InputCover_gmkyt_63:focus-within {
|
|
2445
2445
|
z-index: 1;
|
|
2446
2446
|
background-color: hsl(var(--color-layer1-hsl));
|
|
2447
2447
|
}
|
|
2448
|
-
.
|
|
2448
|
+
._Input_gmkyt_48._InputCover_gmkyt_63:focus-within {
|
|
2449
2449
|
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
2450
2450
|
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
2451
2451
|
}
|
|
2452
|
-
@keyframes
|
|
2452
|
+
@keyframes _ShowCell_gmkyt_1 {
|
|
2453
2453
|
100% {
|
|
2454
2454
|
opacity: 1;
|
|
2455
2455
|
transform: scale(1);
|
|
2456
2456
|
}
|
|
2457
2457
|
}
|
|
2458
|
-
.
|
|
2458
|
+
._IndicatorIcon_gmkyt_78 {
|
|
2459
2459
|
transform: translateY(-50%);
|
|
2460
2460
|
}
|
|
2461
|
-
.
|
|
2461
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:not(:first-child):not(:last-child) {
|
|
2462
2462
|
border-radius: 0 !important;
|
|
2463
2463
|
}
|
|
2464
|
-
.
|
|
2464
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:first-child {
|
|
2465
2465
|
border-top-right-radius: 0 !important;
|
|
2466
2466
|
border-bottom-right-radius: 0 !important;
|
|
2467
2467
|
}
|
|
2468
|
-
.
|
|
2468
|
+
._DigitCharacterCell_gmkyt_82._Combined_gmkyt_82:last-child {
|
|
2469
2469
|
border-top-left-radius: 0 !important;
|
|
2470
2470
|
border-bottom-left-radius: 0 !important;
|
|
2471
2471
|
}
|
package/dist/@styles/style.js
CHANGED
|
@@ -240,13 +240,13 @@ var f_button_module_default = {
|
|
|
240
240
|
|
|
241
241
|
// src/@styles/componentClasses/f_input.module.scss
|
|
242
242
|
var f_input_module_default = {
|
|
243
|
-
"Wrapper": "
|
|
244
|
-
"Input": "
|
|
245
|
-
"InputCover": "
|
|
246
|
-
"IndicatorIcon": "
|
|
247
|
-
"DigitCharacterCell": "
|
|
248
|
-
"Combined": "
|
|
249
|
-
"ShowCell": "
|
|
243
|
+
"Wrapper": "_Wrapper_gmkyt_1",
|
|
244
|
+
"Input": "_Input_gmkyt_48",
|
|
245
|
+
"InputCover": "_InputCover_gmkyt_63",
|
|
246
|
+
"IndicatorIcon": "_IndicatorIcon_gmkyt_78",
|
|
247
|
+
"DigitCharacterCell": "_DigitCharacterCell_gmkyt_82",
|
|
248
|
+
"Combined": "_Combined_gmkyt_82",
|
|
249
|
+
"ShowCell": "_ShowCell_gmkyt_1"
|
|
250
250
|
};
|
|
251
251
|
|
|
252
252
|
// src/@styles/componentClasses/f_input_chips.module.scss
|
package/dist/@styles/var.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.31
|
|
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/6/
|
|
9
|
+
* Latest updated at: 2024/6/20
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* src/@styles/var.scss */
|
|
@@ -6,7 +6,7 @@ declare namespace Contenteditable {
|
|
|
6
6
|
tone?: InputTypes.BoxTone;
|
|
7
7
|
tabIndex?: number;
|
|
8
8
|
id?: string;
|
|
9
|
-
children?:
|
|
9
|
+
children?: ReactElement;
|
|
10
10
|
leftIndicator?: ReactElement | false;
|
|
11
11
|
rightIndicator?: ReactElement | false;
|
|
12
12
|
leftIcon?: ReactElement | false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as n,c as u,d as y}from"../../chunk-VY3566IV.js";import{jsx as s}from"react/jsx-runtime";import{useState as T}from"react";import{$$ as
|
|
1
|
+
import{b as n,c as u,d as y}from"../../chunk-VY3566IV.js";import{jsx as s}from"react/jsx-runtime";import{useState as T}from"react";import{$$ as g}from"../../@utils/_";import{Wrapper as _,BoxWrapper as k,SubmitForm as L,CommonEffects as F,DefaultStyles as B}from"./core";function H(t){let{value:e,params:o}=t,{required:a}=o,i=[];return a&&!e&&i.push({type:"invalid",label:"\u5FC5\u9808\u9805\u76EE\u3067\u3059"}),{ok:!i.filter(({type:c})=>c=="invalid").length,notice:i}}const M=t=>{let v=t,{componentID:e,tone:o,required:a,form:i,value:c,enableFormSubmit:b,checkValidationAtFirst:W,onInput:f,onKeyDown:I,onValidate:q,onUpdateValue:D,onUpdateValidValue:R,children:C="",leftIndicator:A,rightIndicator:K,leftIcon:U,rightIcon:$}=v,V=y(v,["componentID","tone","required","form","value","enableFormSubmit","checkValidationAtFirst","onInput","onKeyDown","onValidate","onUpdateValue","onUpdateValidValue","children","leftIndicator","rightIndicator","leftIcon","rightIcon"]),E={componentID:e,dataValue:c,eventType:"init",eventID:g.uuid.gen()},[l,r]=T(E),[d,m]=T({ok:!1,notice:[]});return F({params:t,val_status:l,set_status:r,val_validate:d,set_validate:m,onUpdateValue:D,onUpdateValidValue:R,DefaultValidation:H}),s(k,{val_status:l,set_status:r,val_validate:d,params:t,children:s("div",u(n({contentEditable:!0,"data-form":i,"data-name":t.name,"data-input-type":"contenteditable","data-validation":d.ok,"data-value":l.dataValue,"data-component-id":l.componentID,onKeyDown:p=>{I&&I(p),b&&L(p)},onInput:p=>{let S=p.currentTarget,{innerHTML:N,innerText:x}=S;d.ok&&m({ok:!1,notice:[]}),r(u(n({},l),{dataValue:x,eventType:"update",eventID:g.uuid.gen()})),f&&f(p)}},V),{children:C}))})},h=t=>{var o,a;t=n({},t),t.rightIcon&&(t.paddingRight=(o=t.paddingRight)!=null?o:3),t.leftIcon&&(t.paddingLeft=(a=t.paddingLeft)!=null?a:3),t=u(n({},t),{freeCSS:n({whiteSpace:"pre-wrap"},t.freeCSS)});let e=B.Boxish(t);return e.rows=e.rows||5,s(_,{componentID:t.componentID,children:M,params:e})};export{h as Contenteditable,h as default};
|