pds-dev-kit-web-test 2.4.1 → 2.4.3

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,3 +1,19 @@
1
+ export declare const spacing: {
2
+ spacingA: string;
3
+ spacingB: string;
4
+ spacingC: string;
5
+ spacingD: string;
6
+ spacingE: string;
7
+ spacingF: string;
8
+ spacingG: string;
9
+ spacingH: string;
10
+ spacingI: string;
11
+ spacingJ: string;
12
+ spacingK: string;
13
+ spacingL: string;
14
+ spacingM: string;
15
+ spacingN: string;
16
+ };
1
17
  export declare const theme: {
2
18
  fontWeight: {
3
19
  normal: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.esm.js",
package/rollup.config.mjs CHANGED
@@ -14,9 +14,10 @@ export default {
14
14
  {
15
15
  file: packageJson.main,
16
16
  format: 'esm',
17
- sourcemap: true
17
+ sourcemap: false
18
18
  }
19
19
  ],
20
+ treeshake: false,
20
21
  plugins: [
21
22
  // 바벨 트랜스파일러 설정
22
23
  babel({