sykpcomposer 0.0.8 → 0.0.9

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,4 +1,11 @@
1
- import * as React from 'react';
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import * as React from "react";
2
9
  interface ICustomMargin {
3
10
  onClose: () => void;
4
11
  }
@@ -14,7 +14,7 @@ export type marginSizeType = {
14
14
  wide: string;
15
15
  };
16
16
  export declare enum marginSize {
17
- normal = "1px",
17
+ normal = "96px",
18
18
  narrow = "48px",
19
19
  moderate = "96px 72px",
20
20
  wide = "96px 192px"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sykpcomposer",
3
3
  "private": false,
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",