@uniai-fe/uds-primitives 0.9.0 → 0.9.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/styles.css CHANGED
@@ -427,7 +427,7 @@
427
427
  --input-default-radius-base: var(--theme-radius-large-1);
428
428
  --input-tertiary-radius-base: var(--theme-radius-large-2);
429
429
  --input-table-radius-base: 0;
430
- --input-tertiary-element-min-height: var(--theme-size-medium-2);
430
+ --input-tertiary-element-min-height: 1.5em;
431
431
  --input-textarea-min-height: calc(var(--input-default-height-medium) * 2);
432
432
  --input-textarea-height: 128px;
433
433
  /* TextArea size token은 Input 기본 size token을 재할당해 축을 일치시킨다. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-primitives",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "UNIAI Design System; Primitives Components Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -46,8 +46,8 @@
46
46
  "@mantine/core": ">=8 <9",
47
47
  "@mantine/dates": ">=8 <9",
48
48
  "@mantine/hooks": ">=8 <9",
49
- "@uniai-fe/uds-foundation": "^0.4.8",
50
- "@uniai-fe/util-functions": "^0.3.0",
49
+ "@uniai-fe/uds-foundation": "^0.4.8 || ^0.5.0",
50
+ "@uniai-fe/util-functions": "^0.3.0 || ^0.4.0",
51
51
  "react": ">=19 <20",
52
52
  "react-daum-postcode": "^4.0.0",
53
53
  "react-dom": ">=19 <20",
@@ -88,10 +88,10 @@
88
88
  "sass": "^1.101.0",
89
89
  "typescript": "6.0.3",
90
90
  "@uniai-fe/eslint-config": "0.2.0",
91
- "@uniai-fe/util-functions": "0.4.0",
92
91
  "@uniai-fe/tsconfig": "0.2.0",
93
92
  "@uniai-fe/next-devkit": "0.3.0",
94
- "@uniai-fe/uds-foundation": "0.5.0"
93
+ "@uniai-fe/uds-foundation": "0.5.0",
94
+ "@uniai-fe/util-functions": "0.4.1"
95
95
  },
96
96
  "scripts": {
97
97
  "check:pre-commit": "pnpm --dir ../../.. run check:pre-commit",
@@ -110,6 +110,9 @@
110
110
  "module:build": "pnpm build",
111
111
  "design-primitives:build": "pnpm run build",
112
112
  "design-primitives:dev": "pnpm run dev",
113
- "publish:public": "bash ../../../scripts/npm-publish.sh"
113
+ "publish:public": "bash ../../../scripts/npm-publish.sh",
114
+ "check:manifest": "node ../../../scripts/workspace-manifests.mjs --check",
115
+ "sync:manifest": "node ../../../scripts/workspace-manifests.mjs --write",
116
+ "check": "pnpm run check:manifest && pnpm run format:check && pnpm run lint && pnpm run typecheck"
114
117
  }
115
118
  }
@@ -20,7 +20,7 @@
20
20
  --input-default-radius-base: var(--theme-radius-large-1);
21
21
  --input-tertiary-radius-base: var(--theme-radius-large-2);
22
22
  --input-table-radius-base: 0;
23
- --input-tertiary-element-min-height: var(--theme-size-medium-2);
23
+ --input-tertiary-element-min-height: 1.5em;
24
24
  --input-textarea-min-height: calc(var(--input-default-height-medium) * 2);
25
25
  --input-textarea-height: 128px;
26
26
  /* TextArea size token은 Input 기본 size token을 재할당해 축을 일치시킨다. */