@qasa/qds-ui 0.8.0 → 0.8.1

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.
@@ -6,5 +6,5 @@ export declare const HintBox: import("react").ForwardRefExoticComponent<Pick<imp
6
6
  Title: import("@emotion/styled").StyledComponent<{
7
7
  theme?: import("@emotion/react").Theme | undefined;
8
8
  as?: import("react").ElementType<any> | undefined;
9
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
10
10
  };
package/dist/index.d.ts CHANGED
@@ -2795,7 +2795,7 @@ declare const HintBox: react.ForwardRefExoticComponent<Pick<react.DetailedHTMLPr
2795
2795
  Title: _emotion_styled.StyledComponent<{
2796
2796
  theme?: _emotion_react.Theme | undefined;
2797
2797
  as?: react.ElementType<any> | undefined;
2798
- }, react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
2798
+ }, react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
2799
2799
  };
2800
2800
 
2801
2801
  declare const getSizeStyles$4: (theme: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qasa/qds-ui",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "license": "UNLICENSED",
5
5
  "repository": {
6
6
  "type": "git",