File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
polaris.shopify.com/src/components Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' polaris.shopify.com ' : minor
3+ ---
4+
5+ Support beta status components
Original file line number Diff line number Diff line change 66 padding : 0.05rem 0.25rem ;
77 color : var (--text );
88
9+ & [data-value = ' alpha' ],
910 & [data-value = ' warning' ],
1011 & [data-value = ' deprecated' ] {
1112 background : var (--surface-warning );
1213 }
1314
14- & [data-value = ' information ' ],
15- & [data-value = ' alpha ' ] {
15+ & [data-value = ' beta ' ],
16+ & [data-value = ' information ' ] {
1617 background : var (--surface-information );
1718 }
1819}
Original file line number Diff line number Diff line change 55 background : var (--surface-subdued );
66 border-radius : var (--border-radius-400 );
77
8+ & [data-value = ' alpha' ],
89 & [data-value = ' warning' ],
910 & [data-value = ' deprecated' ] {
1011 background : var (--surface-warning );
1112 }
1213
13- & [data-value = ' information ' ],
14- & [data-value = ' alpha ' ] {
14+ & [data-value = ' beta ' ],
15+ & [data-value = ' information ' ] {
1516 background : var (--surface-information );
1617 }
1718
You can’t perform that action at this time.
0 commit comments