@windrun-huaiin/base-ui 12.0.0 → 13.1.0
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/assets/bitcoin.js +3 -1
- package/dist/assets/clerk.js +3 -1
- package/dist/assets/css.js +3 -1
- package/dist/assets/csv.js +3 -1
- package/dist/assets/d8.js +3 -1
- package/dist/assets/diff.js +3 -1
- package/dist/assets/dpa.js +3 -1
- package/dist/assets/faq.js +3 -1
- package/dist/assets/faqb.js +3 -1
- package/dist/assets/faqs.js +3 -1
- package/dist/assets/github.js +3 -1
- package/dist/assets/html.js +3 -1
- package/dist/assets/http.js +3 -1
- package/dist/assets/index.js +31 -31
- package/dist/assets/iterm.js +3 -1
- package/dist/assets/java.js +3 -1
- package/dist/assets/json.js +3 -1
- package/dist/assets/last-updated.js +3 -1
- package/dist/assets/log.js +3 -1
- package/dist/assets/mac.js +3 -1
- package/dist/assets/markdown.js +3 -1
- package/dist/assets/mdx.js +3 -1
- package/dist/assets/mermaid.js +3 -1
- package/dist/assets/scheme.js +3 -1
- package/dist/assets/snippets.js +3 -1
- package/dist/assets/sql.js +3 -1
- package/dist/assets/subp.js +3 -1
- package/dist/assets/t3p.js +3 -1
- package/dist/assets/test.js +3 -1
- package/dist/assets/txt.js +3 -1
- package/dist/assets/xml.js +3 -1
- package/dist/assets/yaml.js +3 -1
- package/dist/components/global-icon.d.ts +6 -0
- package/dist/components/limited-lucide-icons.d.ts +1 -1
- package/dist/components/limited-lucide-icons.js +24 -0
- package/dist/components/limited-lucide-icons.mjs +1 -1
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.js +22 -0
- package/dist/lib/index.mjs +1 -0
- package/dist/lib/theme-util.d.ts +67 -2
- package/dist/lib/theme-util.js +110 -4
- package/dist/lib/theme-util.mjs +98 -5
- package/dist/ui/copyable-text.js +3 -8
- package/dist/ui/copyable-text.mjs +3 -8
- package/package.json +17 -12
- package/src/components/limited-lucide-icons.ts +6 -0
- package/src/lib/index.ts +1 -0
- package/src/lib/theme-util.ts +118 -5
- package/src/ui/copyable-text.tsx +3 -6
package/dist/assets/bitcoin.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const BitcoinIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
BitcoinIcon.displayName = "BTC";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = BitcoinIcon;
|
package/dist/assets/clerk.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const ClerkIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
ClerkIcon.displayName = "Clerk";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = ClerkIcon;
|
package/dist/assets/css.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const CSSIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
CSSIcon.displayName = "CSS";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = CSSIcon;
|
package/dist/assets/csv.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const CSVIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
CSVIcon.displayName = "CSV";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = CSVIcon;
|
package/dist/assets/d8.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const D8Icon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
D8Icon.displayName = "D8";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = D8Icon;
|
package/dist/assets/diff.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const DiffIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
DiffIcon.displayName = "Diff";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = DiffIcon;
|
package/dist/assets/dpa.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const DPAIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
DPAIcon.displayName = "DPA";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = DPAIcon;
|
package/dist/assets/faq.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const FAQIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
FAQIcon.displayName = "FAQ";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = FAQIcon;
|
package/dist/assets/faqb.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const FAQBIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
FAQBIcon.displayName = "FAQB";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = FAQBIcon;
|
package/dist/assets/faqs.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const FAQSIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
FAQSIcon.displayName = "FAQS";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = FAQSIcon;
|
package/dist/assets/github.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const GitHubIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
GitHubIcon.displayName = "GitHub";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = GitHubIcon;
|
package/dist/assets/html.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const HtmlIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
HtmlIcon.displayName = "Html";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = HtmlIcon;
|
package/dist/assets/http.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const HttpIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
HttpIcon.displayName = "Http";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = HttpIcon;
|
package/dist/assets/index.js
CHANGED
|
@@ -35,37 +35,37 @@ var faqs = require('./faqs.js');
|
|
|
35
35
|
// Import all built-in icon components
|
|
36
36
|
// Built-in icon components mapped by display name - internal use only
|
|
37
37
|
const BUILTIN_ICON_COMPONENTS = {
|
|
38
|
-
GitHub: github,
|
|
39
|
-
D8: d8,
|
|
40
|
-
Clerk: clerk,
|
|
41
|
-
Iterm: iterm,
|
|
42
|
-
Markdown: markdown,
|
|
43
|
-
MDX: mdx,
|
|
44
|
-
Html: html,
|
|
45
|
-
Json: json,
|
|
46
|
-
XML: xml,
|
|
47
|
-
Yaml: yaml,
|
|
48
|
-
CSV: csv,
|
|
49
|
-
Txt: txt,
|
|
50
|
-
Java: java,
|
|
51
|
-
SQL: sql,
|
|
52
|
-
Log: log,
|
|
53
|
-
MAC: mac,
|
|
54
|
-
BTC: bitcoin,
|
|
55
|
-
CSS: css,
|
|
56
|
-
Mmd: mermaid,
|
|
57
|
-
LastUpdated: lastUpdated,
|
|
58
|
-
Snippets: snippets,
|
|
59
|
-
Test: test,
|
|
60
|
-
Diff: diff,
|
|
61
|
-
DPA: dpa,
|
|
62
|
-
SubP: subp,
|
|
63
|
-
T3P: t3p,
|
|
64
|
-
Http: http,
|
|
65
|
-
Scheme: scheme,
|
|
66
|
-
FAQ: faq,
|
|
67
|
-
FAQB: faqb,
|
|
68
|
-
FAQS: faqs,
|
|
38
|
+
GitHub: github.default,
|
|
39
|
+
D8: d8.default,
|
|
40
|
+
Clerk: clerk.default,
|
|
41
|
+
Iterm: iterm.default,
|
|
42
|
+
Markdown: markdown.default,
|
|
43
|
+
MDX: mdx.default,
|
|
44
|
+
Html: html.default,
|
|
45
|
+
Json: json.default,
|
|
46
|
+
XML: xml.default,
|
|
47
|
+
Yaml: yaml.default,
|
|
48
|
+
CSV: csv.default,
|
|
49
|
+
Txt: txt.default,
|
|
50
|
+
Java: java.default,
|
|
51
|
+
SQL: sql.default,
|
|
52
|
+
Log: log.default,
|
|
53
|
+
MAC: mac.default,
|
|
54
|
+
BTC: bitcoin.default,
|
|
55
|
+
CSS: css.default,
|
|
56
|
+
Mmd: mermaid.default,
|
|
57
|
+
LastUpdated: lastUpdated.default,
|
|
58
|
+
Snippets: snippets.default,
|
|
59
|
+
Test: test.default,
|
|
60
|
+
Diff: diff.default,
|
|
61
|
+
DPA: dpa.default,
|
|
62
|
+
SubP: subp.default,
|
|
63
|
+
T3P: t3p.default,
|
|
64
|
+
Http: http.default,
|
|
65
|
+
Scheme: scheme.default,
|
|
66
|
+
FAQ: faq.default,
|
|
67
|
+
FAQB: faqb.default,
|
|
68
|
+
FAQS: faqs.default,
|
|
69
69
|
};
|
|
70
70
|
|
|
71
71
|
exports.BUILTIN_ICON_COMPONENTS = BUILTIN_ICON_COMPONENTS;
|
package/dist/assets/iterm.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const ItermIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
ItermIcon.displayName = "Iterm";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = ItermIcon;
|
package/dist/assets/java.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const JavaIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
JavaIcon.displayName = "Java";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = JavaIcon;
|
package/dist/assets/json.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const JsonIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
JsonIcon.displayName = "Json";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = JsonIcon;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const LastUpdatedIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
LastUpdatedIcon.displayName = "LastUpdated";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = LastUpdatedIcon;
|
package/dist/assets/log.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const LogIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
LogIcon.displayName = "Log";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = LogIcon;
|
package/dist/assets/mac.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const MACIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
MACIcon.displayName = "MAC";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = MACIcon;
|
package/dist/assets/markdown.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const MarkdownIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
MarkdownIcon.displayName = "Markdown";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = MarkdownIcon;
|
package/dist/assets/mdx.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -54,4 +56,4 @@ const MDXIcon = React.forwardRef((_a, ref) => {
|
|
|
54
56
|
});
|
|
55
57
|
MDXIcon.displayName = "MDX";
|
|
56
58
|
|
|
57
|
-
|
|
59
|
+
exports.default = MDXIcon;
|
package/dist/assets/mermaid.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -13,4 +15,4 @@ const MermaidIcon = React.forwardRef(
|
|
|
13
15
|
});
|
|
14
16
|
MermaidIcon.displayName = "Mmd";
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
exports.default = MermaidIcon;
|
package/dist/assets/scheme.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const SchemeIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
SchemeIcon.displayName = "Scheme";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = SchemeIcon;
|
package/dist/assets/snippets.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const SnippetsIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
SnippetsIcon.displayName = "Snippets";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = SnippetsIcon;
|
package/dist/assets/sql.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const SQLIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
SQLIcon.displayName = "SQL";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = SQLIcon;
|
package/dist/assets/subp.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const SubPIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
SubPIcon.displayName = "SubP";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = SubPIcon;
|
package/dist/assets/t3p.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const T3PIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
T3PIcon.displayName = "T3P";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = T3PIcon;
|
package/dist/assets/test.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const TestIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
TestIcon.displayName = "Test";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = TestIcon;
|
package/dist/assets/txt.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const TxtIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
TxtIcon.displayName = "Txt";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = TxtIcon;
|
package/dist/assets/xml.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const XMLIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
XMLIcon.displayName = "XML";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = XMLIcon;
|
package/dist/assets/yaml.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib_es6 = require('../node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js');
|
|
4
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
7
|
var React = require('react');
|
|
@@ -11,4 +13,4 @@ const YamlIcon = React.forwardRef((_a, ref) => {
|
|
|
11
13
|
});
|
|
12
14
|
YamlIcon.displayName = "Yaml";
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
exports.default = YamlIcon;
|
|
@@ -43,6 +43,12 @@ export declare const globalLucideIcons: {
|
|
|
43
43
|
Binary: StyledLucideIconComponent;
|
|
44
44
|
Blocks: StyledLucideIconComponent;
|
|
45
45
|
BookX: StyledLucideIconComponent;
|
|
46
|
+
BookOpen: StyledLucideIconComponent;
|
|
47
|
+
BookAudio: StyledLucideIconComponent;
|
|
48
|
+
BookA: StyledLucideIconComponent;
|
|
49
|
+
BookCheck: StyledLucideIconComponent;
|
|
50
|
+
BookDown: StyledLucideIconComponent;
|
|
51
|
+
BookHeadphones: StyledLucideIconComponent;
|
|
46
52
|
BotMessageSquare: StyledLucideIconComponent;
|
|
47
53
|
Brain: StyledLucideIconComponent;
|
|
48
54
|
BrainCircuit: StyledLucideIconComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Bell, Binary, Blocks, BookX, BotMessageSquare, Brain, BrainCircuit, BringToFront, Building2, Bug, BugOff, BadgeQuestionMark, Car, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, Eye, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, Music4, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, Rss, Scale, Search, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Sprout, SquareDashedBottomCode, SquareTerminal, Server, SplinePointer, Sparkles, Star, Tablets, Terminal, Twitter, UserRoundCheck, Workflow, X, Zap, } from "lucide-react";
|
|
1
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, BotMessageSquare, Brain, BrainCircuit, BringToFront, Building2, Bug, BugOff, BadgeQuestionMark, Car, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, Eye, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, Music4, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, Rss, Scale, Search, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Sprout, SquareDashedBottomCode, SquareTerminal, Server, SplinePointer, Sparkles, Star, Tablets, Terminal, Twitter, UserRoundCheck, Workflow, X, Zap, } from "lucide-react";
|
|
@@ -45,6 +45,30 @@ Object.defineProperty(exports, "Blocks", {
|
|
|
45
45
|
enumerable: true,
|
|
46
46
|
get: function () { return lucideReact.Blocks; }
|
|
47
47
|
});
|
|
48
|
+
Object.defineProperty(exports, "BookA", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () { return lucideReact.BookA; }
|
|
51
|
+
});
|
|
52
|
+
Object.defineProperty(exports, "BookAudio", {
|
|
53
|
+
enumerable: true,
|
|
54
|
+
get: function () { return lucideReact.BookAudio; }
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(exports, "BookCheck", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function () { return lucideReact.BookCheck; }
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "BookDown", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () { return lucideReact.BookDown; }
|
|
63
|
+
});
|
|
64
|
+
Object.defineProperty(exports, "BookHeadphones", {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function () { return lucideReact.BookHeadphones; }
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "BookOpen", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return lucideReact.BookOpen; }
|
|
71
|
+
});
|
|
48
72
|
Object.defineProperty(exports, "BookX", {
|
|
49
73
|
enumerable: true,
|
|
50
74
|
get: function () { return lucideReact.BookX; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, BadgeQuestionMark, Bell, Binary, Blocks, BookX, BotMessageSquare, Brain, BrainCircuit, BringToFront, Bug, BugOff, Building2, Car, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, Rss, Scale, Search, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, UserRoundCheck, Workflow, X, Zap } from 'lucide-react';
|
|
1
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, BadgeQuestionMark, Bell, Binary, Blocks, BookA, BookAudio, BookCheck, BookDown, BookHeadphones, BookOpen, BookX, BotMessageSquare, Brain, BrainCircuit, BringToFront, Bug, BugOff, Building2, Car, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, Rss, Scale, Search, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, UserRoundCheck, Workflow, X, Zap } from 'lucide-react';
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* This file re-exports selected icons from 'lucide-react'.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './theme-util';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var themeUtil = require('./theme-util.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.THEME_BUTTON_GRADIENT_CLASS_MAP = themeUtil.THEME_BUTTON_GRADIENT_CLASS_MAP;
|
|
8
|
+
exports.THEME_BUTTON_GRADIENT_HOVER_CLASS_MAP = themeUtil.THEME_BUTTON_GRADIENT_HOVER_CLASS_MAP;
|
|
9
|
+
exports.THEME_COLOR_HEX_MAP = themeUtil.THEME_COLOR_HEX_MAP;
|
|
10
|
+
exports.THEME_COLOR_NAME_TO_CLASS_MAP = themeUtil.THEME_COLOR_NAME_TO_CLASS_MAP;
|
|
11
|
+
exports.THEME_HERO_EYES_ON_CLASS_MAP = themeUtil.THEME_HERO_EYES_ON_CLASS_MAP;
|
|
12
|
+
exports.THEME_RICH_TEXT_MARK_CLASS_MAP = themeUtil.THEME_RICH_TEXT_MARK_CLASS_MAP;
|
|
13
|
+
exports.__SUPPORTED_THEME_COLORS = themeUtil.__SUPPORTED_THEME_COLORS;
|
|
14
|
+
exports.themeButtonGradientClass = themeUtil.themeButtonGradientClass;
|
|
15
|
+
exports.themeButtonGradientHoverClass = themeUtil.themeButtonGradientHoverClass;
|
|
16
|
+
exports.themeHeroEyesOnClass = themeUtil.themeHeroEyesOnClass;
|
|
17
|
+
exports.themeIconColor = themeUtil.themeIconColor;
|
|
18
|
+
exports.themeRichTextMarkClass = themeUtil.themeRichTextMarkClass;
|
|
19
|
+
exports.themeSvgIconColor = themeUtil.themeSvgIconColor;
|
|
20
|
+
exports.themeSvgIconSize = themeUtil.themeSvgIconSize;
|
|
21
|
+
exports.validateThemeColor = themeUtil.validateThemeColor;
|
|
22
|
+
exports.validateThemeName = themeUtil.validateThemeName;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { THEME_BUTTON_GRADIENT_CLASS_MAP, THEME_BUTTON_GRADIENT_HOVER_CLASS_MAP, THEME_COLOR_HEX_MAP, THEME_COLOR_NAME_TO_CLASS_MAP, THEME_HERO_EYES_ON_CLASS_MAP, THEME_RICH_TEXT_MARK_CLASS_MAP, __SUPPORTED_THEME_COLORS, themeButtonGradientClass, themeButtonGradientHoverClass, themeHeroEyesOnClass, themeIconColor, themeRichTextMarkClass, themeSvgIconColor, themeSvgIconSize, validateThemeColor, validateThemeName } from './theme-util.mjs';
|