shinkansen-sprockets 1.0.67 → 1.0.69

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 +7 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,11 +1,14 @@
1
1
  ## `shinkansen-sprockets`
2
2
 
3
- # Shinkansen Sprockets
3
+ Shinkansen generates JSON Schema valid documents from user submissions with `<html />` forms.
4
4
 
5
- *Sprockets* are input groups for *React*.
5
+ # Cogs
6
6
 
7
- *Sprockets* are consistent with the [GOV.UK Design System](https://design-system.service.gov.uk/) but also encourage composition and inheritance.
7
+ _Sprockets_ are React components for input groups.
8
+
9
+ _Sprockets_ are composed of _Cogs_ to provide named components for _Engine_.
8
10
 
9
11
  ## See also
10
12
 
11
- - [Shinkansen Cogs](https://github.com/modernpoacher/shinkansen-cogs)
13
+ - [Cogs](https://github.com/modernpoacher/shinkansen-cogs)
14
+ - [Engine](https://github.com/modernpoacher/shinkansen-engine)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -53,8 +53,8 @@
53
53
  "@babel/preset-env": "^7.21.5",
54
54
  "@babel/preset-react": "^7.18.6",
55
55
  "@babel/register": "^7.21.0",
56
- "@modernpoacher/design-system": "1.0.7",
57
- "@modernpoacher/hooks": "^1.0.397",
56
+ "@modernpoacher/design-system": "1.0.8",
57
+ "@modernpoacher/hooks": "^1.0.398",
58
58
  "@sequencemedia/gulp": "^1.0.7",
59
59
  "@storybook/addon-actions": "6.5.12",
60
60
  "@storybook/addon-essentials": "6.5.12",