@staffbase/design 20.3.0 → 20.4.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 CHANGED
@@ -7212,6 +7212,44 @@ var SliderQuestionIcon = react.default.forwardRef((props, ref) => {
7212
7212
  SliderQuestionIcon.displayName = "SliderQuestionIcon";
7213
7213
  var SliderQuestionIcon_default = react.default.memo(SliderQuestionIcon);
7214
7214
  //#endregion
7215
+ //#region src/icons/SlideshowIcon.tsx
7216
+ /**
7217
+ * THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
7218
+ */
7219
+ var SlideshowIcon = react.default.forwardRef((props, ref) => {
7220
+ const { className, ...rest } = props;
7221
+ const finalClassName = ["ds-icon ds-icon-slideshow", className].filter(Boolean).join(" ");
7222
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
7223
+ "aria-hidden": "true",
7224
+ viewBox: "0 0 97 96",
7225
+ width: "1em",
7226
+ height: "1em",
7227
+ fill: "currentColor",
7228
+ ...rest,
7229
+ className: finalClassName,
7230
+ ref,
7231
+ "data-c13y-component": "icon",
7232
+ children: [
7233
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M96.5 7.92A7.928 7.928 0 0 0 88.58 0H8.42A7.928 7.928 0 0 0 .5 7.92v80.16A7.928 7.928 0 0 0 8.42 96h80.16a7.927 7.927 0 0 0 7.92-7.92V7.92ZM88.5 86a2 2 0 0 1-2 2l-76 .08a2 2 0 0 1-2-2L8.42 10a2 2 0 0 1 2-2l76.08-.08a2 2 0 0 1 2 2V86Z" }),
7234
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
7235
+ fillRule: "evenodd",
7236
+ d: "M58.5 89V7a3 3 0 0 0-3-3c-.796 0-47.559.316-48.121.879A3 3 0 0 0 6.5 7v82a3 3 0 0 0 .879 2.121c.562.563 47.325.88 48.121.88a3 3 0 0 0 3-3ZM14.995 48.058l5.628-11.12c.185-.367.45-.686.775-.933a2.623 2.623 0 0 1 3.36.143l4.331 3.9a.893.893 0 0 0 .744.207.889.889 0 0 0 .627-.457l3.582-11.041a2.685 2.685 0 0 1 1.087-1.102 2.63 2.63 0 0 1 2.93.274c.407.333.71.78.868 1.286l5.247 19.258a2.744 2.744 0 0 1-.387 2.418 2.674 2.674 0 0 1-.946.816 2.633 2.633 0 0 1-1.207.293h-24.27c-.456 0-.905-.12-1.303-.346a2.683 2.683 0 0 1-.97-.95 2.734 2.734 0 0 1-.096-2.646ZM41.5 80h-24a3 3 0 0 1 0-6h24a3 3 0 0 1 0 6Z",
7237
+ clipRule: "evenodd"
7238
+ }),
7239
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M79.168 68h-6.669a3.332 3.332 0 0 0-3.331 3.332v7.336A3.332 3.332 0 0 0 72.499 82h6.669a3.332 3.332 0 0 0 3.332-3.332v-7.336A3.332 3.332 0 0 0 79.168 68ZM78.5 13.98H67.812a3.332 3.332 0 0 0-3.331 3.332v3.336a3.332 3.332 0 0 0 3.332 3.332H78.5a3.332 3.332 0 0 0 3.332-3.332v-3.335A3.332 3.332 0 0 0 78.5 13.98ZM78.5 30H67.812a3.332 3.332 0 0 0-3.331 3.332v3.336A3.332 3.332 0 0 0 67.813 40H78.5a3.332 3.332 0 0 0 3.332-3.332v-3.336A3.332 3.332 0 0 0 78.5 30Z" }),
7240
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("clipPath", {
7241
+ id: "a",
7242
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
7243
+ fill: "#fff",
7244
+ d: "M.5 0h96v96H.5z"
7245
+ })
7246
+ })
7247
+ ]
7248
+ });
7249
+ });
7250
+ SlideshowIcon.displayName = "SlideshowIcon";
7251
+ var SlideshowIcon_default = react.default.memo(SlideshowIcon);
7252
+ //#endregion
7215
7253
  //#region src/icons/SnowflakeIcon.tsx
7216
7254
  /**
7217
7255
  * THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
@@ -8787,6 +8825,7 @@ var iconList = {
8787
8825
  "rounded-corners": RoundedCornersIcon_default,
8788
8826
  rss: RssIcon_default,
8789
8827
  search: SearchIcon_default,
8828
+ slideshow: SlideshowIcon_default,
8790
8829
  send: SendIcon_default,
8791
8830
  settings: SettingsIcon_default,
8792
8831
  "share-android": ShareAndroidIcon_default,
@@ -12163,6 +12202,7 @@ exports.SingleChoiceQuestionIcon = SingleChoiceQuestionIcon_default;
12163
12202
  exports.SingleSelect = SingleSelect;
12164
12203
  exports.Skeleton = Skeleton;
12165
12204
  exports.SliderQuestionIcon = SliderQuestionIcon_default;
12205
+ exports.SlideshowIcon = SlideshowIcon_default;
12166
12206
  exports.SnowflakeIcon = SnowflakeIcon_default;
12167
12207
  exports.SortIcon = SortIcon_default;
12168
12208
  exports.SoundAltIcon = SoundAltIcon_default;