@grandbazar/ui-baza 1.2.3 → 1.2.4
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 +5 -5
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -296,14 +296,14 @@ function IconCheck(props) {
|
|
|
296
296
|
|
|
297
297
|
function IconCheckCircle(props) {
|
|
298
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: "
|
|
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: "
|
|
306
|
+
fill: "currentColor"
|
|
307
307
|
}
|
|
308
308
|
)
|
|
309
309
|
] });
|
|
@@ -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: "
|
|
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: "
|
|
868
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { width: "24", height: "24", fill: "transparent" }),
|
|
869
869
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
870
870
|
"path",
|
|
871
871
|
{
|
|
@@ -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: "
|
|
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
|
@@ -292,14 +292,14 @@ function IconCheck(props) {
|
|
|
292
292
|
|
|
293
293
|
function IconCheckCircle(props) {
|
|
294
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: "
|
|
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: "
|
|
302
|
+
fill: "currentColor"
|
|
303
303
|
}
|
|
304
304
|
)
|
|
305
305
|
] });
|
|
@@ -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: "
|
|
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: "
|
|
864
|
+
/* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "transparent" }),
|
|
865
865
|
/* @__PURE__ */ jsx(
|
|
866
866
|
"path",
|
|
867
867
|
{
|
|
@@ -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: "
|
|
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
|
+
"version": "1.2.4",
|
|
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",
|