@uniai-fe/uds-primitives 0.9.1 → 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.1",
3
+ "version": "0.9.2",
4
4
  "description": "UNIAI Design System; Primitives Components Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -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/next-devkit": "0.3.0",
92
91
  "@uniai-fe/tsconfig": "0.2.0",
92
+ "@uniai-fe/next-devkit": "0.3.0",
93
93
  "@uniai-fe/uds-foundation": "0.5.0",
94
- "@uniai-fe/util-functions": "0.4.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",
@@ -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을 재할당해 축을 일치시킨다. */