fone-design-system_v2 1.0.70 → 1.0.71

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/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { DesignSystemProvider } from './DesignSystemProvider';
2
+ export type { __DS_THEME_TYPES_ANCHOR__ } from './theme/types';
2
3
  export * from './components/Accordion';
3
4
  export * from './components/Autocomplete';
4
5
  export * from './components/Backdrop';
@@ -1 +1,7 @@
1
+ /**
2
+ * 이 타입은 외부에서 쓰라고 만든 게 아니라
3
+ * module augmentation이 dist 타입에 반드시 포함되게 하기 위한 앵커입니다.
4
+ * @internal
5
+ */
6
+ export type __DS_THEME_TYPES_ANCHOR__ = never;
1
7
  export {};
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "license": "MIT",
4
4
  "name": "fone-design-system_v2",
5
- "version": "1.0.70",
5
+ "version": "1.0.71",
6
6
  "description": "FoneTech-Systems 전용 컴포넌트 라이브러리",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/fone-design-system.es.js",