@grandbazar/ui-baza 1.2.3 → 1.2.5

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.cjs CHANGED
@@ -295,15 +295,15 @@ function IconCheck(props) {
295
295
  }
296
296
 
297
297
  function IconCheckCircle(props) {
298
- return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: [
299
- /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
298
+ return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
299
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
300
300
  /* @__PURE__ */ jsxRuntime.jsx(
301
301
  "path",
302
302
  {
303
303
  fillRule: "evenodd",
304
304
  clipRule: "evenodd",
305
305
  d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16.6339 10.3839C17.122 9.89573 17.122 9.10427 16.6339 8.61612C16.1457 8.12796 15.3543 8.12796 14.8661 8.61612L10.75 12.7322L9.13388 11.1161C8.64573 10.628 7.85427 10.628 7.36612 11.1161C6.87796 11.6043 6.87796 12.3957 7.36612 12.8839L9.86612 15.3839C10.3543 15.872 11.1457 15.872 11.6339 15.3839L16.6339 10.3839Z",
306
- fill: "#1A1B20"
306
+ fill: "currentColor"
307
307
  }
308
308
  )
309
309
  ] });
@@ -541,14 +541,14 @@ function IconFilters(props) {
541
541
  return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
542
542
  "path",
543
543
  {
544
- d: "M15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H15ZM17 8C17.5523 8 18 8.44772 18 9C18 9.55228 17.5523 10 17 10H7C6.44772 10 6 9.55228 6 9C6 8.44772 6.44772 8 7 8H17ZM20 3C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4C3.44772 5 3 4.55228 3 4C3 3.44772 3.44772 3 4 3H20Z",
544
+ d: "M15 16C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17C8 16.4477 8.44772 16 9 16H15ZM17 11C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H17ZM20 6C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7C3 6.44772 3.44772 6 4 6H20Z",
545
545
  fill: "currentColor"
546
546
  }
547
547
  ) });
548
548
  }
549
549
 
550
550
  function IconGear(props) {
551
- return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
551
+ return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
552
552
  "path",
553
553
  {
554
554
  fillRule: "evenodd",
@@ -559,7 +559,7 @@ function IconGear(props) {
559
559
  ) });
560
560
  }
