@ixfx/components 0.5.10 → 0.5.11

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;;QA2GhB;YACI;IACR,sBAAsB;;;;;;;;;;KCpNd;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,12 @@ 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
+ | `--selected-colour` | `var(--accent)` | Text color when selected |
223
+ | `--selected-border-width` | `1px` | Border width when selected |
224
+ | `--ixfx-tab-selected-background` | `var(--surface-5)` | Background when selected; can be overridden at the `ixfx-tab-list` level to affect all tabs |
225
+ | `--padding` | `var(--space-m)` | Tab padding |
225
226
 
226
227
  ### CSS parts
227
228
 
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.11",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "ISC",