@7shifts/sous-chef 3.59.0 → 3.60.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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const MagnifyingGlassIllustration: () => React.JSX.Element;
3
+ export default MagnifyingGlassIllustration;
@@ -0,0 +1 @@
1
+ export { default } from './MagnifyingGlassIllustration';
@@ -41,6 +41,9 @@
41
41
  "emptyStateTitle": "No results found",
42
42
  "emptyStateCaption": "Try adding a new item to the list or adjust your search terms."
43
43
  },
44
+ "ActionList": {
45
+ "emptyStateTitle": "No action items"
46
+ },
44
47
  "PhoneField": {
45
48
  "malformedPhoneNumber": "Malformed phone number. Please enter a valid phone number."
46
49
  }
@@ -41,6 +41,9 @@
41
41
  "emptyStateTitle": "No se encontraron resultados",
42
42
  "emptyStateCaption": "Intenta agregar un nuevo elemento a la lista o ajusta tus términos de búsqueda."
43
43
  },
44
+ "ActionList": {
45
+ "emptyStateTitle": "Sin elementos de acción"
46
+ },
44
47
  "PhoneField": {
45
48
  "malformedPhoneNumber": "Número de teléfono mal formado. Por favor, ingresa un número de teléfono válido."
46
49
  }
@@ -41,6 +41,9 @@
41
41
  "emptyStateTitle": "Aucun résultat trouvé",
42
42
  "emptyStateCaption": "Essayez d'ajouter un nouvel élément à la liste ou ajustez vos termes de recherche."
43
43
  },
44
+ "ActionList": {
45
+ "emptyStateTitle": "Aucune action"
46
+ },
44
47
  "PhoneField": {
45
48
  "malformedPhoneNumber": "Numéro de téléphone mal formé. Veuillez entrer un numéro de téléphone valide."
46
49
  }
package/dist/index.css CHANGED
@@ -2696,6 +2696,7 @@ input:disabled + ._kmvBP::after {
2696
2696
  border: 1px solid var(--color-grey-200);
2697
2697
  border-radius: var(--border-radius-600);
2698
2698
  background-color: var(--color-white);
2699
+ overflow-y: auto;
2699
2700
  }
2700
2701
  ._pWke5 > *:not(:last-child) {
2701
2702
  border-bottom: 1px solid var(--color-grey-200);
@@ -2710,6 +2711,20 @@ input:disabled + ._kmvBP::after {
2710
2711
  border-radius: var(--border-radius-600);
2711
2712
  border-bottom: none;
2712
2713
  }
2714
+ ._p8I7K {
2715
+ background-color: var(--color-white);
2716
+ padding: 16px;
2717
+ color: var(--color-grey-500);
2718
+ position: sticky;
2719
+ top: 0;
2720
+ z-index: 2;
2721
+ }
2722
+ ._l-tFB {
2723
+ display: flex;
2724
+ width: 100%;
2725
+ padding: 32px 0;
2726
+ justify-content: center;
2727
+ }
2713
2728
  ._JnBey {
2714
2729
  width: 100%;
2715
2730
  height: 100%;