amotify 0.1.18 → 0.1.19

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.
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * @license amotify
3
- * amotify 0.1.17
3
+ * amotify 0.1.19
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/5/21
9
+ * Latest updated at: 2024/5/24
10
10
  */
11
11
 
12
12
  /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
@@ -1248,7 +1248,7 @@
1248
1248
  }
1249
1249
 
1250
1250
  /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_richSelect.module.scss */
1251
- ._Select_2ujbp_1 {
1251
+ ._Select_11niy_1 {
1252
1252
  cursor: pointer;
1253
1253
  position: absolute;
1254
1254
  top: 0;
@@ -1257,6 +1257,9 @@
1257
1257
  bottom: 0;
1258
1258
  opacity: 0;
1259
1259
  }
1260
+ ._SelectLegend_11niy_11 * {
1261
+ pointer-events: none;
1262
+ }
1260
1263
 
1261
1264
  /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_switch.module.scss */
1262
1265
  ._Input_lskuu_1 {
@@ -279,7 +279,8 @@ var f_input_list_module_default = {
279
279
 
280
280
  // src/@styles/componentClasses/f_input_richSelect.module.scss
281
281
  var f_input_richSelect_module_default = {
282
- "Select": "_Select_2ujbp_1"
282
+ "Select": "_Select_11niy_1",
283
+ "SelectLegend": "_SelectLegend_11niy_11"
283
284
  };
284
285
 
285
286
  // src/@styles/componentClasses/f_input_switch.module.scss
package/dist/style.css CHANGED
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * @license amotify
3
- * amotify 0.1.17
3
+ * amotify 0.1.19
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/5/21
9
+ * Latest updated at: 2024/5/24
10
10
  */
11
11
 
12
12
  /* src/@styles/@app.scss */
@@ -2595,7 +2595,7 @@ amotify-app {
2595
2595
  }
2596
2596
 
2597
2597
  /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_richSelect.module.scss */
2598
- ._Select_2ujbp_1 {
2598
+ ._Select_11niy_1 {
2599
2599
  cursor: pointer;
2600
2600
  position: absolute;
2601
2601
  top: 0;
@@ -2604,6 +2604,9 @@ amotify-app {
2604
2604
  bottom: 0;
2605
2605
  opacity: 0;
2606
2606
  }
2607
+ ._SelectLegend_11niy_11 * {
2608
+ pointer-events: none;
2609
+ }
2607
2610
 
2608
2611
  /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_switch.module.scss */
2609
2612
  ._Input_lskuu_1 {
package/dist/style.js CHANGED
@@ -279,7 +279,8 @@ var f_input_list_module_default = {
279
279
 
280
280
  // src/@styles/componentClasses/f_input_richSelect.module.scss
281
281
  var f_input_richSelect_module_default = {
282
- "Select": "_Select_2ujbp_1"
282
+ "Select": "_Select_11niy_1",
283
+ "SelectLegend": "_SelectLegend_11niy_11"
283
284
  };
284
285
 
285
286
  // src/@styles/componentClasses/f_input_switch.module.scss
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "UI FW for React",
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",