@progress/kendo-themes-html 10.0.0-dev.1 → 10.0.0-dev.3
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/cjs/index.js +6 -6
- package/dist/cjs/prompt/templates/prompt-more-actions.js +1 -1
- package/dist/cjs/prompt/templates/prompt-normal.js +1 -1
- package/dist/cjs/prompt/templates/prompt-output.js +1 -1
- package/dist/cjs/prompt/templates/prompt-popup.js +1 -1
- package/dist/cjs/prompt/templates/prompt-settings.js +1 -1
- package/dist/cjs/prompt/templates/prompt-suggestions.js +1 -1
- package/dist/cjs/prompt/tests/prompt-more-actions.js +1 -1
- package/dist/cjs/prompt/tests/prompt-normal.js +3 -3
- package/dist/cjs/prompt/tests/prompt-output.js +1 -1
- package/dist/esm/index.mjs +6 -6
- package/dist/esm/prompt/templates/prompt-more-actions.mjs +1 -1
- package/dist/esm/prompt/templates/prompt-normal.mjs +1 -1
- package/dist/esm/prompt/templates/prompt-output.mjs +1 -1
- package/dist/esm/prompt/templates/prompt-popup.mjs +1 -1
- package/dist/esm/prompt/templates/prompt-settings.mjs +1 -1
- package/dist/esm/prompt/templates/prompt-suggestions.mjs +1 -1
- package/dist/esm/prompt/tests/prompt-more-actions.mjs +1 -1
- package/dist/esm/prompt/tests/prompt-normal.mjs +3 -3
- package/dist/esm/prompt/tests/prompt-output.mjs +1 -1
- package/package.json +2 -2
- package/src/prompt/templates/prompt-more-actions.tsx +1 -1
- package/src/prompt/templates/prompt-normal.tsx +1 -1
- package/src/prompt/templates/prompt-output.tsx +1 -1
- package/src/prompt/templates/prompt-popup.tsx +1 -1
- package/src/prompt/templates/prompt-settings.tsx +1 -1
- package/src/prompt/templates/prompt-suggestions.tsx +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -22662,7 +22662,7 @@ var PromptNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime613.jsxs)(
|
|
|
22662
22662
|
{
|
|
22663
22663
|
...props,
|
|
22664
22664
|
children: [
|
|
22665
|
-
/* @__PURE__ */ (0, import_jsx_runtime613.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime613.jsxs)(Toolbar, {
|
|
22665
|
+
/* @__PURE__ */ (0, import_jsx_runtime613.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime613.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
22666
22666
|
/* @__PURE__ */ (0, import_jsx_runtime613.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
22667
22667
|
/* @__PURE__ */ (0, import_jsx_runtime613.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
22668
22668
|
/* @__PURE__ */ (0, import_jsx_runtime613.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -22676,7 +22676,7 @@ var PromptNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime613.jsxs)(
|
|
|
22676
22676
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
22677
22677
|
var import_jsx_runtime614 = require("react/jsx-runtime");
|
|
22678
22678
|
var PromptSuggestions = (props) => /* @__PURE__ */ (0, import_jsx_runtime614.jsxs)(Prompt, { ...props, children: [
|
|
22679
|
-
/* @__PURE__ */ (0, import_jsx_runtime614.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime614.jsxs)(Toolbar, {
|
|
22679
|
+
/* @__PURE__ */ (0, import_jsx_runtime614.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime614.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
22680
22680
|
/* @__PURE__ */ (0, import_jsx_runtime614.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
22681
22681
|
/* @__PURE__ */ (0, import_jsx_runtime614.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
22682
22682
|
/* @__PURE__ */ (0, import_jsx_runtime614.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -22698,7 +22698,7 @@ var PromptSuggestions = (props) => /* @__PURE__ */ (0, import_jsx_runtime614.jsx
|
|
|
22698
22698
|
// src/prompt/templates/prompt-settings.tsx
|
|
22699
22699
|
var import_jsx_runtime615 = require("react/jsx-runtime");
|
|
22700
22700
|
var PromptSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime615.jsxs)(Prompt, { ...props, children: [
|
|
22701
|
-
/* @__PURE__ */ (0, import_jsx_runtime615.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime615.jsxs)(Toolbar, {
|
|
22701
|
+
/* @__PURE__ */ (0, import_jsx_runtime615.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime615.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
22702
22702
|
/* @__PURE__ */ (0, import_jsx_runtime615.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
22703
22703
|
/* @__PURE__ */ (0, import_jsx_runtime615.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
22704
22704
|
/* @__PURE__ */ (0, import_jsx_runtime615.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -22739,7 +22739,7 @@ var PromptOutput = (props) => /* @__PURE__ */ (0, import_jsx_runtime616.jsxs)(
|
|
|
22739
22739
|
{
|
|
22740
22740
|
...props,
|
|
22741
22741
|
children: [
|
|
22742
|
-
/* @__PURE__ */ (0, import_jsx_runtime616.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime616.jsxs)(Toolbar, {
|
|
22742
|
+
/* @__PURE__ */ (0, import_jsx_runtime616.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime616.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
22743
22743
|
/* @__PURE__ */ (0, import_jsx_runtime616.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
22744
22744
|
/* @__PURE__ */ (0, import_jsx_runtime616.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", selected: true, children: "Output" }),
|
|
22745
22745
|
/* @__PURE__ */ (0, import_jsx_runtime616.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -22781,7 +22781,7 @@ var PromptMoreActions = (props) => /* @__PURE__ */ (0, import_jsx_runtime617.jsx
|
|
|
22781
22781
|
{
|
|
22782
22782
|
...props,
|
|
22783
22783
|
children: [
|
|
22784
|
-
/* @__PURE__ */ (0, import_jsx_runtime617.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime617.jsxs)(Toolbar, {
|
|
22784
|
+
/* @__PURE__ */ (0, import_jsx_runtime617.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime617.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
22785
22785
|
/* @__PURE__ */ (0, import_jsx_runtime617.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
22786
22786
|
/* @__PURE__ */ (0, import_jsx_runtime617.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
22787
22787
|
/* @__PURE__ */ (0, import_jsx_runtime617.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full", selected: true })
|
|
@@ -22809,7 +22809,7 @@ var PromptInPopup = (props) => /* @__PURE__ */ (0, import_jsx_runtime618.jsx)(Po
|
|
|
22809
22809
|
{
|
|
22810
22810
|
...props,
|
|
22811
22811
|
children: [
|
|
22812
|
-
/* @__PURE__ */ (0, import_jsx_runtime618.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime618.jsxs)(Toolbar, {
|
|
22812
|
+
/* @__PURE__ */ (0, import_jsx_runtime618.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime618.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
22813
22813
|
/* @__PURE__ */ (0, import_jsx_runtime618.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
22814
22814
|
/* @__PURE__ */ (0, import_jsx_runtime618.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
22815
22815
|
/* @__PURE__ */ (0, import_jsx_runtime618.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" }),
|
|
@@ -17269,7 +17269,7 @@ var PromptMoreActions = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsx
|
|
|
17269
17269
|
{
|
|
17270
17270
|
...props,
|
|
17271
17271
|
children: [
|
|
17272
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17272
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17273
17273
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17274
17274
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17275
17275
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full", selected: true })
|
|
@@ -17274,7 +17274,7 @@ var PromptNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(
|
|
|
17274
17274
|
{
|
|
17275
17275
|
...props,
|
|
17276
17276
|
children: [
|
|
17277
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17277
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17278
17278
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17279
17279
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17280
17280
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17257,7 +17257,7 @@ var PromptOutput = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(
|
|
|
17257
17257
|
{
|
|
17258
17258
|
...props,
|
|
17259
17259
|
children: [
|
|
17260
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17260
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17261
17261
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17262
17262
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", selected: true, children: "Output" }),
|
|
17263
17263
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17274,7 +17274,7 @@ var PromptInPopup = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsx)(Po
|
|
|
17274
17274
|
{
|
|
17275
17275
|
...props,
|
|
17276
17276
|
children: [
|
|
17277
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17277
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17278
17278
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17279
17279
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17280
17280
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" }),
|
|
@@ -17287,7 +17287,7 @@ var import_jsx_runtime908 = require("react/jsx-runtime");
|
|
|
17287
17287
|
// src/prompt/templates/prompt-settings.tsx
|
|
17288
17288
|
var import_jsx_runtime909 = require("react/jsx-runtime");
|
|
17289
17289
|
var PromptSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Prompt, { ...props, children: [
|
|
17290
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17290
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17291
17291
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17292
17292
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17293
17293
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17287,7 +17287,7 @@ var import_jsx_runtime908 = require("react/jsx-runtime");
|
|
|
17287
17287
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
17288
17288
|
var import_jsx_runtime909 = require("react/jsx-runtime");
|
|
17289
17289
|
var PromptSuggestions = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Prompt, { ...props, children: [
|
|
17290
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17290
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17291
17291
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17292
17292
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17293
17293
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17269,7 +17269,7 @@ var PromptMoreActions = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsx
|
|
|
17269
17269
|
{
|
|
17270
17270
|
...props,
|
|
17271
17271
|
children: [
|
|
17272
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17272
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17273
17273
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17274
17274
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17275
17275
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full", selected: true })
|
|
@@ -14697,7 +14697,7 @@ var PromptSetting = (props) => {
|
|
|
14697
14697
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
14698
14698
|
var import_jsx_runtime593 = require("react/jsx-runtime");
|
|
14699
14699
|
var PromptSuggestions = (props) => /* @__PURE__ */ (0, import_jsx_runtime593.jsxs)(Prompt, { ...props, children: [
|
|
14700
|
-
/* @__PURE__ */ (0, import_jsx_runtime593.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime593.jsxs)(Toolbar, {
|
|
14700
|
+
/* @__PURE__ */ (0, import_jsx_runtime593.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime593.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
14701
14701
|
/* @__PURE__ */ (0, import_jsx_runtime593.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
14702
14702
|
/* @__PURE__ */ (0, import_jsx_runtime593.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
14703
14703
|
/* @__PURE__ */ (0, import_jsx_runtime593.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -14719,7 +14719,7 @@ var PromptSuggestions = (props) => /* @__PURE__ */ (0, import_jsx_runtime593.jsx
|
|
|
14719
14719
|
// src/prompt/templates/prompt-settings.tsx
|
|
14720
14720
|
var import_jsx_runtime594 = require("react/jsx-runtime");
|
|
14721
14721
|
var PromptSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime594.jsxs)(Prompt, { ...props, children: [
|
|
14722
|
-
/* @__PURE__ */ (0, import_jsx_runtime594.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime594.jsxs)(Toolbar, {
|
|
14722
|
+
/* @__PURE__ */ (0, import_jsx_runtime594.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime594.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
14723
14723
|
/* @__PURE__ */ (0, import_jsx_runtime594.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
14724
14724
|
/* @__PURE__ */ (0, import_jsx_runtime594.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
14725
14725
|
/* @__PURE__ */ (0, import_jsx_runtime594.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17361,7 +17361,7 @@ var PromptNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(
|
|
|
17361
17361
|
{
|
|
17362
17362
|
...props,
|
|
17363
17363
|
children: [
|
|
17364
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17364
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17365
17365
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17366
17366
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17367
17367
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17257,7 +17257,7 @@ var PromptOutput = (props) => /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(
|
|
|
17257
17257
|
{
|
|
17258
17258
|
...props,
|
|
17259
17259
|
children: [
|
|
17260
|
-
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, {
|
|
17260
|
+
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(PromptHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime909.jsxs)(Toolbar, { fillMode: "flat", children: [
|
|
17261
17261
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17262
17262
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", selected: true, children: "Output" }),
|
|
17263
17263
|
/* @__PURE__ */ (0, import_jsx_runtime909.jsx)(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
package/dist/esm/index.mjs
CHANGED
|
@@ -21484,7 +21484,7 @@ var PromptNormal = (props) => /* @__PURE__ */ jsxs303(
|
|
|
21484
21484
|
{
|
|
21485
21485
|
...props,
|
|
21486
21486
|
children: [
|
|
21487
|
-
/* @__PURE__ */ jsx612(PromptHeader, { children: /* @__PURE__ */ jsxs303(Toolbar, {
|
|
21487
|
+
/* @__PURE__ */ jsx612(PromptHeader, { children: /* @__PURE__ */ jsxs303(Toolbar, { fillMode: "flat", children: [
|
|
21488
21488
|
/* @__PURE__ */ jsx612(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
21489
21489
|
/* @__PURE__ */ jsx612(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
21490
21490
|
/* @__PURE__ */ jsx612(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -21498,7 +21498,7 @@ var PromptNormal = (props) => /* @__PURE__ */ jsxs303(
|
|
|
21498
21498
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
21499
21499
|
import { Fragment as Fragment215, jsx as jsx613, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
21500
21500
|
var PromptSuggestions = (props) => /* @__PURE__ */ jsxs304(Prompt, { ...props, children: [
|
|
21501
|
-
/* @__PURE__ */ jsx613(PromptHeader, { children: /* @__PURE__ */ jsxs304(Toolbar, {
|
|
21501
|
+
/* @__PURE__ */ jsx613(PromptHeader, { children: /* @__PURE__ */ jsxs304(Toolbar, { fillMode: "flat", children: [
|
|
21502
21502
|
/* @__PURE__ */ jsx613(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
21503
21503
|
/* @__PURE__ */ jsx613(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
21504
21504
|
/* @__PURE__ */ jsx613(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -21520,7 +21520,7 @@ var PromptSuggestions = (props) => /* @__PURE__ */ jsxs304(Prompt, { ...props, c
|
|
|
21520
21520
|
// src/prompt/templates/prompt-settings.tsx
|
|
21521
21521
|
import { Fragment as Fragment216, jsx as jsx614, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
21522
21522
|
var PromptSettings = (props) => /* @__PURE__ */ jsxs305(Prompt, { ...props, children: [
|
|
21523
|
-
/* @__PURE__ */ jsx614(PromptHeader, { children: /* @__PURE__ */ jsxs305(Toolbar, {
|
|
21523
|
+
/* @__PURE__ */ jsx614(PromptHeader, { children: /* @__PURE__ */ jsxs305(Toolbar, { fillMode: "flat", children: [
|
|
21524
21524
|
/* @__PURE__ */ jsx614(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
21525
21525
|
/* @__PURE__ */ jsx614(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
21526
21526
|
/* @__PURE__ */ jsx614(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -21561,7 +21561,7 @@ var PromptOutput = (props) => /* @__PURE__ */ jsxs306(
|
|
|
21561
21561
|
{
|
|
21562
21562
|
...props,
|
|
21563
21563
|
children: [
|
|
21564
|
-
/* @__PURE__ */ jsx615(PromptHeader, { children: /* @__PURE__ */ jsxs306(Toolbar, {
|
|
21564
|
+
/* @__PURE__ */ jsx615(PromptHeader, { children: /* @__PURE__ */ jsxs306(Toolbar, { fillMode: "flat", children: [
|
|
21565
21565
|
/* @__PURE__ */ jsx615(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
21566
21566
|
/* @__PURE__ */ jsx615(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", selected: true, children: "Output" }),
|
|
21567
21567
|
/* @__PURE__ */ jsx615(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -21603,7 +21603,7 @@ var PromptMoreActions = (props) => /* @__PURE__ */ jsxs307(
|
|
|
21603
21603
|
{
|
|
21604
21604
|
...props,
|
|
21605
21605
|
children: [
|
|
21606
|
-
/* @__PURE__ */ jsx616(PromptHeader, { children: /* @__PURE__ */ jsxs307(Toolbar, {
|
|
21606
|
+
/* @__PURE__ */ jsx616(PromptHeader, { children: /* @__PURE__ */ jsxs307(Toolbar, { fillMode: "flat", children: [
|
|
21607
21607
|
/* @__PURE__ */ jsx616(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
21608
21608
|
/* @__PURE__ */ jsx616(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
21609
21609
|
/* @__PURE__ */ jsx616(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full", selected: true })
|
|
@@ -21631,7 +21631,7 @@ var PromptInPopup = (props) => /* @__PURE__ */ jsx617(Popup, { className: "k-pro
|
|
|
21631
21631
|
{
|
|
21632
21632
|
...props,
|
|
21633
21633
|
children: [
|
|
21634
|
-
/* @__PURE__ */ jsx617(PromptHeader, { children: /* @__PURE__ */ jsxs308(Toolbar, {
|
|
21634
|
+
/* @__PURE__ */ jsx617(PromptHeader, { children: /* @__PURE__ */ jsxs308(Toolbar, { fillMode: "flat", children: [
|
|
21635
21635
|
/* @__PURE__ */ jsx617(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
21636
21636
|
/* @__PURE__ */ jsx617(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
21637
21637
|
/* @__PURE__ */ jsx617(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" }),
|
|
@@ -17234,7 +17234,7 @@ var PromptMoreActions = (props) => /* @__PURE__ */ jsxs507(
|
|
|
17234
17234
|
{
|
|
17235
17235
|
...props,
|
|
17236
17236
|
children: [
|
|
17237
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17237
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17238
17238
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17239
17239
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17240
17240
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full", selected: true })
|
|
@@ -17239,7 +17239,7 @@ var PromptNormal = (props) => /* @__PURE__ */ jsxs507(
|
|
|
17239
17239
|
{
|
|
17240
17240
|
...props,
|
|
17241
17241
|
children: [
|
|
17242
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17242
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17243
17243
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17244
17244
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17245
17245
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17222,7 +17222,7 @@ var PromptOutput = (props) => /* @__PURE__ */ jsxs507(
|
|
|
17222
17222
|
{
|
|
17223
17223
|
...props,
|
|
17224
17224
|
children: [
|
|
17225
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17225
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17226
17226
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17227
17227
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", selected: true, children: "Output" }),
|
|
17228
17228
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17239,7 +17239,7 @@ var PromptInPopup = (props) => /* @__PURE__ */ jsx907(Popup, { className: "k-pro
|
|
|
17239
17239
|
{
|
|
17240
17240
|
...props,
|
|
17241
17241
|
children: [
|
|
17242
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17242
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17243
17243
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17244
17244
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17245
17245
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" }),
|
|
@@ -17252,7 +17252,7 @@ import { jsx as jsx906, jsxs as jsxs506 } from "react/jsx-runtime";
|
|
|
17252
17252
|
// src/prompt/templates/prompt-settings.tsx
|
|
17253
17253
|
import { Fragment as Fragment246, jsx as jsx907, jsxs as jsxs507 } from "react/jsx-runtime";
|
|
17254
17254
|
var PromptSettings = (props) => /* @__PURE__ */ jsxs507(Prompt, { ...props, children: [
|
|
17255
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17255
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17256
17256
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17257
17257
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17258
17258
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17252,7 +17252,7 @@ import { jsx as jsx906, jsxs as jsxs506 } from "react/jsx-runtime";
|
|
|
17252
17252
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
17253
17253
|
import { Fragment as Fragment246, jsx as jsx907, jsxs as jsxs507 } from "react/jsx-runtime";
|
|
17254
17254
|
var PromptSuggestions = (props) => /* @__PURE__ */ jsxs507(Prompt, { ...props, children: [
|
|
17255
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17255
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17256
17256
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17257
17257
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17258
17258
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17234,7 +17234,7 @@ var PromptMoreActions = (props) => /* @__PURE__ */ jsxs507(
|
|
|
17234
17234
|
{
|
|
17235
17235
|
...props,
|
|
17236
17236
|
children: [
|
|
17237
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17237
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17238
17238
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17239
17239
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17240
17240
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full", selected: true })
|
|
@@ -14662,7 +14662,7 @@ var PromptSetting = (props) => {
|
|
|
14662
14662
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
14663
14663
|
import { Fragment as Fragment208, jsx as jsx592, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
14664
14664
|
var PromptSuggestions = (props) => /* @__PURE__ */ jsxs292(Prompt, { ...props, children: [
|
|
14665
|
-
/* @__PURE__ */ jsx592(PromptHeader, { children: /* @__PURE__ */ jsxs292(Toolbar, {
|
|
14665
|
+
/* @__PURE__ */ jsx592(PromptHeader, { children: /* @__PURE__ */ jsxs292(Toolbar, { fillMode: "flat", children: [
|
|
14666
14666
|
/* @__PURE__ */ jsx592(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
14667
14667
|
/* @__PURE__ */ jsx592(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
14668
14668
|
/* @__PURE__ */ jsx592(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -14684,7 +14684,7 @@ var PromptSuggestions = (props) => /* @__PURE__ */ jsxs292(Prompt, { ...props, c
|
|
|
14684
14684
|
// src/prompt/templates/prompt-settings.tsx
|
|
14685
14685
|
import { Fragment as Fragment209, jsx as jsx593, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
14686
14686
|
var PromptSettings = (props) => /* @__PURE__ */ jsxs293(Prompt, { ...props, children: [
|
|
14687
|
-
/* @__PURE__ */ jsx593(PromptHeader, { children: /* @__PURE__ */ jsxs293(Toolbar, {
|
|
14687
|
+
/* @__PURE__ */ jsx593(PromptHeader, { children: /* @__PURE__ */ jsxs293(Toolbar, { fillMode: "flat", children: [
|
|
14688
14688
|
/* @__PURE__ */ jsx593(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
14689
14689
|
/* @__PURE__ */ jsx593(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
14690
14690
|
/* @__PURE__ */ jsx593(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17326,7 +17326,7 @@ var PromptNormal = (props) => /* @__PURE__ */ jsxs507(
|
|
|
17326
17326
|
{
|
|
17327
17327
|
...props,
|
|
17328
17328
|
children: [
|
|
17329
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17329
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17330
17330
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", selected: true, children: "Ask AI" }),
|
|
17331
17331
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", children: "Output" }),
|
|
17332
17332
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
|
@@ -17222,7 +17222,7 @@ var PromptOutput = (props) => /* @__PURE__ */ jsxs507(
|
|
|
17222
17222
|
{
|
|
17223
17223
|
...props,
|
|
17224
17224
|
children: [
|
|
17225
|
-
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, {
|
|
17225
|
+
/* @__PURE__ */ jsx907(PromptHeader, { children: /* @__PURE__ */ jsxs507(Toolbar, { fillMode: "flat", children: [
|
|
17226
17226
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "sparkles", rounded: "full", children: "Ask AI" }),
|
|
17227
17227
|
/* @__PURE__ */ jsx907(IconTextButton, { fillMode: "flat", themeColor: "primary", icon: "comment", rounded: "full", selected: true, children: "Output" }),
|
|
17228
17228
|
/* @__PURE__ */ jsx907(IconButton, { fillMode: "flat", themeColor: "primary", icon: "more-horizontal", rounded: "full" })
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-themes-html",
|
|
3
3
|
"description": "A collection of HTML helpers used for developing Kendo UI themes",
|
|
4
|
-
"version": "10.0.0-dev.
|
|
4
|
+
"version": "10.0.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^18.3.3"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "23fd87dc9e3c298f9e7d302e008e052f439b03f1"
|
|
57
57
|
}
|
|
@@ -8,7 +8,7 @@ export const PromptMoreActions = (props) => (
|
|
|
8
8
|
{...props}
|
|
9
9
|
>
|
|
10
10
|
<PromptHeader>
|
|
11
|
-
<Toolbar
|
|
11
|
+
<Toolbar fillMode="flat">
|
|
12
12
|
<IconTextButton fillMode="flat" themeColor="primary" icon="sparkles" rounded="full">Ask AI</IconTextButton>
|
|
13
13
|
<IconTextButton fillMode="flat" themeColor="primary" icon="comment" rounded="full">Output</IconTextButton>
|
|
14
14
|
<IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" rounded="full" selected></IconButton>
|
|
@@ -8,7 +8,7 @@ export const PromptNormal = (props) => (
|
|
|
8
8
|
{...props}
|
|
9
9
|
>
|
|
10
10
|
<PromptHeader>
|
|
11
|
-
<Toolbar
|
|
11
|
+
<Toolbar fillMode="flat">
|
|
12
12
|
<IconTextButton fillMode="flat" themeColor="primary" icon="sparkles" rounded="full" selected>Ask AI</IconTextButton>
|
|
13
13
|
<IconTextButton fillMode="flat" themeColor="primary" icon="comment" rounded="full">Output</IconTextButton>
|
|
14
14
|
<IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" rounded="full"></IconButton>
|
|
@@ -9,7 +9,7 @@ export const PromptOutput = (props) => (
|
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
11
|
<PromptHeader>
|
|
12
|
-
<Toolbar
|
|
12
|
+
<Toolbar fillMode="flat">
|
|
13
13
|
<IconTextButton fillMode="flat" themeColor="primary" icon="sparkles" rounded="full">Ask AI</IconTextButton>
|
|
14
14
|
<IconTextButton fillMode="flat" themeColor="primary" icon="comment" rounded="full" selected>Output</IconTextButton>
|
|
15
15
|
<IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" rounded="full"></IconButton>
|
|
@@ -10,7 +10,7 @@ export const PromptInPopup = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<PromptHeader>
|
|
13
|
-
<Toolbar
|
|
13
|
+
<Toolbar fillMode="flat">
|
|
14
14
|
<IconTextButton fillMode="flat" themeColor="primary" icon="sparkles" rounded="full" selected>Ask AI</IconTextButton>
|
|
15
15
|
<IconTextButton fillMode="flat" themeColor="primary" icon="comment" rounded="full">Output</IconTextButton>
|
|
16
16
|
<IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" rounded="full"></IconButton>
|
|
@@ -7,7 +7,7 @@ import { Prompt, PromptHeader, PromptFooter, PromptContent, PromptSetting, Promp
|
|
|
7
7
|
export const PromptSettings = (props) => (
|
|
8
8
|
<Prompt {...props}>
|
|
9
9
|
<PromptHeader>
|
|
10
|
-
<Toolbar
|
|
10
|
+
<Toolbar fillMode="flat">
|
|
11
11
|
<IconTextButton fillMode="flat" themeColor="primary" icon="sparkles" rounded="full" selected>Ask AI</IconTextButton>
|
|
12
12
|
<IconTextButton fillMode="flat" themeColor="primary" icon="comment" rounded="full">Output</IconTextButton>
|
|
13
13
|
<IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" rounded="full"></IconButton>
|
|
@@ -7,7 +7,7 @@ import { Prompt, PromptHeader, PromptFooter, PromptContent, PromptSuggestion, Pr
|
|
|
7
7
|
export const PromptSuggestions = (props) => (
|
|
8
8
|
<Prompt {...props}>
|
|
9
9
|
<PromptHeader>
|
|
10
|
-
<Toolbar
|
|
10
|
+
<Toolbar fillMode="flat">
|
|
11
11
|
<IconTextButton fillMode="flat" themeColor="primary" icon="sparkles" rounded="full" selected>Ask AI</IconTextButton>
|
|
12
12
|
<IconTextButton fillMode="flat" themeColor="primary" icon="comment" rounded="full">Output</IconTextButton>
|
|
13
13
|
<IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" rounded="full"></IconButton>
|