@featherk/styles 0.4.4 → 0.4.7

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/README.md CHANGED
@@ -50,7 +50,7 @@ The FeatherK styles include the Inter font family with automatic font loading. T
50
50
  ```text
51
51
  node_modules/@featherk/styles/
52
52
  ├── dist/
53
- │ ├── v0/
53
+ │ ├── v7.2.0/
54
54
  │ │ ├── css/
55
55
  │ │ │ ├── feather-ks.css
56
56
  │ │ │ └── feather-k override.css
@@ -59,14 +59,21 @@ The FeatherK styles include the Inter font family with automatic font loading. T
59
59
  │ │ ├── Inter-Bold.woff2
60
60
  │ │ ├── Inter-Light.woff2
61
61
  │ │ └── [other Inter variants]
62
- │ ├── v1/
62
+ │ ├── v8.2.0/
63
63
  │ │ ├── css/
64
- │ │ │ └── featherk-q3-2024-v1.css
65
- │ │ └── fonts/
66
- │ │ ├── Inter-Regular.woff2
67
- │ │ ├── Inter-Bold.woff2
68
- │ │ ├── Inter-Light.woff2
69
- │ │ └── [other Inter variants]
64
+ │ │ │ └── featherk.css
65
+ │ │ ├── fonts/
66
+ │ │├── Inter-Regular.woff2
67
+ │ │├── Inter-Bold.woff2
68
+ │ │├── Inter-Light.woff2
69
+ │ │└── [other Inter variants]
70
+ │ │ ├── scss/
71
+ │ │ │ ├── _externalStyles.scss
72
+ │ │ │ ├── _fonts.scss
73
+ │ │ │ ├── _kendo.scss
74
+ │ │ │ ├── _tokens.scss
75
+ │ │ │ ├── index.scss
76
+ │ │ │ └── [other .scss files]
70
77
  ```
71
78
 
72
79
  2. **Relative Path Resolution**: The CSS uses `../fonts/` paths that correctly resolve from `/dist/v1/css/` to `/dist/v1/fonts/`