@liner-fe/prism 1.13.31 → 1.13.33

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.
@@ -0,0 +1 @@
1
+ export declare const BreakPoint: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Gap: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Padding: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Shadow: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const createAbsolutePath: (path: string, path1: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "1.13.31",
3
+ "version": "1.13.33",
4
4
  "packageManager": "yarn@3.6.0",
5
5
  "scripts": {
6
6
  "dev": "next dev",
@@ -40,6 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@chromatic-com/storybook": "^1.5.0",
42
42
  "@liner-fe/bundler": "workspace:^",
43
+ "@storybook/addon-designs": "^8.0.4",
43
44
  "@storybook/addon-essentials": "^8.4.2",
44
45
  "@storybook/addon-interactions": "^8.4.2",
45
46
  "@storybook/addon-links": "^8.4.2",
@@ -1 +0,0 @@
1
- export declare const ampLogEventFunc: import("recoil").RecoilState<((title: string, properties?: any, callback?: undefined) => Promise<undefined>) | null>;