@atooyu/uxto-ui 1.0.7 → 1.0.8

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/style.css CHANGED
@@ -2415,7 +2415,7 @@ to {
2415
2415
  .u-read-more__toggle-icon[data-v-e27ed42c] {
2416
2416
  font-size: 12px;
2417
2417
  }
2418
- .u-tabbar[data-v-9b683b39] {
2418
+ .u-tabbar[data-v-a51e79ef] {
2419
2419
  position: fixed;
2420
2420
  left: 0;
2421
2421
  right: 0;
@@ -2424,7 +2424,7 @@ to {
2424
2424
  width: 100%;
2425
2425
  pointer-events: none;
2426
2426
  }
2427
- .u-tabbar__nav-wrap[data-v-9b683b39] {
2427
+ .u-tabbar__nav-wrap[data-v-a51e79ef] {
2428
2428
  pointer-events: auto;
2429
2429
  position: absolute;
2430
2430
  left: 14px;
@@ -2443,7 +2443,7 @@ to {
2443
2443
  padding: 0 8px;
2444
2444
  box-sizing: border-box;
2445
2445
  }
2446
- .u-tabbar__tab-btn[data-v-9b683b39] {
2446
+ .u-tabbar__tab-btn[data-v-a51e79ef] {
2447
2447
  flex: 1;
2448
2448
  height: 40px;
2449
2449
  border-radius: 20px;
@@ -2458,23 +2458,23 @@ to {
2458
2458
  overflow: hidden;
2459
2459
  min-width: 0;
2460
2460
  }
2461
- .u-tabbar__tab-btn--active[data-v-9b683b39] {
2461
+ .u-tabbar__tab-btn--active[data-v-a51e79ef] {
2462
2462
  background: #ffffff;
2463
2463
  box-shadow: inset 0 0 0 1px rgba(17, 135, 128, 0.14);
2464
2464
  }
2465
- .u-tabbar__tab-text[data-v-9b683b39] {
2465
+ .u-tabbar__tab-text[data-v-a51e79ef] {
2466
2466
  font-weight: 600;
2467
2467
  font-size: 14px;
2468
2468
  overflow: hidden;
2469
2469
  text-overflow: ellipsis;
2470
2470
  }
2471
- .u-tabbar__center[data-v-9b683b39] {
2471
+ .u-tabbar__center[data-v-a51e79ef] {
2472
2472
  position: relative;
2473
2473
  width: 72px;
2474
2474
  height: 56px;
2475
2475
  flex-shrink: 0;
2476
2476
  }
2477
- .u-tabbar__center-btn[data-v-9b683b39] {
2477
+ .u-tabbar__center-btn[data-v-a51e79ef] {
2478
2478
  position: absolute;
2479
2479
  left: 50%;
2480
2480
  top: -22px;
@@ -2492,21 +2492,21 @@ to {
2492
2492
  box-shadow: 0 8px 20px rgba(8, 112, 106, 0.25);
2493
2493
  transition: all 200ms ease;
2494
2494
  }
2495
- .u-tabbar__center-btn[data-v-9b683b39]:active {
2495
+ .u-tabbar__center-btn[data-v-a51e79ef]:active {
2496
2496
  transform: translateX(-50%) scale(0.95);
2497
2497
  }
2498
- .u-tabbar__center-btn--active[data-v-9b683b39] {
2498
+ .u-tabbar__center-btn--active[data-v-a51e79ef] {
2499
2499
  border-color: #12b6af;
2500
2500
  box-shadow: 0 8px 24px rgba(8, 112, 106, 0.35);
2501
2501
  }
2502
- .u-tabbar__center-brand[data-v-9b683b39] {
2502
+ .u-tabbar__center-brand[data-v-a51e79ef] {
2503
2503
  font-size: 22px;
2504
2504
  line-height: 1;
2505
2505
  font-weight: 700;
2506
2506
  color: #12b6af;
2507
2507
  letter-spacing: 1px;
2508
2508
  }
2509
- .u-tabbar__center-text[data-v-9b683b39] {
2509
+ .u-tabbar__center-text[data-v-a51e79ef] {
2510
2510
  font-size: 12px;
2511
2511
  letter-spacing: 0.5px;
2512
2512
  color: #12b6af;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atooyu/uxto-ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "跨平台 UI 组件库 - 支持 Android、iOS、鸿蒙",
5
5
  "keywords": [
6
6
  "uxto-ui",
@@ -29,10 +29,10 @@
29
29
  :class="{ 'u-tabbar__center-btn--active': modelValue === centerTab.value }"
30
30
  @click="switchTab(centerTab.value)"
31
31
  >
32
- <text class="u-tabbar__center-brand" :style="{ color: modelValue === centerTab.value ? activeColor : '#ffffff' }">
32
+ <text class="u-tabbar__center-brand">
33
33
  {{ centerBrand }}
34
34
  </text>
35
- <text class="u-tabbar__center-text" :style="{ color: modelValue === centerTab.value ? activeColor : '#ffffff' }">
35
+ <text class="u-tabbar__center-text">
36
36
  {{ centerLabel }}
37
37
  </text>
38
38
  </view>