@camunda/camunda-composite-components 0.0.35-rc3 → 0.0.35

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.
@@ -2,8 +2,8 @@ import React from "react";
2
2
  export const C3AppMenuIcon = ({ size }) => (React.createElement("svg", { width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "transparent", xmlns: "http://www.w3.org/2000/svg" },
3
3
  React.createElement("path", { fill: "transparent", style: { mixBlendMode: "multiply" }, d: "M0 0h20v20H0z" }),
4
4
  React.createElement("path", { d: "M11.5 1h-3v3h3V1ZM4 1H1v3h3V1Zm15 0h-3v3h3V1Zm-7.5 7.5h-3v3h3v-3ZM4 8.5H1v3h3v-3Zm15 0h-3v3h3v-3ZM11.5 16h-3v3h3v-3ZM4 16H1v3h3v-3Zm15 0h-3v3h3v-3Z" })));
5
- export const C3NotificationsUnreadIcon = ({ size }) => (React.createElement("svg", { width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "transparent", xmlns: "http://www.w3.org/2000/svg" },
6
- React.createElement("path", { style: { fill: "var(--cds-interactive)" }, d: "M15.25 7.5C16.6307 7.5 17.75 6.38071 17.75 5C17.75 3.61929 16.6307 2.5 15.25 2.5C13.8693 2.5 12.75 3.61929 12.75 5C12.75 6.38071 13.8693 7.5 15.25 7.5Z" }),
7
- React.createElement("path", { fill: "$icon-primary", d: "M15.25 10.3662V8.75H14V10.625C14 10.7907 14.0659 10.9497 14.1831 11.0669L15.875 12.7588V13.75H2.125V12.7588L3.81687 11.0669C3.93409 10.9497 3.99996 10.7907 4 10.625V8.125C3.99839 7.2468 4.22853 6.38373 4.66719 5.62293C5.10585 4.86213 5.73749 4.23055 6.49832 3.79196C7.25916 3.35337 8.12225 3.1233 9.00045 3.12498C9.87865 3.12667 10.7409 3.36005 11.5 3.80156V2.40419C10.9051 2.14078 10.2723 1.97291 9.625 1.90675V0.625H8.375V1.90675C6.83417 2.06352 5.4062 2.78605 4.36721 3.93462C3.32822 5.08319 2.75201 6.57622 2.75 8.125V10.3662L1.05812 12.0581C0.940907 12.1753 0.875035 12.3343 0.875 12.5V14.375C0.875 14.5408 0.940848 14.6997 1.05806 14.8169C1.17527 14.9342 1.33424 15 1.5 15H5.875V15.625C5.875 16.4538 6.20424 17.2487 6.79029 17.8347C7.37634 18.4208 8.1712 18.75 9 18.75C9.8288 18.75 10.6237 18.4208 11.2097 17.8347C11.7958 17.2487 12.125 16.4538 12.125 15.625V15H16.5C16.6658 15 16.8247 14.9342 16.9419 14.8169C17.0592 14.6997 17.125 14.5408 17.125 14.375V12.5C17.125 12.3343 17.0591 12.1753 16.9419 12.0581L15.25 10.3662ZM10.875 15.625C10.875 16.1223 10.6775 16.5992 10.3258 16.9508C9.9742 17.3025 9.49728 17.5 9 17.5C8.50272 17.5 8.0258 17.3025 7.67417 16.9508C7.32254 16.5992 7.125 16.1223 7.125 15.625V15H10.875V15.625Z", id: "unread-dot" })));
5
+ export const C3NotificationsUnreadIcon = ({ size }) => (React.createElement("svg", { width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "none", xmlns: "http://www.w3.org/2000/svg" },
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.625.857V.625h-1.25v1.282A6.258 6.258 0 0 0 3.75 8.125v2.241l-1.692 1.692a.625.625 0 0 0-.183.442v1.875A.625.625 0 0 0 2.5 15h4.375v.486a3.22 3.22 0 0 0 2.813 3.249 3.129 3.129 0 0 0 3.437-3.11V15H17.5a.624.624 0 0 0 .625-.625V12.5a.625.625 0 0 0-.183-.442l-.939-.939a6.174 6.174 0 0 1-1.46.308l1.332 1.332v.991H3.125v-.991l1.692-1.692A.625.625 0 0 0 5 10.625v-2.5a5 5 0 0 1 4.148-4.927A6.202 6.202 0 0 1 10.625.857Zm5.625 9.235V8.125a6.258 6.258 0 0 0-5.044-6.131 5.003 5.003 0 0 0-.743 1.152A5 5 0 0 1 15 8.125v2.125c.432 0 .85-.055 1.25-.158Zm-4.924 6.859c.351-.352.549-.829.549-1.326V15h-3.75v.625a1.875 1.875 0 0 0 3.2 1.326Z", fill: "$icon-primary" }),
7
+ React.createElement("path", { d: "M15 10.25a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z", style: { fill: "var(--cds-link-primary)" } })));
8
8
  export const C3BellIcon = ({ size }) => (React.createElement("svg", { width: size, height: size, viewBox: `0 0 ${size} ${size}`, fill: "transparent", xmlns: "http://www.w3.org/2000/svg" },
9
9
  React.createElement("path", { d: "M50.2373 33.7627L45.5 29.0253V22.75C45.4944 18.4134 43.881 14.2329 40.9718 11.0169C38.0626 7.80093 34.0643 5.77786 29.75 5.3389V1.75H26.25V5.3389C21.9357 5.77786 17.9374 7.80093 15.0282 11.0169C12.119 14.2329 10.5056 18.4134 10.5 22.75V29.0253L5.76275 33.7627C5.60018 33.9252 5.47122 34.118 5.38324 34.3303C5.29526 34.5426 5.24998 34.7702 5.25 35V40.25C5.25 40.7141 5.43437 41.1592 5.76256 41.4874C6.09075 41.8156 6.53587 42 7 42H19.25V43.75C19.25 46.0706 20.1719 48.2962 21.8128 49.9372C23.4538 51.5781 25.6794 52.5 28 52.5C30.3206 52.5 32.5462 51.5781 34.1872 49.9372C35.8281 48.2962 36.75 46.0706 36.75 43.75V42H49C49.4641 42 49.9092 41.8156 50.2374 41.4874C50.5656 41.1592 50.75 40.7141 50.75 40.25V35C50.75 34.7702 50.7047 34.5426 50.6168 34.3303C50.5288 34.118 50.3998 33.9252 50.2373 33.7627ZM33.25 43.75C33.25 45.1424 32.6969 46.4777 31.7123 47.4623C30.7277 48.4469 29.3924 49 28 49C26.6076 49 25.2723 48.4469 24.2877 47.4623C23.3031 46.4777 22.75 45.1424 22.75 43.75V42H33.25V43.75Z", fill: "#FF8201" })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/camunda-composite-components",
3
- "version": "0.0.35-rc3",
3
+ "version": "0.0.35",
4
4
  "scripts": {
5
5
  "clean": "rimraf lib/",
6
6
  "copy-css-files": "copyfiles -u 1 src/components/**/*.css lib/esm",