@protoflexo/proto-ui 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/fonts.css +11 -12
  2. package/package.json +10 -8
package/dist/fonts.css CHANGED
@@ -2,15 +2,14 @@
2
2
  * Flex Font Faces
3
3
  * Proprietary fonts hosted via Vercel Blob.
4
4
  *
5
- * TODO: Replace placeholder URLs with actual Vercel Blob URLs after upload.
6
- * For now, fonts fall back to system fonts defined in tokens.css.
5
+ * Hosted on Vercel Blob. Fonts fall back to system fonts if unavailable.
7
6
  */
8
7
 
9
8
  /* ── ABCDiatype ──────────────────────────────────────────── */
10
9
 
11
10
  @font-face {
12
11
  font-family: 'ABCDiatype';
13
- src: url('__BLOB_URL__/ABCDiatype-Regular.woff2') format('woff2');
12
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatype-Regular.woff2') format('woff2');
14
13
  font-weight: 400;
15
14
  font-style: normal;
16
15
  font-display: swap;
@@ -18,7 +17,7 @@
18
17
 
19
18
  @font-face {
20
19
  font-family: 'ABCDiatype';
21
- src: url('__BLOB_URL__/ABCDiatype-RegularItalic.woff2') format('woff2');
20
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatype-RegularItalic.woff2') format('woff2');
22
21
  font-weight: 400;
23
22
  font-style: italic;
24
23
  font-display: swap;
@@ -26,7 +25,7 @@
26
25
 
27
26
  @font-face {
28
27
  font-family: 'ABCDiatype';
29
- src: url('__BLOB_URL__/ABCDiatype-Medium.woff2') format('woff2');
28
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatype-Medium.woff2') format('woff2');
30
29
  font-weight: 500;
31
30
  font-style: normal;
32
31
  font-display: swap;
@@ -34,7 +33,7 @@
34
33
 
35
34
  @font-face {
36
35
  font-family: 'ABCDiatype';
37
- src: url('__BLOB_URL__/ABCDiatype-MediumItalic.woff2') format('woff2');
36
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatype-MediumItalic.woff2') format('woff2');
38
37
  font-weight: 500;
39
38
  font-style: italic;
40
39
  font-display: swap;
@@ -42,7 +41,7 @@
42
41
 
43
42
  @font-face {
44
43
  font-family: 'ABCDiatype';
45
- src: url('__BLOB_URL__/ABCDiatype-Bold.woff2') format('woff2');
44
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatype-Bold.woff2') format('woff2');
46
45
  font-weight: 700;
47
46
  font-style: normal;
48
47
  font-display: swap;
@@ -50,7 +49,7 @@
50
49
 
51
50
  @font-face {
52
51
  font-family: 'ABCDiatype';
53
- src: url('__BLOB_URL__/ABCDiatype-BoldItalic.woff2') format('woff2');
52
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatype-BoldItalic.woff2') format('woff2');
54
53
  font-weight: 700;
55
54
  font-style: italic;
56
55
  font-display: swap;
@@ -60,7 +59,7 @@
60
59
 
61
60
  @font-face {
62
61
  font-family: 'ABCDiatypeSemi-Mono';
63
- src: url('__BLOB_URL__/ABCDiatypeSemi-Mono-Regular.woff2') format('woff2');
62
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatypeSemi-Mono-Regular.woff2') format('woff2');
64
63
  font-weight: 400;
65
64
  font-style: normal;
66
65
  font-display: swap;
@@ -68,7 +67,7 @@
68
67
 
69
68
  @font-face {
70
69
  font-family: 'ABCDiatypeSemi-Mono';
71
- src: url('__BLOB_URL__/ABCDiatypeSemi-Mono-Medium.woff2') format('woff2');
70
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatypeSemi-Mono-Medium.woff2') format('woff2');
72
71
  font-weight: 500;
73
72
  font-style: normal;
74
73
  font-display: swap;
@@ -76,7 +75,7 @@
76
75
 
77
76
  @font-face {
78
77
  font-family: 'ABCDiatypeSemi-Mono';
79
- src: url('__BLOB_URL__/ABCDiatypeSemi-Mono-Bold.woff2') format('woff2');
78
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/ABCDiatypeSemi-Mono-Bold.woff2') format('woff2');
80
79
  font-weight: 700;
81
80
  font-style: normal;
82
81
  font-display: swap;
@@ -86,7 +85,7 @@
86
85
 
87
86
  @font-face {
88
87
  font-family: 'CooperBT-Medium';
89
- src: url('__BLOB_URL__/CooperBT-Medium.woff2') format('woff2');
88
+ src: url('https://y5ozt8htrwujgkqf.public.blob.vercel-storage.com/fonts/CooperBT-Medium.woff2') format('woff2');
90
89
  font-weight: 500;
91
90
  font-style: normal;
92
91
  font-display: swap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protoflexo/proto-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Flex design system components for ProtoFlexo prototypes",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,15 +15,12 @@
15
15
  "./typography.css": "./dist/typography.css",
16
16
  "./fonts.css": "./dist/fonts.css"
17
17
  },
18
- "files": ["dist"],
18
+ "files": [
19
+ "dist"
20
+ ],
19
21
  "publishConfig": {
20
22
  "access": "public"
21
23
  },
22
- "scripts": {
23
- "build": "tsup",
24
- "dev": "tsup --watch",
25
- "typecheck": "tsc --noEmit"
26
- },
27
24
  "devDependencies": {
28
25
  "tsup": "^8.0.0",
29
26
  "react": "^19.0.0",
@@ -35,5 +32,10 @@
35
32
  "peerDependencies": {
36
33
  "react": "^18.0.0 || ^19.0.0",
37
34
  "react-dom": "^18.0.0 || ^19.0.0"
35
+ },
36
+ "scripts": {
37
+ "build": "tsup",
38
+ "dev": "tsup --watch",
39
+ "typecheck": "tsc --noEmit"
38
40
  }
39
- }
41
+ }