@thebasenet/ui 0.1.1 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thebasenet/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "The Circular Net shared UI component library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,6 +34,7 @@
34
34
  "types": "./dist/tokens/index.d.ts"
35
35
  },
36
36
  "./styles/globals.css": "./styles/globals.css",
37
+ "./styles/fonts.css": "./styles/fonts.css",
37
38
  "./styles/theme.css": "./styles/theme.css",
38
39
  "./styles/variables.css": "./styles/variables.css",
39
40
  "./styles/animations.css": "./styles/animations.css"
@@ -0,0 +1,8 @@
1
+ /* Coolvetica — used by BrandLogo SVG */
2
+ @font-face {
3
+ font-family: 'coolvetica';
4
+ src: url('./fonts/coolvetica/coolvetica-rg.otf') format('opentype');
5
+ font-weight: 100 900;
6
+ font-style: normal;
7
+ font-display: swap;
8
+ }
@@ -13,6 +13,7 @@
13
13
  4. Base layer resets
14
14
  ============================================================================= */
15
15
 
16
+ @import "./fonts.css";
16
17
  @import "./variables.css";
17
18
  @import "./theme.css";
18
19
  @import "./animations.css";