edvoyui-component-library-test-flight 0.0.21 → 0.0.22
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/EUIInputNormal.vue.d.ts.map +1 -0
- package/dist/library-vue-ts.cjs.js +3 -3
- package/dist/library-vue-ts.es.js +2 -8
- package/dist/library-vue-ts.umd.js +3 -3
- package/dist/select/EUISelect.vue.d.ts.map +1 -0
- package/package.json +2 -3
- package/dist/EUISelect.vue.d.ts.map +0 -1
- package/dist/inputNormal/EUIInputNormal.vue.d.ts.map +0 -1
- package/src/style.scss +0 -118
- /package/dist/{inputNormal/EUIInputNormal.vue.d.ts → EUIInputNormal.vue.d.ts} +0 -0
- /package/dist/{EUISelect.vue.d.ts → select/EUISelect.vue.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EUISelect.vue.d.ts","sourceRoot":"","sources":["../../src/components/select/EUISelect.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wGAAwG,CAAC;AAC/H,cAAc,wGAAwG,CAAC;AACvH,OAAO,sGAAsG,CAAC;AAC9G,eAAe,SAAS,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edvoyui-component-library-test-flight",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/",
|
|
8
|
-
"src/style.scss",
|
|
9
8
|
"index.js"
|
|
10
9
|
],
|
|
11
10
|
"main": "./dist/library-vue-ts.umd.js",
|
|
@@ -15,7 +14,7 @@
|
|
|
15
14
|
"import": "./dist/library-vue-ts.es.js",
|
|
16
15
|
"require": "./dist/library-vue-ts.umd.js"
|
|
17
16
|
},
|
|
18
|
-
"./style": "./dist/
|
|
17
|
+
"./style": "./dist/style.scss"
|
|
19
18
|
},
|
|
20
19
|
"types": "./dist/main.d.ts",
|
|
21
20
|
"scripts": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EUISelect.vue.d.ts","sourceRoot":"","sources":["../src/components/select/EUISelect.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wGAAwG,CAAC;AAC/H,cAAc,wGAAwG,CAAC;AACvH,OAAO,sGAAsG,CAAC;AAC9G,eAAe,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EUIInputNormal.vue.d.ts","sourceRoot":"","sources":["../../src/components/inputNormal/EUIInputNormal.vue"],"names":[],"mappings":"AACA,cAAc,kHAAkH,CAAC;AACjI,OAAO,gIAAgI,CAAC;;AAExI,wBAA0F"}
|
package/src/style.scss
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
@tailwind base;
|
|
2
|
-
@tailwind components;
|
|
3
|
-
@import "assets/scss/body.scss";
|
|
4
|
-
@tailwind utilities;
|
|
5
|
-
|
|
6
|
-
@layer base {
|
|
7
|
-
html {
|
|
8
|
-
font-family: "Inter", "Gilroy", -apple-system, system-ui, sans-serif;
|
|
9
|
-
}
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: "Gilroy";
|
|
12
|
-
src: url("./assets/fonts/gilroy/GilroyRegular/font.woff2") format("woff2"),
|
|
13
|
-
url("./assets/fonts/gilroy/GilroyRegular/font.woff") format("woff");
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
font-style: normal;
|
|
16
|
-
font-display: swap;
|
|
17
|
-
}
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: "Gilroy";
|
|
20
|
-
src: url("./assets/fonts/gilroy/GilroyMedium/font.woff2") format("woff2"),
|
|
21
|
-
url("./assets/fonts/gilroy/GilroyMedium/font.woff") format("woff");
|
|
22
|
-
font-weight: 500;
|
|
23
|
-
font-style: normal;
|
|
24
|
-
font-display: swap;
|
|
25
|
-
}
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: "Gilroy";
|
|
28
|
-
src: url("./assets/fonts/gilroy/GilroySemiBold/font.woff2") format("woff2"),
|
|
29
|
-
url("./assets/fonts/gilroy/GilroySemiBold/font.woff") format("woff");
|
|
30
|
-
font-weight: 600;
|
|
31
|
-
font-style: normal;
|
|
32
|
-
font-display: swap;
|
|
33
|
-
}
|
|
34
|
-
@font-face {
|
|
35
|
-
font-family: "Gilroy";
|
|
36
|
-
src: url("./assets/fonts/gilroy/GilroyBold/font.woff2") format("woff2"),
|
|
37
|
-
url("./assets/fonts/gilroy/GilroyBold/font.woff") format("woff");
|
|
38
|
-
font-weight: 700;
|
|
39
|
-
font-style: normal;
|
|
40
|
-
font-display: swap;
|
|
41
|
-
}
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: "Gilroy";
|
|
44
|
-
src: url("./assets/fonts/gilroy/GilroyExtraBold/font.woff2") format("woff2"),
|
|
45
|
-
url("./assets/fonts/gilroy/GilroyExtraBold/font.woff") format("woff");
|
|
46
|
-
font-weight: 800;
|
|
47
|
-
font-style: normal;
|
|
48
|
-
font-display: swap;
|
|
49
|
-
}
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: "Gilroy";
|
|
52
|
-
src: url("./assets/fonts/gilroy/GilroyBoldItalic/font.woff2") format("woff2"),
|
|
53
|
-
url("./assets/fonts/gilroy/GilroyBoldItalic/font.woff") format("woff");
|
|
54
|
-
font-weight: 900;
|
|
55
|
-
font-style: italic;
|
|
56
|
-
font-display: swap;
|
|
57
|
-
}
|
|
58
|
-
@font-face {
|
|
59
|
-
font-family: "Gilroy";
|
|
60
|
-
src: url("./assets/fonts/gilroy/GilroyExtraBold/font.woff2") format("woff2"),
|
|
61
|
-
url("./assets/fonts/gilroy/GilroyExtraBold/font.woff") format("woff");
|
|
62
|
-
font-weight: 900;
|
|
63
|
-
font-style: normal;
|
|
64
|
-
font-display: swap;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
@font-face {
|
|
68
|
-
font-family: "Inter";
|
|
69
|
-
font-style: italic;
|
|
70
|
-
font-weight: 400;
|
|
71
|
-
font-display: swap;
|
|
72
|
-
src: url("./assets/fonts/inter/Inter-Italic.woff2?v=3.19") format("woff2"),
|
|
73
|
-
url("./assets/fonts/inter/Inter-Italic.woff?v=3.19") format("woff");
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@font-face {
|
|
77
|
-
font-family: "Inter";
|
|
78
|
-
font-style: normal;
|
|
79
|
-
font-weight: 500;
|
|
80
|
-
font-display: swap;
|
|
81
|
-
src: url("./assets/fonts/inter/Inter-Medium.woff2?v=3.19") format("woff2"),
|
|
82
|
-
url("./assets/fonts/inter/Inter-Medium.woff?v=3.19") format("woff");
|
|
83
|
-
}
|
|
84
|
-
@font-face {
|
|
85
|
-
font-family: "Inter";
|
|
86
|
-
font-style: italic;
|
|
87
|
-
font-weight: 500;
|
|
88
|
-
font-display: swap;
|
|
89
|
-
src: url("../fonts/inter/Inter-MediumItalic.woff2?v=3.19") format("woff2"),
|
|
90
|
-
url("../fonts/inter/Inter-MediumItalic.woff?v=3.19") format("woff");
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: "Inter";
|
|
95
|
-
font-style: normal;
|
|
96
|
-
font-weight: 600;
|
|
97
|
-
font-display: swap;
|
|
98
|
-
src: url("./assets/fonts/inter/Inter-SemiBold.woff2?v=3.19") format("woff2"),
|
|
99
|
-
url("./assets/fonts/inter/Inter-SemiBold.woff?v=3.19") format("woff");
|
|
100
|
-
}
|
|
101
|
-
@font-face {
|
|
102
|
-
font-family: "Inter";
|
|
103
|
-
font-style: italic;
|
|
104
|
-
font-weight: 600;
|
|
105
|
-
font-display: swap;
|
|
106
|
-
src: url("./assets/fonts/inter/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"),
|
|
107
|
-
url("./assets/fonts/inter/Inter-SemiBoldItalic.woff?v=3.19") format("woff");
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@font-face {
|
|
111
|
-
font-family: "Inter";
|
|
112
|
-
font-style: normal;
|
|
113
|
-
font-weight: 700;
|
|
114
|
-
font-display: swap;
|
|
115
|
-
src: url("./assets/fonts/inter/Inter-Bold.woff2?v=3.19") format("woff2"),
|
|
116
|
-
url("./assets/fonts/inter/Inter-Bold.woff?v=3.19") format("woff");
|
|
117
|
-
}
|
|
118
|
-
}
|
|
File without changes
|
|
File without changes
|