@mc-markets/ui 1.1.41 → 1.1.42

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.
@@ -5,6 +5,13 @@
5
5
  "css_prefix_text": "icon-",
6
6
  "description": "",
7
7
  "glyphs": [
8
+ {
9
+ "icon_id": "46055230",
10
+ "name": "tabler_alert-circle-fill",
11
+ "font_class": "tabler_alert-circle-fill",
12
+ "unicode": "e805",
13
+ "unicode_decimal": 59397
14
+ },
8
15
  {
9
16
  "icon_id": "45928227",
10
17
  "name": "lucide_wallet-cards 1",
Binary file
Binary file
Binary file
@@ -0,0 +1,23 @@
1
+ /*
2
+ * 变量主题样式库
3
+ */
4
+ :root:root {
5
+
6
+ // 主要色 已修改
7
+ --van-red: var(--all-red-5);
8
+ --van-blue: var(--colors-yellow-4);
9
+ --van-orange: var(--all-orange-5);
10
+ --van-orange-dark: #ed6a0c;
11
+ --van-orange-light: #fffbe8;
12
+ --van-green: var(--all-green-5);
13
+
14
+ // 全局popup样式
15
+ --van-popup-background: var(--bg-tertiary);
16
+ --van-popup-transition: transform var(--van-duration-base);
17
+ --van-popup-round-radius: 24px;
18
+
19
+ // 全局picker样式
20
+ --van-picker-background: var(--bg-tertiary);
21
+ --van-picker-mask-color: var(--bg-tertiary);
22
+ --van-picker-option-text-color: var(--text-primary);
23
+ }