@uva-glass/component-library 1.45.2 → 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.
@@ -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,2 @@
1
+ @import url("./fonts.css");
2
+ @import url("./variables.css");
@@ -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.2",
5
+ "version": "1.45.4",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -50,14 +50,13 @@
50
50
  "@semantic-release/npm": "^12.0.1",
51
51
  "@storybook/addon-a11y": "^8.2.9",
52
52
  "@storybook/addon-essentials": "^8.2.9",
53
- "@storybook/addon-interactions": "^8.2.9",
54
53
  "@storybook/addon-links": "^8.2.9",
55
54
  "@storybook/blocks": "^8.2.9",
56
55
  "@storybook/react": "^8.2.9",
57
56
  "@storybook/react-vite": "^8.2.9",
58
57
  "@storybook/test": "^8.2.9",
59
- "@types/node": "^20.16.2",
60
- "@types/react": "^18.3.4",
58
+ "@types/node": "^20.16.3",
59
+ "@types/react": "^18.3.5",
61
60
  "@types/react-dom": "^18.3.0",
62
61
  "@uva-glass/eslint-config": "^1.3.1",
63
62
  "@uva-glass/stylelint-config": "^1.1.0",
@@ -66,7 +65,7 @@
66
65
  "eslint": "^8.57.0",
67
66
  "eslint-config-prettier": "^9.1.0",
68
67
  "eslint-plugin-prettier": "^5.2.1",
69
- "eslint-plugin-react": "^7.35.0",
68
+ "eslint-plugin-react": "^7.35.1",
70
69
  "eslint-plugin-react-hooks": "^4.6.2",
71
70
  "eslint-plugin-react-refresh": "^0.4.11",
72
71
  "eslint-plugin-storybook": "^0.8.0",
@@ -88,8 +87,9 @@
88
87
  "stylelint-order": "^6.0.4",
89
88
  "typescript": "^5.5.4",
90
89
  "vite": "^5.4.2",
91
- "vite-plugin-dts": "^4.0.3",
90
+ "vite-plugin-dts": "^4.1.0",
92
91
  "vite-plugin-lib-inject-css": "^2.1.1",
92
+ "vite-plugin-static-copy": "^1.0.6",
93
93
  "vite-plugin-svgr": "^4.2.0",
94
94
  "vite-tsconfig-paths": "^5.0.1"
95
95
  }