geoiq-frontend-ui-kit 1.0.7 → 1.0.9

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.
@@ -1,5 +1,5 @@
1
1
  import { cva as t } from "class-variance-authority";
2
- import { defaultTypographyVariant as o } from "./index.es15.js";
2
+ import { defaultTypographyVariant as o } from "./index.es14.js";
3
3
  const n = t("", {
4
4
  variants: {
5
5
  variant: {
@@ -1,11 +1,11 @@
1
- import { cva as r } from "class-variance-authority";
2
- const t = r("relative h-2 w-full overflow-hidden rounded-full bg-stroke1 min-w-64 ", {
1
+ import { cva as e } from "class-variance-authority";
2
+ const a = e("relative flex w-60 touch-none select-none items-center", {
3
3
  variants: {
4
4
  variant: {}
5
5
  },
6
6
  defaultVariants: {}
7
7
  });
8
8
  export {
9
- t as ProgressVariants
9
+ a as SliderVariants
10
10
  };
11
11
  //# sourceMappingURL=index.es13.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.es13.js","sources":["../src/components/core/progress/progress.styles.ts"],"sourcesContent":["import { cva } from \"class-variance-authority\";\n\nexport const ProgressVariants = cva(\"relative h-2 w-full overflow-hidden rounded-full bg-stroke1 min-w-64 \", {\n variants: {\n variant: {},\n },\n defaultVariants: {\n },\n});\n"],"names":["ProgressVariants","cva"],"mappings":";AAEa,MAAAA,IAAmBC,EAAI,2EAA2E;AAAA,EAC7G,UAAU;AAAA,IACR,SAAS,CAAC;AAAA,EACZ;AAAA,EACA,iBAAiB,CACjB;AACF,CAAC;"}
1
+ {"version":3,"file":"index.es13.js","sources":["../src/components/core/slider/slider.styles.ts"],"sourcesContent":["import { cva } from \"class-variance-authority\";\n\nexport const SliderVariants = cva(\"relative flex w-60 touch-none select-none items-center\", {\n variants: {\n variant: {},\n },\n defaultVariants: {\n },\n});\n"],"names":["SliderVariants","cva"],"mappings":";AAEa,MAAAA,IAAiBC,EAAI,2DAA2D;AAAA,EAC3F,UAAU;AAAA,IACR,SAAS,CAAC;AAAA,EACZ;AAAA,EACA,iBAAiB,CACjB;AACF,CAAC;"}
@@ -1,11 +1,22 @@
1
- import { cva as e } from "class-variance-authority";
2
- const a = e("relative flex w-60 touch-none select-none items-center", {
3
- variants: {
4
- variant: {}
5
- },
6
- defaultVariants: {}
7
- });
1
+ const p = {
2
+ h1: "h1",
3
+ h2: "h2",
4
+ h3: "h3",
5
+ h4: "h4",
6
+ h5: "h5",
7
+ body1: "p",
8
+ body2: "p",
9
+ body3: "p",
10
+ body4: "p",
11
+ overline1: "p",
12
+ overline2: "p",
13
+ overline3: "p",
14
+ "cta-large": "p",
15
+ "cta-normal": "p",
16
+ "cta-small": "p"
17
+ }, a = "body1";
8
18
  export {
9
- a as SliderVariants
19
+ a as defaultTypographyVariant,
20
+ p as variantElementMap
10
21
  };
11
22
  //# sourceMappingURL=index.es14.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.es14.js","sources":["../src/components/core/slider/slider.styles.ts"],"sourcesContent":["import { cva } from \"class-variance-authority\";\n\nexport const SliderVariants = cva(\"relative flex w-60 touch-none select-none items-center\", {\n variants: {\n variant: {},\n },\n defaultVariants: {\n },\n});\n"],"names":["SliderVariants","cva"],"mappings":";AAEa,MAAAA,IAAiBC,EAAI,2DAA2D;AAAA,EAC3F,UAAU;AAAA,IACR,SAAS,CAAC;AAAA,EACZ;AAAA,EACA,iBAAiB,CACjB;AACF,CAAC;"}
1
+ {"version":3,"file":"index.es14.js","sources":["../src/components/core/typography/typography.config.ts"],"sourcesContent":["export const variantElementMap = {\n h1: \"h1\",\n h2: \"h2\",\n h3: \"h3\",\n h4: \"h4\",\n h5: \"h5\",\n body1: \"p\",\n body2: \"p\",\n body3: \"p\",\n body4: \"p\",\n overline1: \"p\",\n overline2: \"p\",\n overline3: \"p\",\n \"cta-large\": \"p\",\n \"cta-normal\": \"p\",\n \"cta-small\": \"p\",\n };\n\n\nexport const defaultTypographyVariant = \"body1\";"],"names":["variantElementMap","defaultTypographyVariant"],"mappings":"AAAO,MAAMA,IAAoB;AAAA,EAC7B,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AAAA,EACP,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,aAAa;AAAA,EACb,cAAc;AAAA,EACd,aAAa;AACf,GAGWC,IAA2B;"}
@@ -1,22 +1,11 @@
1
- const p = {
2
- h1: "h1",
3
- h2: "h2",
4
- h3: "h3",
5
- h4: "h4",
6
- h5: "h5",
7
- body1: "p",
8
- body2: "p",
9
- body3: "p",
10
- body4: "p",
11
- overline1: "p",
12
- overline2: "p",
13
- overline3: "p",
14
- "cta-large": "p",
15
- "cta-normal": "p",
16
- "cta-small": "p"
17
- }, a = "body1";
1
+ import { cva as r } from "class-variance-authority";
2
+ const t = r("relative h-2 w-full overflow-hidden rounded-full bg-stroke1 min-w-64 ", {
3
+ variants: {
4
+ variant: {}
5
+ },
6
+ defaultVariants: {}
7
+ });
18
8
  export {
19
- a as defaultTypographyVariant,
20
- p as variantElementMap
9
+ t as ProgressVariants
21
10
  };
22
11
  //# sourceMappingURL=index.es15.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.es15.js","sources":["../src/components/core/typography/typography.config.ts"],"sourcesContent":["export const variantElementMap = {\n h1: \"h1\",\n h2: \"h2\",\n h3: \"h3\",\n h4: \"h4\",\n h5: \"h5\",\n body1: \"p\",\n body2: \"p\",\n body3: \"p\",\n body4: \"p\",\n overline1: \"p\",\n overline2: \"p\",\n overline3: \"p\",\n \"cta-large\": \"p\",\n \"cta-normal\": \"p\",\n \"cta-small\": \"p\",\n };\n\n\nexport const defaultTypographyVariant = \"body1\";"],"names":["variantElementMap","defaultTypographyVariant"],"mappings":"AAAO,MAAMA,IAAoB;AAAA,EAC7B,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AAAA,EACP,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,aAAa;AAAA,EACb,cAAc;AAAA,EACd,aAAa;AACf,GAGWC,IAA2B;"}
1
+ {"version":3,"file":"index.es15.js","sources":["../src/components/core/progress/progress.styles.ts"],"sourcesContent":["import { cva } from \"class-variance-authority\";\n\nexport const ProgressVariants = cva(\"relative h-2 w-full overflow-hidden rounded-full bg-stroke1 min-w-64 \", {\n variants: {\n variant: {},\n },\n defaultVariants: {\n },\n});\n"],"names":["ProgressVariants","cva"],"mappings":";AAEa,MAAAA,IAAmBC,EAAI,2EAA2E;AAAA,EAC7G,UAAU;AAAA,IACR,SAAS,CAAC;AAAA,EACZ;AAAA,EACA,iBAAiB,CACjB;AACF,CAAC;"}
package/dist/index.es5.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as o from "react";
2
2
  import { cn as m } from "./index.es12.js";
3
3
  import { TypographyVariants as n } from "./index.es11.js";
4
- import { defaultTypographyVariant as y, variantElementMap as i } from "./index.es15.js";
4
+ import { defaultTypographyVariant as y, variantElementMap as i } from "./index.es14.js";
5
5
  const c = o.forwardRef(({ className: t, variant: r = y, ...a }, e) => {
6
6
  const p = i[r];
7
7
  return /* @__PURE__ */ o.createElement(
package/dist/index.es6.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as r from "react";
2
2
  import * as o from "@radix-ui/react-progress";
3
3
  import { cn as m } from "./index.es12.js";
4
- import { ProgressVariants as i } from "./index.es13.js";
4
+ import { ProgressVariants as i } from "./index.es15.js";
5
5
  const l = r.forwardRef(({ className: e, value: a, ...t }, s) => (console.log(a), /* @__PURE__ */ r.createElement(
6
6
  o.Root,
7
7
  {
package/dist/index.es7.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as e from "react";
2
2
  import * as r from "@radix-ui/react-slider";
3
3
  import { cn as l } from "./index.es12.js";
4
- import { SliderVariants as s } from "./index.es14.js";
4
+ import { SliderVariants as s } from "./index.es13.js";
5
5
  const t = e.forwardRef(({ className: o, ...a }, i) => /* @__PURE__ */ e.createElement(
6
6
  r.Root,
7
7
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "geoiq-frontend-ui-kit",
3
3
  "private": false,
4
- "version": "1.0.7",
4
+ "version": "1.0.9",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",