@inera/ids-design 6.0.2 → 6.1.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.
Files changed (42) hide show
  1. package/components/alert/alert-lit.js +1 -1
  2. package/components/alert/alert.css +1 -1
  3. package/components/box-link/box-link-lit.js +1 -1
  4. package/components/box-link/box-link.css +1 -0
  5. package/components/dialog/dialog-lit.js +1 -1
  6. package/components/dialog/dialog.css +2 -0
  7. package/components/dropdown/dropdown-lit.js +1 -1
  8. package/components/dropdown/dropdown.css +0 -1
  9. package/components/form/error-message/error-message-lit.js +1 -1
  10. package/components/form/error-message/error-message.css +2 -1
  11. package/components/form/select-multiple/select-multiple-lit.js +1 -1
  12. package/components/form/select-multiple/select-multiple.css +35 -15
  13. package/components/header-1177/composite-header-1177.css +5 -5
  14. package/components/header-1177/header-1177-lit.js +1 -1
  15. package/components/header-1177/header-1177.css +5 -5
  16. package/components/mobile-menu/mobile-menu-lit.js +1 -1
  17. package/components/mobile-menu/mobile-menu.css +39 -17
  18. package/components/pagination/list-pagination/list-pagination-lit.js +1 -1
  19. package/components/pagination/list-pagination/list-pagination.css +8 -8
  20. package/components/popover/popover-lit.js +1 -1
  21. package/components/popover/popover.css +1 -0
  22. package/components/progressbar/progressbar-lit.js +1 -1
  23. package/components/progressbar/progressbar.css +7 -1
  24. package/components/side-menu/side-menu-lit.js +1 -1
  25. package/components/side-menu/side-menu.css +4 -2
  26. package/components/side-panel/side-panel-lit.js +1 -1
  27. package/components/side-panel/side-panel.css +3 -15
  28. package/components/stepper/stepper-lit.js +1 -1
  29. package/components/stepper/stepper.css +21 -9
  30. package/components/tabs/tab-lit.js +1 -1
  31. package/components/tabs/tab.css +10 -5
  32. package/components/tabs/tabs-lit.js +1 -1
  33. package/global/global.css +395 -84
  34. package/global/icons/font/Inera-Design-Icons.eot +0 -0
  35. package/global/icons/font/Inera-Design-Icons.svg +171 -3
  36. package/global/icons/font/Inera-Design-Icons.ttf +0 -0
  37. package/global/icons/font/Inera-Design-Icons.woff +0 -0
  38. package/package.json +1 -1
  39. package/themes/1177/1177.css +405 -95
  40. package/themes/1177-pro/1177-pro.css +405 -95
  41. package/themes/inera/inera.css +405 -95
  42. package/themes/inera-admin/inera-admin.css +405 -95
package/global/global.css CHANGED
@@ -2373,11 +2373,20 @@
2373
2373
  font-size: 0.875rem;
2374
2374
  }
2375
2375
  .ids-link.ids-link--small.ids-link--start-icon {
2376
- padding-left: 1.25rem;
2376
+ padding-left: 1.125rem;
2377
+ }
2378
+ .ids-link.ids-link--small.ids-link--start-icon:before {
2379
+ font-size: 0.875rem;
2377
2380
  }
2378
2381
  .ids-link.ids-link--small.ids-link--end-icon {
2379
2382
  padding-right: 1.125rem;
2380
2383
  }
2384
+ .ids-link.ids-link--small.ids-link--end-icon:before {
2385
+ font-size: 0.875rem;
2386
+ }
2387
+ .ids-link.ids-link--large {
2388
+ text-decoration: none !important;
2389
+ }
2381
2390
  .ids-link.ids-link--large.ids-link--start-icon, .ids-link.ids-link--large.ids-link--end-icon {
2382
2391
  padding-left: 1.75rem;
2383
2392
  }
@@ -2385,6 +2394,9 @@
2385
2394
  font-size: 1.25rem;
2386
2395
  top: 0.0625rem !important;
2387
2396
  }
