@dpa-id-components/dpa-shared-components 7.2.2 → 8.0.1
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 +3 -0
- package/dist/dpa-shared-components.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/bookmark-4ff074d8.mjs +0 -19
- package/dist/bookmark-fill-731ae06c.mjs +0 -19
- package/dist/graphic-90b2d2fc.mjs +0 -20
- /package/dist/{main.css → fonts.css} +0 -0
package/README.md
CHANGED
|
@@ -6,6 +6,9 @@ Collection of vue 3 components for usage across dpa projects.
|
|
|
6
6
|
|
|
7
7
|
This project requires a node version of 16.x or higher
|
|
8
8
|
|
|
9
|
+
You need to add and integrate the Inter font that can be found in `src/assets/fonts` to your project manually.
|
|
10
|
+
An example how the CSS could look can be found in `src/tailwind/fonts.css`
|
|
11
|
+
|
|
9
12
|
### Notes
|
|
10
13
|
|
|
11
14
|
This project uses Typescript version >= 5.0. This upgrade included changes to the module resolution, which are not yet
|