Skip to content

Commit 1fba9dd

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents b02e96d + 4dfaade commit 1fba9dd

File tree

56 files changed

+2333
-1171
lines changed

Some content is hidden

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

56 files changed

+2333
-1171
lines changed

.storybook/manager-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="shortcut icon" href="https://github.com/qikify/polaris-vue/blob/master/public/images/logo.png?raw=true">
1+
<link rel="shortcut icon" href="https://github.com/ownego/polaris-vue/blob/master/public/images/logo.png?raw=true">
22

33
<style>
44
#storybook-explorer-tree .sidebar-item {

.storybook/manager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ addons.setConfig({
1111
},
1212
theme: create({
1313
base: 'light',
14-
brandTitle: 'Qikify Polaris Storybook',
14+
brandTitle: 'Ownego Polaris Storybook',
1515
brandUrl: '/',
16-
brandImage: 'https://github.com/qikify/polaris-vue/blob/master/public/images/brand.png?raw=true',
16+
brandImage: 'https://github.com/ownego/polaris-vue/blob/master/public/images/brand.png?raw=true',
1717
appBorderRadius: 0,
1818
colorPrimary: '#008060',
1919
colorSecondary: '#008060',

.storybook/stories/GetStarted.stories.mdx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Meta } from '@storybook/addon-docs';
1313
}}
1414
/>
1515

16-
<img src="https://github.com/qikify/polaris-vue/blob/master/public/images/banner.jpg?raw=true" alt="Shopify Polaris Vue" width="1000" height="376" />
16+
<img src="https://github.com/ownego/polaris-vue/blob/master/public/images/banner.jpg?raw=true" alt="Shopify Polaris Vue" width="1000" height="376" />
1717

1818
<br/>
1919
<br/>
@@ -22,11 +22,9 @@ import { Meta } from '@storybook/addon-docs';
2222

2323
<br/>
2424

