@team_yumi/ramen 1.2.3-next.20240617-5b6c3df-d0b62f575f075fb371866f5173cb69ac → 1.2.3-next.20240627-3c14bb8-d386da14a0844644f7a1af244344c70b

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "1.2.3-next.20240617-5b6c3df-d0b62f575f075fb371866f5173cb69ac",
3
+ "version": "1.2.3-next.20240627-3c14bb8-d386da14a0844644f7a1af244344c70b",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"
@@ -4,6 +4,7 @@ export interface IProps {
4
4
  children?: React.ReactNode;
5
5
  background?: (typeof Collections.IBackground)[number];
6
6
  skeleton?: boolean;
7
+ displayShadow?: boolean;
7
8
  }
8
9
  declare const XFooter: React.FC<IProps>;
9
10
  export default XFooter;