shelving 1.260.1 → 1.260.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shelving",
3
- "version": "1.260.1",
3
+ "version": "1.260.2",
4
4
  "author": "Dave Houlbrooke <dave@shax.com>",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,13 +59,13 @@
59
59
 
60
60
  /* Children */
61
61
  [data-slot="icon"] {
62
- flex: none;
63
62
  width: var(--size-icon);
64
63
  height: var(--size-icon);
65
64
  color: var(--color-gray);
66
65
  transform: rotate(180deg);
67
66
  transition: var(--details-transition, all var(--duration-fast));
68
67
  border-radius: var(--radius-xxsmall);
68
+ flex: none;
69
69
  }
70
70
  }
71
71
 
@@ -132,11 +132,6 @@
132
132
  margin: 0;
133
133
  outline: 0;
134
134
  }
135
- && > [data-slot="icon"] {
136
- inline-size: var(--input-icon-size, var(--size-icon));
137
- block-size: var(--input-icon-size, var(--size-icon));
138
- flex: none;
139
- }
140
135
 
141
136
  &.wrapper {
142
137
  position: relative;
@@ -8,11 +8,6 @@
8
8
  width: 1em;
9
9
  height: 1em;
10
10
  color: var(--icon-color, var(--tint-50));
11
- }
12
- }
13
-
14
- @layer overrides {
15
- .icon {
16
11
  flex: none;
17
12
  }
18
13
  }
@@ -12,8 +12,9 @@
12
12
 
13
13
  /* Children */
14
14
  > [data-slot="icon"] {
15
- inline-size: var(--flex-icon-size, var(--size-icon));
16
- block-size: var(--flex-icon-size, var(--size-icon));
15
+ font-size: var(--size-icon);
16
+ inline-size: 1em;
17
+ block-size: 1em;
17
18
  flex: none;
18
19
  }
19
20