@carbon/styles 0.8.0 → 0.10.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.
@@ -8,7 +8,7 @@
8
8
  @use '../../config' as *;
9
9
  @use '../../motion' as *;
10
10
  @use '../../spacing' as *;
11
- @use '../../compat/theme' as *;
11
+ @use '../../theme' as *;
12
12
  @use '../../type' as *;
13
13
  @use '../button/tokens' as button;
14
14
  @use '../../utilities/focus-outline' as *;
@@ -40,7 +40,7 @@
40
40
 
41
41
  // V11: Possibly deprecate
42
42
  .#{$prefix}--tile--light {
43
- background-color: $ui-02;
43
+ background-color: $layer-02;
44
44
  }
45
45
 
46
46
  .#{$prefix}--tile--clickable,
@@ -162,6 +162,7 @@
162
162
  }
163
163
 
164
164
  .#{$prefix}--tile--expandable {
165
+ position: relative;
165
166
  overflow: hidden;
166
167
  width: 100%;
167
168
  border: 0;
@@ -249,7 +250,7 @@
249
250
 
250
251
  // V11: Possibly deprecate
251
252
  .#{$prefix}--tile--disabled.#{$prefix}--tile--selectable.#{$prefix}--tile--light {
252
- background-color: $ui-02;
253
+ background-color: $layer-02;
253
254
  }
254
255
 
255
256
  .#{$prefix}--tile--disabled.#{$prefix}--tile--is-selected {
@@ -9,3 +9,4 @@
9
9
  @use 'tooltip';
10
10
 
11
11
  @include tooltip.tooltip;
12
+ @include tooltip.icon-tooltip;