@1024pix/pix-ui 42.0.3 → 42.0.4

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.
@@ -241,6 +241,7 @@
241
241
  }
242
242
  }
243
243
 
244
- .pix-button-link {
244
+ .pix-button-link,
245
+ .pix-button-upload {
245
246
  line-height: initial;
246
247
  }
@@ -97,6 +97,11 @@ export const form = (args) => {
97
97
  <li>
98
98
  <PixButton @type='submit'>Envoyer mes réponses</PixButton>
99
99
  </li>
100
+ <li>
101
+ <PixButtonUpload @id='file-upload' accept='.csv'>
102
+ Importer un fichier
103
+ </PixButtonUpload>
104
+ </li>
100
105
  </ul>
101
106
  </form>`,
102
107
  context: args,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "42.0.3",
3
+ "version": "42.0.4",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"