@mc-markets/ui 1.1.59 → 1.1.61
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/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/packages/components/Select/Select.vue +6 -2
- package/packages/styles/components/dialog.scss +1 -1
- package/packages/styles/variables/border-mode.css +3 -3
- package/packages/styles/variables/index.scss +1 -2
- package/packages/styles/variables/radius-mode.css +3 -3
- package/packages/styles/variables/spacing-mode.css +3 -3
- package/packages/styles/variables/app.hyperunit.xyz-mode.css +0 -58
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<el-select
|
|
3
3
|
ref="selectRef"
|
|
4
4
|
class="m-select"
|
|
5
|
-
:class="{ solid:
|
|
5
|
+
:class="{ solid: styleType === 'solid' }"
|
|
6
6
|
:show-arrow="false"
|
|
7
7
|
v-bind="$attrs"
|
|
8
8
|
>
|
|
@@ -14,7 +14,11 @@
|
|
|
14
14
|
|
|
15
15
|
<script setup>
|
|
16
16
|
import { useExposeRef } from '@packages/hooks/useExposeRef.js'
|
|
17
|
-
|
|
17
|
+
const props = defineProps({
|
|
18
|
+
styleType: {
|
|
19
|
+
type: String,
|
|
20
|
+
},
|
|
21
|
+
});
|
|
18
22
|
defineOptions({
|
|
19
23
|
name: "MSelect",
|
|
20
24
|
});
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--10xl: var(--spacing-32-128px);
|
|
3
3
|
--11xl: var(--spacing-40-160px);
|
|
4
|
-
--2xl: var(--spacing-5-20px);
|
|
5
|
-
--3xl: var(--spacing-6-24px);
|
|
6
|
-
--4xl: var(--spacing-8-32px);
|
|
7
4
|
--5xl: var(--spacing-10-40px);
|
|
8
5
|
--6xl: var(--spacing-12-48px);
|
|
9
6
|
--7xl: var(--spacing-16-64px);
|
|
10
7
|
--8xl: var(--spacing-20-80px);
|
|
11
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);
|
|
12
12
|
--lg: var(--spacing-3-12px);
|
|
13
13
|
--md: var(--spacing-2-8px);
|
|
14
14
|
--none: var(--spacing-0-0px);
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--color-azure-11: rgb(17 28 39);
|
|
3
|
-
--color-azure-30: rgb(37 74 118);
|
|
4
|
-
--color-azure-4: rgb(5 10 16);
|
|
5
|
-
--color-azure-42: rgb(55 103 158);
|
|
6
|
-
--color-azure-68: rgb(94 169 255);
|
|
7
|
-
--color-black-solid: rgb(0 0 0);
|
|
8
|
-
--color-blue-2: rgb(3 3 5);
|
|
9
|
-
--color-blue-3: rgb(6 7 10);
|
|
10
|
-
--color-grey-10: rgb(26 26 26);
|
|
11
|
-
--color-grey-49: rgb(126 126 126);
|
|
12
|
-
--color-grey-95: rgb(246 247 240);
|
|
13
|
-
--color-red-0: rgb(2 0 0);
|
|
14
|
-
--color-white--12%: rgb(255 255 255 / 12%);
|
|
15
|
-
--color-white--20%: rgb(255 255 255 / 20%);
|
|
16
|
-
--color-white--40%: rgb(255 255 255 / 40%);
|
|
17
|
-
--color-white--8%: rgb(255 255 255 / 8%);
|
|
18
|
-
--color-white-solid: rgb(255 255 255);
|
|
19
|
-
--color-yellow-50: rgb(255 215 0);
|
|
20
|
-
--color-yellow-50-75%: rgb(255 215 0 / 75%);
|
|
21
|
-
--font-family-Font-1: 'Inter';
|
|
22
|
-
--font-size-18: 18px;
|
|
23
|
-
--font-weight-300: 300px;
|
|
24
|
-
--font-weight-400: 400px;
|
|
25
|
-
--font-weight-600: 600px;
|
|
26
|
-
--item-spacing-0: 1.4210854715202004e-14px;
|
|
27
|
-
--item-spacing-12: 12px;
|
|
28
|
-
--item-spacing-4: 4px;
|
|
29
|
-
--item-spacing-6: 6px;
|
|
30
|
-
--item-spacing-60: 60px;
|
|
31
|
-
--item-spacing-7_99: 7.989999771118164px;
|
|
32
|
-
--item-spacing-s+: 24px;
|
|
33
|
-
--item-spacing-xs: 8px;
|
|
34
|
-
--line-height-14: 14px;
|
|
35
|
-
--line-height-15: 15px;
|
|
36
|
-
--line-height-16: 16px;
|
|
37
|
-
--line-height-17_5: 17.5px;
|
|
38
|
-
--line-height-20: 20px;
|
|
39
|
-
--line-height-22_5: 22.5px;
|
|
40
|
-
--line-height-28: 28px;
|
|
41
|
-
--line-height-32: 32px;
|
|
42
|
-
--opacity-100: 100px;
|
|
43
|
-
--opacity-45: 45px;
|
|
44
|
-
--stroke-weight-0_12: 0.11965811997652054px;
|
|
45
|
-
--stroke-weight-0_22: 0.22017094492912292px;
|
|
46
|
-
--stroke-weight-0_94: 0.9411764740943909px;
|
|
47
|
-
--stroke-weight-1: 1px;
|
|
48
|
-
--stroke-weight-1_3: 1.3008116483688354px;
|
|
49
|
-
--stroke-weight-1_33: 1.3333300352096558px;
|
|
50
|
-
--stroke-weight-2_67: 2.6666600704193115px;
|
|
51
|
-
--width-1032: 1032px;
|
|
52
|
-
--width-103_74: 103.73999786376953px;
|
|
53
|
-
--width-124_55: 124.55000305175781px;
|
|
54
|
-
--width-196_55: 196.5500030517578px;
|
|
55
|
-
--width-458: 458px;
|
|
56
|
-
--width-460: 460px;
|
|
57
|
-
--width-478: 478px;
|
|
58
|
-
}
|