Skip to content

Commit cdbf1df

Browse files
authored
Merge pull request #173 from ownego/dev
Update: fluid content popover
2 parents 490c7a1 + 14c5ffe commit cdbf1df

File tree

248 files changed

+2261
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+2261
-302
lines changed

.storybook/preview.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ export const parameters = {
3232
"Polaris Icons",
3333
"FAQs",
3434
"Components",
35-
[
36-
"Actions",
37-
"Structure",
38-
"Forms",
39-
"Images and icons",
40-
"Feedback indicators",
41-
"Titles and text",
42-
"Behavior",
43-
"Lists and tables",
44-
"Navigation",
45-
"Overlays",
46-
],
4735
],
4836
},
4937
},

.storybook/stories/GetStarted.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Meta } from '@storybook/addon-docs';
2424

2525
Polaris Vue by Ownego is a component library for [Vue 3](https://vuejs.org/) based on [Shopify Polaris style guide](https://polaris.shopify.com/). We try to keep the package light-weight and easy to use (mostly similar with original Polaris Library).
2626

27-
**Follow Polaris React version:** [10.4.1](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%4010.4.1) - Migrated date: *Oct 5th, 2022*.
27+
**Follow Polaris React version:** [10.10.1](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%4010.10.1) - Migrated date: *Nov 3rd, 2022*.
2828

2929
<a href="https://github.com/ownego/polaris-vue"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="Github"/></a>
3030

.storybook/stories/PolarisIcons.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ So you don't have to install any additional packages.
2626

2727
### **Setup:**
2828

29-
You have to use `vite-svg-loader` in your project. See [Icon Component](./?path=/docs/components-images-and-icons-icon) for more details.
29+
You have to use `vite-svg-loader` in your project. See [Icon Component](./?path=/docs/components-icon--icon) for more details.
3030

3131
Config in `vite.config.ts` if you are using `vite` to compile your project:
3232

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Polaris Vue by Ownego only supports **Vue 3.0+**.
55
Polaris Vue based on [Shopify Polaris style guide](https://polaris.shopify.com/), built especially for Vue 3.
66
We're trying to make it mostly close with Shopify style guide and get a better performance.
77

8-
**Follow Polaris React version:** [10.4.1](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%4010.4.1) - Migrated date: *Oct 5th, 2022*.
8+
**Follow Polaris React version:** [10.10.1](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%4010.10.1) - Migrated date: *Nov 3rd, 2022*.
99

1010
<br/>
1111

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ownego/polaris-vue",
3-
"version": "1.1.6",
4-
"polaris_version": "10.4.1",
3+
"version": "1.2.0",
4+
"polaris_version": "10.10.1",
55
"description": "Shopify Polaris UI library for Vue 3",
66
"author": "Ownego Team",
77
"keywords": [
@@ -35,7 +35,7 @@
3535
"remove-trashes": "rimraf dist/index.html dist/favicon.ico dist/images"
3636
},
3737
"dependencies": {
38-
"@shopify/polaris-icons": "^5.4.0",
38+
"@shopify/polaris-icons": "^6.4.0",
3939
"polaris": "https://github.com/juzser/polaris.git",
4040
"vite-svg-loader": "^3.1.2",
4141
"vue": "^3.2.31",
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@babel/core": "^7.17.5",
4646
"@rushstack/eslint-patch": "^1.1.0",
47-
"@shopify/polaris-tokens": "^6.0.0",
47+
"@shopify/polaris-tokens": "^6.2.1",
4848
"@shopify/typescript-configs": "^5.1.0",
4949
"@storybook/addon-a11y": "^6.5.5",
5050
"@storybook/addon-actions": "^6.5.5",
@@ -57,6 +57,7 @@
5757
"@storybook/vue3": "^6.5.5",
5858
"@types/node": "^16.11.25",
5959
"@vitejs/plugin-vue": "^2.2.4",
60+
"@volar/vue-language-plugin-pug": "^1.0.9",
6061
"@vue/eslint-config-prettier": "^7.0.0",
6162
"@vue/eslint-config-typescript": "^10.0.0",
6263
"@vue/tsconfig": "^0.1.3",

src/classes/AlphaStack.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"AlphaStack":"Polaris-AlphaStack","listReset":"Polaris-AlphaStack--listReset","fullWidth":"Polaris-AlphaStack--fullWidth"}

src/classes/Avatar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Avatar":"Polaris-Avatar","shapeRound":"Polaris-Avatar--shapeRound","shapeSquare":"Polaris-Avatar--shapeSquare","hidden":"Polaris-Avatar--hidden","sizeExtraSmall":"Polaris-Avatar--sizeExtraSmall","sizeSmall":"Polaris-Avatar--sizeSmall","sizeMedium":"Polaris-Avatar--sizeMedium","sizeLarge":"Polaris-Avatar--sizeLarge","styleOne":"Polaris-Avatar--styleOne","styleTwo":"Polaris-Avatar--styleTwo","styleThree":"Polaris-Avatar--styleThree","styleFour":"Polaris-Avatar--styleFour","styleFive":"Polaris-Avatar--styleFive","imageHasLoaded":"Polaris-Avatar--imageHasLoaded","Image":"Polaris-Avatar__Image","Initials":"Polaris-Avatar__Initials","Svg":"Polaris-Avatar__Svg"}
1+
{"Avatar":"Polaris-Avatar","Text":"Polaris-Avatar__Text","long":"Polaris-Avatar--long","shapeRound":"Polaris-Avatar--shapeRound","shapeSquare":"Polaris-Avatar--shapeSquare","hidden":"Polaris-Avatar--hidden","sizeExtraSmall":"Polaris-Avatar--sizeExtraSmall","sizeSmall":"Polaris-Avatar--sizeSmall","sizeMedium":"Polaris-Avatar--sizeMedium","sizeLarge":"Polaris-Avatar--sizeLarge","styleOne":"Polaris-Avatar--styleOne","styleTwo":"Polaris-Avatar--styleTwo","styleThree":"Polaris-Avatar--styleThree","styleFour":"Polaris-Avatar--styleFour","styleFive":"Polaris-Avatar--styleFive","imageHasLoaded":"Polaris-Avatar--imageHasLoaded","Image":"Polaris-Avatar__Image","Initials":"Polaris-Avatar__Initials","Svg":"Polaris-Avatar__Svg"}

src/classes/Bleed.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Bleed":"Polaris-Bleed"}

src/classes/Box.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Box":"Polaris-Box"}

src/classes/Columns.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Columns":"Polaris-Columns"}

0 commit comments

Comments
 (0)