@a-type/ui 6.1.30 → 6.1.31

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.
@@ -96,6 +96,7 @@
96
96
  .actions {
97
97
  position: sticky;
98
98
  bottom: var(--m-sp-md);
99
+ margin-block-start: var(--m-sp-lg);
99
100
  z-index: 100;
100
101
  display: flex;
101
102
  flex-direction: row;
@@ -103,14 +104,13 @@
103
104
  align-items: center;
104
105
  justify-content: end;
105
106
  align-self: end;
106
- padding-bottom: 1px;
107
+ padding-bottom: --fn-literal(1px);
107
108
  @apply --mx-shadow;
108
109
  /* override blur in case user turned it off */
109
110
  --mx-shadow-value: 0 calc(-1 * var(--m-shadow-md-y)) 16px
110
111
  var(--m-shadow-md-spread) var(--m-gray-paper);
111
112
  @apply --mx-bg(var(--m-surface-ambient-bg));
112
113
  @apply --mx-bg-faded(50%);
113
- margin-block-start: var(--m-sp-md);
114
114
  gap: var(--m-sp-sm);
115
115
  border-radius: var(--m-surface-rd);
116
116
  }
@@ -29,8 +29,8 @@
29
29
  top: var(--m-sp-sm);
30
30
  right: var(--m-sp-sm);
31
31
  z-index: 10;
32
- height: 32px;
33
- width: 32px;
32
+ height: --fn-literal(32px);
33
+ width: --fn-literal(32px);
34
34
  cursor: pointer;
35
35
  padding: var(--m-sp-sm);
36
36
  @apply --mx-bg(var(--m-surface-ambient-bg));
@@ -49,8 +49,6 @@
49
49
  }
50
50
 
51
51
  .emptyControls {
52
- position: absolute;
53
- inset: 0;
54
52
  min-height: 120px;
55
53
  display: flex;
56
54
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a-type/ui",
3
- "version": "6.1.30",
3
+ "version": "6.1.31",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "url": "https://github.com/a-type/ui"
@@ -96,6 +96,7 @@
96
96
  .actions {
97
97
  position: sticky;
98
98
  bottom: var(--m-sp-md);
99
+ margin-block-start: var(--m-sp-lg);
99
100
  z-index: 100;
100
101
  display: flex;
101
102
  flex-direction: row;
@@ -103,14 +104,13 @@
103
104
  align-items: center;
104
105
  justify-content: end;
105
106
  align-self: end;
106
- padding-bottom: 1px;
107
+ padding-bottom: --fn-literal(1px);
107
108
  @apply --mx-shadow;
108
109
  /* override blur in case user turned it off */
109
110
  --mx-shadow-value: 0 calc(-1 * var(--m-shadow-md-y)) 16px
110
111
  var(--m-shadow-md-spread) var(--m-gray-paper);
111
112
  @apply --mx-bg(var(--m-surface-ambient-bg));
112
113
  @apply --mx-bg-faded(50%);
113
- margin-block-start: var(--m-sp-md);
114
114
  gap: var(--m-sp-sm);
115
115
  border-radius: var(--m-surface-rd);
116
116
  }
@@ -29,8 +29,8 @@
29
29
  top: var(--m-sp-sm);
30
30
  right: var(--m-sp-sm);
31
31
  z-index: 10;
32
- height: 32px;
33
- width: 32px;
32
+ height: --fn-literal(32px);
33
+ width: --fn-literal(32px);
34
34
  cursor: pointer;
35
35
  padding: var(--m-sp-sm);
36
36
  @apply --mx-bg(var(--m-surface-ambient-bg));
@@ -49,8 +49,6 @@
49
49
  }
50
50
 
51
51
  .emptyControls {
52
- position: absolute;
53
- inset: 0;
54
52
  min-height: 120px;
55
53
  display: flex;
56
54
  flex-direction: column;