File tree Expand file tree Collapse file tree 3 files changed +58
-0
lines changed
packages/ui-scripts/lib/build/tokensStudio Expand file tree Collapse file tree 3 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 3737 " canvas/component/ProgressBar" ,
3838 " canvas/component/RadioInput" ,
3939 " canvas/component/RangeInput" ,
40+ " canvas/component/Rating" ,
4041 " canvas/component/SharedTokens" ,
4142 " canvas/component/SideNavBar" ,
4243 " canvas/component/SourceCodeEditor" ,
5455 " canvas/component/Tray" ,
5556 " canvas/component/TreeBrowser" ,
5657 " canvas/component/View" ,
58+ " rebrand/component/Rating" ,
5759 " rebrand/component/AiInformation" ,
5860 " rebrand/component/Alert" ,
5961 " rebrand/component/Avatar" ,
Original file line number Diff line number Diff line change 1+ {
2+ "ratingIcon" : {
3+ "iconMargin" : {
4+ "value" : " {spacing.space2xs}" ,
5+ "type" : " spacing"
6+ },
7+ "iconEmptyColor" : {
8+ "value" : " {color.stroke.brand}" ,
9+ "type" : " color"
10+ },
11+ "iconFilledColor" : {
12+ "value" : " {color.background.brand}" ,
13+ "type" : " color"
14+ },
15+ "smallIconFontSize" : {
16+ "value" : " {icon.sizeSm}" ,
17+ "type" : " sizing"
18+ },
19+ "mediumIconFontSize" : {
20+ "value" : " 1.375rem" ,
21+ "type" : " sizing"
22+ },
23+ "largeIconFontSize" : {
24+ "value" : " 2.375rem" ,
25+ "type" : " sizing"
26+ }
27+ }
28+ }
Original file line number Diff line number Diff line change 1+ {
2+ "ratingIcon" : {
3+ "iconMargin" : {
4+ "value" : " {spacing.space2xs}" ,
5+ "type" : " spacing"
6+ },
7+ "iconEmptyColor" : {
8+ "value" : " {color.stroke.brand}" ,
9+ "type" : " color"
10+ },
11+ "iconFilledColor" : {
12+ "value" : " {color.background.brand}" ,
13+ "type" : " color"
14+ },
15+ "smallIconFontSize" : {
16+ "value" : " {icon.sizeSm}" ,
17+ "type" : " sizing"
18+ },
19+ "mediumIconFontSize" : {
20+ "value" : " 1.375rem" ,
21+ "type" : " sizing"
22+ },
23+ "largeIconFontSize" : {
24+ "value" : " 2.375rem" ,
25+ "type" : " sizing"
26+ }
27+ }
28+ }
You can’t perform that action at this time.
0 commit comments