@ids-group-ltd/ids-design-system 0.2.0 → 0.2.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 +8 -4
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Angular component library, design tokens and themes for IDS Group products.
|
|
4
4
|
|
|
5
|
+
📖 **Live docs & component showcase:** https://ids-ds.proto.ids-group.co.uk/
|
|
6
|
+
|
|
5
7
|
- 45+ standalone components (buttons, forms, overlays, navigation, data display)
|
|
6
8
|
- Three-tier token architecture: palette → semantic theme → geometry/typography/motion tokens
|
|
7
9
|
- Bundled fonts (Mulish, JetBrains Mono) — no external font CDN required
|
|
@@ -68,7 +70,8 @@ export class ExampleComponent {}
|
|
|
68
70
|
|
|
69
71
|
## Development
|
|
70
72
|
|
|
71
|
-
This repo contains the library (`src/`) and a documentation app (`ds-docs/`).
|
|
73
|
+
This repo contains the library (`src/`) and a documentation app (`ds-docs/`). The
|
|
74
|
+
docs app is published live at https://ids-ds.proto.ids-group.co.uk/.
|
|
72
75
|
|
|
73
76
|
```bash
|
|
74
77
|
npm run build # build the library into dist/ds
|
|
@@ -89,9 +92,10 @@ on `main`. Then release one of two ways.
|
|
|
89
92
|
|
|
90
93
|
In the Bitbucket UI: **Pipelines → Run pipeline → branch `main` →** pick
|
|
91
94
|
`release-patch`, `release-minor`, `release-major`, or `release-beta`. CI bumps the
|
|
92
|
-
version, stamps the CHANGELOG, commits,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
+
version, stamps the CHANGELOG, commits, and pushes `main` + a `vX.Y.Z` tag — no
|
|
96
|
+
local tooling needed. That tag push then triggers the `Publish to npm` pipeline,
|
|
97
|
+
which builds and publishes (so you'll see two runs: the release, then the publish).
|
|
98
|
+
`## Unreleased` must be filled first; preflight fails the pipeline early otherwise.
|
|
95
99
|
|
|
96
100
|
### Option B — locally
|
|
97
101
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ids-group-ltd/ids-design-system",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "IDS Group Angular design system: components, tokens, themes",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://bitbucket.org/itband/ids-design-system.git"
|
|
9
9
|
},
|
|
10
|
+
"homepage": "https://ids-ds.proto.ids-group.co.uk/",
|
|
10
11
|
"keywords": [
|
|
11
12
|
"angular",
|
|
12
13
|
"design-system",
|