matsuri-ui 18.0.3-alpha-1766393155272-61a3842.0 → 18.0.3-alpha-1766474402210-923b99b.0

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.
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { AsComponentProp, ComponentWithAs } from "../AsComponentProps";
3
3
  import { FieldGroupContextValue } from "../FieldGroup";
4
4
  import { PartialColorProps } from "../theme";
5
- export declare const resetButtonStyle: import("@emotion/react").SerializedStyles;
5
+ export declare const resetButtonStyle: import("@emotion/utils").SerializedStyles;
6
6
  export interface BaseButtonProps extends PartialColorProps, FieldGroupContextValue {
7
7
  children?: React.ReactNode;
8
8
  /**
@@ -1 +1 @@
1
- export declare const useShimmerEffect: () => import("@emotion/react").SerializedStyles;
1
+ export declare const useShimmerEffect: () => import("@emotion/utils").SerializedStyles;
@@ -1,3 +1,3 @@
1
1
  export declare const useGridLayout: (columns?: {
2
2
  columnRatio?: number;
3
- }[]) => false | import("@emotion/react").SerializedStyles | undefined;
3
+ }[]) => false | import("@emotion/utils").SerializedStyles | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matsuri-ui",
3
- "version": "18.0.3-alpha-1766393155272-61a3842.0",
3
+ "version": "18.0.3-alpha-1766474402210-923b99b.0",
4
4
  "repository": "https://github.com/matsuri-tech/matsuri-ui.git",
5
5
  "license": "GPL-3.0",
6
6
  "sideEffects": false,
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { AsComponentProp, ComponentWithAs } from "../AsComponentProps";
3
3
  import { FieldGroupContextValue } from "../FieldGroup";
4
4
  import { PartialColorProps } from "../theme";
5
- export declare const resetButtonStyle: import("@emotion/react").SerializedStyles;
5
+ export declare const resetButtonStyle: import("@emotion/utils").SerializedStyles;
6
6
  export interface BaseButtonProps extends PartialColorProps, FieldGroupContextValue {
7
7
  children?: React.ReactNode;
8
8
  /**
@@ -1 +1 @@
1
- export declare const useShimmerEffect: () => import("@emotion/react").SerializedStyles;
1
+ export declare const useShimmerEffect: () => import("@emotion/utils").SerializedStyles;
@@ -1,3 +1,3 @@
1
1
  export declare const useGridLayout: (columns?: {
2
2
  columnRatio?: number;
3
- }[]) => false | import("@emotion/react").SerializedStyles | undefined;
3
+ }[]) => false | import("@emotion/utils").SerializedStyles | undefined;