2397
+ .ids-link.ids-link--large:hover {
2398
+ text-decoration: none !important;
2399
+ }
2388
2400
  .ids-link.ids-link--block {
2389
2401
  display: flex;
2390
2402
  flex-grow: 1;
@@ -2422,6 +2434,12 @@
2422
2434
  .ids-link.ids-link--underlined:has(.ids-icon), .ids-link.ids-link--underlined.ids-link--start-icon, .ids-link.ids-link--underlined.ids-link--end-icon {
2423
2435
  text-decoration: underline !important;
2424
2436
  }
2437
+ .ids-link.ids-link--no-underline {
2438
+ text-decoration: none !important;
2439
+ }
2440
+ .ids-link.ids-link--no-underline:has(.ids-icon), .ids-link.ids-link--no-underline.ids-link--start-icon, .ids-link.ids-link--no-underline.ids-link--end-icon {
2441
+ text-decoration: none !important;
2442
+ }
2425
2443
  .ids-link.ids-link--active-icon {
2426
2444
  text-decoration: none !important;
2427
2445
  }
@@ -2606,10 +2624,16 @@
2606
2624
  -moz-user-select: none;
2607
2625
  -ms-user-select: none;
2608
2626
  }
2609
- .ids .ids-button:hover, .ids .ids-button.ids-button--active,
2627
+ .ids .ids-button:hover,
2610
2628
  .ids-button:hover,
2629
+ .ids button.ids-button:hover {
2630
+ background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2631
+ box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
2632
+ }
2633
+ .ids .ids-button:active, .ids .ids-button.ids-button--active,
2634
+ .ids-button:active,
2611
2635
  .ids-button.ids-button--active,
2612
- .ids button.ids-button:hover,
2636
+ .ids button.ids-button:active,
2613
2637
  .ids button.ids-button.ids-button--active {
2614
2638
  background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2615
2639
  box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
@@ -2620,14 +2644,6 @@
2620
2644
  outline: var(--IDS-FOCUS__OUTLINE);
2621
2645
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2622
2646
  }
2623
- .ids .ids-button:active,
2624
- .ids-button:active,
2625
- .ids button.ids-button:active {
2626
- background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2627
- box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
2628
- outline: var(--IDS-FOCUS__OUTLINE);
2629
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2630
- }
2631
2647
  .ids .ids-button.ids-button--s,
2632
2648
  .ids-button.ids-button--s,
2633
2649
  .ids button.ids-button.ids-button--s {
@@ -2674,14 +2690,12 @@
2674
2690
  background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2675
2691
  color: var(--IDS-COLOR-NEUTRAL-100);
2676
2692
  border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2677
- outline: var(--IDS-FOCUS__OUTLINE);
2678
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2679
2693
  }
2680
- .ids .ids-button.ids-button--secondary:hover, .ids .ids-button.ids-button--secondary.ids-button--active,
2681
- .ids-button.ids-button--secondary:hover,
2694
+ .ids .ids-button.ids-button--secondary.ids-button--active, .ids .ids-button.ids-button--secondary:active,
2682
2695
  .ids-button.ids-button--secondary.ids-button--active,
2683
- .ids button.ids-button.ids-button--secondary:hover,
2684
- .ids button.ids-button.ids-button--secondary.ids-button--active {
2696
+ .ids-button.ids-button--secondary:active,
2697
+ .ids button.ids-button.ids-button--secondary.ids-button--active,
2698
+ .ids button.ids-button.ids-button--secondary:active {
2685
2699
  background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2686
2700
  color: var(--IDS-COLOR-NEUTRAL-100);
2687
2701
  }
@@ -2691,14 +2705,6 @@
2691
2705
  outline: var(--IDS-FOCUS__OUTLINE);
2692
2706
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2693
2707
  }
2694
- .ids .ids-button.ids-button--secondary:active,
2695
- .ids-button.ids-button--secondary:active,
2696
- .ids button.ids-button.ids-button--secondary:active {
2697
- background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2698
- color: var(--IDS-COLOR-NEUTRAL-100);
2699
- outline: var(--IDS-FOCUS__OUTLINE);
2700
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2701
- }
2702
2708
  .ids .ids-button.ids-button--tertiary,
