@uniai-fe/uds-templates 0.4.30 → 0.4.31

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
@@ -1684,7 +1684,7 @@
1684
1684
  .cctv-cam-list-track {
1685
1685
  display: grid;
1686
1686
  width: 100%;
1687
- grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
1687
+ grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
1688
1688
  gap: var(--cctv-list-gap);
1689
1689
  padding: 0;
1690
1690
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.4.30",
3
+ "version": "0.4.31",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -17,7 +17,10 @@
17
17
  .cctv-cam-list-track {
18
18
  display: grid;
19
19
  width: 100%;
20
- grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
20
+ grid-template-columns: repeat(
21
+ auto-fit,
22
+ minmax(320px, 1fr)
23
+ ); // 최소 너비 비율을 4:3으로 맞춤
21
24
  gap: var(--cctv-list-gap);
22
25
  padding: 0;
23
26
  margin: 0;