@uniai-fe/uds-primitives 0.5.0 → 0.5.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/dist/styles.css CHANGED
@@ -743,11 +743,9 @@
743
743
  --tab-disabled-opacity: 0.4;
744
744
  --table-border-color: var(--color-border-standard-cool-gray);
745
745
  --table-line-head-background-color: var(--color-surface-static-cool-gray);
746
- --table-grid-head-background-color: var(
747
- --color-surface-static-cool-gray-darker
748
- );
746
+ --table-grid-head-background-color: var(--color-surface-static-cool-gray);
749
747
  --table-grid-row-header-background-color: var(
750
- --color-surface-static-cool-gray-darker
748
+ --color-surface-static-cool-gray
751
749
  );
752
750
  --table-grid-row-highlight-background-color: rgba(229, 238, 255, 0.52);
753
751
  --table-cell-background-color: var(--color-surface-static-white);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-primitives",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "UNIAI Design System; Primitives Components Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -2,12 +2,9 @@
2
2
  // 변경: Figma(705:12000, 726:14739) 값을 foundation 토큰으로 역매핑한 table 모듈 전용 토큰 레이어.
3
3
  --table-border-color: var(--color-border-standard-cool-gray);
4
4
  --table-line-head-background-color: var(--color-surface-static-cool-gray);
5
- --table-grid-head-background-color: var(
6
- --color-surface-static-cool-gray-darker
7
- );
8
- // 변경: grid body row-header(th)는 Figma 기준으로 static-cool-gray-darker를 유지한다.
5
+ --table-grid-head-background-color: var(--color-surface-static-cool-gray);
9
6
  --table-grid-row-header-background-color: var(
10
- --color-surface-static-cool-gray-darker
7
+ --color-surface-static-cool-gray
11
8
  );
12
9
  // 변경: grid highlighted row의 데이터 셀(td)은 blue tint(52%)를 사용한다.
13
10
  --table-grid-row-highlight-background-color: rgba(229, 238, 255, 0.52);