Skip to content

Commit 1590686

Browse files
committed
chore(components): re-index using v0.103.0
1 parent 38bc9d8 commit 1590686

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@biomejs/biome": "2.4.6",
3131
"@types/bun": "^1.3.10",
3232
"@types/jest": "^30.0.0",
33-
"carbon-components-svelte": "0.102.0",
33+
"carbon-components-svelte": "0.103.0",
3434
"culls": "^0.2.0",
3535
"estree-walker": "^2.0.2",
3636
"magic-string": "^0.30.17",

src/component-index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,7 @@ export const components: Record<string, { path: string; classes: string[] }> =
17521752
path: "carbon-components-svelte/src/UIShell/SideNav.svelte",
17531753
classes: [
17541754
".bx--side-nav__overlay",
1755+
".bx--side-nav__overlay--mobile",
17551756
".bx--side-nav__overlay-active",
17561757
".bx--side-nav__navigation",
17571758
".bx--side-nav",
@@ -1953,6 +1954,10 @@ export const components: Record<string, { path: string; classes: string[] }> =
19531954
".bx--tabs__nav-item--disabled",
19541955
".bx--tabs__nav-item--selected",
19551956
".bx--tabs__nav-link",
1957+
".bx--tabs__nav-item-label-wrapper",
1958+
".bx--tabs__nav-item-label",
1959+
".bx--tabs__nav-item--icon",
1960+
".bx--tabs__nav-item-secondary-label",
19561961
],
19571962
},
19581963
TabContent: {
@@ -2017,6 +2022,8 @@ export const components: Record<string, { path: string; classes: string[] }> =
20172022
classes: [
20182023
".bx--tabs",
20192024
".bx--tabs--container",
2025+
".bx--tabs--tall",
2026+
".bx--tabs--full-width",
20202027
".bx--tabs-trigger",
20212028
".bx--tabs-trigger-text",
20222029
".bx--tabs__nav",

0 commit comments

Comments
 (0)