@atooyu/uxto-ui 1.1.44 → 1.1.45

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
@@ -2380,7 +2380,7 @@ to {
2380
2380
  }
2381
2381
  .u-read-more__toggle-icon[data-v-b31720eb] {
2382
2382
  font-size: 12px;
2383
- }.u-tabbar[data-v-be1becb2] {
2383
+ }.u-tabbar[data-v-229e6a86] {
2384
2384
  position: fixed;
2385
2385
  left: 0;
2386
2386
  right: 0;
@@ -2390,7 +2390,7 @@ to {
2390
2390
  padding-bottom: constant(safe-area-inset-bottom);
2391
2391
  padding-bottom: env(safe-area-inset-bottom);
2392
2392
  }
2393
- .u-tabbar__nav-wrap[data-v-be1becb2] {
2393
+ .u-tabbar__nav-wrap[data-v-229e6a86] {
2394
2394
  position: absolute;
2395
2395
  left: 14px;
2396
2396
  right: 14px;
@@ -2406,7 +2406,7 @@ to {
2406
2406
  padding: 0 8px;
2407
2407
  box-sizing: border-box;
2408
2408
  }
2409
- .u-tabbar__tab-btn[data-v-be1becb2] {
2409
+ .u-tabbar__tab-btn[data-v-229e6a86] {
2410
2410
  height: 40px;
2411
2411
  border-radius: 20px;
2412
2412
  background: transparent;
@@ -2421,23 +2421,23 @@ to {
2421
2421
  padding: 0 16px;
2422
2422
  margin: 0 20px;
2423
2423
  }
2424
- .u-tabbar__tab-btn--active[data-v-be1becb2] {
2424
+ .u-tabbar__tab-btn--active[data-v-229e6a86] {
2425
2425
  background: #ffffff;
2426
2426
  box-shadow: inset 0 0 0 1px rgba(17, 135, 128, 0.14);
2427
2427
  }
2428
- .u-tabbar__tab-text[data-v-be1becb2] {
2428
+ .u-tabbar__tab-text[data-v-229e6a86] {
2429
2429
  font-weight: 600;
2430
2430
  font-size: 14px;
2431
2431
  overflow: hidden;
2432
2432
  text-overflow: ellipsis;
2433
2433
  }
2434
- .u-tabbar__center[data-v-be1becb2] {
2434
+ .u-tabbar__center[data-v-229e6a86] {
2435
2435
  position: relative;
2436
2436
  width: 72px;
2437
2437
  height: 56px;
2438
2438
  flex-shrink: 0;
2439
2439
  }
2440
- .u-tabbar__center-btn[data-v-be1becb2] {
2440
+ .u-tabbar__center-btn[data-v-229e6a86] {
2441
2441
  position: absolute;
2442
2442
  left: 50%;
2443
2443
  top: -22px;
@@ -2455,29 +2455,29 @@ to {
2455
2455
  box-shadow: 0 8px 20px rgba(8, 112, 106, 0.25);
2456
2456
  transition: all 200ms ease;
2457
2457
  }
2458
- .u-tabbar__center-btn[data-v-be1becb2]:active {
2458
+ .u-tabbar__center-btn[data-v-229e6a86]:active {
2459
2459
  transform: translateX(-50%) scale(0.95);
2460
2460
  }
2461
- .u-tabbar__center-btn--active[data-v-be1becb2] {
2461
+ .u-tabbar__center-btn--active[data-v-229e6a86] {
2462
2462
  border-color: #12b6af;
2463
2463
  box-shadow: 0 8px 24px rgba(8, 112, 106, 0.35);
2464
2464
  }
2465
- .u-tabbar__center-btn--side-active[data-v-be1becb2] {
2465
+ .u-tabbar__center-btn--side-active[data-v-229e6a86] {
2466
2466
  background: linear-gradient(135deg, #12b6af 0%, #65d8d1 100%);
2467
2467
  border-color: #9fe4dd;
2468
2468
  }
2469
- .u-tabbar__center-btn--side-active .u-tabbar__center-brand[data-v-be1becb2],
2470
- .u-tabbar__center-btn--side-active .u-tabbar__center-text[data-v-be1becb2] {
2469
+ .u-tabbar__center-btn--side-active .u-tabbar__center-brand[data-v-229e6a86],
2470
+ .u-tabbar__center-btn--side-active .u-tabbar__center-text[data-v-229e6a86] {
2471
2471
  color: #ffffff;
2472
2472
  }
2473
- .u-tabbar__center-brand[data-v-be1becb2] {
2473
+ .u-tabbar__center-brand[data-v-229e6a86] {
2474
2474
  font-size: 22px;
2475
2475
  line-height: 1;
2476
2476
  font-weight: 700;
2477
2477
  color: #12b6af;
2478
2478
  letter-spacing: 1px;
2479
2479
  }
2480
- .u-tabbar__center-text[data-v-be1becb2] {
2480
+ .u-tabbar__center-text[data-v-229e6a86] {
2481
2481
  font-size: 12px;
2482
2482
  letter-spacing: 0.5px;
2483
2483
  color: #12b6af;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atooyu/uxto-ui",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "description": "跨平台 UI 组件库 - 支持 Android、iOS、鸿蒙",
5
5
  "keywords": [
6
6
  "uxto-ui",
@@ -6,7 +6,7 @@
6
6
  <view
7
7
  class="u-tabbar__tab-btn"
8
8
  :class="{ 'u-tabbar__tab-btn--active': modelValue === leftTab.value }"
9
- @click="switchTab(leftTab.value)"
9
+ @tap="switchTab(leftTab.value)"
10
10
  >
11
11
  <u-icon
12
12
  v-if="leftTab.icon"
@@ -30,7 +30,7 @@
30
30
  'u-tabbar__center-btn--active': modelValue === centerTab.value,
31
31
  'u-tabbar__center-btn--side-active': modelValue === leftTab.value || modelValue === rightTab.value
32
32
  }"
33
- @click="switchTab(centerTab.value)"
33
+ @tap="switchTab(centerTab.value)"
34
34
  >
35
35
  <text class="u-tabbar__center-brand">
36
36
  {{ centerBrand }}
@@ -45,7 +45,7 @@
45
45
  <view
46
46
  class="u-tabbar__tab-btn"
47
47
  :class="{ 'u-tabbar__tab-btn--active': modelValue === rightTab.value }"
48
- @click="switchTab(rightTab.value)"
48
+ @tap="switchTab(rightTab.value)"
49
49
  >
50
50
  <u-icon
51
51
  v-if="rightTab.icon"