Skip to content

Commit

Permalink
chore(packages): Design System de l'Etat v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Charles HOURDEAUX committed Nov 17, 2020
1 parent 26357da commit 9deaa3d
Show file tree
Hide file tree
Showing 35 changed files with 187 additions and 193 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"message": "chore(packages): release"
}
},
"version": "0.2.0"
"version": "0.3.0"
}
10 changes: 5 additions & 5 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/accordion",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Accordéon",
"publishConfig": {
Expand All @@ -13,9 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/links": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/links": "^0.3.0",
"@gouvfr/schemes": "^0.3.0"
}
}
59 changes: 28 additions & 31 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/all",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "All",
"publishConfig": {
Expand All @@ -10,35 +10,32 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0",

"@gouvfr/utilities": "^0.2.0",
"@gouvfr/grid": "^0.2.0",

"@gouvfr/buttons": "^0.2.0",
"@gouvfr/links": "^0.2.0",
"@gouvfr/logo": "^0.2.0",
"@gouvfr/forms": "^0.2.0",
"@gouvfr/inputs": "^0.2.0",
"@gouvfr/checkboxes": "^0.2.0",
"@gouvfr/radios": "^0.2.0",
"@gouvfr/selects": "^0.2.0",

"@gouvfr/breadcrumb": "^0.2.0",
"@gouvfr/navigation": "^0.2.0",
"@gouvfr/callouts": "^0.2.0",
"@gouvfr/cards": "^0.2.0",
"@gouvfr/content": "^0.2.0",
"@gouvfr/medias": "^0.2.0",
"@gouvfr/footer": "^0.2.0",
"@gouvfr/header": "^0.2.0",
"@gouvfr/highlights": "^0.2.0",
"@gouvfr/ie11": "^0.2.0",
"@gouvfr/pagination": "^0.2.0",
"@gouvfr/search": "^0.2.0",
"@gouvfr/tiles": "^0.2.0"
"@gouvfr/breadcrumb": "^0.3.0",
"@gouvfr/buttons": "^0.3.0",
"@gouvfr/callouts": "^0.3.0",
"@gouvfr/cards": "^0.3.0",
"@gouvfr/checkboxes": "^0.3.0",
"@gouvfr/content": "^0.3.0",
"@gouvfr/core": "^0.3.0",
"@gouvfr/footer": "^0.3.0",
"@gouvfr/forms": "^0.3.0",
"@gouvfr/grid": "^0.3.0",
"@gouvfr/header": "^0.3.0",
"@gouvfr/highlights": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/ie11": "^0.3.0",
"@gouvfr/inputs": "^0.3.0",
"@gouvfr/links": "^0.3.0",
"@gouvfr/logo": "^0.3.0",
"@gouvfr/medias": "^0.3.0",
"@gouvfr/navigation": "^0.3.0",
"@gouvfr/pagination": "^0.3.0",
"@gouvfr/radios": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/search": "^0.3.0",
"@gouvfr/selects": "^0.3.0",
"@gouvfr/tiles": "^0.3.0",
"@gouvfr/typography": "^0.3.0",
"@gouvfr/utilities": "^0.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/breadcrumb",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Fil d'Ariane",
"publishConfig": {
Expand All @@ -13,9 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/buttons",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Boutons",
"publishConfig": {
Expand All @@ -13,9 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/links": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/links": "^0.3.0",
"@gouvfr/schemes": "^0.3.0"
}
}
11 changes: 5 additions & 6 deletions packages/callouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/callouts",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Mise en avant",
"publishConfig": {
Expand All @@ -13,10 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/typography": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
11 changes: 5 additions & 6 deletions packages/cards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/cards",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Cards",
"publishConfig": {
Expand All @@ -13,10 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/typography": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
12 changes: 6 additions & 6 deletions packages/checkboxes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/checkboxes",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Cases à cocher",
"publishConfig": {
Expand All @@ -13,10 +13,10 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/forms": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/forms": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/content",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Contenu",
"publishConfig": {
Expand All @@ -13,9 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/medias": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/medias": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/core",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "core",
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/footer",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Footer",
"publishConfig": {
Expand All @@ -10,10 +10,10 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/typography": "^0.2.0",
"@gouvfr/logo": "^0.2.0",
"@gouvfr/grid": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/grid": "^0.3.0",
"@gouvfr/logo": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/forms",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Formulaire",
"publishConfig": {
Expand All @@ -13,9 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
7 changes: 3 additions & 4 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/grid",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Grille",
"publishConfig": {
Expand All @@ -9,9 +9,8 @@
"scripts": {
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"config": {
},
"config": {},
"dependencies": {
"@gouvfr/core": "^0.2.0"
"@gouvfr/core": "^0.3.0"
}
}
16 changes: 8 additions & 8 deletions packages/header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/header",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Header",
"publishConfig": {
Expand All @@ -10,12 +10,12 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0",
"@gouvfr/navigation": "^0.2.0",
"@gouvfr/search": "^0.2.0",
"@gouvfr/logo": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/logo": "^0.3.0",
"@gouvfr/navigation": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/search": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/highlights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/highlights",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Exergue",
"publishConfig": {
Expand All @@ -13,9 +13,9 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/icons": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/icons": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/icons",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "Icônes",
"publishConfig": {
Expand All @@ -14,8 +14,8 @@
"postinstall": "node ./post-install.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0",
"@gouvfr/schemes": "^0.2.0",
"@gouvfr/typography": "^0.2.0"
"@gouvfr/core": "^0.3.0",
"@gouvfr/schemes": "^0.3.0",
"@gouvfr/typography": "^0.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/ie11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr/ie11",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"description": "ie11 (support)",
"publishConfig": {
Expand All @@ -13,6 +13,6 @@
"start": "webpack-dev-server --config ../../webpack/webpack.config.dev.js"
},
"dependencies": {
"@gouvfr/core": "^0.2.0"
"@gouvfr/core": "^0.3.0"
}
}
Loading

0 comments on commit 9deaa3d

Please sign in to comment.