Skip to content

Commit 7916a6f

Browse files
committed
fix(ifpc): fixing typos
1 parent 67d6161 commit 7916a6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.changeset/flat-snails-admire.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## Infield Progresscircle S2 Migration
66

7-
In-field progress circle is a new component created to replace progress circle (size S) in t-shirt size components such as: buttons, combo boxes, pickers. Comes in four sizes: (S, M, L, XL), has updated color variants (default, white, black), and unified track thickness.
7+
In-field progress circle is a new component created to replace progress circle (size S) in t-shirt size components. The button, textfield, combo box, and picker `template.js` files have all been updated to call for infield progress circles. This component comes in four sizes: (S, M, L, XL), has updated color variants (default, white, black), and has a unified track thickness.
88

99
## Mods
1010

11-
`--mod-progress-cirlce-stroke-width`
11+
`--mod-progress-circle-stroke-width`

components/combobox/stories/template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const Combobox = ({
6363
],
6464
customInputClasses: [`${rootClass}-input`],
6565
isLoading,
66-
customProgressCircleClasses: ["spectrum-Combobox-progress-circle"],
66+
customInfieldProgressCircleClasses: ["spectrum-Combobox-progress-circle"],
6767
name: "field",
6868
isReadOnly,
6969
value,

components/textfield/stories/template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "../index.css";
1818
* @property {string[]} [customClasses=[]]
1919
* @property {string[]} [customInputClasses=[]]
2020
* @property {string[]} [customIconClasses=[]]
21-
* @property {string[]} [customProgressCircleClasses=[]]
21+
* @property {string[]} [customInfieldProgressCircleClasses=[]]
2222
* @property {Record<string, string>} [customStyles={}]
2323
* @property {boolean} [isInvalid=false]
2424
* @property {boolean} [isValid=false]

0 commit comments

Comments
 (0)