carbon-addons-iot-react 5.6.4 → 5.6.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.
@@ -393,13 +393,6 @@ textarea:-webkit-autofill:focus {
393
393
  }
394
394
 
395
395
  .cds--label + .cds--tooltip .cds--tooltip__trigger {
396
- box-sizing: border-box;
397
- padding: 0;
398
- border: 0;
399
- margin: 0;
400
- font-family: inherit;
401
- font-size: 100%;
402
- vertical-align: baseline;
403
396
  display: inline-block;
404
397
  padding: 0;
405
398
  border: 0;
@@ -410,6 +403,13 @@ textarea:-webkit-autofill:focus {
410
403
  cursor: pointer;
411
404
  text-align: start;
412
405
  inline-size: 100%;
406
+ box-sizing: border-box;
407
+ padding: 0;
408
+ border: 0;
409
+ margin: 0;
410
+ font-family: inherit;
411
+ font-size: 100%;
412
+ vertical-align: baseline;
413
413
  display: flex;
414
414
  align-items: center;
415
415
  justify-content: center;
@@ -583,10 +583,9 @@ input:not(output, [data-invalid]):-moz-ui-invalid {
583
583
  }
584
584
 
585
585
  .cds--form-requirement {
586
- font-size: var(--cds-label-01-font-size, 0.75rem);
587
- font-weight: var(--cds-label-01-font-weight, 400);
588
- line-height: var(--cds-label-01-line-height, 1.33333);
589
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
586
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
587
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
588
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
590
589
  display: none;
591
590
  overflow: hidden;
592
591
  margin: 0.25rem 0 0;
@@ -800,7 +799,7 @@ fieldset[disabled] .cds--form__helper-text {
800
799
  .cds--text-input--password__visibility + .cds--assistive-text {
801
800
  box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
802
801
  z-index: 6000;
803
- padding: 0.1875rem 1rem;
802
+ padding: 0.5rem 1rem;
804
803
  border-radius: 0.125rem;
805
804
  background-color: var(--cds-background-inverse, #393939);
806
805
  block-size: auto;
@@ -903,13 +902,13 @@ fieldset[disabled] .cds--form__helper-text {
903
902
  .cds--text-input--password__visibility::before {
904
903
  border-width: 0 0.25rem 0.3125rem;
905
904
  border-color: transparent transparent var(--cds-background-inverse, #393939);
906
- inset-block-end: -0.5rem;
905
+ inset-block-end: -0.25rem;
907
906
  transform: translate(-50%, 100%);
908
907
  }
909
908
  .cds--text-input--password__visibility::after,
910
909
  .cds--text-input--password__visibility .cds--assistive-text,
911
910
  .cds--text-input--password__visibility + .cds--assistive-text {
912
- inset-block-end: -0.8125rem;
911
+ inset-block-end: -0.5625rem;
913
912
  transform: translate(-50%, 100%);
914
913
  }
915
914
 
@@ -948,8 +947,7 @@ fieldset[disabled] .cds--form__helper-text {
948
947
  }
949
948
 
950
949
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg {
951
- fill: var(--cds-icon-secondary, #525252);
952
- transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
950
+ fill: var(--cds-icon-primary, #161616);
953
951
  }
954
952
 
955
953
  .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus {
@@ -962,11 +960,6 @@ fieldset[disabled] .cds--form__helper-text {
962
960
  }
963
961
  }
964
962
 
965
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg,
966
- .cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg {
967
- fill: var(--cds-icon-primary, #161616);
968
- }
969
-
970
963
  .cds--text-input--invalid,
971
964
  .cds--text-input--warning {
972
965
  padding-inline-end: 2.5rem;
@@ -2137,13 +2130,6 @@ fieldset[disabled] .cds--form__helper-text {
2137
2130
  }
2138
2131
 
2139
2132
  .cds--list-box__field {
2140
- box-sizing: border-box;
2141
- padding: 0;
2142
- border: 0;
2143
- margin: 0;
2144
- font-family: inherit;
2145
- font-size: 100%;
2146
- vertical-align: baseline;
2147
2133
  display: inline-block;
2148
2134
  padding: 0;
2149
2135
  border: 0;
@@ -2154,6 +2140,13 @@ fieldset[disabled] .cds--form__helper-text {
2154
2140
  cursor: pointer;
2155
2141
  text-align: start;
2156
2142
  inline-size: 100%;
2143
+ box-sizing: border-box;
2144
+ padding: 0;
2145
+ border: 0;
2146
+ margin: 0;
2147
+ font-family: inherit;
2148
+ font-size: 100%;
2149
+ vertical-align: baseline;
2157
2150
  position: relative;
2158
2151
  display: inline-flex;
2159
2152
  overflow: hidden;
@@ -2192,7 +2185,7 @@ fieldset[disabled] .cds--form__helper-text {
2192
2185
  }
2193
2186
 
2194
2187
  .cds--list-box__field .cds--text-input {
2195
- padding-inline-end: 5rem;
2188
+ padding-inline-end: 4.375rem;
2196
2189
  }
2197
2190
 
2198
2191
  .cds--list-box[data-invalid] .cds--list-box__field .cds--text-input,
@@ -2234,13 +2227,6 @@ fieldset[disabled] .cds--form__helper-text {
2234
2227
  }
2235
2228
 
2236
2229
  .cds--list-box__menu-icon {
2237
- box-sizing: border-box;
2238
- padding: 0;
2239
- border: 0;
2240
- margin: 0;
2241
- font-family: inherit;
2242
- font-size: 100%;
2243
- vertical-align: baseline;
2244
2230
  display: inline-block;
2245
2231
  padding: 0;
2246
2232
  border: 0;
@@ -2250,6 +2236,13 @@ fieldset[disabled] .cds--form__helper-text {
2250
2236
  background: none;
2251
2237
  cursor: pointer;
2252
2238
  text-align: start;
2239
+ box-sizing: border-box;
2240
+ padding: 0;
2241
+ border: 0;
2242
+ margin: 0;
2243
+ font-family: inherit;
2244
+ font-size: 100%;
2245
+ vertical-align: baseline;
2253
2246
  position: absolute;
2254
2247
  display: flex;
2255
2248
  align-items: center;
@@ -2281,13 +2274,6 @@ fieldset[disabled] .cds--form__helper-text {
2281
2274
  }
2282
2275
 
2283
2276
  .cds--list-box__selection {
2284
- box-sizing: border-box;
2285
- padding: 0;
2286
- border: 0;
2287
- margin: 0;
2288
- font-family: inherit;
2289
- font-size: 100%;
2290
- vertical-align: baseline;
2291
2277
  display: inline-block;
2292
2278
  padding: 0;
2293
2279
  border: 0;
@@ -2297,6 +2283,13 @@ fieldset[disabled] .cds--form__helper-text {
2297
2283
  background: none;
2298
2284
  cursor: pointer;
2299
2285
  text-align: start;
2286
+ box-sizing: border-box;
2287
+ padding: 0;
2288
+ border: 0;
2289
+ margin: 0;
2290
+ font-family: inherit;
2291
+ font-size: 100%;
2292
+ vertical-align: baseline;
2300
2293
  position: absolute;
2301
2294
  display: flex;
2302
2295
  align-items: center;
@@ -2429,6 +2422,10 @@ fieldset[disabled] .cds--form__helper-text {
2429
2422
  }
2430
2423
  }
2431
2424
 
2425
+ .cds--autoalign .cds--list-box__menu {
2426
+ inset-inline: auto;
2427
+ }
2428
+
2432
2429
  .cds--list-box .cds--list-box__field[aria-expanded=false] .cds--list-box__menu {
2433
2430
  display: none;
2434
2431
  max-block-size: 0;
@@ -2725,8 +2722,7 @@ fieldset[disabled] .cds--form__helper-text {
2725
2722
  inset-block-end: 3rem;
2726
2723
  }
2727
2724
 
2728
- .cds--list-box input[role=combobox],
2729
- .cds--list-box input[type=text] {
2725
+ .cds--list-box .cds--text-input {
2730
2726
  background-color: inherit;
2731
2727
  min-inline-size: 0;
2732
2728
  text-overflow: ellipsis;
@@ -2742,12 +2738,12 @@ fieldset[disabled] .cds--form__helper-text {
2742
2738
  transform: translateY(-50%);
2743
2739
  }
2744
2740
 
2741
+ .cds--list-box__wrapper--decorator:has(.cds--list-box__invalid-icon) .cds--list-box__inner-wrapper--decorator > *::before,
2742
+ .cds--list-box__wrapper--slug:has(.cds--list-box__invalid-icon) .cds--ai-label::before,
2743
+ .cds--list-box__wrapper--slug:has(.cds--list-box__invalid-icon) .cds--slug::before,
2745
2744
  .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
2746
- .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
2747
2745
  .cds--list-box__wrapper--slug .cds--ai-label::after,
2748
- .cds--list-box__wrapper--slug .cds--ai-label::before,
2749
- .cds--list-box__wrapper--slug .cds--slug::after,
2750
- .cds--list-box__wrapper--slug .cds--slug::before {
2746
+ .cds--list-box__wrapper--slug .cds--slug::after {
2751
2747
  position: absolute;
2752
2748
  background-color: var(--cds-border-subtle-01, #c6c6c6);
2753
2749
  block-size: 1rem;
@@ -2762,14 +2758,23 @@ fieldset[disabled] .cds--form__helper-text {
2762
2758
  inset-inline-start: -0.5625rem;
2763
2759
  }
2764
2760
 
2761
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
2762
+ .cds--list-box__wrapper--slug .cds--ai-label::before,
2763
+ .cds--list-box__wrapper--slug .cds--slug::before,
2764
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::before,
2765
+ .cds--list-box__wrapper--slug .cds--ai-label--revert::before,
2766
+ .cds--list-box__wrapper--slug .cds--slug--revert::before,
2765
2767
  .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
2766
2768
  .cds--list-box__wrapper--slug .cds--ai-label::after,
2767
2769
  .cds--list-box__wrapper--slug .cds--slug::after {
2768
2770
  display: block;
2769
- inset-block-start: 0;
2771
+ inset-block-start: 0.0625rem;
2770
2772
  inset-inline-end: -0.5625rem;
2771
2773
  }
2772
2774
 
2775
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::before,
2776
+ .cds--list-box__wrapper--slug .cds--ai-label--revert::before,
2777
+ .cds--list-box__wrapper--slug .cds--slug--revert::before,
2773
2778
  .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::after,
2774
2779
  .cds--list-box__wrapper--slug .cds--ai-label--revert::after,
2775
2780
  .cds--list-box__wrapper--slug .cds--slug--revert::after {
@@ -2798,7 +2803,7 @@ fieldset[disabled] .cds--form__helper-text {
2798
2803
 
2799
2804
  .cds--list-box__wrapper--decorator .cds--text-input:not(.cds--text-input--empty),
2800
2805
  .cds--list-box__wrapper--slug .cds--text-input:not(.cds--text-input--empty) {
2801
- padding-inline-end: 6rem;
2806
+ padding-inline-end: 6.5625rem;
2802
2807
  }
2803
2808
 
2804
2809
  .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty,
@@ -2816,7 +2821,7 @@ fieldset[disabled] .cds--form__helper-text {
2816
2821
  .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
2817
2822
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input:not(.cds--text-input--empty),
2818
2823
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty) {
2819
- padding-inline-end: 8.8125rem;
2824
+ padding-inline-end: 8.5625rem;
2820
2825
  }
2821
2826
 
2822
2827
  .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
@@ -2825,7 +2830,7 @@ fieldset[disabled] .cds--form__helper-text {
2825
2830
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
2826
2831
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--list-box__invalid-icon,
2827
2832
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__invalid-icon.cds--list-box__invalid-icon--warning {
2828
- inset-inline-end: 5.1875rem;
2833
+ inset-inline-end: 5.0625rem;
2829
2834
  }
2830
2835
 
2831
2836
  .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] > *::before,
@@ -2848,11 +2853,15 @@ fieldset[disabled] .cds--form__helper-text {
2848
2853
  inset-inline-end: calc(4rem + 18px);
2849
2854
  }
2850
2855
 
2856
+ .cds--list-box__wrapper--decorator .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--list-box__inner-wrapper--decorator > * {
2857
+ inset-inline-end: calc(4rem + 18px);
2858
+ }
2859
+
2851
2860
  .cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
2852
2861
  .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
2853
2862
  .cds--list-box__wrapper--slug .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
2854
2863
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon {
2855
- inset-inline-end: 7.25rem;
2864
+ inset-inline-end: 7.125rem;
2856
2865
  }
2857
2866
 
2858
2867
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
@@ -4780,7 +4789,7 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
4780
4789
  filter: var(--cds-popover-drop-shadow, drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.2)));
4781
4790
  }
4782
4791
 
4783
- .cds--popover--border .cds--popover > .cds--popover-content {
4792
+ .cds--popover--border > .cds--popover > .cds--popover-content {
4784
4793
  outline: 1px solid var(--cds-popover-border-color, var(--cds-border-subtle));
4785
4794
  outline-offset: -1px;
4786
4795
  }
@@ -4837,7 +4846,7 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
4837
4846
  display: block;
4838
4847
  }
4839
4848
 
4840
- .cds--popover--background-token__background .cds--popover-content {
4849
+ .cds--popover--background-token__background > .cds--popover > .cds--popover-content {
4841
4850
  background-color: var(--cds-background, #ffffff);
4842
4851
  }
4843
4852
 
@@ -4873,7 +4882,7 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
4873
4882
  content: "";
4874
4883
  }
4875
4884
 
4876
- .cds--popover--background-token__background .cds--popover-caret::after {
4885
+ .cds--popover--background-token__background > .cds--popover > .cds--popover-caret::after {
4877
4886
  background-color: var(--cds-background, #ffffff);
4878
4887
  }
4879
4888
 
@@ -5470,13 +5479,6 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
5470
5479
  }
5471
5480
 
5472
5481
  .cds--popover--tab-tip__button {
5473
- box-sizing: border-box;
5474
- padding: 0;
5475
- border: 0;
5476
- margin: 0;
5477
- font-family: inherit;
5478
- font-size: 100%;
5479
- vertical-align: baseline;
5480
5482
  display: inline-block;
5481
5483
  padding: 0;
5482
5484
  border: 0;
@@ -5487,6 +5489,13 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
5487
5489
  cursor: pointer;
5488
5490
  text-align: start;
5489
5491
  inline-size: 100%;
5492
+ box-sizing: border-box;
5493
+ padding: 0;
5494
+ border: 0;
5495
+ margin: 0;
5496
+ font-family: inherit;
5497
+ font-size: 100%;
5498
+ vertical-align: baseline;
5490
5499
  position: relative;
5491
5500
  display: inline-flex;
5492
5501
  align-items: center;
@@ -6024,13 +6033,6 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
6024
6033
  }
6025
6034
 
6026
6035
  .cds--definition-term {
6027
- box-sizing: border-box;
6028
- padding: 0;
6029
- border: 0;
6030
- margin: 0;
6031
- font-family: inherit;
6032
- font-size: 100%;
6033
- vertical-align: baseline;
6034
6036
  display: inline-block;
6035
6037
  padding: 0;
6036
6038
  border: 0;
@@ -6041,6 +6043,13 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
6041
6043
  cursor: pointer;
6042
6044
  text-align: start;
6043
6045
  inline-size: 100%;
6046
+ box-sizing: border-box;
6047
+ padding: 0;
6048
+ border: 0;
6049
+ margin: 0;
6050
+ font-family: inherit;
6051
+ font-size: 100%;
6052
+ vertical-align: baseline;
6044
6053
  border-radius: 0;
6045
6054
  border-block-end: 1px dotted var(--cds-border-strong);
6046
6055
  color: var(--cds-text-primary, #161616);
@@ -6569,6 +6578,95 @@ html[dir=rtl] .cds--list-box__label .iot--color-dropdown__item {
6569
6578
  box-shadow: 0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0);
6570
6579
  }
6571
6580
 
6581
+ .cds--btn-set--fluid {
6582
+ container-type: inline-size;
6583
+ }
6584
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner {
6585
+ --flex-direction: row;
6586
+ display: flex;
6587
+ flex-direction: var(--flex-direction);
6588
+ align-items: stretch;
6589
+ justify-content: flex-end;
6590
+ inline-size: 100%;
6591
+ }
6592
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn {
6593
+ flex: 0 1 25%;
6594
+ max-inline-size: 14.5rem;
6595
+ }
6596
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack .cds--btn {
6597
+ min-inline-size: 11rem;
6598
+ }
6599
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--ghost,
6600
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--danger--ghost {
6601
+ flex: 1 1 25%;
6602
+ max-inline-size: none;
6603
+ padding-inline-start: 2rem; /* increased padding when inline */
6604
+ }
6605
+ @container (width <= 11rem) {
6606
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) {
6607
+ --flex-direction: column;
6608
+ }
6609
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn {
6610
+ flex: initial;
6611
+ inline-size: 100%;
6612
+ max-inline-size: none;
6613
+ }
6614
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn--ghost {
6615
+ padding-inline-start: 1rem;
6616
+ }
6617
+ }
6618
+ @container (width <= 22rem) {
6619
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) {
6620
+ --flex-direction: column;
6621
+ }
6622
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn {
6623
+ flex: initial;
6624
+ inline-size: 100%;
6625
+ max-inline-size: none;
6626
+ }
6627
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn--ghost {
6628
+ padding-inline-start: 1rem;
6629
+ }
6630
+ }
6631
+ @container (width <= 33rem) {
6632
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) {
6633
+ --flex-direction: column;
6634
+ }
6635
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn {
6636
+ flex: initial;
6637
+ inline-size: 100%;
6638
+ max-inline-size: none;
6639
+ }
6640
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn--ghost {
6641
+ padding-inline-start: 1rem;
6642
+ }
6643
+ }
6644
+ @container (width <= 44rem) {
6645
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) {
6646
+ --flex-direction: column;
6647
+ }
6648
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn {
6649
+ flex: initial;
6650
+ inline-size: 100%;
6651
+ max-inline-size: none;
6652
+ }
6653
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn--ghost {
6654
+ padding-inline-start: 1rem;
6655
+ }
6656
+ }
6657
+ @container (width <= 44rem) {
6658
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds--btn {
6659
+ flex-basis: 50%;
6660
+ max-inline-size: none;
6661
+ }
6662
+ }
6663
+ @container (width <= 33rem) {
6664
+ .cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(1):last-child) .cds--btn {
6665
+ flex: 1 1 100%;
6666
+ max-inline-size: none;
6667
+ }
6668
+ }
6669
+
6572
6670
  .cds--content-switcher {
6573
6671
  --cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));
6574
6672
  --cds-layout-density-padding-inline-local: clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));
@@ -7767,13 +7865,6 @@ html[dir=rtl] .cds--list-box__label .iot--icon-dropdown__item {
7767
7865
 
7768
7866
  .cds--accordion__heading {
7769
7867
  transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
7770
- box-sizing: border-box;
7771
- padding: 0;
7772
- border: 0;
7773
- margin: 0;
7774
- font-family: inherit;
7775
- font-size: 100%;
7776
- vertical-align: baseline;
7777
7868
  display: inline-block;
7778
7869
  padding: 0;
7779
7870
  border: 0;
@@ -7784,6 +7875,13 @@ html[dir=rtl] .cds--list-box__label .iot--icon-dropdown__item {
7784
7875
  cursor: pointer;
7785
7876
  text-align: start;
7786
7877
  inline-size: 100%;
7878
+ box-sizing: border-box;
7879
+ padding: 0;
7880
+ border: 0;
7881
+ margin: 0;
7882
+ font-family: inherit;
7883
+ font-size: 100%;
7884
+ vertical-align: baseline;
7787
7885
  }
7788
7886
  .cds--accordion__heading *,
7789
7887
  .cds--accordion__heading *::before,
@@ -8151,13 +8249,6 @@ li.cds--accordion__item--disabled:last-of-type {
8151
8249
 
8152
8250
  .cds--overflow-menu,
8153
8251
  .cds--overflow-menu__trigger {
8154
- box-sizing: border-box;
8155
- padding: 0;
8156
- border: 0;
8157
- margin: 0;
8158
- font-family: inherit;
8159
- font-size: 100%;
8160
- vertical-align: baseline;
8161
8252
  display: inline-block;
8162
8253
  padding: 0;
8163
8254
  border: 0;
@@ -8175,6 +8266,13 @@ li.cds--accordion__item--disabled:last-of-type {
8175
8266
  font-family: inherit;
8176
8267
  font-size: 100%;
8177
8268
  vertical-align: baseline;
8269
+ box-sizing: border-box;
8270
+ padding: 0;
8271
+ border: 0;
8272
+ margin: 0;
8273
+ font-family: inherit;
8274
+ font-size: 100%;
8275
+ vertical-align: baseline;
8178
8276
  outline: 2px solid transparent;
8179
8277
  outline-offset: -2px;
8180
8278
  position: relative;
@@ -8872,10 +8970,12 @@ a.cds--overflow-menu-options__btn::before {
8872
8970
  box-sizing: inherit;
8873
8971
  }
8874
8972
 
8973
+ .cds--link.cds--link--visited,
8875
8974
  .cds--link.cds--link--visited:visited {
8876
8975
  color: var(--cds-link-visited-text-color, var(--cds-link-visited, #8a3ffc));
8877
8976
  }
8878
8977
 
8978
+ .cds--link.cds--link--visited:hover,
8879
8979
  .cds--link.cds--link--visited:visited:hover {
8880
8980
  color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
8881
8981
  }
@@ -9524,13 +9624,6 @@ html[dir=rtl] .iot--data-state-grid > *:first-child {
9524
9624
  }
9525
9625
 
9526
9626
  .cds--tile__chevron--interactive {
9527
- box-sizing: border-box;
9528
- padding: 0;
9529
- border: 0;
9530
- margin: 0;
9531
- font-family: inherit;
9532
- font-size: 100%;
9533
- vertical-align: baseline;
9534
9627
  display: inline-block;
9535
9628
  padding: 0;
9536
9629
  border: 0;
@@ -9541,6 +9634,13 @@ html[dir=rtl] .iot--data-state-grid > *:first-child {
9541
9634
  cursor: pointer;
9542
9635
  text-align: start;
9543
9636
  inline-size: 100%;
9637
+ box-sizing: border-box;
9638
+ padding: 0;
9639
+ border: 0;
9640
+ margin: 0;
9641
+ font-family: inherit;
9642
+ font-size: 100%;
9643
+ vertical-align: baseline;
9544
9644
  position: absolute;
9545
9645
  display: flex;
9546
9646
  align-items: center;
@@ -10625,6 +10725,15 @@ html[dir=rtl] .iot--data-state-grid > *:first-child {
10625
10725
  padding-inline: 1rem;
10626
10726
  }
10627
10727
 
10728
+ .cds--data-table-header.cds--data-table-header__with-decorator {
10729
+ display: flex;
10730
+ justify-content: space-between;
10731
+ }
10732
+
10733
+ .cds--data-table-header.cds--data-table-header__with-decorator.cds--data-table-header__with-decorator--standalone {
10734
+ justify-content: flex-end;
10735
+ }
10736
+
10628
10737
  .cds--data-table-header__title {
10629
10738
  font-size: var(--cds-heading-03-font-size, 1.25rem);
10630
10739
  font-weight: var(--cds-heading-03-font-weight, 400);
@@ -19142,7 +19251,7 @@ div.iot--card-edit-form--data-item-list .iot--list-item--content--values--value_
19142
19251
  .cds--copy-btn .cds--copy-btn__feedback {
19143
19252
  box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
19144
19253
  z-index: 6000;
19145
- padding: 0.1875rem 1rem;
19254
+ padding: 0.5rem 1rem;
19146
19255
  border-radius: 0.125rem;
19147
19256
  background-color: var(--cds-background-inverse, #393939);
19148
19257
  block-size: auto;
@@ -19308,7 +19417,7 @@ div.iot--card-edit-form--data-item-list .iot--list-item--content--values--value_
19308
19417
  .cds--snippet--inline .cds--copy-btn__feedback {
19309
19418
  box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
19310
19419
  z-index: 6000;
19311
- padding: 0.1875rem 1rem;
19420
+ padding: 0.5rem 1rem;
19312
19421
  border-radius: 0.125rem;
19313
19422
  background-color: var(--cds-background-inverse, #393939);
19314
19423
  block-size: auto;
@@ -22863,10 +22972,9 @@ html[dir=rtl] .cds--date-picker-container .cds--form-requirement {
22863
22972
 
22864
22973
  .cds--file__selected-file--invalid .cds--form-requirement__title,
22865
22974
  .cds--file__selected-file--invalid .cds--form-requirement__supplement {
22866
- font-size: var(--cds-label-01-font-size, 0.75rem);
22867
- font-weight: var(--cds-label-01-font-weight, 400);
22868
- line-height: var(--cds-label-01-line-height, 1.33333);
22869
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
22975
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
22976
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
22977
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
22870
22978
  padding: 0 1rem;
22871
22979
  }
22872
22980
 
@@ -22879,10 +22987,9 @@ html[dir=rtl] .cds--date-picker-container .cds--form-requirement {
22879
22987
  }
22880
22988
 
22881
22989
  .cds--file__selected-file--invalid + .cds--form-requirement {
22882
- font-size: var(--cds-label-01-font-size, 0.75rem);
22883
- font-weight: var(--cds-label-01-font-weight, 400);
22884
- line-height: var(--cds-label-01-line-height, 1.33333);
22885
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
22990
+ font-size: var(--cds-helper-text-01-font-size, 0.75rem);
22991
+ line-height: var(--cds-helper-text-01-line-height, 1.33333);
22992
+ letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
22886
22993
  display: block;
22887
22994
  overflow: visible;
22888
22995
  padding: 0.5rem 1rem;
@@ -22972,13 +23079,6 @@ html[dir=rtl] .cds--date-picker-container .cds--form-requirement {
22972
23079
  }
22973
23080
 
22974
23081
  .cds--file__drop-container {
22975
- box-sizing: border-box;
22976
- padding: 0;
22977
- border: 0;
22978
- margin: 0;
22979
- font-family: inherit;
22980
- font-size: 100%;
22981
- vertical-align: baseline;
22982
23082
  display: inline-block;
22983
23083
  padding: 0;
22984
23084
  border: 0;
@@ -22989,6 +23089,13 @@ html[dir=rtl] .cds--date-picker-container .cds--form-requirement {
22989
23089
  cursor: pointer;
22990
23090
  text-align: start;
22991
23091
  inline-size: 100%;
23092
+ box-sizing: border-box;
23093
+ padding: 0;
23094
+ border: 0;
23095
+ margin: 0;
23096
+ font-family: inherit;
23097
+ font-size: 100%;
23098
+ vertical-align: baseline;
22992
23099
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
22993
23100
  font-weight: var(--cds-body-compact-01-font-weight, 400);
22994
23101
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
@@ -23160,13 +23267,6 @@ div:has(.cds--header) ~ .cds--content {
23160
23267
  }
23161
23268
 
23162
23269
  .cds--header__action {
23163
- box-sizing: border-box;
23164
- padding: 0;
23165
- border: 0;
23166
- margin: 0;
23167
- font-family: inherit;
23168
- font-size: 100%;
23169
- vertical-align: baseline;
23170
23270
  display: inline-block;
23171
23271
  padding: 0;
23172
23272
  border: 0;
@@ -23177,6 +23277,13 @@ div:has(.cds--header) ~ .cds--content {
23177
23277
  cursor: pointer;
23178
23278
  text-align: start;
23179
23279
  inline-size: 100%;
23280
+ box-sizing: border-box;
23281
+ padding: 0;
23282
+ border: 0;
23283
+ margin: 0;
23284
+ font-family: inherit;
23285
+ font-size: 100%;
23286
+ vertical-align: baseline;
23180
23287
  display: inline-flex;
23181
23288
  border: 0.0625rem solid transparent;
23182
23289
  block-size: 3rem;
@@ -23712,13 +23819,6 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
23712
23819
  }
23713
23820
 
23714
23821
  .cds--side-nav__submenu {
23715
- box-sizing: border-box;
23716
- padding: 0;
23717
- border: 0;
23718
- margin: 0;
23719
- font-family: inherit;
23720
- font-size: 100%;
23721
- vertical-align: baseline;
23722
23822
  display: inline-block;
23723
23823
  padding: 0;
23724
23824
  border: 0;
@@ -23729,6 +23829,13 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
23729
23829
  cursor: pointer;
23730
23830
  text-align: start;
23731
23831
  inline-size: 100%;
23832
+ box-sizing: border-box;
23833
+ padding: 0;
23834
+ border: 0;
23835
+ margin: 0;
23836
+ font-family: inherit;
23837
+ font-size: 100%;
23838
+ vertical-align: baseline;
23732
23839
  font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
23733
23840
  font-weight: var(--cds-heading-compact-01-font-weight, 600);
23734
23841
  line-height: var(--cds-heading-compact-01-line-height, 1.28572);
@@ -24176,13 +24283,6 @@ div:has(.cds--header) ~ .cds--content {
24176
24283
  }
24177
24284
 
24178
24285
  .cds--header__action {
24179
- box-sizing: border-box;
24180
- padding: 0;
24181
- border: 0;
24182
- margin: 0;
24183
- font-family: inherit;
24184
- font-size: 100%;
24185
- vertical-align: baseline;
24186
24286
  display: inline-block;
24187
24287
  padding: 0;
24188
24288
  border: 0;
@@ -24193,6 +24293,13 @@ div:has(.cds--header) ~ .cds--content {
24193
24293
  cursor: pointer;
24194
24294
  text-align: start;
24195
24295
  inline-size: 100%;
24296
+ box-sizing: border-box;
24297
+ padding: 0;
24298
+ border: 0;
24299
+ margin: 0;
24300
+ font-family: inherit;
24301
+ font-size: 100%;
24302
+ vertical-align: baseline;
24196
24303
  display: inline-flex;
24197
24304
  border: 0.0625rem solid transparent;
24198
24305
  block-size: 3rem;
@@ -24728,13 +24835,6 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
24728
24835
  }
24729
24836
 
24730
24837
  .cds--side-nav__submenu {
24731
- box-sizing: border-box;
24732
- padding: 0;
24733
- border: 0;
24734
- margin: 0;
24735
- font-family: inherit;
24736
- font-size: 100%;
24737
- vertical-align: baseline;
24738
24838
  display: inline-block;
24739
24839
  padding: 0;
24740
24840
  border: 0;
@@ -24745,6 +24845,13 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
24745
24845
  cursor: pointer;
24746
24846
  text-align: start;
24747
24847
  inline-size: 100%;
24848
+ box-sizing: border-box;
24849
+ padding: 0;
24850
+ border: 0;
24851
+ margin: 0;
24852
+ font-family: inherit;
24853
+ font-size: 100%;
24854
+ vertical-align: baseline;
24748
24855
  font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
24749
24856
  font-weight: var(--cds-heading-compact-01-font-weight, 600);
24750
24857
  line-height: var(--cds-heading-compact-01-line-height, 1.28572);
@@ -26140,8 +26247,8 @@ button.iot--overflow-menu-icon.cds--btn--icon-only.cds--tooltip__trigger:hover s
26140
26247
  .cds--modal-container {
26141
26248
  position: fixed;
26142
26249
  display: grid;
26250
+ border: 1px solid var(--cds-border-subtle-01, #c6c6c6);
26143
26251
  background-color: var(--cds-layer);
26144
- block-size: 100%;
26145
26252
  grid-template-columns: 100%;
26146
26253
  grid-template-rows: auto 1fr auto;
26147
26254
  inline-size: 100%;
@@ -26154,7 +26261,6 @@ button.iot--overflow-menu-icon.cds--btn--icon-only.cds--tooltip__trigger:hover s
26154
26261
  @media (min-width: 42rem) {
26155
26262
  .cds--modal-container {
26156
26263
  position: relative;
26157
- block-size: auto;
26158
26264
  inline-size: 84%;
26159
26265
  max-block-size: 90%;
26160
26266
  }
@@ -26687,6 +26793,7 @@ html[dir=rtl] .iot--image-tile__title {
26687
26793
  .cds--inline-loading {
26688
26794
  display: flex;
26689
26795
  align-items: center;
26796
+ color: var(--cds-text-secondary, #525252);
26690
26797
  inline-size: 100%;
26691
26798
  min-block-size: 2rem;
26692
26799
  }
@@ -26696,7 +26803,6 @@ html[dir=rtl] .iot--image-tile__title {
26696
26803
  font-weight: var(--cds-label-02-font-weight, 400);
26697
26804
  line-height: var(--cds-label-02-line-height, 1.28572);
26698
26805
  letter-spacing: var(--cds-label-02-letter-spacing, 0.16px);
26699
- color: var(--cds-text-secondary, #525252);
26700
26806
  }
26701
26807
 
26702
26808
  .cds--inline-loading__animation {
@@ -28442,6 +28548,14 @@ html[dir=rtl] .iot--hierarchy-list-bulk-header--title {
28442
28548
  box-sizing: inherit;
28443
28549
  }
28444
28550
 
28551
+ .cds--menu--border {
28552
+ outline: 1px solid var(--cds-border-subtle);
28553
+ }
28554
+
28555
+ .cds--menu--background-token__background {
28556
+ background-color: var(--cds-background, #ffffff);
28557
+ }
28558
+
28445
28559
  .cds--menu--with-icons {
28446
28560
  min-inline-size: 12rem;
28447
28561
  }
@@ -30024,13 +30138,6 @@ html[dir=rtl] .iot--menu-button__menu .cds--menu-option__info {
30024
30138
  }
30025
30139
 
30026
30140
  .cds--number__control-btn {
30027
- box-sizing: border-box;
30028
- padding: 0;
30029
- border: 0;
30030
- margin: 0;
30031
- font-family: inherit;
30032
- font-size: 100%;
30033
- vertical-align: baseline;
30034
30141
  display: inline-block;
30035
30142
  padding: 0;
30036
30143
  border: 0;
@@ -30041,6 +30148,13 @@ html[dir=rtl] .iot--menu-button__menu .cds--menu-option__info {
30041
30148
  cursor: pointer;
30042
30149
  text-align: start;
30043
30150
  inline-size: 100%;
30151
+ box-sizing: border-box;
30152
+ padding: 0;
30153
+ border: 0;
30154
+ margin: 0;
30155
+ font-family: inherit;
30156
+ font-size: 100%;
30157
+ vertical-align: baseline;
30044
30158
  position: relative;
30045
30159
  display: inline-flex;
30046
30160
  align-items: center;
@@ -31335,6 +31449,7 @@ html[dir=rtl] .cds--number .cds--number__controls {
31335
31449
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
31336
31450
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
31337
31451
  display: flex;
31452
+ overflow: initial;
31338
31453
  align-items: center;
31339
31454
  justify-content: space-between;
31340
31455
  background-color: var(--cds-layer);
@@ -31343,7 +31458,6 @@ html[dir=rtl] .cds--number .cds--number__controls {
31343
31458
  container-type: inline-size;
31344
31459
  inline-size: calc(100% - 1px);
31345
31460
  min-block-size: 2.5rem;
31346
- overflow-x: auto;
31347
31461
  }
31348
31462
  .cds--pagination *,
31349
31463
  .cds--pagination *::before,
@@ -31351,9 +31465,6 @@ html[dir=rtl] .cds--number .cds--number__controls {
31351
31465
  box-sizing: inherit;
31352
31466
  }
31353
31467
  @container pagination (min-width: 42rem) {
31354
- .cds--pagination {
31355
- overflow: initial;
31356
- }
31357
31468
  .cds--pagination .cds--pagination__control-buttons {
31358
31469
  display: flex;
31359
31470
  }
@@ -31606,6 +31717,11 @@ span.cds--pagination__text.cds--pagination__items-count {
31606
31717
  transform: translate(0.5rem, -50%);
31607
31718
  }
31608
31719
 
31720
+ .cds--pagination .cds--select--inline .cds--select-input[disabled],
31721
+ .cds--pagination .cds--select--inline .cds--select-input[disabled]:hover {
31722
+ background-color: var(--cds-layer);
31723
+ }
31724
+
31609
31725
  .cds--unstable-pagination {
31610
31726
  box-sizing: border-box;
31611
31727
  padding: 0;
@@ -31832,13 +31948,6 @@ span.cds--pagination__text.cds--pagination__items-count {
31832
31948
  font-weight: var(--cds-body-compact-01-font-weight, 400);
31833
31949
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
31834
31950
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
31835
- box-sizing: border-box;
31836
- padding: 0;
31837
- border: 0;
31838
- margin: 0;
31839
- font-family: inherit;
31840
- font-size: 100%;
31841
- vertical-align: baseline;
31842
31951
  display: inline-block;
31843
31952
  padding: 0;
31844
31953
  border: 0;
@@ -31848,6 +31957,13 @@ span.cds--pagination__text.cds--pagination__items-count {
31848
31957
  background: none;
31849
31958
  cursor: pointer;
31850
31959
  text-align: start;
31960
+ box-sizing: border-box;
31961
+ padding: 0;
31962
+ border: 0;
31963
+ margin: 0;
31964
+ font-family: inherit;
31965
+ font-size: 100%;
31966
+ vertical-align: baseline;
31851
31967
  position: relative;
31852
31968
  display: block;
31853
31969
  padding: calc((var(--cds-layout-size-height-local) - 0.875rem) / 2) 0.25rem;
@@ -32186,13 +32302,6 @@ span.cds--pagination__text.cds--pagination__items-count {
32186
32302
  }
32187
32303
 
32188
32304
  .cds--progress-step-button {
32189
- box-sizing: border-box;
32190
- padding: 0;
32191
- border: 0;
32192
- margin: 0;
32193
- font-family: inherit;
32194
- font-size: 100%;
32195
- vertical-align: baseline;
32196
32305
  display: inline-block;
32197
32306
  padding: 0;
32198
32307
  border: 0;
@@ -32203,6 +32312,13 @@ span.cds--pagination__text.cds--pagination__items-count {
32203
32312
  cursor: pointer;
32204
32313
  text-align: start;
32205
32314
  inline-size: 100%;
32315
+ box-sizing: border-box;
32316
+ padding: 0;
32317
+ border: 0;
32318
+ margin: 0;
32319
+ font-family: inherit;
32320
+ font-size: 100%;
32321
+ vertical-align: baseline;
32206
32322
  display: flex;
32207
32323
  text-align: start;
32208
32324
  }
@@ -33146,13 +33262,6 @@ html[dir=rtl] .iot--rule-builder-rule--group:after {
33146
33262
  }
33147
33263
 
33148
33264
  .cds--search-close {
33149
- box-sizing: border-box;
33150
- padding: 0;
33151
- border: 0;
33152
- margin: 0;
33153
- font-family: inherit;
33154
- font-size: 100%;
33155
- vertical-align: baseline;
33156
33265
  display: inline-block;
33157
33266
  padding: 0;
33158
33267
  border: 0;
@@ -33162,6 +33271,13 @@ html[dir=rtl] .iot--rule-builder-rule--group:after {
33162
33271
  background: none;
33163
33272
  cursor: pointer;
33164
33273
  text-align: start;
33274
+ box-sizing: border-box;
33275
+ padding: 0;
33276
+ border: 0;
33277
+ margin: 0;
33278
+ font-family: inherit;
33279
+ font-size: 100%;
33280
+ vertical-align: baseline;
33165
33281
  outline: 2px solid transparent;
33166
33282
  outline-offset: -2px;
33167
33283
  position: absolute;
@@ -33406,7 +33522,7 @@ html[dir=rtl] .iot--rule-builder-rule--group:after {
33406
33522
  .cds--search--expandable .cds--search-input {
33407
33523
  padding: 0;
33408
33524
  inline-size: 0;
33409
- transition: padding 70ms cubic-bezier(0.2, 0, 0.38, 0.9), width 0s linear 70ms;
33525
+ transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
33410
33526
  }
33411
33527
  .cds--search--expandable .cds--search-input::-moz-placeholder {
33412
33528
  position: relative;
@@ -33467,6 +33583,15 @@ html[dir=rtl] .iot--rule-builder-rule--group:after {
33467
33583
  fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
33468
33584
  }
33469
33585
 
33586
+ .cds--search-magnifier-tooltip {
33587
+ display: flex;
33588
+ align-items: center;
33589
+ justify-content: center;
33590
+ }
33591
+ .cds--search-magnifier-tooltip .cds--search-magnifier {
33592
+ position: relative;
33593
+ }
33594
+
33470
33595
  .cds--slider-container {
33471
33596
  position: relative;
33472
33597
  display: flex;
@@ -34951,7 +35076,7 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar-butt
34951
35076
  .iot--table-toolbar__search-tooltip {
34952
35077
  box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
34953
35078
  z-index: 6000;
34954
- padding: 0.1875rem 1rem;
35079
+ padding: 0.5rem 1rem;
34955
35080
  border-radius: 0.125rem;
34956
35081
  background-color: var(--cds-background-inverse, #393939);
34957
35082
  block-size: auto;
@@ -35512,13 +35637,6 @@ html[dir=rtl] .iot--row-actions-container__background .iot--row-actions-cell--ov
35512
35637
  }
35513
35638
 
35514
35639
  .cds--toggletip-button {
35515
- box-sizing: border-box;
35516
- padding: 0;
35517
- border: 0;
35518
- margin: 0;
35519
- font-family: inherit;
35520
- font-size: 100%;
35521
- vertical-align: baseline;
35522
35640
  display: inline-block;
35523
35641
  padding: 0;
35524
35642
  border: 0;
@@ -35529,6 +35647,13 @@ html[dir=rtl] .iot--row-actions-container__background .iot--row-actions-cell--ov
35529
35647
  cursor: pointer;
35530
35648
  text-align: start;
35531
35649
  inline-size: 100%;
35650
+ box-sizing: border-box;
35651
+ padding: 0;
35652
+ border: 0;
35653
+ margin: 0;
35654
+ font-family: inherit;
35655
+ font-size: 100%;
35656
+ vertical-align: baseline;
35532
35657
  display: flex;
35533
35658
  align-items: center;
35534
35659
  }
@@ -35707,7 +35832,6 @@ html[dir=rtl] .iot--row-actions-container__background .iot--row-actions-cell--ov
35707
35832
  .cds--ai-label__text,
35708
35833
  .cds--slug__text {
35709
35834
  position: relative;
35710
- z-index: 1;
35711
35835
  }
35712
35836
 
35713
35837
  .cds--ai-label .cds--ai-label__button--inline,
@@ -36996,13 +37120,6 @@ html[dir=ltr] .iot--column-resize-handle {
36996
37120
  }
36997
37121
 
36998
37122
  .cds--table-sort {
36999
- box-sizing: border-box;
37000
- padding: 0;
37001
- border: 0;
37002
- margin: 0;
37003
- font-family: inherit;
37004
- font-size: 100%;
37005
- vertical-align: baseline;
37006
37123
  display: inline-block;
37007
37124
  padding: 0;
37008
37125
  border: 0;
@@ -37012,6 +37129,13 @@ html[dir=ltr] .iot--column-resize-handle {
37012
37129
  background: none;
37013
37130
  cursor: pointer;
37014
37131
  text-align: start;
37132
+ box-sizing: border-box;
37133
+ padding: 0;
37134
+ border: 0;
37135
+ margin: 0;
37136
+ font-family: inherit;
37137
+ font-size: 100%;
37138
+ vertical-align: baseline;
37015
37139
  display: flex;
37016
37140
  align-items: center;
37017
37141
  justify-content: space-between;
@@ -37834,13 +37958,6 @@ html[dir=rtl] .iot--table-multi-sort-modal .cds--modal-header {
37834
37958
  }
37835
37959
 
37836
37960
  .cds--overflow-menu.cds--toolbar-action {
37837
- box-sizing: border-box;
37838
- padding: 0;
37839
- border: 0;
37840
- margin: 0;
37841
- font-family: inherit;
37842
- font-size: 100%;
37843
- vertical-align: baseline;
37844
37961
  display: inline-block;
37845
37962
  padding: 0;
37846
37963
  border: 0;
@@ -37851,6 +37968,13 @@ html[dir=rtl] .iot--table-multi-sort-modal .cds--modal-header {
37851
37968
  cursor: pointer;
37852
37969
  text-align: start;
37853
37970
  inline-size: 100%;
37971
+ box-sizing: border-box;
37972
+ padding: 0;
37973
+ border: 0;
37974
+ margin: 0;
37975
+ font-family: inherit;
37976
+ font-size: 100%;
37977
+ vertical-align: baseline;
37854
37978
  display: flex;
37855
37979
  padding: 1rem;
37856
37980
  block-size: 3rem;
@@ -37868,13 +37992,6 @@ html[dir=rtl] .iot--table-multi-sort-modal .cds--modal-header {
37868
37992
  }
37869
37993
 
37870
37994
  .cds--toolbar-action {
37871
- box-sizing: border-box;
37872
- padding: 0;
37873
- border: 0;
37874
- margin: 0;
37875
- font-family: inherit;
37876
- font-size: 100%;
37877
- vertical-align: baseline;
37878
37995
  display: inline-block;
37879
37996
  padding: 0;
37880
37997
  border: 0;
@@ -37885,6 +38002,13 @@ html[dir=rtl] .iot--table-multi-sort-modal .cds--modal-header {
37885
38002
  cursor: pointer;
37886
38003
  text-align: start;
37887
38004
  inline-size: 100%;
38005
+ box-sizing: border-box;
38006
+ padding: 0;
38007
+ border: 0;
38008
+ margin: 0;
38009
+ font-family: inherit;
38010
+ font-size: 100%;
38011
+ vertical-align: baseline;
37888
38012
  display: flex;
37889
38013
  block-size: 3rem;
37890
38014
  cursor: pointer;
@@ -38822,13 +38946,6 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
38822
38946
  box-sizing: inherit;
38823
38947
  }
38824
38948
  .cds--tabs .cds--tab--overflow-nav-button {
38825
- box-sizing: border-box;
38826
- padding: 0;
38827
- border: 0;
38828
- margin: 0;
38829
- font-family: inherit;
38830
- font-size: 100%;
38831
- vertical-align: baseline;
38832
38949
  display: inline-block;
38833
38950
  padding: 0;
38834
38951
  border: 0;
@@ -38839,6 +38956,13 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
38839
38956
  cursor: pointer;
38840
38957
  text-align: start;
38841
38958
  inline-size: 100%;
38959
+ box-sizing: border-box;
38960
+ padding: 0;
38961
+ border: 0;
38962
+ margin: 0;
38963
+ font-family: inherit;
38964
+ font-size: 100%;
38965
+ vertical-align: baseline;
38842
38966
  display: flex;
38843
38967
  flex-shrink: 0;
38844
38968
  align-items: center;
@@ -39035,13 +39159,6 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
39035
39159
  display: none;
39036
39160
  }
39037
39161
  .cds--tabs .cds--tabs__nav-item--close-icon {
39038
- box-sizing: border-box;
39039
- padding: 0;
39040
- border: 0;
39041
- margin: 0;
39042
- font-family: inherit;
39043
- font-size: 100%;
39044
- vertical-align: baseline;
39045
39162
  display: inline-block;
39046
39163
  padding: 0;
39047
39164
  border: 0;
@@ -39052,6 +39169,13 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
39052
39169
  cursor: pointer;
39053
39170
  text-align: start;
39054
39171
  inline-size: 100%;
39172
+ box-sizing: border-box;
39173
+ padding: 0;
39174
+ border: 0;
39175
+ margin: 0;
39176
+ font-family: inherit;
39177
+ font-size: 100%;
39178
+ vertical-align: baseline;
39055
39179
  block-size: 1.5rem;
39056
39180
  inline-size: 1.5rem;
39057
39181
  padding-block: 0.25rem;
@@ -39126,13 +39250,6 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
39126
39250
  padding-inline-start: var(--cds-layout-density-padding-inline-local);
39127
39251
  }
39128
39252
  .cds--tabs .cds--tabs__nav-link {
39129
- box-sizing: border-box;
39130
- padding: 0;
39131
- border: 0;
39132
- margin: 0;
39133
- font-family: inherit;
39134
- font-size: 100%;
39135
- vertical-align: baseline;
39136
39253
  display: inline-block;
39137
39254
  padding: 0;
39138
39255
  border: 0;
@@ -39142,6 +39259,13 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
39142
39259
  background: none;
39143
39260
  cursor: pointer;
39144
39261
  text-align: start;
39262
+ box-sizing: border-box;
39263
+ padding: 0;
39264
+ border: 0;
39265
+ margin: 0;
39266
+ font-family: inherit;
39267
+ font-size: 100%;
39268
+ vertical-align: baseline;
39145
39269
  outline: 2px solid transparent;
39146
39270
  outline-offset: -2px;
39147
39271
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
@@ -41428,6 +41552,10 @@ type .iot--sparkline-chart--wrapper--list > p {
41428
41552
  background-color: var(--cds-layer-active-01, #c6c6c6);
41429
41553
  }
41430
41554
 
41555
+ .cds--multi-select {
41556
+ box-sizing: border-box;
41557
+ }
41558
+
41431
41559
  .cds--multi-select .cds--list-box__field--wrapper {
41432
41560
  display: inline-flex;
41433
41561
  align-items: center;