Skip to content

Commit

Permalink
Update Carousel tokens to v0.202 (#137728)
Browse files Browse the repository at this point in the history
This PR is to export the carousel tokens from database. Only carousel tokens are updated.

Related to #125980
  • Loading branch information
QuncCccccc authored Nov 2, 2023
1 parent 4a0f261 commit dee88d1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions dev/tools/gen_defaults/data/carousel_item.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "v0_202",

"md.comp.carousel-item.container.color": "surface",
"md.comp.carousel-item.container.elevation": "md.sys.elevation.level0",
"md.comp.carousel-item.container.shadow-color": "shadow",
"md.comp.carousel-item.container.shape": "md.sys.shape.corner.extra-large",
"md.comp.carousel-item.disabled.container.color": "surface",
"md.comp.carousel-item.disabled.container.elevation": "md.sys.elevation.level0",
"md.comp.carousel-item.disabled.container.opacity": 0.38,
"md.comp.carousel-item.focus.container.elevation": "md.sys.elevation.level0",
"md.comp.carousel-item.focus.state-layer.color": "onSurface",
"md.comp.carousel-item.focus.state-layer.opacity": "md.sys.state.focus.state-layer-opacity",
"md.comp.carousel-item.hover.container.elevation": "md.sys.elevation.level1",
"md.comp.carousel-item.hover.state-layer.color": "onSurface",
"md.comp.carousel-item.hover.state-layer.opacity": "md.sys.state.hover.state-layer-opacity",
"md.comp.carousel-item.pressed.container.elevation": "md.sys.elevation.level0",
"md.comp.carousel-item.pressed.state-layer.color": "onSurface",
"md.comp.carousel-item.pressed.state-layer.opacity": "md.sys.state.pressed.state-layer-opacity",
"md.comp.carousel-item.with-outline.disabled.outline.color": "outline",
"md.comp.carousel-item.with-outline.disabled.outline.opacity": 0.12,
"md.comp.carousel-item.with-outline.focus.outline.color": "onSurface",
"md.comp.carousel-item.with-outline.hover.outline.color": "outline",
"md.comp.carousel-item.with-outline.outline.color": "outline",
"md.comp.carousel-item.with-outline.outline.width": 1.0,
"md.comp.carousel-item.with-outline.pressed.outline.color": "outline"
}

0 comments on commit dee88d1

Please sign in to comment.