@uva-glass/component-library 1.45.3 → 1.45.4
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/assets/fonts/SourceSans3-Regular.otf.woff +0 -0
- package/dist/assets/fonts/SourceSans3-Regular.otf.woff2 +0 -0
- package/dist/assets/fonts/SourceSans3-Semibold.otf.woff +0 -0
- package/dist/assets/fonts/SourceSans3-Semibold.otf.woff2 +0 -0
- package/dist/assets/fonts.css +21 -0
- package/dist/assets/globals.css +2 -0
- package/dist/assets/variables.css +65 -0
- package/package.json +3 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: fallback;
|
|
3
|
+
font-family: "Source Sans Pro";
|
|
4
|
+
src:
|
|
5
|
+
local("SourceSans3-Regular"),
|
|
6
|
+
local("Source Sans 3"),
|
|
7
|
+
url("./../assets/fonts/SourceSans3-Regular.otf.woff2") format("woff2"),
|
|
8
|
+
url("./../assets/fonts/SourceSans3-Regular.otf.woff") format("woff");
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@font-face {
|
|
12
|
+
font-display: fallback;
|
|
13
|
+
font-family: "Source Sans Pro";
|
|
14
|
+
font-weight: 600;
|
|
15
|
+
src:
|
|
16
|
+
local("SourceSans3-Semibold"),
|
|
17
|
+
local("Source Sans 3 Semibold"),
|
|
18
|
+
local("Source Sans 3"),
|
|
19
|
+
url("./../assets/fonts/SourceSans3-Semibold.otf.woff2") format("woff2"),
|
|
20
|
+
url("./../assets/fonts/SourceSans3-Semibold.otf.woff") format("woff");
|
|
21
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--color-black: #1f1d20;
|
|
3
|
+
--color-grey-500: #69666c;
|
|
4
|
+
--color-grey-400: #8f8e90;
|
|
5
|
+
--color-grey-300: #b0b1b2;
|
|
6
|
+
--color-grey-200: #dcddde;
|
|
7
|
+
--color-grey-100: #ebebec;
|
|
8
|
+
--color-grey-50: #f5f5f6;
|
|
9
|
+
--color-white: #fff;
|
|
10
|
+
--color-red-600: #a0002a;
|
|
11
|
+
--color-red-500: #bc0031;
|
|
12
|
+
--color-red-400: #e00030;
|
|
13
|
+
--color-red-50: #ffe8ee;
|
|
14
|
+
--color-green-500: #2f6f31;
|
|
15
|
+
--color-green-400: #3a863d;
|
|
16
|
+
--color-green-300: #4cae4f;
|
|
17
|
+
--color-green-100: #64df9f;
|
|
18
|
+
--color-green-50: #e9fbf2;
|
|
19
|
+
--color-yellow-600: #cc8500;
|
|
20
|
+
--color-yellow-500: #ffa600;
|
|
21
|
+
--color-yellow-400: #ffde67;
|
|
22
|
+
--color-yellow-50: #fff6d7;
|
|
23
|
+
--color-blue-500: #0e4ea7;
|
|
24
|
+
--color-blue-400: #a3e7ff;
|
|
25
|
+
--color-blue-50: #e0f7ff;
|
|
26
|
+
--color-purple-400: #9747ff;
|
|
27
|
+
--color-uva-red-dark: #9e002a;
|
|
28
|
+
--color-uva-red: #bd0032;
|
|
29
|
+
--color-amaranth: #dc3251;
|
|
30
|
+
--color-chilean-fire: #d45c3a;
|
|
31
|
+
--color-outrageous-orange: #ff5b2e;
|
|
32
|
+
--color-uva-orange: #cc8500;
|
|
33
|
+
--color-pink: #ffc2d2;
|
|
34
|
+
--color-uva-red-transparent: rgba(189 0 50 / 10%);
|
|
35
|
+
--color-amour: #ffe5ec;
|
|
36
|
+
--color-cobalt: #0d4da5;
|
|
37
|
+
--color-dandelion: #ffde66;
|
|
38
|
+
--color-natural-wood: #fff6d6;
|
|
39
|
+
--color-lavender-blue: #c1b6fc;
|
|
40
|
+
--color-uva-blue: #00a0e1;
|
|
41
|
+
--color-columbia-blue: #a1e7fc;
|
|
42
|
+
--color-san-felix: #2c632e;
|
|
43
|
+
--color-light-cyan: #e1f8ff;
|
|
44
|
+
--color-quartz: #ddd7fe;
|
|
45
|
+
--color-uva-green: #49a74c;
|
|
46
|
+
--color-medium-aquamarine: #62df9f;
|
|
47
|
+
--color-vista-blue: #8feabb;
|
|
48
|
+
--color-mystic: #cee3d8;
|
|
49
|
+
--color-white-ice: #d8fdea;
|
|
50
|
+
--color-mint-cream: #eafbf2;
|
|
51
|
+
--color-black-transparent: rgba(0 0 0 / 50%);
|
|
52
|
+
--color-scarpa-flow: #69656c;
|
|
53
|
+
--color-lemon-grass: #99998a;
|
|
54
|
+
--color-french-grey: #b3afb6;
|
|
55
|
+
--color-chatelle: #b3afb6;
|
|
56
|
+
--color-silver: #bfbfbf;
|
|
57
|
+
--color-fog: #cfcdd0;
|
|
58
|
+
--color-titan-white: #d9d8da;
|
|
59
|
+
--color-blackcurrant-transparent: rgba(31 29 32 / 15%);
|
|
60
|
+
--color-pattens-blue: #dddedf;
|
|
61
|
+
--color-titan-white-transparent: rgba(204 202 206 / 50%);
|
|
62
|
+
--color-lavender: #ebebec;
|
|
63
|
+
--color-lavender-transparent: rgba(235 235 236 / 50%);
|
|
64
|
+
--color-ghost-white: #f4f4f5;
|
|
65
|
+
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "1.45.
|
|
5
|
+
"version": "1.45.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"eslint": "^8.57.0",
|
|
66
66
|
"eslint-config-prettier": "^9.1.0",
|
|
67
67
|
"eslint-plugin-prettier": "^5.2.1",
|
|
68
|
-
"eslint-plugin-react": "^7.35.
|
|
68
|
+
"eslint-plugin-react": "^7.35.1",
|
|
69
69
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
70
70
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
71
71
|
"eslint-plugin-storybook": "^0.8.0",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"vite": "^5.4.2",
|
|
90
90
|
"vite-plugin-dts": "^4.1.0",
|
|
91
91
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
92
|
+
"vite-plugin-static-copy": "^1.0.6",
|
|
92
93
|
"vite-plugin-svgr": "^4.2.0",
|
|
93
94
|
"vite-tsconfig-paths": "^5.0.1"
|
|
94
95
|
}
|