@vuer-ai/vuer-uikit 0.0.37 → 0.0.40
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/dist/chunk-2QBMOSVM.js +22 -0
- package/dist/chunk-3LJI6I2O.mjs +20 -0
- package/dist/{chunk-IODCQKTM.mjs → chunk-3QG5RA46.mjs} +4 -17
- package/dist/{chunk-4ZJRDAXG.js → chunk-3YODEBOY.js} +1 -0
- package/dist/chunk-43FK6CBY.mjs +18 -0
- package/dist/chunk-4PWIOKV6.mjs +18 -0
- package/dist/chunk-4UGXCXXM.mjs +18 -0
- package/dist/chunk-5UHOCEWC.mjs +18 -0
- package/dist/chunk-6AWSAY7A.js +24 -0
- package/dist/chunk-6N2Q4EQ2.js +20 -0
- package/dist/chunk-6N3UJ4AX.mjs +20 -0
- package/dist/{chunk-SFFLVUWV.js → chunk-72PCXNEI.js} +3 -3
- package/dist/chunk-7KVGTDDO.js +20 -0
- package/dist/{chunk-PBQSATSN.js → chunk-7TD2RBQJ.js} +3 -3
- package/dist/chunk-A77ETENM.js +20 -0
- package/dist/chunk-AB4GGLJ5.mjs +18 -0
- package/dist/chunk-ADOYBPJS.mjs +18 -0
- package/dist/chunk-CPZIDU2J.js +20 -0
- package/dist/chunk-E2UGNYWU.js +22 -0
- package/dist/chunk-EGYK5FED.mjs +18 -0
- package/dist/chunk-EJ7D53ZF.js +20 -0
- package/dist/{chunk-DRL527OZ.js → chunk-FWXGL3VA.js} +1 -1
- package/dist/{chunk-WCK3EIS2.js → chunk-HE63LZKF.js} +2 -2
- package/dist/chunk-ICRVQLUS.mjs +22 -0
- package/dist/{chunk-4HURANFT.mjs → chunk-INX2EB5H.mjs} +1 -0
- package/dist/chunk-IOVNKUJ6.js +16 -0
- package/dist/chunk-JHHA2CGJ.mjs +14 -0
- package/dist/{chunk-A3EJLDGW.js → chunk-KEVAPLWO.js} +5 -18
- package/dist/chunk-LCS67P4A.mjs +18 -0
- package/dist/chunk-LD32BCCX.js +20 -0
- package/dist/{chunk-HQX4LDOI.mjs → chunk-LZE22ZNH.mjs} +1 -1
- package/dist/{chunk-VN2N7EAO.mjs → chunk-M3S7NSGR.mjs} +1 -1
- package/dist/{chunk-DXZEM4KQ.mjs → chunk-MS5G6UZ4.mjs} +3 -3
- package/dist/chunk-MYRZ2ZV5.mjs +21 -0
- package/dist/{chunk-6MEYAIYL.mjs → chunk-MZDJH3M7.mjs} +1 -1
- package/dist/chunk-NACWD4CC.js +2 -0
- package/dist/chunk-NBG65POR.js +20 -0
- package/dist/chunk-TBFX36YV.mjs +18 -0
- package/dist/chunk-TPX5AJ7Z.js +23 -0
- package/dist/chunk-TWQSUO5Q.js +20 -0
- package/dist/chunk-UQQPHWTA.js +20 -0
- package/dist/chunk-YRM45Z7N.mjs +1 -0
- package/dist/highlight-cursor/enhanced-components.js +7 -7
- package/dist/highlight-cursor/enhanced-components.mjs +2 -2
- package/dist/highlight-cursor/index.js +7 -7
- package/dist/highlight-cursor/index.mjs +2 -2
- package/dist/index.css +3 -3
- package/dist/index.js +95 -24
- package/dist/index.mjs +22 -7
- package/dist/styles/theme.css +3 -3
- package/dist/styles/variables.css +2 -2
- package/dist/ui/form/CmInput.js +18 -0
- package/dist/ui/form/CmInput.mjs +9 -0
- package/dist/ui/form/DegInput.js +18 -0
- package/dist/ui/form/DegInput.mjs +9 -0
- package/dist/ui/form/EulerDegInput.js +20 -0
- package/dist/ui/form/EulerDegInput.mjs +11 -0
- package/dist/ui/form/EulerInput.js +19 -0
- package/dist/ui/form/EulerInput.mjs +10 -0
- package/dist/ui/form/EulerRadInput.js +20 -0
- package/dist/ui/form/EulerRadInput.mjs +11 -0
- package/dist/ui/form/InchInput.js +18 -0
- package/dist/ui/form/InchInput.mjs +9 -0
- package/dist/ui/form/IntInput.js +18 -0
- package/dist/ui/form/IntInput.mjs +9 -0
- package/dist/ui/form/KVectorInput.js +19 -0
- package/dist/ui/form/KVectorInput.mjs +10 -0
- package/dist/ui/form/NumberInput.js +17 -0
- package/dist/ui/form/NumberInput.mjs +8 -0
- package/dist/ui/form/QuaternionInput.js +19 -0
- package/dist/ui/form/QuaternionInput.mjs +10 -0
- package/dist/ui/form/RadInput.js +18 -0
- package/dist/ui/form/RadInput.mjs +9 -0
- package/dist/ui/form/TimeInput.js +18 -0
- package/dist/ui/form/TimeInput.mjs +9 -0
- package/dist/ui/form/Vec3Input.js +19 -0
- package/dist/ui/form/Vec3Input.mjs +10 -0
- package/dist/ui/form/VectorInput.js +18 -0
- package/dist/ui/form/VectorInput.mjs +9 -0
- package/dist/ui/form/index.js +84 -0
- package/dist/ui/form/index.mjs +23 -0
- package/dist/ui/index.js +89 -18
- package/dist/ui/index.mjs +21 -6
- package/dist/ui/input-numbers.js +3 -3
- package/dist/ui/input-numbers.mjs +2 -2
- package/dist/ui/input.js +3 -3
- package/dist/ui/input.mjs +1 -1
- package/dist/ui/theme/ThemeProvider.js +4 -4
- package/dist/ui/theme/ThemeProvider.mjs +2 -2
- package/dist/ui/theme/index.js +5 -5
- package/dist/ui/theme/index.mjs +2 -2
- package/dist/ui/theme/themeScript.js +2 -2
- package/dist/ui/theme/themeScript.mjs +1 -1
- package/dist/ui/version-badge.js +2 -2
- package/dist/ui/version-badge.mjs +1 -1
- package/package.json +1 -1
- package/src/styles/theme.css +1 -1
- package/src/styles/variables.css +2 -2
- package/src/ui/form/CmInput.tsx +19 -0
- package/src/ui/form/DegInput.tsx +19 -0
- package/src/ui/form/EulerDegInput.tsx +19 -0
- package/src/ui/form/EulerInput.tsx +28 -0
- package/src/ui/form/EulerRadInput.tsx +19 -0
- package/src/ui/form/InchInput.tsx +19 -0
- package/src/ui/form/IntInput.tsx +19 -0
- package/src/ui/form/KVectorInput.tsx +25 -0
- package/src/ui/form/NumberInput.tsx +24 -0
- package/src/ui/form/QuaternionInput.tsx +24 -0
- package/src/ui/form/RadInput.tsx +19 -0
- package/src/ui/form/TimeInput.tsx +19 -0
- package/src/ui/form/Vec3Input.tsx +24 -0
- package/src/ui/form/VectorInput.tsx +23 -0
- package/src/ui/form/index.ts +41 -0
- package/src/ui/index.ts +1 -0
- package/src/ui/input.tsx +3 -2
- package/src/ui/theme/ThemeProvider.tsx +4 -16
- package/src/ui/theme/themeScript.tsx +5 -3
- /package/dist/{chunk-2TBYBUF4.js → chunk-GVDU3F7X.js} +0 -0
- /package/dist/{chunk-L3LDQABD.mjs → chunk-OJUTHWTF.mjs} +0 -0
|
@@ -4,7 +4,6 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
4
4
|
// src/ui/theme/themeScript.tsx
|
|
5
5
|
var themeScript = (defaultTheme, storageKey, attribute, themes, value, forcedTheme, enableSystem, enableColorScheme) => {
|
|
6
6
|
const el = document.documentElement;
|
|
7
|
-
const systemThemes = ["light", "dark"];
|
|
8
7
|
function updateDOM(theme) {
|
|
9
8
|
const attributes = Array.isArray(attribute) ? attribute : [attribute];
|
|
10
9
|
attributes.forEach((attr) => {
|
|
@@ -20,8 +19,9 @@ var themeScript = (defaultTheme, storageKey, attribute, themes, value, forcedThe
|
|
|
20
19
|
setColorScheme(theme);
|
|
21
20
|
}
|
|
22
21
|
function setColorScheme(theme) {
|
|
23
|
-
if (enableColorScheme
|
|
24
|
-
|
|
22
|
+
if (enableColorScheme) {
|
|
23
|
+
const isDark = theme.includes("dark");
|
|
24
|
+
el.style.colorScheme = isDark ? "dark" : "light";
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
function getSystemTheme() {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { VectorInput } from './chunk-43FK6CBY.mjs';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var KVectorInput = forwardRef(
|
|
6
|
+
function KVectorInput2({ value, dimensions, ...props }, ref) {
|
|
7
|
+
const k = dimensions || value.length;
|
|
8
|
+
const labels = Array.from({ length: k }, (_, i) => `${i}`);
|
|
9
|
+
return /* @__PURE__ */ jsx(
|
|
10
|
+
VectorInput,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
value,
|
|
14
|
+
labels,
|
|
15
|
+
...props
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export { KVectorInput };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk6AWSAY7A_js = require('./chunk-6AWSAY7A.js');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
|
|
7
|
+
var EulerRadInput = react.forwardRef(
|
|
8
|
+
function EulerRadInput2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
chunk6AWSAY7A_js.EulerInput,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
unit: "rad",
|
|
14
|
+
...props
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
exports.EulerRadInput = EulerRadInput;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EulerInput } from './chunk-ICRVQLUS.mjs';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var EulerRadInput = forwardRef(
|
|
6
|
+
function EulerRadInput2(props, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
EulerInput,
|
|
9
|
+
{
|
|
10
|
+
ref,
|
|
11
|
+
unit: "rad",
|
|
12
|
+
...props
|
|
13
|
+
}
|
|
14
|
+
);
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export { EulerRadInput };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkCPZIDU2J_js = require('./chunk-CPZIDU2J.js');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
|
|
7
|
+
var KVectorInput = react.forwardRef(
|
|
8
|
+
function KVectorInput2({ value, dimensions, ...props }, ref) {
|
|
9
|
+
const k = dimensions || value.length;
|
|
10
|
+
const labels = Array.from({ length: k }, (_, i) => `${i}`);
|
|
11
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
12
|
+
chunkCPZIDU2J_js.VectorInput,
|
|
13
|
+
{
|
|
14
|
+
ref,
|
|
15
|
+
value,
|
|
16
|
+
labels,
|
|
17
|
+
...props
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.KVectorInput = KVectorInput;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkIOVNKUJ6_js = require('./chunk-IOVNKUJ6.js');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
|
|
7
|
+
var InchInput = react.forwardRef(
|
|
8
|
+
function InchInput2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
chunkIOVNKUJ6_js.NumberInput,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
unit: "in",
|
|
14
|
+
...props
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
exports.InchInput = InchInput;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkIOVNKUJ6_js = require('./chunk-IOVNKUJ6.js');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
|
|
7
|
+
var CmInput = react.forwardRef(
|
|
8
|
+
function CmInput2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
chunkIOVNKUJ6_js.NumberInput,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
unit: "cm",
|
|
14
|
+
...props
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
exports.CmInput = CmInput;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHE63LZKF_js = require('../chunk-HE63LZKF.js');
|
|
4
4
|
require('../chunk-CZBGKVGH.js');
|
|
5
5
|
require('../chunk-W3AIC7FW.js');
|
|
6
6
|
require('../chunk-KCA5PXNO.js');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-3YODEBOY.js');
|
|
8
8
|
require('../chunk-KDRYDUQT.js');
|
|
9
9
|
require('../chunk-UFHMEEGL.js');
|
|
10
10
|
require('../chunk-T4N7UHZ7.js');
|
|
@@ -20,21 +20,21 @@ require('../chunk-OTPUWWEB.js');
|
|
|
20
20
|
|
|
21
21
|
Object.defineProperty(exports, "CursorButton", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkHE63LZKF_js.CursorButton; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkHE63LZKF_js.CursorInputRoot; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkHE63LZKF_js.CursorSelectTrigger; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "CursorTabs", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkHE63LZKF_js.CursorTabs; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkHE63LZKF_js.CursorTextarea; }
|
|
40
40
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
1
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-M3S7NSGR.mjs';
|
|
2
2
|
import '../chunk-TZLILQLV.mjs';
|
|
3
3
|
import '../chunk-EXM36UYZ.mjs';
|
|
4
4
|
import '../chunk-MWJQTO2F.mjs';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-INX2EB5H.mjs';
|
|
6
6
|
import '../chunk-I5UCKLLT.mjs';
|
|
7
7
|
import '../chunk-44KW6PTD.mjs';
|
|
8
8
|
import '../chunk-LXDQ4KMN.mjs';
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
require('../chunk-KJ42IGH6.js');
|
|
4
4
|
var chunkAKBWNVRH_js = require('../chunk-AKBWNVRH.js');
|
|
5
|
-
var
|
|
5
|
+
var chunkHE63LZKF_js = require('../chunk-HE63LZKF.js');
|
|
6
6
|
require('../chunk-CZBGKVGH.js');
|
|
7
7
|
require('../chunk-W3AIC7FW.js');
|
|
8
8
|
require('../chunk-KCA5PXNO.js');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-3YODEBOY.js');
|
|
10
10
|
require('../chunk-KDRYDUQT.js');
|
|
11
11
|
var chunkUFHMEEGL_js = require('../chunk-UFHMEEGL.js');
|
|
12
12
|
require('../chunk-T4N7UHZ7.js');
|
|
@@ -26,23 +26,23 @@ Object.defineProperty(exports, "CursorProvider", {
|
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CursorButton", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkHE63LZKF_js.CursorButton; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkHE63LZKF_js.CursorInputRoot; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkHE63LZKF_js.CursorSelectTrigger; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "CursorTabs", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkHE63LZKF_js.CursorTabs; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkHE63LZKF_js.CursorTextarea; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "withCursor", {
|
|
48
48
|
enumerable: true,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../chunk-VGCVIHBR.mjs';
|
|
2
2
|
export { CursorProvider } from '../chunk-NSN3O6CZ.mjs';
|
|
3
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
3
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-M3S7NSGR.mjs';
|
|
4
4
|
import '../chunk-TZLILQLV.mjs';
|
|
5
5
|
import '../chunk-EXM36UYZ.mjs';
|
|
6
6
|
import '../chunk-MWJQTO2F.mjs';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-INX2EB5H.mjs';
|
|
8
8
|
import '../chunk-I5UCKLLT.mjs';
|
|
9
9
|
export { withCursor } from '../chunk-44KW6PTD.mjs';
|
|
10
10
|
import '../chunk-LXDQ4KMN.mjs';
|
package/dist/index.css
CHANGED
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
--shadow-secondary: var(--black-alpha-2);
|
|
191
191
|
--shadow-tertiary: var(--black-alpha-6);
|
|
192
192
|
}
|
|
193
|
-
.
|
|
193
|
+
.liquid-light {
|
|
194
194
|
color-scheme: light;
|
|
195
195
|
--brand-primary: var(--blue-6);
|
|
196
196
|
--brand-secondary: var(--blue-4);
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
--shadow-secondary: var(--black-alpha-4);
|
|
222
222
|
--shadow-tertiary: var(--black-alpha-4);
|
|
223
223
|
}
|
|
224
|
-
.
|
|
224
|
+
.liquid-dark {
|
|
225
225
|
color-scheme: dark;
|
|
226
226
|
--brand-primary: var(--blue-6);
|
|
227
227
|
--brand-secondary: var(--blue-4);
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
--shadow-secondary: var(--black-alpha-2);
|
|
253
253
|
--shadow-tertiary: var(--black-alpha-6);
|
|
254
254
|
}
|
|
255
|
-
@custom-variant liquid (&:is(.
|
|
255
|
+
@custom-variant liquid (&:is(.liquid-dark *, .liquid-light *));
|
|
256
256
|
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; backdrop-filter: blur(20px) !important; }
|
|
257
257
|
@utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
|
|
258
258
|
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-secondary: var(--brand-secondary); --color-brand-tertiary: var(--brand-tertiary); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 8px); --radius-uk-xl: calc(var(--radius) + 12px); --spacing-xxs: calc(var(--spacing) - 2px); --spacing-xs: var(--spacing); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 8px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-xl: 18px; --text-uk-xxl: 20px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-xl: 28px; --leading-uk-xxl: 32px; }
|
package/dist/index.js
CHANGED
|
@@ -1,14 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./chunk-
|
|
3
|
+
require('./chunk-NACWD4CC.js');
|
|
4
|
+
require('./chunk-GVDU3F7X.js');
|
|
5
|
+
var chunk2QBMOSVM_js = require('./chunk-2QBMOSVM.js');
|
|
6
|
+
var chunk6N2Q4EQ2_js = require('./chunk-6N2Q4EQ2.js');
|
|
7
|
+
var chunkLD32BCCX_js = require('./chunk-LD32BCCX.js');
|
|
8
|
+
var chunkE2UGNYWU_js = require('./chunk-E2UGNYWU.js');
|
|
4
9
|
require('./chunk-Y2QBWXB4.js');
|
|
10
|
+
var chunkKEVAPLWO_js = require('./chunk-KEVAPLWO.js');
|
|
11
|
+
var chunk72PCXNEI_js = require('./chunk-72PCXNEI.js');
|
|
12
|
+
var chunkEJ7D53ZF_js = require('./chunk-EJ7D53ZF.js');
|
|
13
|
+
var chunkA77ETENM_js = require('./chunk-A77ETENM.js');
|
|
14
|
+
var chunkNBG65POR_js = require('./chunk-NBG65POR.js');
|
|
15
|
+
var chunk6AWSAY7A_js = require('./chunk-6AWSAY7A.js');
|
|
16
|
+
var chunkTWQSUO5Q_js = require('./chunk-TWQSUO5Q.js');
|
|
17
|
+
var chunk7KVGTDDO_js = require('./chunk-7KVGTDDO.js');
|
|
18
|
+
var chunkTPX5AJ7Z_js = require('./chunk-TPX5AJ7Z.js');
|
|
19
|
+
var chunkCPZIDU2J_js = require('./chunk-CPZIDU2J.js');
|
|
5
20
|
var chunkQJR6MCTR_js = require('./chunk-QJR6MCTR.js');
|
|
6
21
|
var chunkFSFUZ7Y6_js = require('./chunk-FSFUZ7Y6.js');
|
|
7
22
|
var chunkEAN5SZYQ_js = require('./chunk-EAN5SZYQ.js');
|
|
8
23
|
var chunkR3SHGA4V_js = require('./chunk-R3SHGA4V.js');
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
24
|
+
var chunkFWXGL3VA_js = require('./chunk-FWXGL3VA.js');
|
|
25
|
+
var chunkUQQPHWTA_js = require('./chunk-UQQPHWTA.js');
|
|
26
|
+
var chunkIOVNKUJ6_js = require('./chunk-IOVNKUJ6.js');
|
|
12
27
|
var chunkBXYVNNXU_js = require('./chunk-BXYVNNXU.js');
|
|
13
28
|
var chunkGFPXAGJY_js = require('./chunk-GFPXAGJY.js');
|
|
14
29
|
var chunkJ2ZRCEKZ_js = require('./chunk-J2ZRCEKZ.js');
|
|
@@ -18,7 +33,7 @@ var chunkXWC6N2UQ_js = require('./chunk-XWC6N2UQ.js');
|
|
|
18
33
|
var chunkER6XHUS7_js = require('./chunk-ER6XHUS7.js');
|
|
19
34
|
var chunkJWFD5H5L_js = require('./chunk-JWFD5H5L.js');
|
|
20
35
|
var chunkEW34OO4H_js = require('./chunk-EW34OO4H.js');
|
|
21
|
-
var
|
|
36
|
+
var chunk7TD2RBQJ_js = require('./chunk-7TD2RBQJ.js');
|
|
22
37
|
var chunkP6K4746M_js = require('./chunk-P6K4746M.js');
|
|
23
38
|
var chunkQJPJVF7K_js = require('./chunk-QJPJVF7K.js');
|
|
24
39
|
var chunkTC4RAHDO_js = require('./chunk-TC4RAHDO.js');
|
|
@@ -29,11 +44,11 @@ var chunkPY5KHH5C_js = require('./chunk-PY5KHH5C.js');
|
|
|
29
44
|
var chunkR37JH544_js = require('./chunk-R37JH544.js');
|
|
30
45
|
require('./chunk-KJ42IGH6.js');
|
|
31
46
|
var chunkAKBWNVRH_js = require('./chunk-AKBWNVRH.js');
|
|
32
|
-
var
|
|
47
|
+
var chunkHE63LZKF_js = require('./chunk-HE63LZKF.js');
|
|
33
48
|
var chunkCZBGKVGH_js = require('./chunk-CZBGKVGH.js');
|
|
34
49
|
var chunkW3AIC7FW_js = require('./chunk-W3AIC7FW.js');
|
|
35
50
|
var chunkKCA5PXNO_js = require('./chunk-KCA5PXNO.js');
|
|
36
|
-
var
|
|
51
|
+
var chunk3YODEBOY_js = require('./chunk-3YODEBOY.js');
|
|
37
52
|
var chunkKDRYDUQT_js = require('./chunk-KDRYDUQT.js');
|
|
38
53
|
var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
|
|
39
54
|
require('./chunk-T4N7UHZ7.js');
|
|
@@ -47,6 +62,66 @@ var chunkOTPUWWEB_js = require('./chunk-OTPUWWEB.js');
|
|
|
47
62
|
|
|
48
63
|
|
|
49
64
|
|
|
65
|
+
Object.defineProperty(exports, "QuaternionInput", {
|
|
66
|
+
enumerable: true,
|
|
67
|
+
get: function () { return chunk2QBMOSVM_js.QuaternionInput; }
|
|
68
|
+
});
|
|
69
|
+
Object.defineProperty(exports, "RadInput", {
|
|
70
|
+
enumerable: true,
|
|
71
|
+
get: function () { return chunk6N2Q4EQ2_js.RadInput; }
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(exports, "TimeInput", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function () { return chunkLD32BCCX_js.TimeInput; }
|
|
76
|
+
});
|
|
77
|
+
Object.defineProperty(exports, "Vec3Input", {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function () { return chunkE2UGNYWU_js.Vec3Input; }
|
|
80
|
+
});
|
|
81
|
+
Object.defineProperty(exports, "ThemeProvider", {
|
|
82
|
+
enumerable: true,
|
|
83
|
+
get: function () { return chunkKEVAPLWO_js.ThemeProvider; }
|
|
84
|
+
});
|
|
85
|
+
Object.defineProperty(exports, "useTheme", {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
get: function () { return chunkKEVAPLWO_js.useTheme; }
|
|
88
|
+
});
|
|
89
|
+
Object.defineProperty(exports, "ThemeScript", {
|
|
90
|
+
enumerable: true,
|
|
91
|
+
get: function () { return chunk72PCXNEI_js.ThemeScript; }
|
|
92
|
+
});
|
|
93
|
+
Object.defineProperty(exports, "DegInput", {
|
|
94
|
+
enumerable: true,
|
|
95
|
+
get: function () { return chunkEJ7D53ZF_js.DegInput; }
|
|
96
|
+
});
|
|
97
|
+
Object.defineProperty(exports, "EulerDegInput", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
get: function () { return chunkA77ETENM_js.EulerDegInput; }
|
|
100
|
+
});
|
|
101
|
+
Object.defineProperty(exports, "EulerRadInput", {
|
|
102
|
+
enumerable: true,
|
|
103
|
+
get: function () { return chunkNBG65POR_js.EulerRadInput; }
|
|
104
|
+
});
|
|
105
|
+
Object.defineProperty(exports, "EulerInput", {
|
|
106
|
+
enumerable: true,
|
|
107
|
+
get: function () { return chunk6AWSAY7A_js.EulerInput; }
|
|
108
|
+
});
|
|
109
|
+
Object.defineProperty(exports, "InchInput", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
get: function () { return chunkTWQSUO5Q_js.InchInput; }
|
|
112
|
+
});
|
|
113
|
+
Object.defineProperty(exports, "IntInput", {
|
|
114
|
+
enumerable: true,
|
|
115
|
+
get: function () { return chunk7KVGTDDO_js.IntInput; }
|
|
116
|
+
});
|
|
117
|
+
Object.defineProperty(exports, "KVectorInput", {
|
|
118
|
+
enumerable: true,
|
|
119
|
+
get: function () { return chunkTPX5AJ7Z_js.KVectorInput; }
|
|
120
|
+
});
|
|
121
|
+
Object.defineProperty(exports, "VectorInput", {
|
|
122
|
+
enumerable: true,
|
|
123
|
+
get: function () { return chunkCPZIDU2J_js.VectorInput; }
|
|
124
|
+
});
|
|
50
125
|
Object.defineProperty(exports, "Toaster", {
|
|
51
126
|
enumerable: true,
|
|
52
127
|
get: function () { return chunkQJR6MCTR_js.Toaster; }
|
|
@@ -77,19 +152,15 @@ Object.defineProperty(exports, "TreeView", {
|
|
|
77
152
|
});
|
|
78
153
|
Object.defineProperty(exports, "VersionBadge", {
|
|
79
154
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunkFWXGL3VA_js.VersionBadge; }
|
|
81
156
|
});
|
|
82
|
-
Object.defineProperty(exports, "
|
|
157
|
+
Object.defineProperty(exports, "CmInput", {
|
|
83
158
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
159
|
+
get: function () { return chunkUQQPHWTA_js.CmInput; }
|
|
85
160
|
});
|
|
86
|
-
Object.defineProperty(exports, "
|
|
87
|
-
enumerable: true,
|
|
88
|
-
get: function () { return chunkA3EJLDGW_js.useTheme; }
|
|
89
|
-
});
|
|
90
|
-
Object.defineProperty(exports, "ThemeScript", {
|
|
161
|
+
Object.defineProperty(exports, "NumberInput", {
|
|
91
162
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunkIOVNKUJ6_js.NumberInput; }
|
|
93
164
|
});
|
|
94
165
|
Object.defineProperty(exports, "RadioGroup", {
|
|
95
166
|
enumerable: true,
|
|
@@ -265,7 +336,7 @@ Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
|
265
336
|
});
|
|
266
337
|
Object.defineProperty(exports, "InputNumbers", {
|
|
267
338
|
enumerable: true,
|
|
268
|
-
get: function () { return
|
|
339
|
+
get: function () { return chunk7TD2RBQJ_js.InputNumbers; }
|
|
269
340
|
});
|
|
270
341
|
Object.defineProperty(exports, "Layout", {
|
|
271
342
|
enumerable: true,
|
|
@@ -425,23 +496,23 @@ Object.defineProperty(exports, "CursorProvider", {
|
|
|
425
496
|
});
|
|
426
497
|
Object.defineProperty(exports, "CursorButton", {
|
|
427
498
|
enumerable: true,
|
|
428
|
-
get: function () { return
|
|
499
|
+
get: function () { return chunkHE63LZKF_js.CursorButton; }
|
|
429
500
|
});
|
|
430
501
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
431
502
|
enumerable: true,
|
|
432
|
-
get: function () { return
|
|
503
|
+
get: function () { return chunkHE63LZKF_js.CursorInputRoot; }
|
|
433
504
|
});
|
|
434
505
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
435
506
|
enumerable: true,
|
|
436
|
-
get: function () { return
|
|
507
|
+
get: function () { return chunkHE63LZKF_js.CursorSelectTrigger; }
|
|
437
508
|
});
|
|
438
509
|
Object.defineProperty(exports, "CursorTabs", {
|
|
439
510
|
enumerable: true,
|
|
440
|
-
get: function () { return
|
|
511
|
+
get: function () { return chunkHE63LZKF_js.CursorTabs; }
|
|
441
512
|
});
|
|
442
513
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
443
514
|
enumerable: true,
|
|
444
|
-
get: function () { return
|
|
515
|
+
get: function () { return chunkHE63LZKF_js.CursorTextarea; }
|
|
445
516
|
});
|
|
446
517
|
Object.defineProperty(exports, "Select", {
|
|
447
518
|
enumerable: true,
|
|
@@ -589,11 +660,11 @@ Object.defineProperty(exports, "Textarea", {
|
|
|
589
660
|
});
|
|
590
661
|
Object.defineProperty(exports, "InputRoot", {
|
|
591
662
|
enumerable: true,
|
|
592
|
-
get: function () { return
|
|
663
|
+
get: function () { return chunk3YODEBOY_js.InputRoot; }
|
|
593
664
|
});
|
|
594
665
|
Object.defineProperty(exports, "InputSlot", {
|
|
595
666
|
enumerable: true,
|
|
596
|
-
get: function () { return
|
|
667
|
+
get: function () { return chunk3YODEBOY_js.InputSlot; }
|
|
597
668
|
});
|
|
598
669
|
Object.defineProperty(exports, "Button", {
|
|
599
670
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,27 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-YRM45Z7N.mjs';
|
|
2
|
+
import './chunk-OJUTHWTF.mjs';
|
|
3
|
+
export { QuaternionInput } from './chunk-6N3UJ4AX.mjs';
|
|
4
|
+
export { RadInput } from './chunk-5UHOCEWC.mjs';
|
|
5
|
+
export { TimeInput } from './chunk-4UGXCXXM.mjs';
|
|
6
|
+
export { Vec3Input } from './chunk-3LJI6I2O.mjs';
|
|
2
7
|
import './chunk-AMB2H6WS.mjs';
|
|
8
|
+
export { ThemeProvider, useTheme } from './chunk-3QG5RA46.mjs';
|
|
9
|
+
export { ThemeScript } from './chunk-MS5G6UZ4.mjs';
|
|
10
|
+
export { DegInput } from './chunk-EGYK5FED.mjs';
|
|
11
|
+
export { EulerDegInput } from './chunk-ADOYBPJS.mjs';
|
|
12
|
+
export { EulerRadInput } from './chunk-TBFX36YV.mjs';
|
|
13
|
+
export { EulerInput } from './chunk-ICRVQLUS.mjs';
|
|
14
|
+
export { InchInput } from './chunk-AB4GGLJ5.mjs';
|
|
15
|
+
export { IntInput } from './chunk-4PWIOKV6.mjs';
|
|
16
|
+
export { KVectorInput } from './chunk-MYRZ2ZV5.mjs';
|
|
17
|
+
export { VectorInput } from './chunk-43FK6CBY.mjs';
|
|
3
18
|
export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
|
|
4
19
|
export { ToggleGroup, ToggleGroupItem } from './chunk-G6CSH3FC.mjs';
|
|
5
20
|
export { Toggle, toggleVariants } from './chunk-K6R7H7R2.mjs';
|
|
6
21
|
export { TreeView } from './chunk-NKNUMZJL.mjs';
|
|
7
|
-
export { VersionBadge } from './chunk-
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
22
|
+
export { VersionBadge } from './chunk-MZDJH3M7.mjs';
|
|
23
|
+
export { CmInput } from './chunk-LCS67P4A.mjs';
|
|
24
|
+
export { NumberInput } from './chunk-JHHA2CGJ.mjs';
|
|
10
25
|
export { RadioGroup, RadioGroupItem } from './chunk-EL4FTB5J.mjs';
|
|
11
26
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-KAUA4ODT.mjs';
|
|
12
27
|
export { Slider } from './chunk-47WYS4WO.mjs';
|
|
@@ -16,7 +31,7 @@ export { TreeView as TreeViewV2 } from './chunk-LD654LL2.mjs';
|
|
|
16
31
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-TCN3UDQE.mjs';
|
|
17
32
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-RMAMN6FL.mjs';
|
|
18
33
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-56JBJR5O.mjs';
|
|
19
|
-
export { InputNumbers } from './chunk-
|
|
34
|
+
export { InputNumbers } from './chunk-LZE22ZNH.mjs';
|
|
20
35
|
export { Layout } from './chunk-CBNIBUFP.mjs';
|
|
21
36
|
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-ZBG3KB7B.mjs';
|
|
22
37
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-Q7JNDXDJ.mjs';
|
|
@@ -27,11 +42,11 @@ export { Checkbox } from './chunk-X4FMXFT3.mjs';
|
|
|
27
42
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-VPIDZYRX.mjs';
|
|
28
43
|
import './chunk-VGCVIHBR.mjs';
|
|
29
44
|
export { CursorProvider } from './chunk-NSN3O6CZ.mjs';
|
|
30
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-
|
|
45
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-M3S7NSGR.mjs';
|
|
31
46
|
export { Select, SelectContent, SelectContentFallback, SelectContentRoot, SelectFallback, SelectGroup, SelectGroupFallback, SelectGroupRoot, SelectItem, SelectItemFallback, SelectItemRoot, SelectLabel, SelectLabelFallback, SelectLabelRoot, SelectRoot, SelectScrollDownButton, SelectScrollDownButtonFallback, SelectScrollDownButtonRoot, SelectScrollUpButton, SelectScrollUpButtonFallback, SelectScrollUpButtonRoot, SelectSeparator, SelectSeparatorFallback, SelectSeparatorRoot, SelectTrigger, SelectTriggerFallback, SelectTriggerRoot, SelectValue, SelectValueFallback, SelectValueRoot, selectTriggerVariants } from './chunk-TZLILQLV.mjs';
|
|
32
47
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-EXM36UYZ.mjs';
|
|
33
48
|
export { Textarea } from './chunk-MWJQTO2F.mjs';
|
|
34
|
-
export { InputRoot, InputSlot } from './chunk-
|
|
49
|
+
export { InputRoot, InputSlot } from './chunk-INX2EB5H.mjs';
|
|
35
50
|
export { Button } from './chunk-I5UCKLLT.mjs';
|
|
36
51
|
export { withCursor } from './chunk-44KW6PTD.mjs';
|
|
37
52
|
import './chunk-LXDQ4KMN.mjs';
|
package/dist/styles/theme.css
CHANGED
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
--shadow-secondary: var(--black-alpha-2);
|
|
125
125
|
--shadow-tertiary: var(--black-alpha-6);
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
.liquid-light {
|
|
128
128
|
color-scheme: light;
|
|
129
129
|
--brand-primary: var(--blue-6);
|
|
130
130
|
--brand-secondary: var(--blue-4);
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
--shadow-secondary: var(--black-alpha-4);
|
|
156
156
|
--shadow-tertiary: var(--black-alpha-4);
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
.liquid-dark {
|
|
159
159
|
color-scheme: dark;
|
|
160
160
|
--brand-primary: var(--blue-6);
|
|
161
161
|
--brand-secondary: var(--blue-4);
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
--shadow-secondary: var(--black-alpha-2);
|
|
187
187
|
--shadow-tertiary: var(--black-alpha-6);
|
|
188
188
|
}
|
|
189
|
-
@custom-variant liquid (&:is(.
|
|
189
|
+
@custom-variant liquid (&:is(.liquid-dark *, .liquid-light *));
|
|
190
190
|
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; backdrop-filter: blur(20px) !important; }
|
|
191
191
|
@utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
|
|
192
192
|
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-secondary: var(--brand-secondary); --color-brand-tertiary: var(--brand-tertiary); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 8px); --radius-uk-xl: calc(var(--radius) + 12px); --spacing-xxs: calc(var(--spacing) - 2px); --spacing-xs: var(--spacing); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 8px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-xl: 18px; --text-uk-xxl: 20px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-xl: 28px; --leading-uk-xxl: 32px; }
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
--shadow-secondary: var(--black-alpha-2);
|
|
125
125
|
--shadow-tertiary: var(--black-alpha-6);
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
.liquid-light {
|
|
128
128
|
color-scheme: light;
|
|
129
129
|
--brand-primary: var(--blue-6);
|
|
130
130
|
--brand-secondary: var(--blue-4);
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
--shadow-secondary: var(--black-alpha-4);
|
|
156
156
|
--shadow-tertiary: var(--black-alpha-4);
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
.liquid-dark {
|
|
159
159
|
color-scheme: dark;
|
|
160
160
|
--brand-primary: var(--blue-6);
|
|
161
161
|
--brand-secondary: var(--blue-4);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkUQQPHWTA_js = require('../../chunk-UQQPHWTA.js');
|
|
4
|
+
require('../../chunk-IOVNKUJ6.js');
|
|
5
|
+
require('../../chunk-3YODEBOY.js');
|
|
6
|
+
require('../../chunk-T4N7UHZ7.js');
|
|
7
|
+
require('../../chunk-QG7ZF6TO.js');
|
|
8
|
+
require('../../chunk-OASPTOVZ.js');
|
|
9
|
+
require('../../chunk-KIENXCE4.js');
|
|
10
|
+
require('../../chunk-W3APG27Q.js');
|
|
11
|
+
require('../../chunk-7KYAICHB.js');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Object.defineProperty(exports, "CmInput", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkUQQPHWTA_js.CmInput; }
|
|
18
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { CmInput } from '../../chunk-LCS67P4A.mjs';
|
|
2
|
+
import '../../chunk-JHHA2CGJ.mjs';
|
|
3
|
+
import '../../chunk-INX2EB5H.mjs';
|
|
4
|
+
import '../../chunk-LXDQ4KMN.mjs';
|
|
5
|
+
import '../../chunk-4F2GSF2T.mjs';
|
|
6
|
+
import '../../chunk-QG5Z4C65.mjs';
|
|
7
|
+
import '../../chunk-IWH3T7TD.mjs';
|
|
8
|
+
import '../../chunk-PR4VD5F2.mjs';
|
|
9
|
+
import '../../chunk-WM2VP7MI.mjs';
|