@dataengineeringformachinelearning/viking-ui 1.0.1 → 1.0.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/README.md CHANGED
@@ -19,7 +19,11 @@ Peer dependencies: `@angular/core` ^22, `@angular/common` ^22, `@angular/forms`
19
19
  ## Usage
20
20
 
21
21
  ```typescript
22
- import { VikingButton, VikingField, VikingInput } from '@dataengineeringformachinelearning/viking-ui';
22
+ import {
23
+ VikingButton,
24
+ VikingField,
25
+ VikingInput,
26
+ } from '@dataengineeringformachinelearning/viking-ui';
23
27
  ```
24
28
 
25
29
  Load static CSS for non-Angular surfaces (marketing, Django templates):
@@ -46,10 +50,10 @@ cd frontend/projects/viking-ui
46
50
  npm version patch --no-git-tag-version # or minor / major
47
51
  ```
48
52
 
49
- | Bump | When |
50
- | ----- | ---- |
51
- | patch | Bug fixes, token/CSS tweaks, a11y fixes |
52
- | minor | New components, additive APIs |
53
+ | Bump | When |
54
+ | ----- | ---------------------------------------- |
55
+ | patch | Bug fixes, token/CSS tweaks, a11y fixes |
56
+ | minor | New components, additive APIs |
53
57
  | major | Breaking input/output or removed exports |
54
58
 
55
59
  ## Publish