@tapizlabs/ui 0.2.10 → 0.2.11

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/index.d.ts CHANGED
@@ -109,8 +109,9 @@ interface LogoMarkProps {
109
109
  * - "playground" = T + shell prompt `>_` (SQL/terminal)
110
110
  * - "whiteboard" = tabla sa skiciranim potezom
111
111
  * - "cloud" = oblak sa T monogramom (Tapiz Cloud Platform / status)
112
+ * - "specs" = dokument/spec list sa redovima teksta i čekiranom stavkom (Tapiz Specs)
112
113
  */
113
- variant?: "lms" | "boards" | "playground" | "whiteboard" | "cloud";
114
+ variant?: "lms" | "boards" | "playground" | "whiteboard" | "cloud" | "specs";
114
115
  }
115
116
  declare const LogoMark: ({ size, className, bgClassName, bgFill, bgOpacity, variant, }: LogoMarkProps) => react.JSX.Element;
116
117
 
package/dist/index.js CHANGED
@@ -573,6 +573,25 @@ var LogoMark = ({
573
573
  /* @__PURE__ */ jsx6("rect", { x: "25", y: "30", width: "16", height: "3.6", rx: "1.6" }),
574
574
  /* @__PURE__ */ jsx6("rect", { x: "31.2", y: "30", width: "3.6", height: "12", rx: "1.6" })
575
575
  ] })
576
+ ] }),
577
+ variant === "specs" && /* @__PURE__ */ jsxs6(Fragment, { children: [
578
+ /* @__PURE__ */ jsx6("rect", { x: "16", y: "12", width: "32", height: "40", rx: "4", fill: "#fff" }),
579
+ /* @__PURE__ */ jsxs6("g", { fill: "#1496b3", children: [
580
+ /* @__PURE__ */ jsx6("rect", { x: "21", y: "19", width: "22", height: "3.4", rx: "1.7" }),
581
+ /* @__PURE__ */ jsx6("rect", { x: "21", y: "26", width: "22", height: "3.4", rx: "1.7" }),
582
+ /* @__PURE__ */ jsx6("rect", { x: "21", y: "33", width: "14", height: "3.4", rx: "1.7" })
583
+ ] }),
584
+ /* @__PURE__ */ jsx6(
585
+ "path",
586
+ {
587
+ d: "M22 43 L26 47 L34 39",
588
+ stroke: "#d4ff3a",
589
+ strokeWidth: "4",
590
+ strokeLinecap: "round",
591
+ strokeLinejoin: "round",
592
+ fill: "none"
593
+ }
594
+ )
576
595
  ] })
577
596
  ]
578
597
  }