@sikka/hawa 0.19.36-next → 0.19.37-next

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.d.mts CHANGED
@@ -11,7 +11,6 @@ import { DialogProps } from '@radix-ui/react-dialog';
11
11
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
12
12
  import * as ToastPrimitives from '@radix-ui/react-toast';
13
13
  import * as PopoverPrimitive from '@radix-ui/react-popover';
14
- import * as embla_carousel_react from 'embla-carousel-react';
15
14
  import { EmblaOptionsType } from 'embla-carousel-react';
16
15
  import { RowData, ColumnDef } from '@tanstack/react-table';
17
16
  import * as AccordionPrimitive from '@radix-ui/react-accordion';
@@ -20,6 +19,7 @@ import * as TabsPrimitive from '@radix-ui/react-tabs';
20
19
  import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
21
20
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
22
21
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
22
+ import * as embla_carousel from 'embla-carousel';
23
23
 
24
24
  type ImageCardTypes = {
25
25
  children: any;
@@ -1809,7 +1809,7 @@ declare function useToast(): {
1809
1809
 
1810
1810
  declare const useDialogCarousel: (options?: any) => {
1811
1811
  emblaRef: <ViewportElement extends HTMLElement>(instance: ViewportElement | null) => void;
1812
- emblaApi: embla_carousel_react.EmblaCarouselType | undefined;
1812
+ emblaApi: embla_carousel.EmblaCarouselType | undefined;
1813
1813
  nextStep: () => void;
1814
1814
  prevStep: () => void;
1815
1815
  canScrollPrev: boolean;
package/dist/index.d.ts CHANGED
@@ -11,7 +11,6 @@ import { DialogProps } from '@radix-ui/react-dialog';
11
11
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
12
12
  import * as ToastPrimitives from '@radix-ui/react-toast';
13
13
  import * as PopoverPrimitive from '@radix-ui/react-popover';
14
- import * as embla_carousel_react from 'embla-carousel-react';
15
14
  import { EmblaOptionsType } from 'embla-carousel-react';
16
15
  import { RowData, ColumnDef } from '@tanstack/react-table';
17
16
  import * as AccordionPrimitive from '@radix-ui/react-accordion';
@@ -20,6 +19,7 @@ import * as TabsPrimitive from '@radix-ui/react-tabs';
20
19
  import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
21
20
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
22
21
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
22
+ import * as embla_carousel from 'embla-carousel';
23
23
 
24
24
  type ImageCardTypes = {
25
25
  children: any;
@@ -1809,7 +1809,7 @@ declare function useToast(): {
1809
1809
 
1810
1810
  declare const useDialogCarousel: (options?: any) => {
1811
1811
  emblaRef: <ViewportElement extends HTMLElement>(instance: ViewportElement | null) => void;
1812
- emblaApi: embla_carousel_react.EmblaCarouselType | undefined;
1812
+ emblaApi: embla_carousel.EmblaCarouselType | undefined;
1813
1813
  nextStep: () => void;
1814
1814
  prevStep: () => void;
1815
1815
  canScrollPrev: boolean;
package/dist/index.js CHANGED
@@ -6997,8 +6997,6 @@ var Logos = {
6997
6997
  viewBox: "0 0 24 24",
6998
6998
  strokeLinecap: "round",
6999
6999
  strokeLinejoin: "round",
7000
- height: "1em",
7001
- width: "1em",
7002
7000
  xmlns: "http://www.w3.org/2000/svg",
7003
7001
  ...props
7004
7002
  },
@@ -7013,8 +7011,6 @@ var Logos = {
7013
7011
  strokeWidth: "2",
7014
7012
  viewBox: "0 0 24 24",
7015
7013
  "aria-hidden": "true",
7016
- height: "1em",
7017
- width: "1em",
7018
7014
  xmlns: "http://www.w3.org/2000/svg",
7019
7015
  ...props
7020
7016
  },
@@ -7156,8 +7152,6 @@ var Logos = {
7156
7152
  "svg",
7157
7153
  {
7158
7154
  xmlns: "http://www.w3.org/2000/svg",
7159
- width: "24",
7160
- height: "24",
7161
7155
  viewBox: "0 0 24 24",
7162
7156
  fill: "currentColor",
7163
7157
  ...props
package/dist/index.mjs CHANGED
@@ -6779,8 +6779,6 @@ var Logos = {
6779
6779
  viewBox: "0 0 24 24",
6780
6780
  strokeLinecap: "round",
6781
6781
  strokeLinejoin: "round",
6782
- height: "1em",
6783
- width: "1em",
6784
6782
  xmlns: "http://www.w3.org/2000/svg",
6785
6783
  ...props
6786
6784
  },
@@ -6795,8 +6793,6 @@ var Logos = {
6795
6793
  strokeWidth: "2",
6796
6794
  viewBox: "0 0 24 24",
6797
6795
  "aria-hidden": "true",
6798
- height: "1em",
6799
- width: "1em",
6800
6796
  xmlns: "http://www.w3.org/2000/svg",
6801
6797
  ...props
6802
6798
  },
@@ -6938,8 +6934,6 @@ var Logos = {
6938
6934
  "svg",
6939
6935
  {
6940
6936
  xmlns: "http://www.w3.org/2000/svg",
6941
- width: "24",
6942
- height: "24",
6943
6937
  viewBox: "0 0 24 24",
6944
6938
  fill: "currentColor",
6945
6939
  ...props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.19.36-next",
3
+ "version": "0.19.37-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",