@team_yumi/ramen 0.4.0-next.20231128-37228e3-f736c71a66d1e1d0149e2f5eb53bb260 → 0.4.0-next.20231128-fdb2ef8-f1c226330b9a4f616f8c446474bed42d

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.
@@ -1 +1 @@
1
- export declare const IBorderType: readonly ["shadow", "solid", "dashed", "none"];
1
+ export declare const IBorderType: readonly ["shadow", "solid", "dashed", "none", "gradient"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "0.4.0-next.20231128-37228e3-f736c71a66d1e1d0149e2f5eb53bb260",
3
+ "version": "0.4.0-next.20231128-fdb2ef8-f1c226330b9a4f616f8c446474bed42d",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"