@mc-markets/ui 1.1.58 → 1.1.60

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mc-markets/ui",
3
3
  "private": false,
4
- "version": "1.1.58",
4
+ "version": "1.1.60",
5
5
  "type": "module",
6
6
  "author": "chenyu",
7
7
  "description": "Vue 3 组件库,基于 Element Plus 的自定义组件",
@@ -1,6 +1,5 @@
1
- /* 3.-border-mode-1.css */
2
1
  :root {
3
- --none: 0px;
4
- --xs: 2px;
5
- --xxs: 1px;
2
+ --Border-none: 0px;
3
+ --Border-xs: 2px;
4
+ --Border-xxs: 1px;
6
5
  }
@@ -1,4 +1,3 @@
1
- /* 1.-color-modes-dark.css */
2
1
  :root {
3
2
  --all-alphe-black-0: var(--colors-alpha-black-0);
4
3
  --all-alphe-black-10: var(--colors-alpha-black-10);
@@ -3,5 +3,4 @@
3
3
  @use './variables/primitives-style.css';
4
4
  @use './variables/radius-mode.css';
5
5
  @use './variables/spacing-mode.css';
6
- @use './variables/typography-desktop.css';
7
- @use './variables/app.hyperunit.xyz-mode.css';
6
+ @use './variables/typography-desktop.css';
@@ -1,4 +1,3 @@
1
- /* _primitives-style.css */
2
1
  :root {
3
2
  --colors-alpha-black-0: rgb(0 0 0 / 0%);
4
3
  --colors-alpha-black-10: rgb(0 0 0 / 10%);
@@ -1,4 +1,3 @@
1
- /* 2.-radius-mode-1.css */
2
1
  :root {
3
2
  --2xl: 16px;
4
3
  --3xl: 20px;
@@ -1,15 +1,14 @@
1
- /* 4.-spacing-mode-1.css */
2
1
  :root {
3
2
  --10xl: var(--spacing-32-128px);
4
3
  --11xl: var(--spacing-40-160px);
5
- --2xl: var(--spacing-5-20px);
6
- --3xl: var(--spacing-6-24px);
7
- --4xl: var(--spacing-8-32px);
8
4
  --5xl: var(--spacing-10-40px);
9
5
  --6xl: var(--spacing-12-48px);
10
6
  --7xl: var(--spacing-16-64px);
11
7
  --8xl: var(--spacing-20-80px);
12
8
  --9xl: var(--spacing-24-96px);
9
+ --Spacing-2xl: var(--spacing-5-20px);
10
+ --Spacing-3xl: var(--spacing-6-24px);
11
+ --Spacing-4xl: var(--spacing-8-32px);
13
12
  --lg: var(--spacing-3-12px);
14
13
  --md: var(--spacing-2-8px);
15
14
  --none: var(--spacing-0-0px);
@@ -1,4 +1,3 @@
1
- /* 5.-typography-desktop.css */
2
1
  :root {
3
2
  --font-family-pingfang-sc: 'pingfang sc';
4
3
  --font-line-height-display-10xl: 128px;
@@ -1,4 +1,3 @@
1
- /* 5.-typography-mobile.css */
2
1
  :root {
3
2
  --font-family-pingfang-sc: 'pingfang sc';
4
3
  --font-line-height-display-10xl: 40px;
@@ -1,59 +0,0 @@
1
- /* app.hyperunit.xyz-mode-1.css */
2
- :root {
3
- --color-azure-11: rgb(17 28 39);
4
- --color-azure-30: rgb(37 74 118);
5
- --color-azure-4: rgb(5 10 16);
6
- --color-azure-42: rgb(55 103 158);
7
- --color-azure-68: rgb(94 169 255);
8
- --color-black-solid: rgb(0 0 0);
9
- --color-blue-2: rgb(3 3 5);
10
- --color-blue-3: rgb(6 7 10);
11
- --color-grey-10: rgb(26 26 26);
12
- --color-grey-49: rgb(126 126 126);
13
- --color-grey-95: rgb(246 247 240);
14
- --color-red-0: rgb(2 0 0);
15
- --color-white--12%: rgb(255 255 255 / 12%);
16
- --color-white--20%: rgb(255 255 255 / 20%);
17
- --color-white--40%: rgb(255 255 255 / 40%);
18
- --color-white--8%: rgb(255 255 255 / 8%);
19
- --color-white-solid: rgb(255 255 255);
20
- --color-yellow-50: rgb(255 215 0);
21
- --color-yellow-50-75%: rgb(255 215 0 / 75%);
22
- --font-family-Font-1: 'Inter';
23
- --font-size-18: 18px;
24
- --font-weight-300: 300px;
25
- --font-weight-400: 400px;
26
- --font-weight-600: 600px;
27
- --item-spacing-0: 1.4210854715202004e-14px;
28
- --item-spacing-12: 12px;
29
- --item-spacing-4: 4px;
30
- --item-spacing-6: 6px;
31
- --item-spacing-60: 60px;
32
- --item-spacing-7_99: 7.989999771118164px;
33
- --item-spacing-s+: 24px;
34
- --item-spacing-xs: 8px;
35
- --line-height-14: 14px;
36
- --line-height-15: 15px;
37
- --line-height-16: 16px;
38
- --line-height-17_5: 17.5px;
39
- --line-height-20: 20px;
40
- --line-height-22_5: 22.5px;
41
- --line-height-28: 28px;
42
- --line-height-32: 32px;
43
- --opacity-100: 100px;
44
- --opacity-45: 45px;
45
- --stroke-weight-0_12: 0.11965811997652054px;
46
- --stroke-weight-0_22: 0.22017094492912292px;
47
- --stroke-weight-0_94: 0.9411764740943909px;
48
- --stroke-weight-1: 1px;
49
- --stroke-weight-1_3: 1.3008116483688354px;
50
- --stroke-weight-1_33: 1.3333300352096558px;
51
- --stroke-weight-2_67: 2.6666600704193115px;
52
- --width-1032: 1032px;
53
- --width-103_74: 103.73999786376953px;
54
- --width-124_55: 124.55000305175781px;
55
- --width-196_55: 196.5500030517578px;
56
- --width-458: 458px;
57
- --width-460: 460px;
58
- --width-478: 478px;
59
- }