@staffbase/design 18.6.0 → 18.7.0
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/main.cjs +54 -0
- package/dist/main.cjs.map +1 -1
- package/dist/main.d.ts +6 -0
- package/dist/main.js +53 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -4111,6 +4111,56 @@ var MergeRightIcon = react.default.forwardRef((props, ref) => {
|
|
|
4111
4111
|
MergeRightIcon.displayName = "MergeRightIcon";
|
|
4112
4112
|
var MergeRightIcon_default = react.default.memo(MergeRightIcon);
|
|
4113
4113
|
//#endregion
|
|
4114
|
+
//#region src/icons/MicrophoneAltIcon.tsx
|
|
4115
|
+
/**
|
|
4116
|
+
* THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
|
|
4117
|
+
*/
|
|
4118
|
+
var MicrophoneAltIcon = react.default.forwardRef((props, ref) => {
|
|
4119
|
+
const { className, ...rest } = props;
|
|
4120
|
+
const finalClassName = ["ds-icon ds-icon-microphone-alt", className].filter(Boolean).join(" ");
|
|
4121
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
4122
|
+
"aria-hidden": "true",
|
|
4123
|
+
viewBox: "0 0 24 24",
|
|
4124
|
+
width: "1em",
|
|
4125
|
+
height: "1em",
|
|
4126
|
+
fill: "currentColor",
|
|
4127
|
+
...rest,
|
|
4128
|
+
className: finalClassName,
|
|
4129
|
+
ref,
|
|
4130
|
+
"data-c13y-component": "icon",
|
|
4131
|
+
children: [
|
|
4132
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 20a7.508 7.508 0 0 1-7.5-7.5V10a1 1 0 0 0-2 0v2.5a9.514 9.514 0 0 0 8.282 9.422.249.249 0 0 1 .218.248V23a1 1 0 0 0 2 0v-.83a.249.249 0 0 1 .218-.248 9.433 9.433 0 0 0 3.859-1.4.25.25 0 0 0 .043-.388l-1.091-1.091a.25.25 0 0 0-.3-.04A7.448 7.448 0 0 1 12 20z" }),
|
|
4133
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.427 9.447A.25.25 0 0 0 6 9.623V12.5a6 6 0 0 0 8.471 5.467.25.25 0 0 0 .074-.4z" }),
|
|
4134
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.707 22.3l-3.952-3.952a.248.248 0 0 1-.026-.322A9.453 9.453 0 0 0 21.5 12.5V10a1 1 0 0 0-2 0v2.5a7.459 7.459 0 0 1-1.157 4 .249.249 0 0 1-.184.114.246.246 0 0 1-.2-.071l-.728-.727a.251.251 0 0 1-.039-.3A5.963 5.963 0 0 0 18 12.5V6A6 6 0 0 0 6.244 4.309a.251.251 0 0 1-.417.106L1.707.3A1.013 1.013 0 0 0 .293.3a1 1 0 0 0 0 1.414l22 22 .007.007a1 1 0 0 0 1.4-1.425z" })
|
|
4135
|
+
]
|
|
4136
|
+
});
|
|
4137
|
+
});
|
|
4138
|
+
MicrophoneAltIcon.displayName = "MicrophoneAltIcon";
|
|
4139
|
+
var MicrophoneAltIcon_default = react.default.memo(MicrophoneAltIcon);
|
|
4140
|
+
//#endregion
|
|
4141
|
+
//#region src/icons/MicrophoneIcon.tsx
|
|
4142
|
+
/**
|
|
4143
|
+
* THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
|
|
4144
|
+
*/
|
|
4145
|
+
var MicrophoneIcon = react.default.forwardRef((props, ref) => {
|
|
4146
|
+
const { className, ...rest } = props;
|
|
4147
|
+
const finalClassName = ["ds-icon ds-icon-microphone", className].filter(Boolean).join(" ");
|
|
4148
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
4149
|
+
"aria-hidden": "true",
|
|
4150
|
+
viewBox: "0 0 19 24",
|
|
4151
|
+
width: "1em",
|
|
4152
|
+
height: "1em",
|
|
4153
|
+
fill: "currentColor",
|
|
4154
|
+
...rest,
|
|
4155
|
+
className: finalClassName,
|
|
4156
|
+
ref,
|
|
4157
|
+
"data-c13y-component": "icon",
|
|
4158
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.49983 6.00007C3.49983 2.68632 6.18615 0 9.4999 0C12.8137 0 15.5 2.68632 15.5 6.00007V12.5002C15.5 15.8139 12.8137 18.5002 9.4999 18.5002C6.18615 18.5002 3.49983 15.8139 3.49983 12.5002V6.00007Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.0002 8.99982C18.2654 8.99982 18.5197 9.10525 18.7073 9.29279C18.8948 9.48033 19.0002 9.73461 19.0002 9.99983V12.4999C18.9973 14.8077 18.1557 17.0361 16.632 18.7695C15.1084 20.5028 13.0063 21.623 10.7179 21.9218C10.6576 21.9295 10.6018 21.9592 10.5617 22.0049C10.5217 22.0505 10.4999 22.1092 10.5001 22.1699V23C10.5001 23.2652 10.3947 23.5195 10.2072 23.707C10.0196 23.8946 9.76534 24 9.50012 24C9.2349 24 8.98061 23.8946 8.79308 23.707C8.60554 23.5195 8.5001 23.2652 8.5001 23V22.1699C8.50031 22.1092 8.47853 22.0505 8.43858 22.0049C8.39846 21.9592 8.34261 21.9295 8.28233 21.9218C5.99395 21.623 3.89185 20.5028 2.36819 18.7695C0.844525 17.0361 0.00288563 14.8077 0 12.4999V9.99983C0 9.73461 0.105434 9.48033 0.292972 9.29279C0.480511 9.10525 0.734793 8.99982 1.00001 8.99982C1.26523 8.99982 1.51951 9.10525 1.70705 9.29279C1.89459 9.48033 2.00002 9.73461 2.00002 9.99983V12.4999C2.00214 14.4884 2.79319 16.3946 4.19927 17.8007C5.60535 19.2068 7.51162 19.9978 9.50012 20C11.4886 19.9978 13.3949 19.2068 14.801 17.8007C16.207 16.3946 16.9981 14.4884 17.0002 12.4999V9.99983C17.0002 9.73461 17.1056 9.48033 17.2932 9.29279C17.4807 9.10525 17.735 8.99982 18.0002 8.99982Z" })]
|
|
4159
|
+
});
|
|
4160
|
+
});
|
|
4161
|
+
MicrophoneIcon.displayName = "MicrophoneIcon";
|
|
4162
|
+
var MicrophoneIcon_default = react.default.memo(MicrophoneIcon);
|
|
4163
|
+
//#endregion
|
|
4114
4164
|
//#region src/icons/MinusCircleIcon.tsx
|
|
4115
4165
|
/**
|
|
4116
4166
|
* THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
|
|
@@ -8553,6 +8603,8 @@ var iconList = {
|
|
|
8553
8603
|
"map-pin": MapPinIcon_default,
|
|
8554
8604
|
"merge-left": MergeLeftIcon_default,
|
|
8555
8605
|
"merge-right": MergeRightIcon_default,
|
|
8606
|
+
microphone: MicrophoneIcon_default,
|
|
8607
|
+
"microphone-alt": MicrophoneAltIcon_default,
|
|
8556
8608
|
"minus-circle": MinusCircleIcon_default,
|
|
8557
8609
|
mobile: MobileIcon_default,
|
|
8558
8610
|
move: MoveIcon_default,
|
|
@@ -11828,6 +11880,8 @@ exports.MapPinIcon = MapPinIcon_default;
|
|
|
11828
11880
|
exports.Menu = Menu;
|
|
11829
11881
|
exports.MergeLeftIcon = MergeLeftIcon_default;
|
|
11830
11882
|
exports.MergeRightIcon = MergeRightIcon_default;
|
|
11883
|
+
exports.MicrophoneAltIcon = MicrophoneAltIcon_default;
|
|
11884
|
+
exports.MicrophoneIcon = MicrophoneIcon_default;
|
|
11831
11885
|
exports.MinusCircleIcon = MinusCircleIcon_default;
|
|
11832
11886
|
exports.MobileIcon = MobileIcon_default;
|
|
11833
11887
|
exports.Modal = Modal;
|