@ogcio/design-system-react 1.10.0 → 1.10.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 +4 -8
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -4,10 +4,6 @@
4
4
 
5
5
  Welcome to the GOV IE React component library, a collection of reusable React components designed to help you build modern React web applications utilising the GOV IE design system.
6
6
 
7
- **Status: Alpha**
8
-
9
- > Important Note: This library is currently in the **alpha** stage. As we continue to develop and improve the components, **frequent breaking changes are to be expected**. We appreciate your understanding and patience as we work towards a stable version 1.0.
10
-
11
7
  ## Getting Started
12
8
 
13
9
  To install the library, use the following command:
@@ -24,10 +20,10 @@ We **strongly recommend** that you pin the GOV IE design system packages, so tha
24
20
 
25
21
  ```diff
26
22
  "dependencies": {
27
- - "@ogcio/theme-govie": "^0.1.2",
28
- + "@ogcio/theme-govie": "0.1.2",
29
- - "@ogcio/design-system-react": "^0.1.6",
30
- + "@ogcio/design-system-react": "0.1.6"
23
+ - "@ogcio/theme-govie": "^1.4.1",
24
+ + "@ogcio/theme-govie": "1.4.1",
25
+ - "@ogcio/design-system-react": "^1.10.0",
26
+ + "@ogcio/design-system-react": "1.10.0"
31
27
  ```
32
28
 
33
29
  ### Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ogcio/design-system-react",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "The GOV IE design system React components.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -51,11 +51,11 @@
51
51
  "postcss-import": "^16.1.0",
52
52
  "react": "19.0.0",
53
53
  "react-dom": "19.0.0",
54
- "@ogcio/design-system-eslint-config": "1.2.5",
55
- "@ogcio/design-system-prettier-config": "1.0.5",
54
+ "@ogcio/design-system-tailwind": "1.9.1",
56
55
  "@ogcio/theme-doete": "1.0.0",
57
- "@ogcio/theme-govie": "1.4.1",
58
- "@ogcio/design-system-tailwind": "1.9.0"
56
+ "@ogcio/theme-govie": "1.4.2",
57
+ "@ogcio/design-system-prettier-config": "1.0.5",
58
+ "@ogcio/design-system-eslint-config": "1.2.5"
59
59
  },
60
60
  "scripts": {
61
61
  "format": "prettier 'src/**/*.{ts,tsx}' --write",