@asgard-js/react 0.1.6 → 0.1.7-canary.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-footer.d.ts","sourceRoot":"","sources":["../../../../src/components/chatbot/chatbot-footer/chatbot-footer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EAMV,MAAM,OAAO,CAAC;AAYf,wBAAgB,aAAa,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"chatbot-footer.d.ts","sourceRoot":"","sources":["../../../../src/components/chatbot/chatbot-footer/chatbot-footer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EAMV,MAAM,OAAO,CAAC;AAYf,wBAAgB,aAAa,IAAI,SAAS,CA6WzC"}
|
package/dist/index.js
CHANGED
|
@@ -41215,7 +41215,6 @@ function n0e() {
|
|
|
41215
41215
|
{
|
|
41216
41216
|
className: dt.attachment_button,
|
|
41217
41217
|
onClick: B,
|
|
41218
|
-
disabled: t,
|
|
41219
41218
|
title: "下載",
|
|
41220
41219
|
children: /* @__PURE__ */ N(Xme, {})
|
|
41221
41220
|
}
|
|
@@ -41237,7 +41236,6 @@ function n0e() {
|
|
|
41237
41236
|
{
|
|
41238
41237
|
className: dt.attachment_button,
|
|
41239
41238
|
onClick: F,
|
|
41240
|
-
disabled: t,
|
|
41241
41239
|
title: "選擇照片",
|
|
41242
41240
|
children: /* @__PURE__ */ N(Yme, {})
|
|
41243
41241
|
}
|
|
@@ -41250,7 +41248,6 @@ function n0e() {
|
|
|
41250
41248
|
ref: S,
|
|
41251
41249
|
className: dt.chatbot_textarea,
|
|
41252
41250
|
style: (kn = (Un = c.footer) == null ? void 0 : Un.textArea) == null ? void 0 : kn.style,
|
|
41253
|
-
disabled: t,
|
|
41254
41251
|
cols: 40,
|
|
41255
41252
|
value: p,
|
|
41256
41253
|
placeholder: n || "Enter message",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgard-js/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7-canary.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"vitest": "^1.6.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@asgard-js/core": "^0.1.
|
|
51
|
+
"@asgard-js/core": "^0.1.7-canary.1",
|
|
52
52
|
"react": "^18.0.0",
|
|
53
53
|
"react-dom": "^18.0.0"
|
|
54
54
|
},
|