@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.
- package/dist/chunks/{chunk-KT2WKVF7.mjs → chunk-3NSJMG3G.mjs} +1 -1
- package/dist/chunks/{chunk-MWWQMVXJ.js → chunk-JICW6KWH.js} +1 -1
- package/dist/styles/.generated/built.d.ts +1 -1
- package/dist/styles/.generated/built.d.ts.map +1 -1
- package/dist/styles/layer.js +2 -2
- package/dist/styles/layer.mjs +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.js +2 -2
- package/dist/styles.layered.css +1 -1
- package/dist/styles.mjs +1 -1
- package/dist/tokens/company.css +1 -1
- package/dist/tokens/css.css +1 -1
- package/dist/tokens-domains/prediction-vars.css +1 -1
- package/dist/tokens-domains/prediction.css +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"built.d.ts","sourceRoot":"","sources":["../../../src/styles/.generated/built.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,GAAG,
|
|
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"}
|
package/dist/styles/layer.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
-
${
|
|
11
|
+
${chunkJICW6KWH_js.built_default}
|
|
12
12
|
}`;
|
|
13
13
|
document.head.appendChild(style);
|
|
14
14
|
return true;
|
package/dist/styles/layer.mjs
CHANGED
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
|
|
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
|
|
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 =
|
|
10
|
+
style.textContent = chunkJICW6KWH_js.built_default;
|
|
11
11
|
document.head.appendChild(style);
|
|
12
12
|
return true;
|
|
13
13
|
})() : false;
|
package/dist/styles.layered.css
CHANGED
|
@@ -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
|
|
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
package/dist/tokens/company.css
CHANGED
package/dist/tokens/css.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cross/design-system",
|
|
3
|
-
"version": "2.0.
|
|
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.
|
|
366
|
-
"@nexus-cross/tokens-domains": "2.0.
|
|
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",
|