@randstad-uca/design-system 1.0.87 → 1.0.88

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/dist/index.js CHANGED
@@ -2287,6 +2287,16 @@ function j(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
2287
2287
  color: var( --ui-negative );
2288
2288
  }
2289
2289
 
2290
+ .no-results-icon {
2291
+ position: absolute;
2292
+ right: 44px;
2293
+ display: flex;
2294
+ align-items: center;
2295
+ justify-content: center;
2296
+ padding: 4px;
2297
+ color: var(--ui-negative);
2298
+ }
2299
+
2290
2300
  .mobile-backdrop {
2291
2301
  position: fixed;
2292
2302
  inset: 0;
@@ -2431,6 +2441,8 @@ function j(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
2431
2441
  />
2432
2442
  `}
2433
2443
 
2444
+ ${!t&&this.showNoResults?e`<randstad-icon name="warning" size="24px" class="no-results-icon"></randstad-icon>`:i}
2445
+
2434
2446
  <button
2435
2447
  class="icon-button"
2436
2448
  @click="${this.handleIconClick}"