@aries-kit/react 0.2.4 → 0.2.5
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/assets/style.css +1 -1
- package/{cssMode-qyRTOte0.mjs → cssMode-BNvqjgUA.mjs} +1 -1
- package/{freemarker2-Dm-9fBFo.mjs → freemarker2-DeqXknfQ.mjs} +1 -1
- package/{handlebars-3C_wWICa.mjs → handlebars-Dl1TuMOW.mjs} +1 -1
- package/{html-QZnzt2S8.mjs → html-DfNQG7y_.mjs} +1 -1
- package/{htmlMode-DI8oN3wH.mjs → htmlMode-BMDk2poh.mjs} +1 -1
- package/{index-CMnUzapa.mjs → index-BhzP41JM.mjs} +4277 -4139
- package/index.es.js +1 -1
- package/index.umd.js +118 -118
- package/{javascript-LFkit5Jy.mjs → javascript-GX4PwyB-.mjs} +1 -1
- package/{jsonMode-CoEJcxAN.mjs → jsonMode-AUyDyaux.mjs} +1 -1
- package/{liquid-r1bhJAjC.mjs → liquid-CN4AoKTE.mjs} +1 -1
- package/{mdx-CjwmvpyY.mjs → mdx-B6OtHa1D.mjs} +1 -1
- package/package.json +1 -1
- package/{python-UHRMdCyx.mjs → python-b0OaQZ14.mjs} +1 -1
- package/{razor-CuLngykj.mjs → razor-DvAN97pg.mjs} +1 -1
- package/theme/components/card.scss +4 -0
- package/theme/components/menu.scss +10 -0
- package/theme/components/modal.scss +2 -4
- package/theme/components/select.scss +6 -0
- package/theme/components/tooltip.scss +1 -0
- package/{tsMode-BhbBvKn1.mjs → tsMode-Bwg541La.mjs} +1 -1
- package/{typescript-PtSB4QNY.mjs → typescript-p53iEK_g.mjs} +1 -1
- package/{xml-BxqxYI7p.mjs → xml-XlOoB3rz.mjs} +1 -1
- package/{yaml-BSEXQzXE.mjs → yaml-CMhA35nk.mjs} +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { conf as t, language as e } from "./typescript-
|
|
1
|
+
import { conf as t, language as e } from "./typescript-p53iEK_g.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Et } from "./index-
|
|
1
|
+
import { m as Et } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as o } from "./index-
|
|
1
|
+
import { m as o } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m } from "./index-
|
|
1
|
+
import { m } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
background: getVar(color, bg-opacity);
|
|
37
37
|
backdrop-filter: blur(20px);
|
|
38
38
|
-webkit-backdrop-filter: blur(20px);
|
|
39
|
-
border-radius: getVar(border-radius,
|
|
39
|
+
border-radius: getVar(border-radius, container);
|
|
40
40
|
box-shadow: getVar(color, box-shadow-popover);
|
|
41
41
|
@include flex(flex-start, stretch, column);
|
|
42
42
|
max-height: 85vh;
|
|
@@ -185,7 +185,6 @@
|
|
|
185
185
|
// 头部
|
|
186
186
|
&__header {
|
|
187
187
|
padding: getVar(inset, container-vertical) getVar(inset, container-horizontal);
|
|
188
|
-
border-bottom: 1px solid getVar(color, border);
|
|
189
188
|
@include flex(space-between, center);
|
|
190
189
|
flex-shrink: 0;
|
|
191
190
|
background-color: getVar(color, bg);
|
|
@@ -245,7 +244,6 @@
|
|
|
245
244
|
// 底部
|
|
246
245
|
&__footer {
|
|
247
246
|
padding: getVar(inset, container-vertical) getVar(inset, container-horizontal);
|
|
248
|
-
border-top: 1px solid getVar(color, border);
|
|
249
247
|
@include flex(flex-end);
|
|
250
248
|
gap: getVar(inset, sm);
|
|
251
249
|
flex-shrink: 0;
|
|
@@ -373,4 +371,4 @@
|
|
|
373
371
|
opacity: 0;
|
|
374
372
|
transform: scale(0.8) translateY(40px);
|
|
375
373
|
}
|
|
376
|
-
}
|
|
374
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as L, m as O } from "./index-
|
|
1
|
+
import { t as L, m as O } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as r } from "./index-
|
|
1
|
+
import { m as r } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-BhzP41JM.mjs";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|