561
561
  IconGear.Filled = function IconGearFilled(props) {
562
- return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
562
+ return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
563
563
  "path",
564
564
  {
565
565
  fillRule: "evenodd",
@@ -619,7 +619,7 @@ function IconInfo(props) {
619
619
  }
620
620
  IconInfo.Filled = function IconInfoFilled(props) {
621
621
  return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
622
- /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
622
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
623
623
  /* @__PURE__ */ jsxRuntime.jsx(
624
624
  "path",
625
625
  {
@@ -865,7 +865,7 @@ function IconResizeCorner(props) {
865
865
 
866
866
  function IconScan(props) {
867
867
  return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
868
- /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "24", height: "24", fill: "white" }),
868
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "24", height: "24", fill: "transparent" }),
869
869
  /* @__PURE__ */ jsxRuntime.jsx(
870
870
  "path",
871
871
  {
@@ -889,7 +889,7 @@ function IconSearch(props) {
889
889
  }
890
890
 
891
891
  function IconShopping(props) {
892
- return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
892
+ return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
893
893
  "path",
894
894
  {
895
895
  fillRule: "evenodd",
@@ -900,7 +900,7 @@ function IconShopping(props) {
900
900
  ) });
901
901
  }
902
902
  IconShopping.Filled = function IconShoppingFilled(props) {
903
- return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
903
+ return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
904
904
  "path",
905
905
  {
906
906
  fillRule: "evenodd",
@@ -994,7 +994,7 @@ IconXMark.Small = IconXMarkSmall;
994
994
 
995
995
  function IconXMarkCircle(props) {
996
996
  return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
997
- /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
997
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
998
998
  /* @__PURE__ */ jsxRuntime.jsx(
999
999
  "path",
1000
1000
  {
package/dist/index.js CHANGED
@@ -291,15 +291,15 @@ function IconCheck(props) {
291
291
  }
292
292
 
293
293
  function IconCheckCircle(props) {
294
- return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: [
295
- /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
294
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
295
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
296
296
  /* @__PURE__ */ jsx(
297
297
  "path",
298
298
  {
299
299
  fillRule: "evenodd",
300
300
  clipRule: "evenodd",
301
301
  d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16.6339 10.3839C17.122 9.89573 17.122 9.10427 16.6339 8.61612C16.1457 8.12796 15.3543 8.12796 14.8661 8.61612L10.75 12.7322L9.13388 11.1161C8.64573 10.628 7.85427 10.628 7.36612 11.1161C6.87796 11.6043 6.87796 12.3957 7.36612 12.8839L9.86612 15.3839C10.3543 15.872 11.1457 15.872 11.6339 15.3839L16.6339 10.3839Z",
302
- fill: "#1A1B20"
302
+ fill: "currentColor"
303
303
  }
304
304
  )
305
305
  ] });
@@ -537,14 +537,14 @@ function IconFilters(props) {
537
537
  return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
538
538
  "path",
539
539
  {
540
- d: "M15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H15ZM17 8C17.5523 8 18 8.44772 18 9C18 9.55228 17.5523 10 17 10H7C6.44772 10 6 9.55228 6 9C6 8.44772 6.44772 8 7 8H17ZM20 3C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4C3.44772 5 3 4.55228 3 4C3 3.44772 3.44772 3 4 3H20Z",
540
+ d: "M15 16C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17C8 16.4477 8.44772 16 9 16H15ZM17 11C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H17ZM20 6C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7C3 6.44772 3.44772 6 4 6H20Z",
541
541
  fill: "currentColor"
542
542
  }
543
543
  ) });
544
544
  }
545
545
 
546
546
  function IconGear(props) {
547
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
547
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
548
548
  "path",
549
549
  {
550
550
  fillRule: "evenodd",
@@ -555,7 +555,7 @@ function IconGear(props) {
555
555
  ) });
556
556
  }
557
557
  IconGear.Filled = function IconGearFilled(props) {
558
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
558
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
559
559
  "path",
560
560
  {
561
561
  fillRule: "evenodd",
@@ -615,7 +615,7 @@ function IconInfo(props) {
615
615
  }
616
616
  IconInfo.Filled = function IconInfoFilled(props) {
617
617
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
618
- /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
618
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
619
619
  /* @__PURE__ */ jsx(
620
620
  "path",
621
621
  {
@@ -861,7 +861,7 @@ function IconResizeCorner(props) {
861
861
 
862
862
  function IconScan(props) {
863
863
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
864
- /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "white" }),
864
+ /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "transparent" }),
865
865
  /* @__PURE__ */ jsx(
866
866
  "path",
867
867
  {
@@ -885,7 +885,7 @@ function IconSearch(props) {
885
885
  }
886
886
 
887
887
  function IconShopping(props) {
888
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
888
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
889
889
  "path",
890
890
  {
891
891
  fillRule: "evenodd",
@@ -896,7 +896,7 @@ function IconShopping(props) {
896
896
  ) });
897
897
  }
898
898
  IconShopping.Filled = function IconShoppingFilled(props) {
899
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
899
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
900
900
  "path",
901
901
  {
902
902
  fillRule: "evenodd",
@@ -990,7 +990,7 @@ IconXMark.Small = IconXMarkSmall;
990
990
 
991
991
  function IconXMarkCircle(props) {
992
992
  return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
993
- /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
993
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
994
994
  /* @__PURE__ */ jsx(
995
995
  "path",
996
996
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grandbazar/ui-baza",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "A lightweight and modular UI kit for building modern, accessible web interfaces. Designed for flexibility, scalability, and developer happiness.",
5
5
  "repository": {
6
6
  "type": "git",