@1024pix/pix-ui 23.2.0 → 23.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Pix-UI Changelog
2
2
 
3
+ ## v23.2.1 (21/12/2022)
4
+
5
+
6
+ ### :bug: Correction
7
+ - [#312](https://github.com/1024pix/pix-ui/pull/312) [BUGFIX] Supprime la zone blanche non clickable dans les options du `PixSelect` (PIX-6591)
8
+
3
9
  ## v23.2.0 (16/12/2022)
4
10
 
5
11
 
@@ -165,6 +165,7 @@
165
165
  &--hidden {
166
166
  visibility: hidden;
167
167
  height: 0;
168
+ padding: 0;
168
169
  }
169
170
  }
170
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "23.2.0",
3
+ "version": "23.2.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"