@ixfx/components 0.5.11 → 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.
- package/bundle/index.d.ts +5 -5
- package/bundle/index.d.ts.map +1 -1
- package/bundle/index.js +8 -7
- package/bundle/index.js.map +1 -1
- package/dist/index.js +8 -7
- package/dist/index.js.map +1 -1
- package/dist/tab-list-VtWT-_FG.d.ts.map +1 -1
- package/docs-user/tabs.md +9 -6
- 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;;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,12 +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
|
|
221
|
-
|
|
222
|
-
| `--selected-
|
|
223
|
-
| `--selected-border-width
|
|
224
|
-
| `--ixfx-tab-
|
|
225
|
-
| `--
|
|
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.
|
|
226
229
|
|
|
227
230
|
### CSS parts
|
|
228
231
|
|