@iyulab/enterprise 0.9.0 → 0.9.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Fixed
6
+
7
+ - **`CurrencyHelper`, `messages`, and `icons` now deep-import `@iyulab/components`' utility
8
+ modules instead of the full package barrel.** Importing the barrel alongside
9
+ `@iyulab/components/react` in the same TypeScript program produced duplicate custom-element
10
+ registration and nominal-type conflicts for consumers; deep-importing avoids pulling in the
11
+ registration side effect these helpers never needed.
12
+
3
13
  ## 0.9.0
4
14
 
5
15
  ### Added
@@ -1,4 +1,4 @@
1
- import { LocaleNamespace } from '@iyulab/components';
1
+ import { LocaleNamespace } from '@iyulab/components/dist/utilities/Locale.js';
2
2
  /**
3
3
  * `@iyulab/enterprise` 의 화면 문자열 — **영어 기본 + 로케일 레지스트리**.
4
4
  *
package/dist/icons.js CHANGED
@@ -1,4 +1,4 @@
1
- import { IconRegistry } from "@iyulab/components";
1
+ import { IconRegistry } from "@iyulab/components/dist/utilities/icons.js";
2
2
  //#endregion
3
3
  //#region src/icons.ts
4
4
  var bundle = new Map(Object.entries(/* #__PURE__ */ Object.assign({
package/dist/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
- import { Locale, formatCurrency } from "@iyulab/components";
2
+ import { Locale } from "@iyulab/components/dist/utilities/Locale.js";
3
+ import { formatCurrency } from "@iyulab/components/dist/utilities/format.js";
3
4
  import { HttpClient } from "@iyulab/http-client";
4
5
  import buildQuery from "odata-query";
5
6
  //#region src/FormSection.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iyulab/enterprise",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Enterprise utilities and components for iyulab framework",
5
5
  "keywords": [
6
6
  "enterprise",