@a-type/ui 6.0.73 → 6.0.74

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.
@@ -693,6 +693,7 @@ export declare function presetAtype<TColors extends DefaultColorRangeName = Defa
693
693
  sm: "border-radius";
694
694
  md: "border-radius";
695
695
  lg: "border-radius";
696
+ full: "border-radius";
696
697
  };
697
698
  shadow: {
698
699
  $root: {
@@ -118,7 +118,7 @@
118
118
  .thumb {
119
119
  @apply --mx-bg(var(--mx-fg-ref));
120
120
  @apply --mx-bg-faded(25%);
121
- border-radius: 9999px;
121
+ border-radius: var(--m-radius-full);
122
122
 
123
123
  &[data-orientation='vertical'] {
124
124
  width: 100%;
@@ -135,7 +135,7 @@
135
135
  display: flex;
136
136
  user-select: none;
137
137
  opacity: 0;
138
- border-radius: 9999px;
138
+ border-radius: var(--m-radius-full);
139
139
  touch-action: none;
140
140
  transition:
141
141
  opacity,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a-type/ui",
3
- "version": "6.0.73",
3
+ "version": "6.0.74",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "url": "https://github.com/a-type/ui"
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@a-type/utils": "^1.1.9",
44
- "@arbor-css/core": "^0.0.139",
45
- "@arbor-css/postcss": "^0.0.139",
44
+ "@arbor-css/core": "^0.0.140",
45
+ "@arbor-css/postcss": "^0.0.140",
46
46
  "@base-ui/react": "^1.4.1",
47
47
  "@use-gesture/react": "^10.3.1",
48
48
  "browser-image-resizer": "^2.4.1",
@@ -118,7 +118,7 @@
118
118
  .thumb {
119
119
  @apply --mx-bg(var(--mx-fg-ref));
120
120
  @apply --mx-bg-faded(25%);
121
- border-radius: 9999px;
121
+ border-radius: var(--m-radius-full);
122
122
 
123
123
  &[data-orientation='vertical'] {
124
124
  width: 100%;
@@ -135,7 +135,7 @@
135
135
  display: flex;
136
136
  user-select: none;
137
137
  opacity: 0;
138
- border-radius: 9999px;
138
+ border-radius: var(--m-radius-full);
139
139
  touch-action: none;
140
140
  transition:
141
141
  opacity,