@arcadeai/design-system 3.35.1 → 3.35.2
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/icons/{outlook-mail.js → microsoft-outlook-mail.js} +4 -4
- package/dist/assets/images/arcade-logo.d.ts +10 -5
- package/dist/components/index.js +490 -488
- package/dist/components/ui/atoms/icons/arcade-logo.d.ts +4 -0
- package/dist/components/ui/atoms/icons/arcade-logo.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/arcade-logo.js +33 -0
- package/dist/components/ui/atoms/icons/index.d.ts +3 -2
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +284 -282
- package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +1 -1
- package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{outlook-mail.js → microsoft-outlook-mail.js} +3 -3
- package/dist/components/ui/atoms/index.js +407 -405
- package/dist/components/ui/index.js +490 -488
- package/dist/components/ui/pages/chat-page.js +13 -13
- package/dist/components/ui/pages/login-page.js +9 -9
- package/dist/main.js +519 -517
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +209 -206
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +45 -6
- package/dist/metadata/utils.d.ts.map +1 -1
- package/dist/metadata/utils.js +18 -17
- package/package.json +1 -1
- package/dist/arcade-logo-BVV97-cr.js +0 -33
- package/dist/assets/images/arcade-logo.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/outlook-calendar.d.ts +0 -4
- package/dist/components/ui/atoms/icons/outlook-calendar.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/outlook-mail.d.ts +0 -4
- package/dist/components/ui/atoms/icons/outlook-mail.d.ts.map +0 -1
- /package/dist/assets/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +0 -0
|
@@ -2,9 +2,9 @@ import * as e from "react";
|
|
|
2
2
|
import { forwardRef as r } from "react";
|
|
3
3
|
const o = ({
|
|
4
4
|
title: c,
|
|
5
|
-
titleId:
|
|
6
|
-
...
|
|
7
|
-
}, a) => /* @__PURE__ */ e.createElement("svg", { height: "1em", viewBox: "0 0 48 48", width: "1em", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby":
|
|
5
|
+
titleId: t,
|
|
6
|
+
...l
|
|
7
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { height: "1em", viewBox: "0 0 48 48", width: "1em", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": t, ...l }, c === void 0 ? /* @__PURE__ */ e.createElement("title", { id: t }, "Outlook Mail") : c ? /* @__PURE__ */ e.createElement("title", { id: t }, c) : null, /* @__PURE__ */ e.createElement("path", { d: "M21,31c0,1.104,0.896,2,2,2h17c1.104,0,2-0.896,2-2V16c0-1.104-0.896-2-2-2H23c-1.104,0-2,0.896-2,2V31z", fill: "#03A9F4" }), /* @__PURE__ */ e.createElement("path", { d: "M42,16.975V16c0-0.428-0.137-0.823-0.367-1.148l-11.264,6.932l-7.542-4.656L22.125,19l8.459,5L42,16.975z", fill: "#B3E5FC" }), /* @__PURE__ */ e.createElement("path", { d: "M27 41.46L6 37.46 6 9.46 27 5.46z", fill: "#0277BD" }), /* @__PURE__ */ e.createElement("path", { d: "M21.216,18.311c-1.098-1.275-2.546-1.913-4.328-1.913c-1.892,0-3.408,0.669-4.554,2.003c-1.144,1.337-1.719,3.088-1.719,5.246c0,2.045,0.564,3.714,1.69,4.986c1.126,1.273,2.592,1.91,4.378,1.91c1.84,0,3.331-0.652,4.474-1.975c1.143-1.313,1.712-3.043,1.712-5.199C22.869,21.281,22.318,19.595,21.216,18.311z M19.049,26.735c-0.568,0.769-1.339,1.152-2.313,1.152c-0.939,0-1.699-0.394-2.285-1.187c-0.581-0.785-0.87-1.861-0.87-3.211c0-1.336,0.289-2.414,0.87-3.225c0.586-0.81,1.368-1.211,2.355-1.211c0.962,0,1.718,0.393,2.267,1.178c0.555,0.795,0.833,1.895,0.833,3.31C19.907,24.906,19.618,25.968,19.049,26.735z", fill: "#FFF" })), m = r(o);
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
m as default
|
|
10
10
|
};
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
type
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import type * as React from "react";
|
|
2
|
+
|
|
3
|
+
declare const ArcadeLogo: React.FC<
|
|
4
|
+
React.SVGProps<SVGSVGElement> & {
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
>;
|
|
9
|
+
|
|
10
|
+
export default ArcadeLogo;
|