Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/table-console-rules.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/compatibility-canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"verify:dependencies": "node scripts/verify-install.mjs && node scripts/verify-dependencies.mjs"
},
"dependencies": {
"@devslab/dds-table": "workspace:0.11.0",
"@devslab/dds-table": "workspace:0.11.1",
"@tanstack/solid-query": "5.102.8",
"@tanstack/solid-router": "1.170.30",
"@tanstack/solid-start": "1.168.47",
Expand Down
12 changes: 12 additions & 0 deletions packages/dds-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @devslab/dds-css

## 0.11.1

### Patch Changes

- c99f56e: The table carries the four console rules its first consumer still kept for itself.

A `<code>` inside a `.dds-table` cell takes the mono family at 13px. Row actions (`.dds-table__actions .dds-btn`) are 32px whatever their size modifier and never wrap, and the actions cell trims its block padding, so a row with a button is as tall as a row without one; any cell holding a `.dds-btn--sm` (a copy button beside an id) trims its padding the same way. In `.dds-table--dense`, row actions and every `.dds-btn--sm` are 24px. On a coarse pointer every one of those buttons returns to the 44px touch floor — the row grows rather than the target shrinking. `.dds-table-wrap--tall` switches its table to separate borders, since collapsed borders can keep the sticky header from sticking.

테이블이 첫 소비자가 아직 자기 쪽에 들고 있던 콘솔 규칙 네 가지를 갖는다.

`.dds-table` 셀 안의 `<code>`는 13px 모노 서체를 쓴다. 행 액션(`.dds-table__actions .dds-btn`)은 크기 수식자와 상관없이 32px이고 줄바꿈하지 않으며, 액션 셀은 세로 패딩을 줄여 버튼이 있는 행이 없는 행과 높이가 같다. `.dds-btn--sm`(id 옆 복사 버튼)을 담은 셀도 같은 방식으로 패딩을 줄인다. `.dds-table--dense`에서는 행 액션과 모든 `.dds-btn--sm`이 24px이다. 거친 포인터(터치)에서는 이 버튼들이 전부 44px 터치 하한으로 돌아간다 — 타깃이 줄어드는 대신 행이 커진다. `.dds-table-wrap--tall`은 테이블을 분리 테두리로 바꾼다. 테두리를 합치면 sticky 헤더가 붙지 않을 수 있기 때문이다.

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-css",
"version": "0.11.0",
"version": "0.11.1",
"description": "DDS CSS component layer — class-based, framework-neutral, semantic-token-only (spec §4.3 v1 inventory, 20 components)",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-icons

## 0.11.1

## 0.11.0

## 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-icons",
"version": "0.11.0",
"version": "0.11.1",
"description": "DDS icon set — one SVG source (24 grid, currentColor), shipped as files, a sprite and a path-data map",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down
9 changes: 9 additions & 0 deletions packages/dds-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @devslab/dds-solid

## 0.11.1

### Patch Changes

- Updated dependencies [c99f56e]
- @devslab/dds-css@0.11.1
- @devslab/dds-tokens@0.11.1
- @devslab/dds-icons@0.11.1

## 0.11.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/dds-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-solid",
"version": "0.11.0",
"version": "0.11.1",
"description": "Accessible SolidJS primitives for the DevsLab Design System",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -43,9 +43,9 @@
"test:a11y": "vitest run --config vitest.config.ts src/__tests__/a11y.test.tsx"
},
"dependencies": {
"@devslab/dds-css": "workspace:0.11.0",
"@devslab/dds-icons": "workspace:0.11.0",
"@devslab/dds-tokens": "workspace:0.11.0"
"@devslab/dds-css": "workspace:0.11.1",
"@devslab/dds-icons": "workspace:0.11.1",
"@devslab/dds-tokens": "workspace:0.11.1"
},
"peerDependencies": {
"solid-js": "1.9.15"
Expand Down
8 changes: 8 additions & 0 deletions packages/dds-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @devslab/dds-table

## 0.11.1

### Patch Changes

- Updated dependencies [c99f56e]
- @devslab/dds-css@0.11.1
- @devslab/dds-tokens@0.11.1

## 0.11.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dds-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-table",
"version": "0.11.0",
"version": "0.11.1",
"description": "Declarative data table for the DevsLab Design System",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -38,8 +38,8 @@
"test:a11y": "vitest run --config vitest.config.ts src/__tests__/a11y.test.tsx"
},
"dependencies": {
"@devslab/dds-css": "workspace:0.11.0",
"@devslab/dds-tokens": "workspace:0.11.0",
"@devslab/dds-css": "workspace:0.11.1",
"@devslab/dds-tokens": "workspace:0.11.1",
"@tanstack/solid-table": "9.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-tokens

## 0.11.1

## 0.11.0

## 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-tokens",
"version": "0.11.0",
"version": "0.11.1",
"description": "DDS (DevsLab Design System) design tokens — one JSON source, built for CSS, Tailwind, TypeScript/RN and Ionic",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down
6 changes: 6 additions & 0 deletions packages/site-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @devslab/site-kit

## 0.11.1

### Patch Changes

- @devslab/dds-solid@0.11.1

## 0.11.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/site-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/site-kit",
"version": "0.11.0",
"version": "0.11.1",
"description": "Strict i18n, SEO/GEO, and Solid public-site shells for DevsLab products",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test:worker": "wrangler deploy --dry-run --config fixtures/worker/wrangler.jsonc --outdir dist-worker"
},
"dependencies": {
"@devslab/dds-solid": "workspace:0.11.0"
"@devslab/dds-solid": "workspace:0.11.1"
},
"peerDependencies": {
"@tanstack/solid-router": "1.170.30",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.