geoiq-frontend-ui-kit 1.0.9 → 1.0.10
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.es11.js +1 -1
- package/dist/index.es13.js +19 -8
- package/dist/index.es13.js.map +1 -1
- package/dist/index.es14.js +8 -19
- package/dist/index.es14.js.map +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.es7.js +1 -1
- package/package.json +1 -1
package/dist/index.es11.js
CHANGED
package/dist/index.es13.js
CHANGED
|
@@ -1,11 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
19
|
+
a as defaultTypographyVariant,
|
|
20
|
+
p as variantElementMap
|
|
10
21
|
};
|
|
11
22
|
//# sourceMappingURL=index.es13.js.map
|
package/dist/index.es13.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es13.js","sources":["../src/components/core/
|
|
1
|
+
{"version":3,"file":"index.es13.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;"}
|
package/dist/index.es14.js
CHANGED
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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 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
|
+
});
|
|
18
8
|
export {
|
|
19
|
-
a as
|
|
20
|
-
p as variantElementMap
|
|
9
|
+
a as SliderVariants
|
|
21
10
|
};
|
|
22
11
|
//# sourceMappingURL=index.es14.js.map
|
package/dist/index.es14.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es14.js","sources":["../src/components/core/
|
|
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;"}
|
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.
|
|
4
|
+
import { defaultTypographyVariant as y, variantElementMap as i } from "./index.es13.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.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.
|
|
4
|
+
import { SliderVariants as s } from "./index.es14.js";
|
|
5
5
|
const t = e.forwardRef(({ className: o, ...a }, i) => /* @__PURE__ */ e.createElement(
|
|
6
6
|
r.Root,
|
|
7
7
|
{
|