@grandbazar/ui-baza 1.2.4 → 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 +6 -6
- package/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -295,7 +295,7 @@ 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",
|
|
298
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
299
299
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
|
|
300
300
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
301
301
|
"path",
|
|
@@ -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
|
|
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",
|
|
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",
|
|
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",
|
|
@@ -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",
|
|
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",
|
|
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",
|
package/dist/index.js
CHANGED
|
@@ -291,7 +291,7 @@ function IconCheck(props) {
|
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
function IconCheckCircle(props) {
|
|
294
|
-
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
294
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
295
295
|
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "transparent" }),
|
|
296
296
|
/* @__PURE__ */ jsx(
|
|
297
297
|
"path",
|
|
@@ -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
|
|
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",
|
|
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",
|
|
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",
|
|
@@ -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",
|
|
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",
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grandbazar/ui-baza",
|
|
3
|
-
"version": "1.2.
|
|
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",
|