@1024pix/pix-ui 40.1.0 → 41.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.
|
@@ -8,7 +8,7 @@ import * as ComponentStories from './pix-multi-select.stories';
|
|
|
8
8
|
Un select custom permettant une gestion de la multiselection. Permet de passer soit du texte brut soit des composants à sa liste. (PixStars etc...)
|
|
9
9
|
L'ajout de `class` et d'autres attributs comme `aria-label` sont possibles.
|
|
10
10
|
|
|
11
|
-
> ⚠️ La démonstration de PixMultiSelect NE fonctionne PAS comme prévu dans storybook (mais fonctionne très bien sur les app fronts). Pour plus d'informations, voir https://github.com/1024pix/pix-ui/pull/76.
|
|
11
|
+
> ⚠️ La démonstration de PixMultiSelect NE fonctionne PAS comme prévu dans storybook (mais fonctionne très bien sur les app fronts). Pour plus d'informations, voir [https://github.com/1024pix/pix-ui/pull/76](https://github.com/1024pix/pix-ui/pull/76).
|
|
12
12
|
|
|
13
13
|
## With child component
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1024pix/pix-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "41.0.1",
|
|
4
4
|
"description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"author": "GIP Pix",
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": "^
|
|
11
|
+
"node": "^20"
|
|
12
12
|
},
|
|
13
13
|
"ember": {
|
|
14
14
|
"edition": "octane"
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"lodash.debounce": "^4.0.8"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@1024pix/ember-testing-library": "^0.
|
|
61
|
+
"@1024pix/ember-testing-library": "^1.0.0",
|
|
62
62
|
"@1024pix/eslint-config": "^1.0.3",
|
|
63
63
|
"@1024pix/storybook-ember": "^7.1.1",
|
|
64
|
-
"@1024pix/stylelint-config": "^
|
|
64
|
+
"@1024pix/stylelint-config": "^5.0.0",
|
|
65
65
|
"@babel/eslint-parser": "^7.19.1",
|
|
66
66
|
"@babel/plugin-proposal-decorators": "^7.20.5",
|
|
67
67
|
"@ember/optional-features": "^2.0.0",
|
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
"@storybook/addon-controls": "7.1.0",
|
|
80
80
|
"@storybook/addon-docs": "7.1.0",
|
|
81
81
|
"@storybook/addon-essentials": "7.1.0",
|
|
82
|
-
"@storybook/addon-mdx-gfm": "7.1.0",
|
|
83
82
|
"@storybook/addons": "7.1.0",
|
|
84
83
|
"@storybook/blocks": "7.1.0",
|
|
85
84
|
"@storybook/builder-webpack5": "7.1.0",
|