allaw-ui 3.4.9 → 3.5.0

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.
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
- import { Select } from "../../atoms/selects";
3
2
  import { IconButton } from "../../atoms/buttons";
3
+ import { Select } from "../../atoms/selects";
4
4
  import { Paragraph } from "../../atoms/typography";
5
- import styles from "./EntityAdminCard.module.css";
5
+ import styles from "./entityAdminCard.module.css";
6
6
  function EntityAdminCard(_a) {
7
7
  var email = _a.email, dateSent = _a.dateSent, role = _a.role, status = _a.status, _b = _a.displayAs, displayAs = _b === void 0 ? "default" : _b, avatarUrl = _a.avatarUrl, onAccept = _a.onAccept, onRefuse = _a.onRefuse, onRoleChange = _a.onRoleChange, onRemove = _a.onRemove;
8
8
  var roleItems = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.4.9",
3
+ "version": "3.5.0",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",