@nexus-cross/design-system 2.0.1 → 2.0.2

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 +1 @@
1
- {"version":3,"file":"built.d.ts","sourceRoot":"","sources":["../../../src/styles/.generated/built.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,GAAG,0z4JAA4imI,CAAC;AACtjmI,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"built.d.ts","sourceRoot":"","sources":["../../../src/styles/.generated/built.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,GAAG,y04JAAijmI,CAAC;AAC3jmI,eAAe,GAAG,CAAC"}
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkMWWQMVXJ_js = require('../chunks/chunk-MWWQMVXJ.js');
3
+ var chunkJICW6KWH_js = require('../chunks/chunk-JICW6KWH.js');
4
4
 
5
5
  // src/styles/inject-layer.ts
6
6
  var STYLE_ID = "__nexus-ds-layer__";
@@ -8,7 +8,7 @@ var __nexus_styles_injected__ = typeof document !== "undefined" && !document.get
8
8
  const style = document.createElement("style");
9
9
  style.id = STYLE_ID;
10
10
  style.textContent = `@layer nexus {
11
- ${chunkMWWQMVXJ_js.built_default}
11
+ ${chunkJICW6KWH_js.built_default}
12
12
  }`;
13
13
  document.head.appendChild(style);
14
14
  return true;
@@ -1,4 +1,4 @@
1
- import { built_default } from '../chunks/chunk-KT2WKVF7.mjs';
1
+ import { built_default } from '../chunks/chunk-3NSJMG3G.mjs';
2
2
 
3
3
  // src/styles/inject-layer.ts
4
4
  var STYLE_ID = "__nexus-ds-layer__";
package/dist/styles.css CHANGED
@@ -2226,7 +2226,7 @@
2226
2226
  .nexus-select-trigger--outline {
2227
2227
  background: var(--color-surface-default);
2228
2228
  }
2229
- /* size variant width: :where()로 명시도 0 — 외부 className의 w-*/min-w-*/max-w-* 항상 우선. */
2229
+ /* size variant width: :where() 로 명시도 0 — 외부 className 의 w- / min-w- / max-w- 유틸이 항상 우선. */
2230
2230
  :where(.nexus-select-trigger--sm) {
2231
2231
  width: 4rem;
2232
2232
  }
package/dist/styles.js CHANGED
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var chunkMWWQMVXJ_js = require('./chunks/chunk-MWWQMVXJ.js');
3
+ var chunkJICW6KWH_js = require('./chunks/chunk-JICW6KWH.js');
4
4
 
5
5
  // src/styles/inject.ts
6
6
  var STYLE_ID = "__nexus-ds__";
7
7
  var __nexus_styles_injected__ = typeof document !== "undefined" && !document.getElementById(STYLE_ID) ? (() => {
8
8
  const style = document.createElement("style");
9
9
  style.id = STYLE_ID;
10
- style.textContent = chunkMWWQMVXJ_js.built_default;
10
+ style.textContent = chunkJICW6KWH_js.built_default;
11
11
  document.head.appendChild(style);
12
12
  return true;
13
13
  })() : false;
@@ -2227,7 +2227,7 @@
2227
2227
  .nexus-select-trigger--outline {
2228
2228
  background: var(--color-surface-default);
2229
2229
  }
2230
- /* size variant width: :where()로 명시도 0 — 외부 className의 w-*/min-w-*/max-w-* 항상 우선. */
2230
+ /* size variant width: :where() 로 명시도 0 — 외부 className 의 w- / min-w- / max-w- 유틸이 항상 우선. */
2231
2231
  :where(.nexus-select-trigger--sm) {
2232
2232
  width: 4rem;
2233
2233
  }
package/dist/styles.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { built_default } from './chunks/chunk-KT2WKVF7.mjs';
1
+ import { built_default } from './chunks/chunk-3NSJMG3G.mjs';
2
2
 
3
3
  // src/styles/inject.ts
4
4
  var STYLE_ID = "__nexus-ds__";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Company CSS — Tailwind v4 (@theme + .dark)
3
3
  * 자동 생성: scripts/generate-css.js
4
- * 생성일: 2026-05-07T09:40:03.595Z
4
+ * 생성일: 2026-05-07T10:05:13.498Z
5
5
  *
6
6
  * @theme: Tailwind 유틸리티 클래스 자동 생성
7
7
  * :root: 순수 CSS 변수 (var()로 직접 사용)
@@ -2,7 +2,7 @@
2
2
  * Company CSS — 순수 CSS 변수 (:root + .dark)
3
3
  * Tailwind 없이 var(--*) 로 사용 가능
4
4
  * 자동 생성: scripts/generate-css.js
5
- * 생성일: 2026-05-07T09:40:03.599Z
5
+ * 생성일: 2026-05-07T10:05:13.503Z
6
6
  */
7
7
 
8
8
  :root {
@@ -2,7 +2,7 @@
2
2
  * Prediction Domain CSS — 순수 CSS 변수
3
3
  * Tailwind 없이 var(--*) 로 사용 가능
4
4
  * 자동 생성: scripts/generate-css.js
5
- * 생성일: 2026-05-07T09:40:03.606Z
5
+ * 생성일: 2026-05-07T10:05:13.510Z
6
6
  */
7
7
 
8
8
  :root {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Prediction Domain CSS — Tailwind v4 (@theme + .prediction)
3
3
  * 자동 생성: scripts/generate-css.js
4
- * 생성일: 2026-05-07T09:40:03.605Z
4
+ * 생성일: 2026-05-07T10:05:13.510Z
5
5
  */
6
6
 
7
7
  @theme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cross/design-system",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "NEXUS Design System UI Components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -362,8 +362,8 @@
362
362
  "sonner": "^2.0.7",
363
363
  "vaul": "^1.1.2",
364
364
  "zod": "^3.25.76",
365
- "@nexus-cross/tokens": "2.0.1",
366
- "@nexus-cross/tokens-domains": "2.0.1"
365
+ "@nexus-cross/tokens": "2.0.2",
366
+ "@nexus-cross/tokens-domains": "2.0.2"
367
367
  },
368
368
  "devDependencies": {
369
369
  "@testing-library/jest-dom": "^6.9.1",