Skip to content

Commit 4d277c7

Browse files
committed
feat(infieldcircle): new component
1 parent 4301f01 commit 4d277c7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.changeset/flat-snails-admire.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@spectrum-css/infieldprogresscircle": major
3+
---
4+
5+
## Infield Progresscircle S2 Migration
6+
7+
The infield progresscirlce is a subcomponent of the progress circle which is used in button, combobox, and picker. It's smaller in block size and has its own tshirt sizing.
8+
9+
## Mods
10+
11+
`--mod-progress-cirlce-stroke-width`

components/infieldprogresscircle/index.css

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ OF ANY KIND, either express or implied. See the License for the specific languag
1010
governing permissions and limitations under the License.
1111
*/
1212

13-
@import "./themes/express.css";
14-
1513
.spectrum-InfieldProgresscircle {
1614
--mod-progress-circle-thickness: var(--mod-progress-cirlce-stroke-width, 2px);
1715
--mod-progress-circle-size: var(--spectrum-in-field-progress-circle-size-100);

0 commit comments

Comments
 (0)