vdesign-ui 0.2.17 → 0.2.18

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/token.css CHANGED
@@ -1,4 +1,4 @@
1
- html, html[theme="light"] {
1
+ html {
2
2
  --height-actionbar-content:46px;
3
3
  --spacing-actionbar-padding_y:20px;
4
4
  --color-actionbar-bg:#ffffff;
@@ -10,7 +10,7 @@ html {
10
10
  --color-actionbar-bg:#141419;
11
11
  }}
12
12
 
13
- html, html[theme="light"] {
13
+ html {
14
14
  --width-actions-form_small:72px;
15
15
  --width-actions-form_large:94px;
16
16
  --width-actions-card:40px;
@@ -50,7 +50,7 @@ html {
50
50
  --color-actions-bg-gray-disable:#2C2C2E;
51
51
  }}
52
52
 
53
- html, html[theme="light"] {
53
+ html {
54
54
  --height-activityviews-title_describe:74px;
55
55
  --height-activityviews-actionsheet:56px;
56
56
  --height-activityviews-actionsheet_divider:8px;
@@ -106,7 +106,7 @@ html {
106
106
  --color-activityviews-bar:rgba(84,84,88,.85);
107
107
  }}
108
108
 
109
- html, html[theme="light"] {
109
+ html {
110
110
  --height-badge-count:16px;
111
111
  --height-badge-dot:8px;
112
112
  --width-badge-count_small:16px;
@@ -130,7 +130,7 @@ html {
130
130
  --color-badge-text:#ffffff;
131
131
  }}
132
132
 
133
- html, html[theme="light"] {
133
+ html {
134
134
  --height-button-l:48px;
135
135
  --height-button-m:36px;
136
136
  --height-button-s:28px;
@@ -374,7 +374,7 @@ html {
374
374
  --color-button-icon-disable:rgba(235,235,245,.3);
375
375
  }}
376
376
 
377
- html, html[theme="light"] {
377
+ html {
378
378
  --height-check_radio-radio_button_s:32px;
379
379
  --height-check_radio-radio_button_m:40px;
380
380
  --height-check_radio-radio_button_l:44px;
@@ -480,7 +480,7 @@ html {
480
480
  --color-check_radio-radio_wrong_border-active:#eb5c31;
481
481
  }}
482
482
 
483
- html, html[theme="light"] {
483
+ html {
484
484
  --height-datalist-list:60px;
485
485
  --height-datalist-head:24px;
486
486
  --height-datalist-search_m:76px;
@@ -574,7 +574,7 @@ html {
574
574
  --color-datalist-option_chain-divider:#000000;
575
575
  }}
576
576
 
577
- html, html[theme="light"] {
577
+ html {
578
578
  --height-datepicker-range_picker_bg:36px;
579
579
  --height-datepicker-range_picker_divider:2px;
580
580
  --height-datepicker-title-month_year:58px;
@@ -664,7 +664,7 @@ html {
664
664
  outline: var(--outline-visible) solid rgba(255,0,0,.3);
665
665
  }
666
666
 
667
- html, html[theme="light"] {
667
+ html {
668
668
  --height-dialog-super_small:44px;
669
669
  --height-dialog-super_large:240px;
670
670
  --radius-dialog-content:14px;
@@ -730,7 +730,7 @@ html {
730
730
  --color-dialog-sequence_point:rgba(235,235,245,.3);
731
731
  }}
732
732
 
733
- html, html[theme="light"] {
733
+ html {
734
734
  --height-dropdown-primary_item:46px;
735
735
  --height-dropdown-primary_large:314px;
736
736
  --height-dropdown-secondary_item:46px;
@@ -864,7 +864,7 @@ html {
864
864
  --color-dropdown-tertiary-title:rgba(235,235,245,.65);
865
865
  }}
866
866
 
867
- html, html[theme="light"] {
867
+ html {
868
868
  --height-empty-card:140px;
869
869
  --spacing-empty-large-text-margin_top:16px;
870
870
  --spacing-empty-large-text-margin_bottom:18px;
@@ -882,7 +882,7 @@ html {
882
882
  --color-empty-text:rgba(235,235,245,.65);
883
883
  }}
884
884
 
885
- html, html[theme="light"] {
885
+ html {
886
886
  --height-footer-devider:16px;
887
887
  --spacing-footer-padding_top:24px;
888
888
  --spacing-footer-padding_bottom:40px;
@@ -896,7 +896,7 @@ html {
896
896
  --spacing-footer-link-margin_bottom:4px;
897
897
  }}
898
898
 
899
- html, html[theme="light"] {
899
+ html {
900
900
  --height-footnav-content:56px;
901
901
  --spacing-footnav-icon-margin_top:5px;
902
902
  --spacing-footnav-icon-margin_bottom:2px;
@@ -918,7 +918,7 @@ html {
918
918
  --color-footnav-bg:#0E0E10;
919
919
  }}
920
920
 
921
- html, html[theme="light"] {
921
+ html {
922
922
  --divider-medium:1px;
923
923
  --divider-large:3px;
924
924
  --divider-small:0.5px;
@@ -1334,6 +1334,7 @@ html, html[theme="light"] {
1334
1334
  --bg-color-4:#ebedf0;
1335
1335
  --bg-color-mask:rgba(0,0,0,.5);
1336
1336
  --bg-color-mask-light:rgba(0,0,0,.05);
1337
+ --bg-color-mask-education:rgba(0,0,0,.5);
1337
1338
  --bg-grouped-color-1:#f7f8f9;
1338
1339
  --bg-grouped-color-2:#ffffff;
1339
1340
  --bg-grouped-color-3:#ffffff;
@@ -1820,6 +1821,7 @@ html {
1820
1821
  --bg-color-4:rgba(118,118,128,.15);
1821
1822
  --bg-color-mask:rgba(0,0,0,.85);
1822
1823
  --bg-color-mask-light:rgba(0,0,0,.15);
1824
+ --bg-color-mask-education:rgba(0,0,0,.5);
1823
1825
  --bg-grouped-color-1:#0E0E10;
1824
1826
  --bg-grouped-color-2:#141419;
1825
1827
  --bg-grouped-color-3:rgba(118,118,128,.1);
@@ -1890,7 +1892,7 @@ html {
1890
1892
  --icon-color-2:#F2F5FF;
1891
1893
  }}
1892
1894
 
1893
- html, html[theme="light"] {
1895
+ html {
1894
1896
  --height-headnav-primary:72px;
1895
1897
  --height-headnav-secondary:48px;
1896
1898
  --spacing-headnav-padding_y:20px;
@@ -1922,7 +1924,7 @@ html {
1922
1924
  --color-headnav-icon:#F2F5FF;
1923
1925
  }}
1924
1926
 
1925
- html, html[theme="light"] {
1927
+ html {
1926
1928
  --height-input-form_text:48px;
1927
1929
  --height-input-search_content:64px;
1928
1930
  --height-input-bg:44px;
@@ -2038,7 +2040,7 @@ html {
2038
2040
  --color-input-cursor:#1bc47d;
2039
2041
  }}
2040
2042
 
2041
- html, html[theme="light"] {
2043
+ html {
2042
2044
  --spacing-list-info_title-margin_right:8px;
2043
2045
  --spacing-list-info_icon-margin_y:4px;
2044
2046
  --spacing-list-info_s-padding_top:7px;
@@ -2084,7 +2086,7 @@ html {
2084
2086
  --color-list-text:rgba(235,235,245,.65);
2085
2087
  }}
2086
2088
 
2087
- html, html[theme="light"] {
2089
+ html {
2088
2090
  --height-loading-small:109px;
2089
2091
  --width-loading-small:110px;
2090
2092
  --width-loading-large:279px;
@@ -2114,7 +2116,7 @@ html {
2114
2116
  --color-loading-text:#ffffff;
2115
2117
  }}
2116
2118
 
2117
- html, html[theme="light"] {
2119
+ html {
2118
2120
  --height-noticebar-snackbar:34px;
2119
2121
  --radius-noticebar-snackbar:6px;
2120
2122
  --radius-noticebar-toast:17px;
@@ -2202,7 +2204,7 @@ html {
2202
2204
  --color-noticebar-toast_warning-icon:#eb5c31;
2203
2205
  }}
2204
2206
 
2205
- html, html[theme="light"] {
2207
+ html {
2206
2208
  --height-pagebreak-drop:3px;
2207
2209
  --width-pagebreak-drop:8px;
2208
2210
  --radius-pagebreak-drop:1px;
@@ -2236,7 +2238,7 @@ html {
2236
2238
  --color-pagebreak-drop-light-active:#ffffff;
2237
2239
  }}
2238
2240
 
2239
- html, html[theme="light"] {
2241
+ html {
2240
2242
  --height-popover-primary:33px;
2241
2243
  --height-popover-custom:33px;
2242
2244
  --height-popover-secondary:22px;
@@ -2298,7 +2300,7 @@ html {
2298
2300
  --color-popover-custom-text:#ffffff;
2299
2301
  }}
2300
2302
 
2301
- html, html[theme="light"] {
2303
+ html {
2302
2304
  --spacing-result-text-margin_top:12px;
2303
2305
  --spacing-result-text-margin_bottom:28px;
2304
2306
  --spacing-result-title-margin_top:0px;
@@ -2318,7 +2320,7 @@ html {
2318
2320
  --color-result-text:rgba(235,235,245,.65);
2319
2321
  }}
2320
2322
 
2321
- html, html[theme="light"] {
2323
+ html {
2322
2324
  --height-selector-form:44px;
2323
2325
  --height-selector-multi:48px;
2324
2326
  --height-selector-multi_button:28px;
@@ -2430,7 +2432,7 @@ html {
2430
2432
  --color-selector-import-text-default:#F2F5FF;
2431
2433
  }}
2432
2434
 
2433
- html, html[theme="light"] {
2435
+ html {
2434
2436
  --height-skeleton-img:210px;
2435
2437
  --height-skeleton-button:48px;
2436
2438
  --height-skeleton-small_shapes:66px;
@@ -2496,7 +2498,7 @@ html {
2496
2498
  --color-skeleton-loading_gradient-bg-active:rgba(118,118,128,.05);
2497
2499
  }}
2498
2500
 
2499
- html, html[theme="light"] {
2501
+ html {
2500
2502
  --height-slider-track:6px;
2501
2503
  --height-slider-mark_track:12px;
2502
2504
  --height-slider-mark_handle:22px;
@@ -2548,7 +2550,7 @@ html {
2548
2550
  --color-slider-mark-text-focus:#F2F5FF;
2549
2551
  }}
2550
2552
 
2551
- html, html[theme="light"] {
2553
+ html {
2552
2554
  --height-steps-border-default:1px;
2553
2555
  --height-steps-border-hover:1px;
2554
2556
  --height-steps-basic-default:3px;
@@ -2618,7 +2620,7 @@ html {
2618
2620
  --color-steps-basic-hover:#1bc47d;
2619
2621
  }}
2620
2622
 
2621
- html, html[theme="light"] {
2623
+ html {
2622
2624
  --height-switch-bg:10px;
2623
2625
  --height-switch-button:20px;
2624
2626
  --width-switch-bg:40px;
@@ -2658,7 +2660,7 @@ html {
2658
2660
  --color-switch-on_button_border-disable:rgba(0,0,0,.05);
2659
2661
  }}
2660
2662
 
2661
- html, html[theme="light"] {
2663
+ html {
2662
2664
  --height-tab-primary:56px;
2663
2665
  --height-tab-primary-bar:3px;
2664
2666
  --height-tab-secondary:44px;
@@ -2834,7 +2836,7 @@ html {
2834
2836
  --color-tab-filter_down-active:#1bc47d;
2835
2837
  }}
2836
2838
 
2837
- html, html[theme="light"] {
2839
+ html {
2838
2840
  --height-tag-l:18px;
2839
2841
  --height-tag-s:14px;
2840
2842
  --height-tag-m:16px;
@@ -2922,7 +2924,7 @@ html {
2922
2924
  --color-tag-purple-border:rgba(144,124,255,.5);
2923
2925
  }}
2924
2926
 
2925
- html, html[theme="light"] {
2927
+ html {
2926
2928
  --height-title-primary:48px;
2927
2929
  --height-title-secondary:48px;
2928
2930
  --height-title-tertiary:40px;
@@ -2976,7 +2978,7 @@ html {
2976
2978
  --color-title-icon_arrow:rgba(235,235,245,.65);
2977
2979
  }}
2978
2980
 
2979
- html, html[theme="light"] {
2981
+ html {
2980
2982
  --height-toast-small:109px;
2981
2983
  --width-toast-small:120px;
2982
2984
  --width-toast-large:279px;
@@ -3002,7 +3004,7 @@ html {
3002
3004
  --color-toast-text:#ffffff;
3003
3005
  }}
3004
3006
 
3005
- html, html[theme="light"] {
3007
+ html {
3006
3008
  --height-upload-bg:96px;
3007
3009
  --width-upload-small:96px;
3008
3010
  --radius-upload-content:6px;