25-
Polaris Vue by Qikify 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).
25+
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-
Polaris Vue by qikify only supports **Vue 3.0+**.
28-
29-
**Follow Polaris React version:** [9.8.0](https://github.com/Shopify/polaris/releases/tag/v9.8.0) - Migrated date: *May 20th, 2022*.
27+
**Follow Polaris React version:** [9.9.0](https://github.com/Shopify/polaris/releases/tag/v9.9.0) - Migrated date: *May 26th, 2022*.
3028

3129
<br/>
3230
<br/>
@@ -36,13 +34,13 @@ Polaris Vue by qikify only supports **Vue 3.0+**.
3634
Using NPM
3735

3836
```bash
39-
npm install @qikify/polaris-vue
37+
npm install @ownego/polaris-vue
4038
```
4139

4240
Using Yarn
4341

4442
```bash
45-
yarn add @qikify/polaris-vue
43+
yarn add @ownego/polaris-vue
4644
```
4745

4846
<br/>
@@ -54,8 +52,8 @@ Use as a Vue plugin (globally registers all components):
5452
```js
5553
//main.js
5654
import { createApp } from 'vue'
57-
import PolarisVue from '@qikify/polaris-vue' // (✓)
58-
import '@qikify/polaris-vue/dist/style.css' // (✓) This will be deprecated in the future, right after Vue 3 supports css injections.
55+
import PolarisVue from '@ownego/polaris-vue' // (✓)
56+
import '@ownego/polaris-vue/dist/style.css' // (✓) This will be deprecated in the future, right after Vue 3 supports css injections.
5957
import App from './App.vue'
6058

6159
//...
@@ -67,7 +65,7 @@ app.use(PolarisVue) // (✓)
6765
OR use individual component (for better bundle size):
6866

6967
```js
70-
import { List, Icon } from '@qikify/polaris-vue';
68+
import { List, Icon } from '@ownego/polaris-vue';
7169
```
7270

7371
<br/>
@@ -114,15 +112,15 @@ export default defineConfig({
114112

115113
## Issues & Contributions
116114

117-
Polaris Vue by qikify is an open source project and we are very happy to accept community contributions.
115+
Polaris Vue by ownego is an open source project and we are very happy to accept community contributions.
118116

119-
If you notice any bugs, please create issues under [Issues](https://github.com/qikify/polaris-vue/issues).
117+
If you notice any bugs, please create issues under [Issues](https://github.com/ownego/polaris-vue/issues).
120118

121119
<br/>
122120
<br/>
123121

124122
## License
125123

126-
Code released under the [MIT License](https://github.com/qikify/polaris-vue/LICENSE).
124+
Code released under the [MIT License](https://github.com/ownego/polaris-vue/LICENSE).
127125

128-
Copyright (c) 2021 Qikify
126+
Copyright (c) 2021 Ownego

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Qikify
3+
Copyright (c) 2021 Ownego
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Polaris Vue (Support Vue 3.0)
22

3-
Polaris Vue by qikify only supports **Vue 3.0+**.
3+
Polaris Vue by Ownego only supports **Vue 3.0+**.
44

5-
Polaris Vue by Qikify based on [Shopify Polaris style guide](https://polaris.shopify.com/), built especially for Vue 3.
5+
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:** [9.8.0](https://github.com/Shopify/polaris/releases/tag/v9.8.0) - Migrated date: *May 20th, 2022*.
8+
**Follow Polaris React version:** [9.9.0](https://github.com/Shopify/polaris/releases/tag/v9.9.0) - Migrated date: *May 26th, 2022*.
99

1010
<br/>
1111

1212
## Documentation
1313

14-
Online documentation: [Click Here](https://qikify.github.io/polaris-vue/)
14+
Online documentation: [Click Here](https://ownego.github.io/polaris-vue/)
1515

1616
<br/>
1717

@@ -20,13 +20,13 @@ Online documentation: [Click Here](https://qikify.github.io/polaris-vue/)
2020
Via NPM:
2121

2222
```bash
23-
npm install @qikify/polaris-vue
23+
npm install @ownego/polaris-vue
2424
```
2525

2626
Via Yarn:
2727

2828
```bash
29-
yarn add @qikify/polaris-vue
29+
yarn add @ownego/polaris-vue
3030
```
3131

3232
<br/>
@@ -38,8 +38,8 @@ Use as a Vue 3 plugin (globally registers all components):
3838
```js
3939
//main.js
4040
import { createApp } from 'vue'
41-
import PolarisVue from '@qikify/polaris-vue' // (✓)
42-
import '@qikify/polaris-vue/dist/style.css' // (✓) This will be deprecated in the future, right after Vue 3 supports css injections.
41+
import PolarisVue from '@ownego/polaris-vue' // (✓)
42+
import '@ownego/polaris-vue/dist/style.css' // (✓) This will be deprecated in the future, right after Vue 3 supports css injections.
4343
import App from './App.vue'
4444

4545
//...
@@ -51,7 +51,7 @@ app.use(PolarisVue) // (✓)
5151
**OR** use individual component:
5252

5353
```js
54-
import { List, Icon } from '@qikify/polaris-vue';
54+
import { List, Icon } from '@ownego/polaris-vue';
5555
```
5656

5757
<br/>
@@ -100,7 +100,7 @@ export default defineConfig({
100100

101101
```bash
102102
# Clone repo
103-
git clone https://github.com/qikify/polaris-vue.git
103+
git clone https://github.com/ownego/polaris-vue.git
104104

105105
# Install packages
106106
yarn
@@ -113,14 +113,14 @@ yarn dev
113113

114114
## Contributing
115115

116-
Polaris Vue by qikify is an open source project and we are very happy to accept community contributions.
116+
Polaris Vue by Ownego is an open source project and we are very happy to accept community contributions.
117117

118-
If you notice any bugs, please create issues under [Issues](https://github.com/qikify/polaris-vue/issues).
118+
If you notice any bugs, please create issues under [Issues](https://github.com/ownego/polaris-vue/issues).
119119
We will update the contribution rules later.
120120

121121
## License
122122

123-
Code released under the [MIT License](https://github.com/qikify/polaris-vue/LICENSE).
124-
Copyright (c) 2021 Qikify
123+
Code released under the [MIT License](https://github.com/ownego/polaris-vue/LICENSE).
124+
Copyright (c) 2021 Ownego
125125

126126
**Thank you!** :tada:

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@qikify/polaris-vue",
3-
"version": "0.7.3",
4-
"polaris_version": "9.8.0",
2+
"name": "@ownego/polaris-vue",
3+
"version": "0.7.4",
4+
"polaris_version": "9.9.0",
55
"description": "Shopify Polaris UI library for Vue 3",
66
"author": {
7-
"name": "Qikify"
7+
"name": "Ownego Team"
88
},
99
"keywords": [
1010
"polaris",
@@ -33,8 +33,7 @@
3333
"build-storybook": "rimraf ./docs && build-storybook -o docs"
3434
},
3535
"dependencies": {
36-
"@shopify/polaris-icons": "^4.18.4",
37-
"polaris": "https://github.com/juzser/polaris.git",
36+
"@shopify/polaris-icons": "^4.22.0",
3837
"vite-svg-loader": "^3.1.2",
3938
"vue": "^3.2.31"
4039
},
@@ -43,15 +42,15 @@
4342
"@rushstack/eslint-patch": "^1.1.0",
4443
"@shopify/polaris-tokens": "^5.0.1",
4544
"@shopify/typescript-configs": "^5.1.0",
46-
"@storybook/addon-a11y": "^6.4.20",
47-
"@storybook/addon-actions": "^6.4.20",
48-
"@storybook/addon-docs": "^6.4.20",
49-
"@storybook/addon-essentials": "^6.4.20",
50-
"@storybook/addon-links": "^6.4.20",
51-
"@storybook/addons": "^6.4.20",
52-
"@storybook/builder-vite": "^0.1.23",
53-
"@storybook/theming": "^6.4.20",
54-
"@storybook/vue3": "^6.4.20",
45+
"@storybook/addon-a11y": "^6.5.5",
46+
"@storybook/addon-actions": "^6.5.5",
47+
"@storybook/addon-docs": "^6.5.5",
48+
"@storybook/addon-essentials": "^6.5.5",
49+
"@storybook/addon-links": "^6.5.5",
50+
"@storybook/addons": "^6.5.5",
51+
"@storybook/builder-vite": "^0.1.35",
52+
"@storybook/theming": "^6.5.5",
53+
"@storybook/vue3": "^6.5.5",
5554
"@types/node": "^16.11.25",
5655
"@vitejs/plugin-vue": "^2.2.4",
5756
"@vue/eslint-config-prettier": "^7.0.0",
@@ -60,10 +59,11 @@
6059
"babel-loader": "^8.2.3",
6160
"change-case": "^4.1.2",
6261
"eslint": "^8.10.0",
63-
"eslint-plugin-storybook": "^0.5.7",
62+
"eslint-plugin-storybook": "^0.5.12",
6463
"eslint-plugin-vue": "^8.5.0",
6564
"hash-generator": "^0.1.0",
6665
"path": "^0.12.7",
66+
"polaris": "https://github.com/juzser/polaris.git",
6767
"postcss": "^7",
6868
"postcss-modules": "^3",
6969
"prettier": "^2.5.1",
@@ -83,11 +83,11 @@
8383
},
8484
"repository": {
8585
"type": "git",
86-
"url": "https://github.com/qikify/polaris-vue.git"
86+
"url": "https://github.com/ownego/polaris-vue.git"
8787
},
8888
"bugs": {
89-
"url": "https://github.com/qikify/polaris-vue/issues"
89+
"url": "https://github.com/ownego/polaris-vue/issues"
9090
},
91-
"homepage": "https://github.com/qikify/polaris-vue#readme",
91+
"homepage": "https://github.com/ownego/polaris-vue#readme",
9292
"license": "MIT"
9393
}

src/classes/SkeletonTabs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Tabs":"Polaris-SkeletonTabs__Tabs","Tab":"Polaris-SkeletonTabs__Tab","Tab-short":"Polaris-SkeletonTabs__Tab--short","Tab-long":"Polaris-SkeletonTabs__Tab--long"}

src/classes/SkeletonThumbnail.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"SkeletonThumbnail":"Polaris-SkeletonThumbnail","sizeExtraSmall":"Polaris-SkeletonThumbnail--sizeExtraSmall","sizeSmall":"Polaris-SkeletonThumbnail--sizeSmall","sizeMedium":"Polaris-SkeletonThumbnail--sizeMedium","sizeLarge":"Polaris-SkeletonThumbnail--sizeLarge"}

src/classes/VideoThumbnail.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Thumbnail":"Polaris-VideoThumbnail__Thumbnail","WithPlayer":"Polaris-VideoThumbnail__WithPlayer","PlayButton":"Polaris-VideoThumbnail__PlayButton","PlayIcon":"Polaris-VideoThumbnail__PlayIcon","Timestamp":"Polaris-VideoThumbnail__Timestamp","withProgress":"Polaris-VideoThumbnail--withProgress","Progress":"Polaris-VideoThumbnail__Progress","Indicator":"Polaris-VideoThumbnail__Indicator","ProgressBar":"Polaris-VideoThumbnail__ProgressBar","Label":"Polaris-VideoThumbnail__Label"}

src/components/ActionList/ActionList.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ component(
1010
Section(
1111
v-if="section.items && section.items.length > 0",
1212
:key="section.title || index",
13-
:firstSection="index === 0",
1413
:section="section",
1514
:hasMultipleSections="hasMultipleSections",
1615
:actionRole="actionRole",
@@ -40,7 +39,7 @@ export default {
4039
</script>
4140

4241
<script setup lang="ts">
43-
import { computed, onMounted, ref } from 'vue';
42+
import { computed, ref } from 'vue';
4443
import { classNames } from 'polaris/polaris-react/src/utilities/css';
4544
import { wrapFocusPreviousFocusableMenuItem, wrapFocusNextFocusableMenuItem } from '@/utilities/focus';
4645
import { KeypressListener } from '@/components/KeypressListener';

0 commit comments

Comments
 (0)