@ixfx/components 0.5.10 → 0.5.12

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.
@@ -1 +1 @@
1
- {"version":3,"file":"tab-list-VtWT-_FG.d.ts","names":[],"sources":["../src/tabs/tab-list-item.ts","../src/tabs/tab-list.ts"],"mappings":";;;;;;;;;;cAgBa,2BAA2B;EAEtC;EAGA;EAGA;EAGA;EAGA,UAAU;UAEO;UACT;UACA;EAEC;EAQA;EAQA,QAAQ,SAAS;UAQlB;UAUA;EAWC,wBAAM;UAyBP;SAWQ,sBAAM;;QA0GhB;YACI;IACR,sBAAsB;;;;;;;;;;KCnNd;WACD;WACA;WACA;;KAGC,qBAAqB,YAAY;KAEjC;WACD;WACA;WACA;;KAGC,sBAAsB,YAAY;KAElC;cAMC,uBAAuB;;EAElC;EAGA;EAGA;EAGA,UAAU;EA2BD,wBAAM;EA4BN;EAQA,QAAQ,mBAAmB;EA8FpC,sBAAkB;EAwBlB,cAAc,IAAI;SAwaX,sBAAM;;QAgGP;YACI;IACR,iBAAiB"}
1
+ {"version":3,"file":"tab-list-VtWT-_FG.d.ts","names":[],"sources":["../src/tabs/tab-list-item.ts","../src/tabs/tab-list.ts"],"mappings":";;;;;;;;;;cAgBa,2BAA2B;EAEtC;EAGA;EAGA;EAGA;EAGA,UAAU;UAEO;UACT;UACA;EAEC;EAQA;EAQA,QAAQ,SAAS;UAQlB;UAUA;EAWC,wBAAM;UAyBP;SAWQ,sBAAM;;QA4GhB;YACI;IACR,sBAAsB;;;;;;;;;;KCrNd;WACD;WACA;WACA;;KAGC,qBAAqB,YAAY;KAEjC;WACD;WACA;WACA;;KAGC,sBAAsB,YAAY;KAElC;cAMC,uBAAuB;;EAElC;EAGA;EAGA;EAGA,UAAU;EA2BD,wBAAM;EA4BN;EAQA,QAAQ,mBAAmB;EA8FpC,sBAAkB;EAwBlB,cAAc,IAAI;SAwaX,sBAAM;;QAgGP;YACI;IACR,iBAAiB"}
package/docs-user/tabs.md CHANGED
@@ -217,11 +217,15 @@ When a command is invoked (via keyboard shortcut or `commands.invoke('tab-home')
217
217
 
218
218
  ### CSS custom properties
219
219
 
220
- | Property | Default | Description |
221
- |-------------------------|------------------|------------------------------|
222
- | `--selected-colour` | `var(--accent)` | Text color when selected |
223
- | `--selected-border-width` | `1px` | Border width when selected |
224
- | `--padding` | `var(--space-m)` | Tab padding |
220
+ | Property | Default | Description |
221
+ |-----------------------------------|----------------------|-----------------------------------------------------------------------------|
222
+ | `--ixfx-selected-tab-color` | `var(--surface-2-text)` | Text color when selected. Can be set on `ixfx-tab-list` or individual items |
223
+ | `--ixfx-selected-tab-border-width`| `1px` | Border width when selected |
224
+ | `--ixfx-selected-tab-weight` | `bold` | Font weight when selected |
225
+ | `--ixfx-tab-selected-background` | `var(--surface-5)` | Background when selected. Can be set on `ixfx-tab-list` or individual items |
226
+ | `--padding` | `var(--space-m)` | Tab padding |
227
+
228
+ All `--ixfx-*` properties use internal bridge variables to work across the Shadow DOM boundary.
225
229
 
226
230
  ### CSS parts
227
231
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ixfx/components",
3
3
  "type": "module",
4
- "version": "0.5.10",
4
+ "version": "0.5.12",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "ISC",