@uipath/apollo-wind 0.15.0 → 0.15.1
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.
|
@@ -30,12 +30,12 @@ const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
|
30
30
|
const external_lucide_react_namespaceObject = require("lucide-react");
|
|
31
31
|
const external_react_namespaceObject = require("react");
|
|
32
32
|
const external_react_syntax_highlighter_namespaceObject = require("react-syntax-highlighter");
|
|
33
|
-
const
|
|
33
|
+
const index_js_namespaceObject = require("react-syntax-highlighter/dist/esm/styles/prism/index.js");
|
|
34
34
|
const external_button_cjs_namespaceObject = require("./button.cjs");
|
|
35
35
|
const index_cjs_namespaceObject = require("../../lib/index.cjs");
|
|
36
36
|
const THEME_CONFIG = {
|
|
37
37
|
dark: {
|
|
38
|
-
prismStyle:
|
|
38
|
+
prismStyle: index_js_namespaceObject.nord,
|
|
39
39
|
bg: '#182027',
|
|
40
40
|
headerBg: '#111920',
|
|
41
41
|
labelColor: '#8ea1b1',
|
|
@@ -43,7 +43,7 @@ const THEME_CONFIG = {
|
|
|
43
43
|
lineNumberColor: '#2e3f4c'
|
|
44
44
|
},
|
|
45
45
|
light: {
|
|
46
|
-
prismStyle:
|
|
46
|
+
prismStyle: index_js_namespaceObject.vs,
|
|
47
47
|
bg: '#ffffff',
|
|
48
48
|
headerBg: '#f0f4f8',
|
|
49
49
|
labelColor: '#374151',
|
|
@@ -51,7 +51,7 @@ const THEME_CONFIG = {
|
|
|
51
51
|
lineNumberColor: '#c8d4de'
|
|
52
52
|
},
|
|
53
53
|
'future-dark': {
|
|
54
|
-
prismStyle:
|
|
54
|
+
prismStyle: index_js_namespaceObject.vscDarkPlus,
|
|
55
55
|
bg: '#18181b',
|
|
56
56
|
headerBg: '#09090b',
|
|
57
57
|
labelColor: '#a1a1aa',
|
|
@@ -59,7 +59,7 @@ const THEME_CONFIG = {
|
|
|
59
59
|
lineNumberColor: '#3f3f46'
|
|
60
60
|
},
|
|
61
61
|
'future-light': {
|
|
62
|
-
prismStyle:
|
|
62
|
+
prismStyle: index_js_namespaceObject.vs,
|
|
63
63
|
bg: '#fafafa',
|
|
64
64
|
headerBg: '#f4f4f5',
|
|
65
65
|
labelColor: '#52525b',
|
|
@@ -67,7 +67,7 @@ const THEME_CONFIG = {
|
|
|
67
67
|
lineNumberColor: '#d4d4d8'
|
|
68
68
|
},
|
|
69
69
|
wireframe: {
|
|
70
|
-
prismStyle:
|
|
70
|
+
prismStyle: index_js_namespaceObject.prism,
|
|
71
71
|
bg: '#f9fafb',
|
|
72
72
|
headerBg: '#f3f4f6',
|
|
73
73
|
labelColor: '#6b7280',
|
|
@@ -75,7 +75,7 @@ const THEME_CONFIG = {
|
|
|
75
75
|
lineNumberColor: '#d1d5db'
|
|
76
76
|
},
|
|
77
77
|
vertex: {
|
|
78
|
-
prismStyle:
|
|
78
|
+
prismStyle: index_js_namespaceObject.nightOwl,
|
|
79
79
|
bg: 'oklch(0.21 0.03 258.5)',
|
|
80
80
|
headerBg: 'oklch(0.188 0.028 258.5)',
|
|
81
81
|
labelColor: '#a6b5c9',
|
|
@@ -83,7 +83,7 @@ const THEME_CONFIG = {
|
|
|
83
83
|
lineNumberColor: 'oklch(0.32 0.03 258.5)'
|
|
84
84
|
},
|
|
85
85
|
canvas: {
|
|
86
|
-
prismStyle:
|
|
86
|
+
prismStyle: index_js_namespaceObject.atomDark,
|
|
87
87
|
bg: '#182027',
|
|
88
88
|
headerBg: '#111920',
|
|
89
89
|
labelColor: '#8ea1b1',
|
|
@@ -91,7 +91,7 @@ const THEME_CONFIG = {
|
|
|
91
91
|
lineNumberColor: '#2e3f4c'
|
|
92
92
|
},
|
|
93
93
|
'dark-hc': {
|
|
94
|
-
prismStyle:
|
|
94
|
+
prismStyle: index_js_namespaceObject.oneDark,
|
|
95
95
|
bg: '#0a0a0a',
|
|
96
96
|
headerBg: '#141414',
|
|
97
97
|
labelColor: '#e4e4e4',
|
|
@@ -99,7 +99,7 @@ const THEME_CONFIG = {
|
|
|
99
99
|
lineNumberColor: '#505050'
|
|
100
100
|
},
|
|
101
101
|
'light-hc': {
|
|
102
|
-
prismStyle:
|
|
102
|
+
prismStyle: index_js_namespaceObject.oneLight,
|
|
103
103
|
bg: '#ffffff',
|
|
104
104
|
headerBg: '#e8e8e8',
|
|
105
105
|
labelColor: '#111827',
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { Check, Copy } from "lucide-react";
|
|
3
3
|
import { useEffect, useRef, useState } from "react";
|
|
4
4
|
import { Prism } from "react-syntax-highlighter";
|
|
5
|
-
import { atomDark, nightOwl, nord, oneDark, oneLight, prism, vs, vscDarkPlus } from "react-syntax-highlighter/dist/esm/styles/prism";
|
|
5
|
+
import { atomDark, nightOwl, nord, oneDark, oneLight, prism, vs, vscDarkPlus } from "react-syntax-highlighter/dist/esm/styles/prism/index.js";
|
|
6
6
|
import { Button } from "./button.js";
|
|
7
7
|
import { cn } from "../../lib/index.js";
|
|
8
8
|
const THEME_CONFIG = {
|
|
@@ -24,16 +24,16 @@ var __webpack_modules__ = {
|
|
|
24
24
|
"./button-group" (module) {
|
|
25
25
|
module.exports = require("./button-group.cjs");
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"@/components/ui/button" (module) {
|
|
28
28
|
module.exports = require("./button.cjs");
|
|
29
29
|
},
|
|
30
|
-
"
|
|
30
|
+
"@/components/ui/calendar" (module) {
|
|
31
31
|
module.exports = require("./calendar.cjs");
|
|
32
32
|
},
|
|
33
33
|
"@/components/ui/card" (module) {
|
|
34
34
|
module.exports = require("./card.cjs");
|
|
35
35
|
},
|
|
36
|
-
"
|
|
36
|
+
"@/components/ui/checkbox" (module) {
|
|
37
37
|
module.exports = require("./checkbox.cjs");
|
|
38
38
|
},
|
|
39
39
|
"@/components/ui/collapsible" (module) {
|
|
@@ -57,7 +57,7 @@ var __webpack_modules__ = {
|
|
|
57
57
|
"./datetime-picker" (module) {
|
|
58
58
|
module.exports = require("./datetime-picker.cjs");
|
|
59
59
|
},
|
|
60
|
-
"
|
|
60
|
+
"@/components/ui/dialog" (module) {
|
|
61
61
|
module.exports = require("./dialog.cjs");
|
|
62
62
|
},
|
|
63
63
|
"@/components/ui/dropdown-menu" (module) {
|
|
@@ -75,10 +75,10 @@ var __webpack_modules__ = {
|
|
|
75
75
|
"@/components/ui/hover-card" (module) {
|
|
76
76
|
module.exports = require("./hover-card.cjs");
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"@/components/ui/input" (module) {
|
|
79
79
|
module.exports = require("./input.cjs");
|
|
80
80
|
},
|
|
81
|
-
"
|
|
81
|
+
"@/components/ui/label" (module) {
|
|
82
82
|
module.exports = require("./label.cjs");
|
|
83
83
|
},
|
|
84
84
|
"./layout" (module) {
|
|
@@ -90,7 +90,7 @@ var __webpack_modules__ = {
|
|
|
90
90
|
"./pagination" (module) {
|
|
91
91
|
module.exports = require("./pagination.cjs");
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"@/components/ui/popover" (module) {
|
|
94
94
|
module.exports = require("./popover.cjs");
|
|
95
95
|
},
|
|
96
96
|
"./progress" (module) {
|
|
@@ -138,7 +138,7 @@ var __webpack_modules__ = {
|
|
|
138
138
|
"./switch" (module) {
|
|
139
139
|
module.exports = require("./switch.cjs");
|
|
140
140
|
},
|
|
141
|
-
"
|
|
141
|
+
"@/components/ui/table" (module) {
|
|
142
142
|
module.exports = require("./table.cjs");
|
|
143
143
|
},
|
|
144
144
|
"./tabs" (module) {
|
|
@@ -255,7 +255,7 @@ var __webpack_exports__ = {};
|
|
|
255
255
|
"default"
|
|
256
256
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_breadcrumb__rspack_import_6[__rspack_import_key];
|
|
257
257
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
258
|
-
var _button__rspack_import_7 = __webpack_require__("
|
|
258
|
+
var _button__rspack_import_7 = __webpack_require__("@/components/ui/button");
|
|
259
259
|
var __rspack_reexport = {};
|
|
260
260
|
for(const __rspack_import_key in _button__rspack_import_7)if ([
|
|
261
261
|
"TreeView",
|
|
@@ -269,7 +269,7 @@ var __webpack_exports__ = {};
|
|
|
269
269
|
"default"
|
|
270
270
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_button_group__rspack_import_8[__rspack_import_key];
|
|
271
271
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
272
|
-
var _calendar__rspack_import_9 = __webpack_require__("
|
|
272
|
+
var _calendar__rspack_import_9 = __webpack_require__("@/components/ui/calendar");
|
|
273
273
|
var __rspack_reexport = {};
|
|
274
274
|
for(const __rspack_import_key in _calendar__rspack_import_9)if ([
|
|
275
275
|
"TreeView",
|
|
@@ -283,7 +283,7 @@ var __webpack_exports__ = {};
|
|
|
283
283
|
"default"
|
|
284
284
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_card__rspack_import_10[__rspack_import_key];
|
|
285
285
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
286
|
-
var _checkbox__rspack_import_11 = __webpack_require__("
|
|
286
|
+
var _checkbox__rspack_import_11 = __webpack_require__("@/components/ui/checkbox");
|
|
287
287
|
var __rspack_reexport = {};
|
|
288
288
|
for(const __rspack_import_key in _checkbox__rspack_import_11)if ([
|
|
289
289
|
"TreeView",
|
|
@@ -339,7 +339,7 @@ var __webpack_exports__ = {};
|
|
|
339
339
|
"default"
|
|
340
340
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_datetime_picker__rspack_import_18[__rspack_import_key];
|
|
341
341
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
342
|
-
var _dialog__rspack_import_19 = __webpack_require__("
|
|
342
|
+
var _dialog__rspack_import_19 = __webpack_require__("@/components/ui/dialog");
|
|
343
343
|
var __rspack_reexport = {};
|
|
344
344
|
for(const __rspack_import_key in _dialog__rspack_import_19)if ([
|
|
345
345
|
"TreeView",
|
|
@@ -381,14 +381,14 @@ var __webpack_exports__ = {};
|
|
|
381
381
|
"default"
|
|
382
382
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_hover_card__rspack_import_24[__rspack_import_key];
|
|
383
383
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
384
|
-
var _input__rspack_import_25 = __webpack_require__("
|
|
384
|
+
var _input__rspack_import_25 = __webpack_require__("@/components/ui/input");
|
|
385
385
|
var __rspack_reexport = {};
|
|
386
386
|
for(const __rspack_import_key in _input__rspack_import_25)if ([
|
|
387
387
|
"TreeView",
|
|
388
388
|
"default"
|
|
389
389
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_input__rspack_import_25[__rspack_import_key];
|
|
390
390
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
391
|
-
var _label__rspack_import_26 = __webpack_require__("
|
|
391
|
+
var _label__rspack_import_26 = __webpack_require__("@/components/ui/label");
|
|
392
392
|
var __rspack_reexport = {};
|
|
393
393
|
for(const __rspack_import_key in _label__rspack_import_26)if ([
|
|
394
394
|
"TreeView",
|
|
@@ -416,7 +416,7 @@ var __webpack_exports__ = {};
|
|
|
416
416
|
"default"
|
|
417
417
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_pagination__rspack_import_29[__rspack_import_key];
|
|
418
418
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
419
|
-
var _popover__rspack_import_30 = __webpack_require__("
|
|
419
|
+
var _popover__rspack_import_30 = __webpack_require__("@/components/ui/popover");
|
|
420
420
|
var __rspack_reexport = {};
|
|
421
421
|
for(const __rspack_import_key in _popover__rspack_import_30)if ([
|
|
422
422
|
"TreeView",
|
|
@@ -528,7 +528,7 @@ var __webpack_exports__ = {};
|
|
|
528
528
|
"default"
|
|
529
529
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_switch__rspack_import_45[__rspack_import_key];
|
|
530
530
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
531
|
-
var _table__rspack_import_46 = __webpack_require__("
|
|
531
|
+
var _table__rspack_import_46 = __webpack_require__("@/components/ui/table");
|
|
532
532
|
var __rspack_reexport = {};
|
|
533
533
|
for(const __rspack_import_key in _table__rspack_import_46)if ([
|
|
534
534
|
"TreeView",
|