@sikka/hawa 0.1.33 → 0.1.35

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/styles.css CHANGED
@@ -1825,6 +1825,9 @@ video {
1825
1825
  .border-t-4 {
1826
1826
  border-top-width: 4px;
1827
1827
  }
1828
+ .border-t-\[1px\] {
1829
+ border-top-width: 1px;
1830
+ }
1828
1831
  .border-dashed {
1829
1832
  border-style: dashed;
1830
1833
  }
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare function Toaster(props: any): import("react").JSX.Element;
1
+ import React from "react";
2
+ export declare function Toaster(props: any): React.JSX.Element;