-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #11092
Version Packages #11092
Conversation
c80a9ce
to
b5a85a5
Compare
/snapit |
🫰✨ Thanks @mrcthms! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] |
b5a85a5
to
ab49c3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from Filters / Pagination perspective
bf49f01
to
682eeec
Compare
/snapit |
🫰✨ Thanks @mrcthms! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] |
8104cf5
to
bfb61f5
Compare
fa41bad
to
71c5ae6
Compare
3923811
to
2a26a53
Compare
/snapit |
🫰✨ Thanks @alex-page! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] |
2a26a53
to
e3cf847
Compare
/snapit |
🫰✨ Thanks @lgriffee! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] |
e3cf847
to
3cd0a40
Compare
3cd0a40
to
89935c4
Compare
/snapit |
🫰✨ Thanks @alex-page! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] yarn add @shopify/[email protected] |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/[email protected] ### Minor Changes - [Shopify#11073](Shopify#11073) [`c3cad73cb`](Shopify@d84596f) Thanks [@lntn2022](https://github.com/lntn2022)! - Add PayoutsBlocked icon - [Shopify#11136](Shopify#11136) [`0b1961c16`](Shopify@6df65f9) Thanks [@alex-page](https://github.com/alex-page)! - Update Metaobject and MetaobjectReference icon SVGs ## @shopify/[email protected] ### Minor Changes - [Shopify#11166](Shopify#11166) [`456f3da42`](Shopify@deab0f9) Thanks [@sophschneider](https://github.com/sophschneider)! - Added Card component default value for roundedAbove prop - [Shopify#11211](Shopify#11211) [`07aa5e979`](Shopify@7f6fc3f) Thanks [@sophschneider](https://github.com/sophschneider)! - Added `size` prop with `slim` and `medium` options to `TextField` - [Shopify#11266](Shopify#11266) [`bf0593e20`](Shopify@3180f86) Thanks [@LauraAubin](https://github.com/LauraAubin)! - - Fixed `Modal` `activator` not regaining focus on close - Added an `activatorWrapper` prop to `Modal` to support setting the element that wraps the `activator` - [Shopify#11201](Shopify#11201) [`eca971dca`](Shopify@e453bb7) Thanks [@laurkim](https://github.com/laurkim)! - Added documentation for `Card` examples to support `LegacyCard` compositions - [Shopify#11261](Shopify#11261) [`32cfbecb1`](Shopify@2dbd4d9) Thanks [@lgriffee](https://github.com/lgriffee)! - Updated `Avatar` background and text colors - [Shopify#11219](Shopify#11219) [`97683ac05`](Shopify@ec008ed) Thanks [@matallo](https://github.com/matallo)! - - Bumped `color-text-magic-secondary` to purple 13 - Added `tone` prop with `magic` value to `Select` - Added `magic` value to `tone` prop of `Text` - Added `magic-subdued` value to `tone` prop of `Text` - [Shopify#11264](Shopify#11264) [`773daaa0f`](Shopify@a2e0624) Thanks [@ryanschingeck](https://github.com/ryanschingeck)! - Added `maxWidth` prop to SkeletonDisplayText component - [Shopify#11172](Shopify#11172) [`64ee75039`](Shopify@a14ed4d) Thanks [@yurm04](https://github.com/yurm04)! - Added the `key` prop to `Select` component `StrictOption` - [Shopify#11170](Shopify#11170) [`79cadcf4f`](Shopify@a707318) Thanks [@laurkim](https://github.com/laurkim)! - Added support for `paddingInline` and `paddingBlock` on `Box` component with updated documentation - [Shopify#11115](Shopify#11115) [`45deb1941`](Shopify@520ccd2) Thanks [@fatimasajadi](https://github.com/fatimasajadi)! - Fixed hover state of `IndexTable.Row` when `selectable` is `false` - [Shopify#10633](Shopify#10633) [`53fe61479`](Shopify@57f9cb8) Thanks [@mattkubej](https://github.com/mattkubej)! - Updated IndexTable, ResourceList, and DataTable to have built-in pagination props - [Shopify#10726](Shopify#10726) [`35d92bcd8`](Shopify@9dd85a1) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated Filters to not render or perform filters logic if the filters array is empty - [Shopify#10800](Shopify#10800) [`9159e5083`](Shopify@b27d419) Thanks [@sirgalleto](https://github.com/sirgalleto)! - Added support for an `EditColumns` button rendered in the `IndexFilters` deprecating the `Tabs`'s `edit-columns` action. - `IndexFilters` - Added support for rendering an Edit Columns button using the `showEditColumnsButton` flag. - Added the edition `mode` to the `onEditStart(mode)` callback. - `Tabs` - Removed the `edit-columns` action type. - [Shopify#11221](Shopify#11221) [`799276156`](Shopify@3ddeb94) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated Pagination to be correct height of 40px when in the table variant - [Shopify#11263](Shopify#11263) [`04b8fb370`](Shopify@6d1db5c) Thanks [@alex-page](https://github.com/alex-page)! - Add storybook example for all icons in @shopify/polaris-icons - [Shopify#11094](Shopify#11094) [`2c5ca9900`](Shopify@cdc38ca) Thanks [@laurkim](https://github.com/laurkim)! - Added support for `bodyXs` variant and fixed font weight for `headingLg` variant in `Text` component. Updated references to font tokens from Polaris v11 to v12 in `Text` component documentation - [Shopify#11036](Shopify#11036) [`1459f773d`](Shopify@cae2948) Thanks [@hughnguy](https://github.com/hughnguy)! - Fixed `TextField` events not bubbling up when `multiline` ### Patch Changes - [Shopify#10987](Shopify#10987) [`00374f85a`](Shopify@b38ccaa) Thanks [@kyledurand](https://github.com/kyledurand)! - Simplified `Button` code - [Shopify#11211](Shopify#11211) [`07aa5e979`](Shopify@7f6fc3f) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed transparent background and wrapping in `IndexFilters` on small screens - [Shopify#11211](Shopify#11211) [`07aa5e979`](Shopify@7f6fc3f) Thanks [@sophschneider](https://github.com/sophschneider)! - Added `SearchMinor` icon to `Filters` search field when `mdUp` - [Shopify#11101](Shopify#11101) [`6297e524a`](Shopify@b3de46b) Thanks [@AndrewMusgrave](https://github.com/AndrewMusgrave)! - Fixed ref error in `Tabs` for `CreateViewModal` and removed promoted bulk action warnings - [Shopify#11203](Shopify#11203) [`8b9ded242`](Shopify@0b0ec70) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated IndexTable documentation for when to hide bulk actions - [Shopify#11270](Shopify#11270) [`09df04ca5`](Shopify@ded5ccd) Thanks [@moraleslevi](https://github.com/moraleslevi)! - Remove scrollbars from TextField vertical content - [Shopify#11245](Shopify#11245) [`165c860c2`](Shopify@f8f37e1) Thanks [@matallo](https://github.com/matallo)! - - Fixed `onFocus` and `onBlur` events of Select component - [Shopify#11237](Shopify#11237) [`6b6e27ce0`](Shopify@015c5ab) Thanks [@alex-page](https://github.com/alex-page)! - Remove unused custom icon from dropzone that was used in a test - [Shopify#11103](Shopify#11103) [`786ee94b4`](Shopify@1388dab) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed Filters SearchField background in dark mode - [Shopify#11211](Shopify#11211) [`07aa5e979`](Shopify@7f6fc3f) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed `TextField` clear button to not render when hidden - [Shopify#11169](Shopify#11169) [`90de38843`](Shopify@e375792) Thanks [@kyledurand](https://github.com/kyledurand)! - Added expanded styling to Button - [Shopify#11206](Shopify#11206) [`0e8ab42b4`](Shopify@0c9e29f) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed disjointed Navigation arrow on small screens - [Shopify#10804](Shopify#10804) [`fe8491507`](Shopify@f0dadb7) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Add support for using breakpoint tokens in CSS by using `@custom-media` - [Shopify#11124](Shopify#11124) [`ad504d5be`](Shopify@9e9a4c2) Thanks [@sarahill](https://github.com/sarahill)! - Removed bevel from `pressed` `Button` when focused - [Shopify#11281](Shopify#11281) [`b0edfbb92`](Shopify@755fd9e) Thanks [@sirgalleto](https://github.com/sirgalleto)! - Restores the Tab's `edit-columns` action type - [Shopify#11238](Shopify#11238) [`2df27ed0b`](Shopify@20f3d30) Thanks [@alex-page](https://github.com/alex-page)! - Conditionally render the accessibilityLabel when it is provided - [Shopify#11168](Shopify#11168) [`9c3dd913c`](Shopify@9d0df2c) Thanks [@mattkubej](https://github.com/mattkubej)! - [Page] prevent vertical content shift of header with metadata and actions - [Shopify#11211](Shopify#11211) [`07aa5e979`](Shopify@7f6fc3f) Thanks [@sophschneider](https://github.com/sophschneider)! - Replaced custom `Filters` input with Polaris `TextField` - [Shopify#11123](Shopify#11123) [`ac45afda8`](Shopify@e0c6ced) Thanks [@sarahill](https://github.com/sarahill)! - Updated `Button` base state colors to use `fill` tokens - [Shopify#10599](Shopify#10599) [`b7219863d`](Shopify@7abcc49) Thanks [@oksanashopify](https://github.com/oksanashopify)! - Added child type to IndexTable row - [Shopify#11105](Shopify#11105) [`ecbd6c137`](Shopify@065c4d8) Thanks [@sarahill](https://github.com/sarahill)! - Fixed `Tag` icon and disabled state colors - [Shopify#11012](Shopify#11012) [`c25478fba`](Shopify@ac42d6c) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `FormLayout` spacing - [Shopify#10753](Shopify#10753) [`c849ff468`](Shopify@d5e1537) Thanks [@stephxshopify](https://github.com/stephxshopify)! - [Modal] Disallow vertical scroll with use of noScroll - Updated dependencies \[[`c58632afa`](Shopify@ef18aa1), [`c3cad73cb`](Shopify@d84596f), [`0b1961c16`](Shopify@6df65f9), [`32cfbecb1`](Shopify@2dbd4d9), [`97683ac05`](Shopify@ec008ed), [`fe8491507`](Shopify@f0dadb7)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Minor Changes - [Shopify#11173](Shopify#11173) [`c58632afa`](Shopify@ef18aa1) Thanks [@jesstelford](https://github.com/jesstelford)! - Add 0 tokens where missing as per [the team's decision](Shopify#7334 (comment)). - [Shopify#11261](Shopify#11261) [`32cfbecb1`](Shopify@2dbd4d9) Thanks [@lgriffee](https://github.com/lgriffee)! - Updated `Avatar` background and text colors - [Shopify#11219](Shopify#11219) [`97683ac05`](Shopify@ec008ed) Thanks [@matallo](https://github.com/matallo)! - - Bumped `color-text-magic-secondary` to purple 13 - Added `tone` prop with `magic` value to `Select` - Added `magic` value to `tone` prop of `Text` - Added `magic-subdued` value to `tone` prop of `Text` - [Shopify#10804](Shopify#10804) [`fe8491507`](Shopify@f0dadb7) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Add support for using breakpoint tokens in CSS by using `@custom-media` ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`c58632afa`](Shopify@ef18aa1), [`32cfbecb1`](Shopify@2dbd4d9), [`97683ac05`](Shopify@ec008ed), [`fe8491507`](Shopify@f0dadb7)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`c58632afa`](Shopify@ef18aa1), [`32cfbecb1`](Shopify@2dbd4d9), [`97683ac05`](Shopify@ec008ed), [`fe8491507`](Shopify@f0dadb7)]: - @shopify/[email protected] ## [email protected] ### Minor Changes - [Shopify#11122](Shopify#11122) [`636d133e2`](Shopify@ecabcc0) Thanks [@alex-page](https://github.com/alex-page)! - Update dependencies and published files to fix vsce publish ### Patch Changes - Updated dependencies \[[`c58632afa`](Shopify@ef18aa1), [`32cfbecb1`](Shopify@2dbd4d9), [`97683ac05`](Shopify@ec008ed), [`fe8491507`](Shopify@f0dadb7)]: - @shopify/[email protected] ## [email protected] ### Minor Changes - [Shopify#11170](Shopify#11170) [`79cadcf4f`](Shopify@a707318) Thanks [@laurkim](https://github.com/laurkim)! - Added support for `paddingInline` and `paddingBlock` on `Box` component with updated documentation - [Shopify#11109](Shopify#11109) [`533543abd`](Shopify@00e52f7) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Removed duplicate content on icon contribution - [Shopify#11078](Shopify#11078) [`ed5d7d6bf`](Shopify@5009513) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Update icon contribution guidance - [Shopify#11104](Shopify#11104) [`0e3f591ad`](Shopify@3ad8d6a) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Added new content section on how to add an issue to our board rather than creating your own pr. ### Patch Changes - [Shopify#11203](Shopify#11203) [`8b9ded242`](Shopify@0b0ec70) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated IndexTable documentation for when to hide bulk actions - [Shopify#11198](Shopify#11198) [`351433f59`](Shopify@0cc4349) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed typos in naming docs - [Shopify#11131](Shopify#11131) [`9db9731c7`](Shopify@de9e721) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Fixed icon search and query params from URL - [Shopify#11218](Shopify#11218) [`b83ed4edb`](Shopify@9317a77) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Fixed link to tokens from global search - [Shopify#11260](Shopify#11260) [`61cacbfbb`](Shopify@4196f36) Thanks [@LauraAubin](https://github.com/LauraAubin)! - Fix column content alignment for the IndexTable and IndexFilters total column - [Shopify#11094](Shopify#11094) [`2c5ca9900`](Shopify@cdc38ca) Thanks [@laurkim](https://github.com/laurkim)! - Added support for `bodyXs` variant and fixed font weight for `headingLg` variant in `Text` component. Updated references to font tokens from Polaris v11 to v12 in `Text` component documentation - Updated dependencies \[[`00374f85a`](Shopify@b38ccaa), [`07aa5e979`](Shopify@7f6fc3f), [`07aa5e979`](Shopify@7f6fc3f), [`456f3da42`](Shopify@deab0f9), [`6297e524a`](Shopify@b3de46b), [`c58632afa`](Shopify@ef18aa1), [`8b9ded242`](Shopify@0b0ec70), [`07aa5e979`](Shopify@7f6fc3f), [`bf0593e20`](Shopify@3180f86), [`eca971dca`](Shopify@e453bb7), [`09df04ca5`](Shopify@ded5ccd), [`165c860c2`](Shopify@f8f37e1), [`c3cad73cb`](Shopify@d84596f), [`6b6e27ce0`](Shopify@015c5ab), [`0b1961c16`](Shopify@6df65f9), [`786ee94b4`](Shopify@1388dab), [`32cfbecb1`](Shopify@2dbd4d9), [`07aa5e979`](Shopify@7f6fc3f), [`90de38843`](Shopify@e375792), [`97683ac05`](Shopify@ec008ed), [`773daaa0f`](Shopify@a2e0624), [`0e8ab42b4`](Shopify@0c9e29f), [`fe8491507`](Shopify@f0dadb7), [`ad504d5be`](Shopify@9e9a4c2), [`b0edfbb92`](Shopify@755fd9e), [`64ee75039`](Shopify@a14ed4d), [`79cadcf4f`](Shopify@a707318), [`45deb1941`](Shopify@520ccd2), [`53fe61479`](Shopify@57f9cb8), [`35d92bcd8`](Shopify@9dd85a1), [`2df27ed0b`](Shopify@20f3d30), [`9c3dd913c`](Shopify@9d0df2c), [`07aa5e979`](Shopify@7f6fc3f), [`9159e5083`](Shopify@b27d419), [`799276156`](Shopify@3ddeb94), [`ac45afda8`](Shopify@e0c6ced), [`b7219863d`](Shopify@7abcc49), [`ecbd6c137`](Shopify@065c4d8), [`c25478fba`](Shopify@ac42d6c), [`04b8fb370`](Shopify@6d1db5c), [`c849ff468`](Shopify@d5e1537), [`2c5ca9900`](Shopify@cdc38ca), [`1459f773d`](Shopify@cae2948)]: - @shopify/[email protected] - @shopify/[email protected] - @shopify/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sophie Schneider <[email protected]>
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/[email protected]
Minor Changes
#11073
c3cad73cb
Thanks @lntn2022! - Add PayoutsBlocked icon#11136
0b1961c16
Thanks @alex-page! - Update Metaobject and MetaobjectReference icon SVGs@shopify/[email protected]
Minor Changes
#11166
456f3da42
Thanks @sophschneider! - Added Card component default value for roundedAbove prop#11211
07aa5e979
Thanks @sophschneider! - Addedsize
prop withslim
andmedium
options toTextField
#11266
bf0593e20
Thanks @LauraAubin! - - FixedModal
activator
not regaining focus on closeactivatorWrapper
prop toModal
to support setting the element that wraps theactivator
#11201
eca971dca
Thanks @laurkim! - Added documentation forCard
examples to supportLegacyCard
compositions#11261
32cfbecb1
Thanks @lgriffee! - UpdatedAvatar
background and text colors#11219
97683ac05
Thanks @matallo! - - Bumpedcolor-text-magic-secondary
to purple 13tone
prop withmagic
value toSelect
magic
value totone
prop ofText
magic-subdued
value totone
prop ofText
#11264
773daaa0f
Thanks @ryanschingeck! - AddedmaxWidth
prop to SkeletonDisplayText component#11172
64ee75039
Thanks @yurm04! - Added thekey
prop toSelect
componentStrictOption
#11170
79cadcf4f
Thanks @laurkim! - Added support forpaddingInline
andpaddingBlock
onBox
component with updated documentation#11115
45deb1941
Thanks @fatimasajadi! - Fixed hover state ofIndexTable.Row
whenselectable
isfalse
#10633
53fe61479
Thanks @mattkubej! - Updated IndexTable, ResourceList, and DataTable to have built-in pagination props#10726
35d92bcd8
Thanks @mrcthms! - Updated Filters to not render or perform filters logic if the filters array is empty#10800
9159e5083
Thanks @sirgalleto! - Added support for anEditColumns
button rendered in theIndexFilters
deprecating theTabs
'sedit-columns
action.IndexFilters
showEditColumnsButton
flag.mode
to theonEditStart(mode)
callback.Tabs
edit-columns
action type.#11221
799276156
Thanks @mrcthms! - Updated Pagination to be correct height of 40px when in the table variant#11263
04b8fb370
Thanks @alex-page! - Add storybook example for all icons in @shopify/polaris-icons#11094
2c5ca9900
Thanks @laurkim! - Added support forbodyXs
variant and fixed font weight forheadingLg
variant inText
component.Updated references to font tokens from Polaris v11 to v12 in
Text
component documentation#11036
1459f773d
Thanks @hughnguy! - FixedTextField
events not bubbling up whenmultiline
Patch Changes
#10987
00374f85a
Thanks @kyledurand! - SimplifiedButton
code#11211
07aa5e979
Thanks @sophschneider! - Fixed transparent background and wrapping inIndexFilters
on small screens#11211
07aa5e979
Thanks @sophschneider! - AddedSearchMinor
icon toFilters
search field whenmdUp
#11101
6297e524a
Thanks @AndrewMusgrave! - Fixed ref error inTabs
forCreateViewModal
and removed promoted bulk action warnings#11203
8b9ded242
Thanks @kyledurand! - Updated IndexTable documentation for when to hide bulk actions#11270
09df04ca5
Thanks @moraleslevi! - Remove scrollbars from TextField vertical content#11245
165c860c2
Thanks @matallo! - - FixedonFocus
andonBlur
events of Select component#11237
6b6e27ce0
Thanks @alex-page! - Remove unused custom icon from dropzone that was used in a test#11103
786ee94b4
Thanks @kyledurand! - Fixed Filters SearchField background in dark mode#11211
07aa5e979
Thanks @sophschneider! - FixedTextField
clear button to not render when hidden#11169
90de38843
Thanks @kyledurand! - Added expanded styling to Button#11206
0e8ab42b4
Thanks @sophschneider! - Fixed disjointed Navigation arrow on small screens#10804
fe8491507
Thanks @sam-b-rose! - Add support for using breakpoint tokens in CSS by using@custom-media
#11124
ad504d5be
Thanks @sarahill! - Removed bevel frompressed
Button
when focused#11281
b0edfbb92
Thanks @sirgalleto! - Restores the Tab'sedit-columns
action type#11238
2df27ed0b
Thanks @alex-page! - Conditionally render the accessibilityLabel when it is provided#11168
9c3dd913c
Thanks @mattkubej! - [Page] prevent vertical content shift of header with metadata and actions#11211
07aa5e979
Thanks @sophschneider! - Replaced customFilters
input with PolarisTextField
#11123
ac45afda8
Thanks @sarahill! - UpdatedButton
base state colors to usefill
tokens#10599
b7219863d
Thanks @oksanashopify! - Added child type to IndexTable row#11105
ecbd6c137
Thanks @sarahill! - FixedTag
icon and disabled state colors#11012
c25478fba
Thanks @chloerice! - FixedFormLayout
spacing#10753
c849ff468
Thanks @stephxshopify! - [Modal] Disallow vertical scroll with use of noScrollUpdated dependencies [
c58632afa
,c3cad73cb
,0b1961c16
,32cfbecb1
,97683ac05
,fe8491507
]:@shopify/[email protected]
Minor Changes
#11173
c58632afa
Thanks @jesstelford! - Add 0 tokens where missing as per the team's decision.#11261
32cfbecb1
Thanks @lgriffee! - UpdatedAvatar
background and text colors#11219
97683ac05
Thanks @matallo! - - Bumpedcolor-text-magic-secondary
to purple 13tone
prop withmagic
value toSelect
magic
value totone
prop ofText
magic-subdued
value totone
prop ofText
#10804
fe8491507
Thanks @sam-b-rose! - Add support for using breakpoint tokens in CSS by using@custom-media
@shopify/[email protected]
Patch Changes
c58632afa
,32cfbecb1
,97683ac05
,fe8491507
]:@shopify/[email protected]
Patch Changes
c58632afa
,32cfbecb1
,97683ac05
,fe8491507
]:[email protected]
Minor Changes
636d133e2
Thanks @alex-page! - Update dependencies and published files to fix vsce publishPatch Changes
c58632afa
,32cfbecb1
,97683ac05
,fe8491507
]:[email protected]
Minor Changes
#11170
79cadcf4f
Thanks @laurkim! - Added support forpaddingInline
andpaddingBlock
onBox
component with updated documentation#11109
533543abd
Thanks @heyjoethomas! - Removed duplicate content on icon contribution#11078
ed5d7d6bf
Thanks @heyjoethomas! - Update icon contribution guidance#11104
0e3f591ad
Thanks @heyjoethomas! - Added new content section on how to add an issue to our board rather than creating your own pr.Patch Changes
#11203
8b9ded242
Thanks @kyledurand! - Updated IndexTable documentation for when to hide bulk actions#11198
351433f59
Thanks @kyledurand! - Fixed typos in naming docs#11131
9db9731c7
Thanks @sam-b-rose! - Fixed icon search and query params from URL#11218
b83ed4edb
Thanks @sam-b-rose! - Fixed link to tokens from global search#11260
61cacbfbb
Thanks @LauraAubin! - Fix column content alignment for the IndexTable and IndexFilters total column#11094
2c5ca9900
Thanks @laurkim! - Added support forbodyXs
variant and fixed font weight forheadingLg
variant inText
component.Updated references to font tokens from Polaris v11 to v12 in
Text
component documentationUpdated dependencies [
00374f85a
,07aa5e979
,07aa5e979
,456f3da42
,6297e524a
,c58632afa
,8b9ded242
,07aa5e979
,bf0593e20
,eca971dca
,09df04ca5
,165c860c2
,c3cad73cb
,6b6e27ce0
,0b1961c16
,786ee94b4
,32cfbecb1
,07aa5e979
,90de38843
,97683ac05
,773daaa0f
,0e8ab42b4
,fe8491507
,ad504d5be
,b0edfbb92
,64ee75039
,79cadcf4f
,45deb1941
,53fe61479
,35d92bcd8
,2df27ed0b
,9c3dd913c
,07aa5e979
,9159e5083
,799276156
,ac45afda8
,b7219863d
,ecbd6c137
,c25478fba
,04b8fb370
,c849ff468
,2c5ca9900
,1459f773d
]: