amotify 0.1.47 → 0.1.48

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.
@@ -96,7 +96,7 @@ 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
  }
@@ -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.46
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/6/29
9
+ * Latest updated at: 2024/7/8
10
10
  */
11
11
 
12
12
  /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * @license amotify
3
- * amotify 0.1.46
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/6/29
9
+ * Latest updated at: 2024/7/8
10
10
  */
11
11
 
12
12
  /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * @license amotify
3
- * amotify 0.1.46
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/6/29
9
+ * Latest updated at: 2024/7/8
10
10
  */
11
11
 
12
12
  /* src/@styles/init.scss */
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * @license amotify
3
- * amotify 0.1.46
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/6/29
9
+ * Latest updated at: 2024/7/8
10
10
  */
11
11
 
12
12
  /* src/@styles/@app.scss */
@@ -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
  }
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * @license amotify
3
- * amotify 0.1.46
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/6/29
9
+ * Latest updated at: 2024/7/8
10
10
  */
11
11
 
12
12
  /* src/@styles/var.scss */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "UI FW for React",
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",