@dataengineeringformachinelearning/viking-ui 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +20 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,8 +8,6 @@
8
8
  - Zero-dependency components (`viking-*` selectors, `--viking-*` tokens)
9
9
  - WCAG 2.1 AA focus rings, axe-core tested templates
10
10
 
11
- Inspired by [Flux UI](https://fluxui.dev) composability and [Spartan](https://spartan.ng) headless patterns — implemented natively for Angular without Radix/CDK UI deps.
12
-
13
11
  ## Install
14
12
 
15
13
  ```bash
@@ -39,11 +37,29 @@ npm run build:viking-ui-css
39
37
  npm run serve:viking-ui-showcase
40
38
  ```
41
39
 
40
+ ## Version bump
41
+
42
+ Bump `package.json` in this directory before every publish (npm will not overwrite an existing version).
43
+
44
+ ```bash
45
+ cd frontend/projects/viking-ui
46
+ npm version patch --no-git-tag-version # or minor / major
47
+ ```
48
+
49
+ | Bump | When |
50
+ | ----- | ---- |
51
+ | patch | Bug fixes, token/CSS tweaks, a11y fixes |
52
+ | minor | New components, additive APIs |
53
+ | major | Breaking input/output or removed exports |
54
+
42
55
  ## Publish
43
56
 
44
57
  Requires membership in the npm org `dataengineeringformachinelearning` (scope `@dataengineeringformachinelearning`).
45
58
 
46
59
  ```bash
47
- cd frontend && npm run build:viking-ui
48
- cd dist/viking-ui && npm publish --access public --otp=YOUR_CODE
60
+ cd frontend
61
+ npm run test:viking-ui
62
+ npm run build:viking-ui
63
+ cd dist/viking-ui
64
+ npm publish --access public --otp=YOUR_CODE
49
65
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dataengineeringformachinelearning/viking-ui",
3
- "version": "1.0.0",
4
- "description": "Viking-UI: DEML clinical design system for Angular. Flux + Spartan-inspired patterns, THEME.md palette only.",
3
+ "version": "1.0.1",
4
+ "description": "Viking-UI: DEML clinical design system for Angular. THEME.md palette, WCAG 2.1 AA, zero third-party UI runtime deps.",
5
5
  "keywords": [
6
6
  "angular",
7
7
  "ui",