@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.
- package/bundle/index.d.ts.map +1 -1
- package/bundle/index.js +2 -1
- package/bundle/index.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/tab-list-VtWT-_FG.d.ts.map +1 -1
- package/docs-user/tabs.md +6 -5
- package/package.json +1 -1
|
@@ -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;;
|
|
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
|
|
221
|
-
|
|
222
|
-
| `--selected-colour`
|
|
223
|
-
| `--selected-border-width`
|
|
224
|
-
| `--
|
|
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
|
|