@mieweb/ui 0.7.2-dev.2 → 0.7.2-dev.4
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/brands/index.cjs +17 -17
- package/dist/brands/index.js +4 -4
- package/dist/chunk-7C226TQI.js +76 -0
- package/dist/chunk-7C226TQI.js.map +1 -0
- package/dist/{chunk-6VGWSIG2.cjs → chunk-HVIQZZ47.cjs} +5 -2
- package/dist/chunk-HVIQZZ47.cjs.map +1 -0
- package/dist/{chunk-VA7QN4DX.cjs → chunk-JDHIBJ5K.cjs} +2 -2
- package/dist/{chunk-VA7QN4DX.cjs.map → chunk-JDHIBJ5K.cjs.map} +1 -1
- package/dist/{chunk-BCJFOSZX.js → chunk-MO65V64I.js} +2 -2
- package/dist/{chunk-BCJFOSZX.js.map → chunk-MO65V64I.js.map} +1 -1
- package/dist/chunk-SEN7FIF3.cjs +158 -0
- package/dist/chunk-SEN7FIF3.cjs.map +1 -0
- package/dist/{chunk-TK4I5UHV.js → chunk-TH5GXHVQ.js} +5 -2
- package/dist/chunk-TH5GXHVQ.js.map +1 -0
- package/dist/components/Q/index.cjs +109 -0
- package/dist/components/Q/index.cjs.map +1 -0
- package/dist/components/Q/index.d.cts +27 -0
- package/dist/components/Q/index.d.ts +27 -0
- package/dist/components/Q/index.js +4 -0
- package/dist/components/Q/index.js.map +1 -0
- package/dist/index.cjs +548 -324
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +144 -2
- package/dist/index.d.ts +144 -2
- package/dist/index.js +242 -21
- package/dist/index.js.map +1 -1
- package/dist/q.cjs +109 -0
- package/dist/q.cjs.map +1 -0
- package/dist/q.d.cts +5 -0
- package/dist/q.d.ts +5 -0
- package/dist/q.js +4 -0
- package/dist/q.js.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/tailwind-preset.cjs +4 -4
- package/dist/tailwind-preset.js +1 -1
- package/package.json +19 -4
- package/dist/chunk-6VGWSIG2.cjs.map +0 -1
- package/dist/chunk-TK4I5UHV.js.map +0 -1
package/dist/q.cjs
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkSEN7FIF3_cjs = require('./chunk-SEN7FIF3.cjs');
|
|
4
|
+
require('./chunk-S5RVSXDV.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "AgentConfigGenerator", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkSEN7FIF3_cjs.AgentConfigGenerator; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "ConfigEditor", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkSEN7FIF3_cjs.ConfigEditor; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "FormBuilder", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkSEN7FIF3_cjs.FormBuilder; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "GENERIC_TOOLS", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkSEN7FIF3_cjs.GENERIC_TOOLS; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "Header", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkSEN7FIF3_cjs.Header; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "Q", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return chunkSEN7FIF3_cjs.Q; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "TIMEZONES", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return chunkSEN7FIF3_cjs.TIMEZONES; }
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "ToolBuilder", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return chunkSEN7FIF3_cjs.ToolBuilder; }
|
|
39
|
+
});
|
|
40
|
+
Object.defineProperty(exports, "UniversalAgentConfigGenerator", {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function () { return chunkSEN7FIF3_cjs.UniversalAgentConfigGenerator; }
|
|
43
|
+
});
|
|
44
|
+
Object.defineProperty(exports, "brands", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function () { return chunkSEN7FIF3_cjs.brands; }
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "configToQuestionnaire", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () { return chunkSEN7FIF3_cjs.configToQuestionnaire; }
|
|
51
|
+
});
|
|
52
|
+
Object.defineProperty(exports, "configToYaml", {
|
|
53
|
+
enumerable: true,
|
|
54
|
+
get: function () { return chunkSEN7FIF3_cjs.configToYaml; }
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(exports, "copyToClipboard", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function () { return chunkSEN7FIF3_cjs.copyToClipboard; }
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "createQAgentConfig", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () { return chunkSEN7FIF3_cjs.createQAgentConfig; }
|
|
63
|
+
});
|
|
64
|
+
Object.defineProperty(exports, "createQTwilioAgentConfig", {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function () { return chunkSEN7FIF3_cjs.createQTwilioAgentConfig; }
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "defaultSchema", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return chunkSEN7FIF3_cjs.defaultSchema; }
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "deriveDefaultConfig", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function () { return chunkSEN7FIF3_cjs.deriveDefaultConfig; }
|
|
75
|
+
});
|
|
76
|
+
Object.defineProperty(exports, "downloadConfig", {
|
|
77
|
+
enumerable: true,
|
|
78
|
+
get: function () { return chunkSEN7FIF3_cjs.downloadConfig; }
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "generateBrandCSS", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function () { return chunkSEN7FIF3_cjs.generateBrandCSS; }
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "qAgentSchema", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () { return chunkSEN7FIF3_cjs.qAgentSchema; }
|
|
87
|
+
});
|
|
88
|
+
Object.defineProperty(exports, "qLandingPageAgentConfig", {
|
|
89
|
+
enumerable: true,
|
|
90
|
+
get: function () { return chunkSEN7FIF3_cjs.qLandingPageAgentConfig; }
|
|
91
|
+
});
|
|
92
|
+
Object.defineProperty(exports, "qTwilioAgentSchema", {
|
|
93
|
+
enumerable: true,
|
|
94
|
+
get: function () { return chunkSEN7FIF3_cjs.qTwilioAgentSchema; }
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "questionnaireToConfig", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function () { return chunkSEN7FIF3_cjs.questionnaireToConfig; }
|
|
99
|
+
});
|
|
100
|
+
Object.defineProperty(exports, "validateConfig", {
|
|
101
|
+
enumerable: true,
|
|
102
|
+
get: function () { return chunkSEN7FIF3_cjs.validateConfig; }
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(exports, "yamlToConfig", {
|
|
105
|
+
enumerable: true,
|
|
106
|
+
get: function () { return chunkSEN7FIF3_cjs.yamlToConfig; }
|
|
107
|
+
});
|
|
108
|
+
//# sourceMappingURL=q.cjs.map
|
|
109
|
+
//# sourceMappingURL=q.cjs.map
|
package/dist/q.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"q.cjs"}
|
package/dist/q.d.cts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { Q, QProps, createQAgentConfig, createQTwilioAgentConfig, qAgentSchema, qLandingPageAgentConfig, qTwilioAgentSchema } from './components/Q/index.cjs';
|
|
2
|
+
export { AgentConfigGenerator, AgentConfigGeneratorProps, ConfigEditor, ConfigEditorProps, FormBuilder, FormBuilderProps, GENERIC_TOOLS, Header, HeaderProps, QConfig, QDownloadMode, QSchema, TIMEZONES, ToolBuilder, ToolBuilderProps, configToQuestionnaire, configToYaml, copyToClipboard, defaultSchema, deriveDefaultConfig, downloadConfig, questionnaireToConfig, validateConfig, yamlToConfig } from '@mieweb/q';
|
|
3
|
+
export { UniversalAgentConfigGenerator, UniversalAgentConfigGeneratorOptions, brands, generateBrandCSS } from '@mieweb/q/universal';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import 'react';
|
package/dist/q.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { Q, QProps, createQAgentConfig, createQTwilioAgentConfig, qAgentSchema, qLandingPageAgentConfig, qTwilioAgentSchema } from './components/Q/index.js';
|
|
2
|
+
export { AgentConfigGenerator, AgentConfigGeneratorProps, ConfigEditor, ConfigEditorProps, FormBuilder, FormBuilderProps, GENERIC_TOOLS, Header, HeaderProps, QConfig, QDownloadMode, QSchema, TIMEZONES, ToolBuilder, ToolBuilderProps, configToQuestionnaire, configToYaml, copyToClipboard, defaultSchema, deriveDefaultConfig, downloadConfig, questionnaireToConfig, validateConfig, yamlToConfig } from '@mieweb/q';
|
|
3
|
+
export { UniversalAgentConfigGenerator, UniversalAgentConfigGeneratorOptions, brands, generateBrandCSS } from '@mieweb/q/universal';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import 'react';
|
package/dist/q.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { AgentConfigGenerator, ConfigEditor, FormBuilder, GENERIC_TOOLS, Header, Q, TIMEZONES, ToolBuilder, UniversalAgentConfigGenerator, brands, configToQuestionnaire, configToYaml, copyToClipboard, createQAgentConfig, createQTwilioAgentConfig, defaultSchema, deriveDefaultConfig, downloadConfig, generateBrandCSS, qAgentSchema, qLandingPageAgentConfig, qTwilioAgentSchema, questionnaireToConfig, validateConfig, yamlToConfig } from './chunk-7C226TQI.js';
|
|
2
|
+
import './chunk-TQONQSJO.js';
|
|
3
|
+
//# sourceMappingURL=q.js.map
|
|
4
|
+
//# sourceMappingURL=q.js.map
|
package/dist/q.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"q.js"}
|