2703
2709
  .ids-button.ids-button--tertiary,
2704
2710
  .ids button.ids-button.ids-button--tertiary {
@@ -2722,29 +2728,27 @@
2722
2728
  line-height: var(--IDS-BUTTON--L__LINE-HEIGHT);
2723
2729
  padding: var(--IDS-BUTTON--L__PADDING);
2724
2730
  }
2725
- .ids .ids-button.ids-button--tertiary:hover, .ids .ids-button.ids-button--tertiary.ids-button--active,
2731
+ .ids .ids-button.ids-button--tertiary:hover,
2726
2732
  .ids-button.ids-button--tertiary:hover,
2727
- .ids-button.ids-button--tertiary.ids-button--active,
2728
- .ids button.ids-button.ids-button--tertiary:hover,
2729
- .ids button.ids-button.ids-button--tertiary.ids-button--active {
2733
+ .ids button.ids-button.ids-button--tertiary:hover {
2730
2734
  background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2731
2735
  color: var(--IDS-COLOR-NEUTRAL-100);
2732
2736
  border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
2733
2737
  border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2734
2738
  }
2735
- .ids .ids-button.ids-button--tertiary:focus,
2736
- .ids-button.ids-button--tertiary:focus,
2737
- .ids button.ids-button.ids-button--tertiary:focus {
2738
- outline: var(--IDS-FOCUS__OUTLINE);
2739
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2740
- }
2741
- .ids .ids-button.ids-button--tertiary:active,
2739
+ .ids .ids-button.ids-button--tertiary:active, .ids .ids-button.ids-button--tertiary.ids-button--active,
2742
2740
  .ids-button.ids-button--tertiary:active,
2743
- .ids button.ids-button.ids-button--tertiary:active {
2741
+ .ids-button.ids-button--tertiary.ids-button--active,
2742
+ .ids button.ids-button.ids-button--tertiary:active,
2743
+ .ids button.ids-button.ids-button--tertiary.ids-button--active {
2744
2744
  background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2745
2745
  color: var(--IDS-COLOR-NEUTRAL-100);
2746
2746
  border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
2747
2747
  border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2748
+ }
2749
+ .ids .ids-button.ids-button--tertiary:focus,
2750
+ .ids-button.ids-button--tertiary:focus,
2751
+ .ids button.ids-button.ids-button--tertiary:focus {
2748
2752
  outline: var(--IDS-FOCUS__OUTLINE);
2749
2753
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2750
2754
  }
@@ -2812,10 +2816,16 @@
2812
2816
  .ids button.ids-button.ids-button--icon.ids-button--secondary {
2813
2817
  background-color: var(--IDS-BUTTON--SECONDARY__ICON-BACKGROUND-COLOR);
2814
2818
  }
2815
- .ids .ids-button.ids-button--icon:hover, .ids .ids-button.ids-button--icon.ids-button--active,
2819
+ .ids .ids-button.ids-button--icon:hover,
2816
2820
  .ids-button.ids-button--icon:hover,
2821
+ .ids button.ids-button.ids-button--icon:hover {
2822
+ background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2823
+ color: var(--IDS-COLOR-NEUTRAL-100);
2824
+ }
2825
+ .ids .ids-button.ids-button--icon:active, .ids .ids-button.ids-button--icon.ids-button--active,
2826
+ .ids-button.ids-button--icon:active,
2817
2827
  .ids-button.ids-button--icon.ids-button--active,
2818
- .ids button.ids-button.ids-button--icon:hover,
2828
+ .ids button.ids-button.ids-button--icon:active,
2819
2829
  .ids button.ids-button.ids-button--icon.ids-button--active {
2820
2830
  background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2821
2831
  color: var(--IDS-COLOR-NEUTRAL-100);
@@ -2826,14 +2836,6 @@
2826
2836
  outline: var(--IDS-FOCUS__OUTLINE);
2827
2837
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2828
2838
  }
2829
- .ids .ids-button.ids-button--icon:active,
2830
- .ids-button.ids-button--icon:active,
2831
- .ids button.ids-button.ids-button--icon:active {
2832
- background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
2833
- color: var(--IDS-COLOR-NEUTRAL-100);
2834
- outline: var(--IDS-FOCUS__OUTLINE);
2835
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
2836
- }
2837
2839
  .ids .ids-button.ids-button--submit,
2838
2840
  .ids-button.ids-button--submit,
2839
2841
  .ids button.ids-button.ids-button--submit {
@@ -2912,16 +2914,6 @@
2912
2914
  align-items: flex-start;
2913
2915
  gap: 0.5rem;
2914
2916
  margin-bottom: 0.25rem;
2915
- margin-right: 0.25rem;
2916
- }
2917
- .ids-radio .ids-label-tooltip-wrapper {
2918
- margin-bottom: -0.25rem;
2919
- }
2920
- .ids-radio .ids-label-tooltip-wrapper label {
2921
- display: inline;
2922
- top: -0.188rem;
2923
- position: relative;
2924
- margin-right: 0.25rem;
2925
2917
  }
2926
2918
  .ids-radio input,
2927
2919
  .ids-radio input[type=radio] {
@@ -3026,16 +3018,6 @@
3026
3018
  align-items: flex-start;
3027
3019
  gap: 0.5rem;
3028
3020
  margin-bottom: 0.25rem;
3029
- margin-right: 0.25rem;
3030
- }
3031
- .ids-checkbox .ids-label-tooltip-wrapper {
3032
- margin-bottom: -0.25rem;
3033
- }
3034
- .ids-checkbox .ids-label-tooltip-wrapper label {
3035
- display: inline;
3036
- top: -0.188rem;
3037
- position: relative;
3038
- margin-right: 0.25rem;
3039
3021
  }
3040
3022
  .ids-checkbox input[type=checkbox],
3041
3023
  .ids-checkbox input {
@@ -3109,8 +3091,9 @@ input:focus + .ids-checkbox input::before {
3109
3091
  .ids-checkbox input.ids-input--invalid:checked::after {
3110
3092
  color: var(--IDS-ICON--INVALID-COLOR);
3111
3093
  }
3112
- .ids-checkbox input[type=checkbox].ids-input--invalid::before,
3113
- .ids-checkbox input.ids-input--invalid::before {
3094
+ .ids-checkbox input[type=checkbox].ids-input--invalid::before, .ids-checkbox input[type=checkbox][aria-invalid=true]::before,
3095
+ .ids-checkbox input.ids-input--invalid::before,
3096
+ .ids-checkbox input[aria-invalid=true]::before {
3114
3097
  border: var(--IDS-FORM--INVALID__BORDER);
3115
3098
  box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
3116
3099
  background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
@@ -3119,8 +3102,9 @@ input:focus + .ids-checkbox input::before {
3119
3102
  .ids-checkbox.ids-checkbox--light input::before {
3120
3103
  background-color: var(--IDS-COLOR-NEUTRAL-100);
3121
3104
  }
3122
- .ids-checkbox.ids-checkbox--light input[type=checkbox].ids-input--invalid::before,
3123
- .ids-checkbox.ids-checkbox--light input.ids-input--invalid::before {
3105
+ .ids-checkbox.ids-checkbox--light input[type=checkbox].ids-input--invalid::before, .ids-checkbox.ids-checkbox--light input[type=checkbox][aria-invalid=true]::before,
3106
+ .ids-checkbox.ids-checkbox--light input.ids-input--invalid::before,
3107
+ .ids-checkbox.ids-checkbox--light input[aria-invalid=true]::before {
3124
3108
  background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
3125
3109
  }
3126
3110
  .ids-checkbox.ids-checkbox--block {
@@ -3461,7 +3445,7 @@ input.ids-range:disabled::-ms-thumb {
3461
3445
  .ids-select.ids-input--light.ids-input--invalid {
3462
3446
  background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
3463
3447
  }
3464
- .ids-select.ids-input--invalid {
3448
+ .ids-select.ids-input--invalid, .ids-select[aria-invalid=true] {
3465
3449
  background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
3466
3450
  border: var(--IDS-FORM--INVALID__BORDER);
3467
3451
  box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
@@ -3469,7 +3453,7 @@ input.ids-range:disabled::-ms-thumb {
3469
3453
  .ids-select.ids-input--light {
3470
3454
  background-color: var(--IDS-COLOR-NEUTRAL-100);
3471
3455
  }
3472
- .ids-select.ids-input--light.ids-input--invalid {
3456
+ .ids-select.ids-input--light.ids-input--invalid, .ids-select.ids-input--light[aria-invalid=true] {
3473
3457
  background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
3474
3458
  border: var(--IDS-FORM--INVALID__BORDER);
3475
3459
  box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
@@ -3515,7 +3499,7 @@ input.ids-range:disabled::-ms-thumb {
3515
3499
  transform: translateY(-50%);
3516
3500
  right: var(--IDS-INPUT__ICON-RIGHT);
3517
3501
  }
3518
- .ids-select-wrapper:has(.ids-input--invalid)::after {
3502
+ .ids-select-wrapper:has(.ids-input--invalid)::after, .ids-select-wrapper:has([aria-invalid=true])::after {
3519
3503
  color: var(--IDS-ICON--INVALID-COLOR);
3520
3504
  }
3521
3505
  .ids-select-wrapper:has(select:disabled)::after, .ids-select-wrapper:has([aria-disabled=true])::after {
@@ -3701,16 +3685,6 @@ input.ids-time__input:disabled {
3701
3685
  align-items: flex-start;
3702
3686
  gap: 0.5rem;
3703
3687
  margin-bottom: 0.25rem;
3704
- margin-right: 0;
3705
- }
3706
- .ids-toggle .ids-label-tooltip-wrapper {
3707
- margin-bottom: -0.25rem;
3708
- }
3709
- .ids-toggle .ids-label-tooltip-wrapper label {
3710
- display: inline;
3711
- top: -0.188rem;
3712
- position: relative;
3713
- margin-right: 0;
3714
3688
  }
3715
3689
  .ids-toggle label {
3716
3690
  position: relative;
@@ -3734,6 +3708,7 @@ input.ids-time__input:disabled {
3734
3708
  border: 0.063rem solid transparent;
3735
3709
  border-radius: 6.25rem;
3736
3710
  appearance: none;
3711
+ flex-shrink: 0;
3737
3712
  }
3738
3713
  .ids-toggle input[type=checkbox]:before,
3739
3714
  .ids-toggle input:before {
@@ -4270,6 +4245,342 @@ input:focus + .ids-toggle input:before {
4270
4245
  position: absolute;
4271
4246
  }
4272
4247
 
4248
+ .ids-icon-download-small:before {
4249
+ content: "\e99a";
4250
+ }
4251
+
4252
+ .ids-icon-copy-link:before {
4253
+ content: "\e99b";
4254
+ }
4255
+
4256
+ .ids-icon-activity:before {
4257
+ content: "\e948";
4258
+ }
4259
+
4260
+ .ids-icon-alarm:before {
4261
+ content: "\e949";
4262
+ }
4263
+
4264
+ .ids-icon-archive:before {
4265
+ content: "\e94a";
4266
+ }
4267
+
4268
+ .ids-icon-bookmark:before {
4269
+ content: "\e94b";
4270
+ }
4271
+
4272
+ .ids-icon-call-ongoing:before {
4273
+ content: "\e94c";
4274
+ }
4275
+
4276
+ .ids-icon-call:before {
4277
+ content: "\e94d";
4278
+ }
4279
+
4280
+ .ids-icon-camera-off:before {
4281
+ content: "\e94e";
4282
+ }
4283
+
4284
+ .ids-icon-camera-on:before {
4285
+ content: "\e94f";
4286
+ }
4287
+
4288
+ .ids-icon-camera-switch:before {
4289
+ content: "\e950";
4290
+ }
4291
+
4292
+ .ids-icon-chart-bar:before {
4293
+ content: "\e951";
4294
+ }
4295
+
4296
+ .ids-icon-chart-line:before {
4297
+ content: "\e952";
4298
+ }
4299
+
4300
+ .ids-icon-chat:before {
4301
+ content: "\e953";
4302
+ }
4303
+
4304
+ .ids-icon-clipboard-with-cross:before {
4305
+ content: "\e954";
4306
+ }
4307
+
4308
+ .ids-icon-clipboard-with-text:before {
4309
+ content: "\e955";
4310
+ }
4311
+
4312
+ .ids-icon-clipboard:before {
4313
+ content: "\e956";
4314
+ }
4315
+
4316
+ .ids-icon-copy-file:before {
4317
+ content: "\e957";
4318
+ }
4319
+
4320
+ .ids-icon-denied-small:before {
4321
+ content: "\e958";
4322
+ }
4323
+
4324
+ .ids-icon-denied:before {
4325
+ content: "\e959";
4326
+ }
4327
+
4328
+ .ids-icon-desktop:before {
4329
+ content: "\e95a";
4330
+ }
4331
+
4332
+ .ids-icon-doctors-bag:before {
4333
+ content: "\e95b";
4334
+ }
4335
+
4336
+ .ids-icon-document:before {
4337
+ content: "\e95c";
4338
+ }
4339
+
4340
+ .ids-icon-download:before {
4341
+ content: "\e95d";
4342
+ }
4343
+
4344
+ .ids-icon-e-mail-sent:before {
4345
+ content: "\e95e";
4346
+ }
4347
+
4348
+ .ids-icon-e-mail-unread:before {
4349
+ content: "\e95f";
4350
+ }
4351
+
4352
+ .ids-icon-e-mail:before {
4353
+ content: "\e960";
4354
+ }
4355
+
4356
+ .ids-icon-edit:before {
4357
+ content: "\e961";
4358
+ }
4359
+
4360
+ .ids-icon-error-filled:before {
4361
+ content: "\e962";
4362
+ }
4363
+
4364
+ .ids-icon-error:before {
4365
+ content: "\e963";
4366
+ }
4367
+
4368
+ .ids-icon-file-csv:before {
4369
+ content: "\e964";
4370
+ }
4371
+
4372
+ .ids-icon-file-excel:before {
4373
+ content: "\e965";
4374
+ }
4375
+
4376
+ .ids-icon-file-image:before {
4377
+ content: "\e966";
4378
+ }
4379
+
4380
+ .ids-icon-file-other:before {
4381
+ content: "\e967";
4382
+ }
4383
+
4384
+ .ids-icon-file-pdf:before {
4385
+ content: "\e968";
4386
+ }
4387
+
4388
+ .ids-icon-file-ppt:before {
4389
+ content: "\e969";
4390
+ }
4391
+
4392
+ .ids-icon-file-word:before {
4393
+ content: "\e96a";
4394
+ }
4395
+
4396
+ .ids-icon-find-care:before {
4397
+ content: "\e96b";
4398
+ }
4399
+
4400
+ .ids-icon-flag:before {
4401
+ content: "\e96c";
4402
+ }
4403
+
4404
+ .ids-icon-folder:before {
4405
+ content: "\e96d";
4406
+ }
4407
+
4408
+ .ids-icon-form-numbered-reoccurring:before {
4409
+ content: "\e96e";
4410
+ }
4411
+
4412
+ .ids-icon-form-numbered:before {
4413
+ content: "\e96f";
4414
+ }
4415
+
4416
+ .ids-icon-functions:before {
4417
+ content: "\e970";
4418
+ }
4419
+
4420
+ .ids-icon-headphones:before {
4421
+ content: "\e971";
4422
+ }
4423
+
4424
+ .ids-icon-hourglass-end:before {
4425
+ content: "\e972";
4426
+ }
4427
+
4428
+ .ids-icon-hourglass-start:before {
4429
+ content: "\e973";
4430
+ }
4431
+
4432
+ .ids-icon-hourglass:before {
4433
+ content: "\e974";
4434
+ }
4435
+
4436
+ .ids-icon-house:before {
4437
+ content: "\e975";
4438
+ }
4439
+
4440
+ .ids-icon-id-card-locked:before {
4441
+ content: "\e976";
4442
+ }
4443
+
4444
+ .ids-icon-id-card:before {
4445
+ content: "\e977";
4446
+ }
4447
+
4448
+ .ids-icon-image:before {
4449
+ content: "\e978";
4450
+ }
4451
+
4452
+ .ids-icon-inactivity:before {
4453
+ content: "\e979";
4454
+ }
4455
+
4456
+ .ids-icon-lightbulb:before {
4457
+ content: "\e97a";
4458
+ }
4459
+
4460
+ .ids-icon-list:before {
4461
+ content: "\e97b";
4462
+ }
4463
+
4464
+ .ids-icon-listen:before {
4465
+ content: "\e97c";
4466
+ }
4467
+
4468
+ .ids-icon-locked:before {
4469
+ content: "\e97d";
4470
+ }
4471
+
4472
+ .ids-icon-log-locked:before {
4473
+ content: "\e97e";
4474
+ }
4475
+
4476
+ .ids-icon-log:before {
4477
+ content: "\e97f";
4478
+ }
4479
+
4480
+ .ids-icon-mobile:before {
4481
+ content: "\e980";
4482
+ }
4483
+
4484
+ .ids-icon-moment-start:before {
4485
+ content: "\e981";
4486
+ }
4487
+
4488
+ .ids-icon-moment-stop:before {
4489
+ content: "\e982";
4490
+ }
4491
+
4492
+ .ids-icon-office-building:before {
4493
+ content: "\e983";
4494
+ }
4495
+
4496
+ .ids-icon-organization:before {
4497
+ content: "\e984";
4498
+ }
4499
+
4500
+ .ids-icon-prescription:before {
4501
+ content: "\e985";
4502
+ }
4503
+
4504
+ .ids-icon-print:before {
4505
+ content: "\e986";
4506
+ }
4507
+
4508
+ .ids-icon-settings:before {
4509
+ content: "\e987";
4510
+ }
4511
+
4512
+ .ids-icon-shield-locked-filled:before {
4513
+ content: "\e988";
4514
+ }
4515
+
4516
+ .ids-icon-shield-locked-outlined:before {
4517
+ content: "\e989";
4518
+ }
4519
+
4520
+ .ids-icon-social-facebook:before {
4521
+ content: "\e98a";
4522
+ }
4523
+
4524
+ .ids-icon-social-linkedin:before {
4525
+ content: "\e98b";
4526
+ }
4527
+
4528
+ .ids-icon-social-x:before {
4529
+ content: "\e98c";
4530
+ }
4531
+
4532
+ .ids-icon-switch-person:before {
4533
+ content: "\e98d";
4534
+ }
4535
+
4536
+ .ids-icon-toggle-card-view:before {
4537
+ content: "\e98e";
4538
+ }
4539
+
4540
+ .ids-icon-toggle-list-view:before {
4541
+ content: "\e98f";
4542
+ }
4543
+
4544
+ .ids-icon-trash-can:before {
4545
+ content: "\e990";
4546
+ }
4547
+
4548
+ .ids-icon-tube-analysis:before {
4549
+ content: "\e991";
4550
+ }
4551
+
4552
+ .ids-icon-tube-empty:before {
4553
+ content: "\e992";
4554
+ }
4555
+
4556
+ .ids-icon-tube-filled:before {
4557
+ content: "\e993";
4558
+ }
4559
+
4560
+ .ids-icon-unlocked:before {
4561
+ content: "\e994";
4562
+ }
4563
+
4564
+ .ids-icon-video-off:before {
4565
+ content: "\e995";
4566
+ }
4567
+
4568
+ .ids-icon-video-on:before {
4569
+ content: "\e996";
4570
+ }
4571
+
4572
+ .ids-icon-video-switch:before {
4573
+ content: "\e997";
4574
+ }
4575
+
4576
+ .ids-icon-visibility-off:before {
4577
+ content: "\e998";
4578
+ }
4579
+
4580
+ .ids-icon-visibility:before {
4581
+ content: "\e999";
4582
+ }
4583
+
4273
4584
  .ids-icon-arrow-link:before {
4274
4585
  content: "\e947";
4275
4586
  }