@liner-fe/prism 4.2.0 → 4.2.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/lib/index.d.ts CHANGED
@@ -887,7 +887,7 @@ interface LogoProps {
887
887
  */
888
888
  height?: number;
889
889
  /**
890
- * 단색(테마 적응) 로고의 색 토큰. 기본 `label-brand-secondary`.
890
+ * 단색(테마 적응) 로고의 색 토큰. 기본 `label-neutral-base`.
891
891
  * 고정색 로고(badge 등)에는 무시된다.
892
892
  */
893
893
  fill?: BasicColorType;
package/lib/index.js CHANGED
@@ -2705,7 +2705,7 @@ var LOGOS = {
2705
2705
 
2706
2706
  // src/components/Logo/index.tsx
2707
2707
  import { jsx as jsx25 } from "react/jsx-runtime";
2708
- var Logo = /* @__PURE__ */ __name(({ name, height, fill = "label-brand-secondary", className }) => {
2708
+ var Logo = /* @__PURE__ */ __name(({ name, height, fill = "label-neutral-base", className }) => {
2709
2709
  const def = LOGOS[name];
2710
2710
  const [viewBoxWidth, viewBoxHeight] = def.viewBox;
2711
2711
  const renderHeight = height ?? viewBoxHeight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -21,9 +21,9 @@
21
21
  "react-dom": "^19.1.0",
22
22
  "sonner": "2.0.7",
23
23
  "vaul": "1.1.2",
24
- "@liner-fe/design-token": "^4.4.0",
24
+ "@liner-fe/design-token": "^4.4.1",
25
25
  "@liner-fe/design-token-primitive": "^1.4.0",
26
- "@liner-fe/icon": "^2.2.0"
26
+ "@liner-fe/icon": "^2.2.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@chromatic-com/storybook": "^1.5.0",