@atooyu/uxto-ui 1.0.2 → 1.0.4
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 +30 -30
- package/package.json +3 -1
- package/src/styles/variables.scss +3 -1
package/dist/style.css
CHANGED
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
}
|
|
26
26
|
.u-button--primary[data-v-a51cb0bf] {
|
|
27
27
|
color: #ffffff;
|
|
28
|
-
background-color: #
|
|
29
|
-
border-color: #
|
|
28
|
+
background-color: #00a29a;
|
|
29
|
+
border-color: #00a29a;
|
|
30
30
|
}
|
|
31
31
|
.u-button--success[data-v-a51cb0bf] {
|
|
32
32
|
color: #ffffff;
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
background-color: transparent;
|
|
62
62
|
}
|
|
63
63
|
.u-button--plain.u-button--primary[data-v-a51cb0bf] {
|
|
64
|
-
color: #
|
|
64
|
+
color: #00a29a;
|
|
65
65
|
}
|
|
66
66
|
.u-button--plain.u-button--success[data-v-a51cb0bf] {
|
|
67
67
|
color: #07c160;
|
|
@@ -128,7 +128,7 @@ to {
|
|
|
128
128
|
transition: all 0.3s;
|
|
129
129
|
}
|
|
130
130
|
.u-input--focus[data-v-2f635824] {
|
|
131
|
-
border-color: #
|
|
131
|
+
border-color: #00a29a;
|
|
132
132
|
}
|
|
133
133
|
.u-input--error[data-v-2f635824] {
|
|
134
134
|
border-color: #ee0a24;
|
|
@@ -319,7 +319,7 @@ to {
|
|
|
319
319
|
border-right: 1px solid #ebedf0;
|
|
320
320
|
}
|
|
321
321
|
.u-modal__button--confirm[data-v-9552a05f] {
|
|
322
|
-
color: #
|
|
322
|
+
color: #00a29a;
|
|
323
323
|
font-weight: 500;
|
|
324
324
|
}.u-icon[data-v-5d845d48] {
|
|
325
325
|
display: inline-flex;
|
|
@@ -423,8 +423,8 @@ to {
|
|
|
423
423
|
}
|
|
424
424
|
.u-tag--primary[data-v-dff28fc4] {
|
|
425
425
|
color: #ffffff;
|
|
426
|
-
background-color: #
|
|
427
|
-
border-color: #
|
|
426
|
+
background-color: #00a29a;
|
|
427
|
+
border-color: #00a29a;
|
|
428
428
|
}
|
|
429
429
|
.u-tag--success[data-v-dff28fc4] {
|
|
430
430
|
color: #ffffff;
|
|
@@ -453,7 +453,7 @@ to {
|
|
|
453
453
|
background-color: transparent;
|
|
454
454
|
}
|
|
455
455
|
.u-tag--plain.u-tag--primary[data-v-dff28fc4] {
|
|
456
|
-
color: #
|
|
456
|
+
color: #00a29a;
|
|
457
457
|
}
|
|
458
458
|
.u-tag--plain.u-tag--success[data-v-dff28fc4] {
|
|
459
459
|
color: #07c160;
|
|
@@ -480,7 +480,7 @@ to {
|
|
|
480
480
|
box-sizing: border-box;
|
|
481
481
|
}
|
|
482
482
|
.u-switch--on[data-v-c9caea3a] {
|
|
483
|
-
background-color: #
|
|
483
|
+
background-color: #00a29a;
|
|
484
484
|
}
|
|
485
485
|
.u-switch--disabled[data-v-c9caea3a] {
|
|
486
486
|
opacity: 0.5;
|
|
@@ -644,7 +644,7 @@ to {
|
|
|
644
644
|
transform: none;
|
|
645
645
|
}
|
|
646
646
|
.u-badge__content--primary[data-v-56dd42ed] {
|
|
647
|
-
background-color: #
|
|
647
|
+
background-color: #00a29a;
|
|
648
648
|
}
|
|
649
649
|
.u-badge__content--success[data-v-56dd42ed] {
|
|
650
650
|
background-color: #07c160;
|
|
@@ -745,7 +745,7 @@ to {
|
|
|
745
745
|
vertical-align: middle;
|
|
746
746
|
}
|
|
747
747
|
.u-parse[data-v-5361245b] a {
|
|
748
|
-
color: #
|
|
748
|
+
color: #00a29a;
|
|
749
749
|
text-decoration: none;
|
|
750
750
|
}
|
|
751
751
|
.u-parse[data-v-5361245b] a:active {
|
|
@@ -795,7 +795,7 @@ to {
|
|
|
795
795
|
}
|
|
796
796
|
.u-keyboard__close[data-v-b318be29] {
|
|
797
797
|
font-size: 14px;
|
|
798
|
-
color: #
|
|
798
|
+
color: #00a29a;
|
|
799
799
|
}
|
|
800
800
|
.u-keyboard__body[data-v-b318be29] {
|
|
801
801
|
display: grid;
|
|
@@ -854,7 +854,7 @@ to {
|
|
|
854
854
|
color: #646566;
|
|
855
855
|
}
|
|
856
856
|
.u-picker__action--confirm[data-v-54bd44d7] {
|
|
857
|
-
color: #
|
|
857
|
+
color: #00a29a;
|
|
858
858
|
}
|
|
859
859
|
.u-picker__loading[data-v-54bd44d7] {
|
|
860
860
|
display: flex;
|
|
@@ -913,7 +913,7 @@ to {
|
|
|
913
913
|
color: #646566;
|
|
914
914
|
}
|
|
915
915
|
.u-datetime-picker__action--confirm[data-v-45acbf1d] {
|
|
916
|
-
color: #
|
|
916
|
+
color: #00a29a;
|
|
917
917
|
}
|
|
918
918
|
.u-datetime-picker__view[data-v-45acbf1d] {
|
|
919
919
|
width: 100%;
|
|
@@ -1155,7 +1155,7 @@ to {
|
|
|
1155
1155
|
}
|
|
1156
1156
|
.u-search--focus .u-search__content[data-v-223b845c] {
|
|
1157
1157
|
background-color: #ffffff;
|
|
1158
|
-
box-shadow: 0 0 0 1px #
|
|
1158
|
+
box-shadow: 0 0 0 1px #00a29a;
|
|
1159
1159
|
}
|
|
1160
1160
|
.u-search__icon[data-v-223b845c] {
|
|
1161
1161
|
display: flex;
|
|
@@ -1204,7 +1204,7 @@ to {
|
|
|
1204
1204
|
}
|
|
1205
1205
|
.u-search__action-text[data-v-223b845c] {
|
|
1206
1206
|
font-size: 14px;
|
|
1207
|
-
color: #
|
|
1207
|
+
color: #00a29a;
|
|
1208
1208
|
}.u-number-box[data-v-86153bb8] {
|
|
1209
1209
|
display: inline-flex;
|
|
1210
1210
|
align-items: center;
|
|
@@ -1319,7 +1319,7 @@ to {
|
|
|
1319
1319
|
}
|
|
1320
1320
|
.u-upload__progress-bar[data-v-172bcb23] {
|
|
1321
1321
|
height: 100%;
|
|
1322
|
-
background: #
|
|
1322
|
+
background: #00a29a;
|
|
1323
1323
|
transition: width 0.2s;
|
|
1324
1324
|
}
|
|
1325
1325
|
.u-upload__delete[data-v-172bcb23] {
|
|
@@ -1387,7 +1387,7 @@ to {
|
|
|
1387
1387
|
transition: all 0.3s;
|
|
1388
1388
|
}
|
|
1389
1389
|
.u-textarea--focus[data-v-82478b77] {
|
|
1390
|
-
border-color: #
|
|
1390
|
+
border-color: #00a29a;
|
|
1391
1391
|
}
|
|
1392
1392
|
.u-textarea--error[data-v-82478b77] {
|
|
1393
1393
|
border-color: #ee0a24;
|
|
@@ -1459,7 +1459,7 @@ to {
|
|
|
1459
1459
|
top: 50%;
|
|
1460
1460
|
transform: translateY(-50%);
|
|
1461
1461
|
border-radius: 50%;
|
|
1462
|
-
border: 2px solid #
|
|
1462
|
+
border: 2px solid #00a29a;
|
|
1463
1463
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
1464
1464
|
transition: transform 0.1s;
|
|
1465
1465
|
}
|
|
@@ -1530,7 +1530,7 @@ to {
|
|
|
1530
1530
|
width: 16px;
|
|
1531
1531
|
height: 16px;
|
|
1532
1532
|
border: 2px solid #ebedf0;
|
|
1533
|
-
border-top-color: #
|
|
1533
|
+
border-top-color: #00a29a;
|
|
1534
1534
|
border-radius: 50%;
|
|
1535
1535
|
animation: u-list-spin-6d331927 0.8s linear infinite;
|
|
1536
1536
|
}
|
|
@@ -1539,7 +1539,7 @@ to {
|
|
|
1539
1539
|
color: #646566;
|
|
1540
1540
|
}
|
|
1541
1541
|
.u-list__error-text[data-v-6d331927] {
|
|
1542
|
-
color: #
|
|
1542
|
+
color: #00a29a;
|
|
1543
1543
|
}
|
|
1544
1544
|
@keyframes u-list-spin-6d331927 {
|
|
1545
1545
|
from {
|
|
@@ -1905,8 +1905,8 @@ to {
|
|
|
1905
1905
|
border-radius: 50%;
|
|
1906
1906
|
}
|
|
1907
1907
|
.u-checkbox__icon--checked[data-v-6f3ea0c6] {
|
|
1908
|
-
background-color: #
|
|
1909
|
-
border-color: #
|
|
1908
|
+
background-color: #00a29a;
|
|
1909
|
+
border-color: #00a29a;
|
|
1910
1910
|
}
|
|
1911
1911
|
.u-checkbox__icon--disabled[data-v-6f3ea0c6] {
|
|
1912
1912
|
background-color: #f7f8fa;
|
|
@@ -1955,7 +1955,7 @@ to {
|
|
|
1955
1955
|
flex-shrink: 0;
|
|
1956
1956
|
}
|
|
1957
1957
|
.u-radio__icon--checked[data-v-3b4f8627] {
|
|
1958
|
-
border-color: #
|
|
1958
|
+
border-color: #00a29a;
|
|
1959
1959
|
border-width: 6px;
|
|
1960
1960
|
background-color: #ffffff;
|
|
1961
1961
|
}
|
|
@@ -1967,7 +1967,7 @@ to {
|
|
|
1967
1967
|
width: 8px;
|
|
1968
1968
|
height: 8px;
|
|
1969
1969
|
border-radius: 50%;
|
|
1970
|
-
background-color: #
|
|
1970
|
+
background-color: #00a29a;
|
|
1971
1971
|
}
|
|
1972
1972
|
.u-radio__label[data-v-3b4f8627] {
|
|
1973
1973
|
margin-left: 8px;
|
|
@@ -2192,10 +2192,10 @@ to {
|
|
|
2192
2192
|
background-color: transparent;
|
|
2193
2193
|
}
|
|
2194
2194
|
.u-code-input__item--active[data-v-9fffa23f] {
|
|
2195
|
-
border-color: #
|
|
2195
|
+
border-color: #00a29a;
|
|
2196
2196
|
}
|
|
2197
2197
|
.u-code-input__item--focused[data-v-9fffa23f] {
|
|
2198
|
-
border-color: #
|
|
2198
|
+
border-color: #00a29a;
|
|
2199
2199
|
}
|
|
2200
2200
|
.u-code-input__item--disabled[data-v-9fffa23f] {
|
|
2201
2201
|
opacity: 0.5;
|
|
@@ -2219,7 +2219,7 @@ to {
|
|
|
2219
2219
|
top: 10%;
|
|
2220
2220
|
height: 80%;
|
|
2221
2221
|
width: 2px;
|
|
2222
|
-
background-color: #
|
|
2222
|
+
background-color: #00a29a;
|
|
2223
2223
|
animation: u-code-input-cursor-9fffa23f 1s infinite;
|
|
2224
2224
|
}
|
|
2225
2225
|
@keyframes u-code-input-cursor-9fffa23f {
|
|
@@ -2376,7 +2376,7 @@ to {
|
|
|
2376
2376
|
color: #646566;
|
|
2377
2377
|
}
|
|
2378
2378
|
.u-link--primary[data-v-264b49c0] {
|
|
2379
|
-
color: #
|
|
2379
|
+
color: #00a29a;
|
|
2380
2380
|
}
|
|
2381
2381
|
.u-link--success[data-v-264b49c0] {
|
|
2382
2382
|
color: #07c160;
|
|
@@ -2403,7 +2403,7 @@ to {
|
|
|
2403
2403
|
display: inline-flex;
|
|
2404
2404
|
align-items: center;
|
|
2405
2405
|
margin-top: 8px;
|
|
2406
|
-
color: #
|
|
2406
|
+
color: #00a29a;
|
|
2407
2407
|
font-size: 14px;
|
|
2408
2408
|
}
|
|
2409
2409
|
.u-read-more__toggle[data-v-e27ed42c]:active {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atooyu/uxto-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "跨平台 UI 组件库 - 支持 Android、iOS、鸿蒙",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"uxto-ui",
|
|
@@ -25,6 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"./package.json": "./package.json",
|
|
27
27
|
"./style": "./dist/style.css",
|
|
28
|
+
"./style.css": "./dist/style.css",
|
|
29
|
+
"./dist/style.css": "./dist/style.css",
|
|
28
30
|
"./scss": "./src/styles/index.scss",
|
|
29
31
|
"./scss/variables": "./src/styles/variables.scss"
|
|
30
32
|
},
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
// 主题色
|
|
2
|
-
$--color-primary: #
|
|
2
|
+
$--color-primary: #00a29a !default;
|
|
3
|
+
$--color-primary-light: #12b6af !default;
|
|
4
|
+
$--color-primary-dark: #008580 !default;
|
|
3
5
|
$--color-success: #07c160 !default;
|
|
4
6
|
$--color-warning: #ff976a !default;
|
|
5
7
|
$--color-danger: #ee0a24 !default;
|