allaw-ui 3.0.5 → 3.0.6

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.
@@ -240,7 +240,7 @@ var FileUploader = function (_a) {
240
240
  React.createElement("input", { id: "file-upload", ref: fileInputRef, type: "file", accept: acceptedExtensions.join(","), style: { display: "none" }, onChange: handleFileSelect })))),
241
241
  previewUrl ? (React.createElement("div", { className: styles.file_info_container },
242
242
  filePresentationLabel && (React.createElement("span", { className: styles.file_presentation_label }, filePresentationLabel)),
243
- React.createElement(TertiaryButton, { label: "Charger ".concat(isSelectedImage ? "une autre image" : "un autre fichier"), color: "bleu-allaw", variant: true, onClick: handleNewFileClick }))) : (React.createElement("div", { className: styles.limits },
243
+ React.createElement(TertiaryButton, { label: "Charger ".concat(isSelectedImage ? "une autre image ?" : "un autre fichier ?"), color: "bleu-allaw", variant: true, onClick: handleNewFileClick }))) : (React.createElement("div", { className: styles.limits },
244
244
  React.createElement("div", { className: styles.format },
245
245
  React.createElement("span", { className: styles.limit_text },
246
246
  acceptedLabel,
@@ -398,15 +398,10 @@
398
398
  gap: 8px;
399
399
  }
400
400
 
401
- .file_info_container span {
402
- font-family: var(--font-open-sans, sans-serif);
403
- font-size: 14px;
404
- color: var(----noir, #171e25);
405
- }
406
-
407
401
  .file_presentation_label {
408
402
  font-size: 14px;
409
- color: var(--gris-03);
403
+ font-family: var(--font-open-sans, sans-serif);
404
+ color: var(----noir, #171e25);
410
405
  }
411
406
 
412
407
  .change_file_link {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",