Skip to content

Commit 4dfaade

Browse files
committed
Change ownership to ownego
1 parent 7f0cd41 commit 4dfaade

File tree

11 files changed

+54
-53
lines changed

11 files changed

+54
-53
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: 11 additions & 13 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,9 +22,7 @@ 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).
26-
27-
Polaris Vue by qikify only supports **Vue 3.0+**.
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).
2826

2927
**Follow Polaris React version:** [9.9.0](https://github.com/Shopify/polaris/releases/tag/v9.9.0) - Migrated date: *May 26th, 2022*.
3028

@@ -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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

88
**Follow Polaris React version:** [9.9.0](https://github.com/Shopify/polaris/releases/tag/v9.9.0) - Migrated date: *May 26th, 2022*.
@@ -11,7 +11,7 @@ We're trying to make it mostly close with Shopify style guide and get a better p
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@qikify/polaris-vue",
2+
"name": "@ownego/polaris-vue",
33
"version": "1.0.1",
44
"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",
@@ -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/components/Frame/README.stories.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const Template = (args) => ({
8989
},
9090
navItems2: [
9191
{ label: 'Dashboard', icon: markRaw(HomeMajor), onClick: this.toggleIsLoading },
92-
{ label: 'Qikify Orders', icon: markRaw(OrdersMajor), onClick: this.toggleIsLoading },
92+
{ label: 'Ownego Orders', icon: markRaw(OrdersMajor), onClick: this.toggleIsLoading },
9393
],
9494
};
9595
},
@@ -126,8 +126,8 @@ export const Template = (args) => ({
126126
setup() {
127127
const logo = {
128128
width: 30,
129-
topBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
130-
contextualSaveBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
129+
topBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
130+
contextualSaveBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
131131
}
132132
const navItems = [
133133
{ label: 'Back to Shopify', icon: ArrowLeftMinor },
@@ -163,7 +163,7 @@ export const Template = (args) => ({
163163
<TopBarUserMenu
164164
:actions="userMenuAction"
165165
name="Polaris"
166-
detail="qikify"
166+
detail="ownego"
167167
initials="P"
168168
:message="userMenuMessage"
169169
:open="isUserMenuOpen"
@@ -260,7 +260,7 @@ The frame component, while not visible in the user interface itself, provides th
260260
<TopBarUserMenu
261261
:actions="userMenuAction"
262262
name="Polaris"
263-
detail="qikify"
263+
detail="ownego"
264264
initials="P"
265265
:message="userMenuMessage"
266266
:open="isUserMenuOpen"
@@ -340,7 +340,7 @@ The frame component, while not visible in the user interface itself, provides th
340340
},
341341
navItems2: [
342342
{ label: 'Dashboard', icon: markRaw(HomeMajor), onClick: this.toggleIsLoading },
343-
{ label: 'Qikify Orders', icon: markRaw(OrdersMajor), onClick: this.toggleIsLoading },
343+
{ label: 'Ownego Orders', icon: markRaw(OrdersMajor), onClick: this.toggleIsLoading },
344344
],
345345
};
346346
},
@@ -374,8 +374,8 @@ The frame component, while not visible in the user interface itself, provides th
374374
setup() {
375375
const logo = {
376376
width: 30,
377-
topBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
378-
contextualSaveBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
377+
topBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
378+
contextualSaveBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
379379
}
380380
const navItems = [
381381
{ label: 'Back to Shopify', icon: ArrowLeftMinor },

src/components/Tag/README.stories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const Template = (args) => ({
5656
<Tag v-bind="args">Wholesale</Tag>&nbsp;
5757
<Tag @remove="removeHandle">Removable</Tag>&nbsp;
5858
<Tag @click="clickHandle">Clickable</Tag>&nbsp;
59-
<Tag url="https://github.com/qikify/polaris-vue">With link</Tag>
59+
<Tag url="https://github.com/ownego/polaris-vue">With link</Tag>
6060
</div>`,
6161
});
6262

@@ -78,7 +78,7 @@ Tags represent a set of interactive, merchant-supplied keywords that help label,
7878
<Tag>Wholesale</Tag>
7979
<Tag v-on:remove="removeHandle">Removable</Tag>
8080
<Tag v-on:click="clickHandle">Clickable</Tag>
81-
<Tag url="https://github.com/qikify/polaris-vue">With link</Tag>\n
81+
<Tag url="https://github.com/ownego/polaris-vue">With link</Tag>\n
8282
<script setup>
8383
const removeHandle = () => {
8484
alert('Removed');

src/components/TopBar/README.stories.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export const Template = (args) => ({
100100
setup() {
101101
const logo = {
102102
width: 30,
103-
topBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
104-
contextualSaveBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
103+
topBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
104+
contextualSaveBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
105105
}
106106
const isUserMenuOpen = ref(false);
107107
const isSecondaryMenuOpen = ref(false);
@@ -144,7 +144,7 @@ export const Template = (args) => ({
144144
<TopBarUserMenu
145145
:actions="userMenuAction"
146146
name="Polaris"
147-
detail="qikify"
147+
detail="ownego"
148148
initials="P"
149149
:message="userMenuMessage"
150150
:open="isUserMenuOpen"
@@ -210,7 +210,7 @@ The top bar is a header component that allows merchants to search, access menus,
210210
<TopBarUserMenu
211211
:actions="userMenuAction"
212212
name="Polaris"
213-
detail="qikify"
213+
detail="ownego"
214214
initials="P"
215215
:message="userMenuMessage"
216216
:open="isUserMenuOpen"
@@ -251,8 +251,8 @@ The top bar is a header component that allows merchants to search, access menus,
251251
setup() {
252252
const logo = {
253253
width: 30,
254-
topBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
255-
contextualSaveBarSource: 'https://github.com/qikify/polaris-vue/raw/dev/public/images/logo.png',
254+
topBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
255+
contextualSaveBarSource: 'https://github.com/ownego/polaris-vue/raw/dev/public/images/logo.png',
256256
}
257257
const isUserMenuOpen = ref(false);
258258
const isSecondaryMenuOpen = ref(false);

src/utilities/errors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export class MissingAppProviderError extends Error {
33
super(
44
`${
55
message ? `${message} ` : message
6-
}Your application must be wrapped in an <AppProvider> component. See https://qikify.github.io/polaris-vue/?path=/docs/components-structure-app-provider for implementation instructions.`,
6+
}Your application must be wrapped in an <AppProvider> component. See https://ownego.github.io/polaris-vue/?path=/docs/components-structure-app-provider for implementation instructions.`,
77
);
88
this.name = 'MissingAppProviderError';
99
}
@@ -14,7 +14,7 @@ export class MissingFrameError extends Error {
1414
super(
1515
`${
1616
message ? `${message} ` : message
17-
}Your component must be wrapped in a <Frame> component. See https://qikify.github.io/polaris-vue/?path=/docs/components-structure-frame--page for implementation instructions.`,
17+
}Your component must be wrapped in a <Frame> component. See https://ownego.github.io/polaris-vue/?path=/docs/components-structure-frame--page for implementation instructions.`,
1818
);
1919
this.name = 'MissingFrameError';
2020
}

0 commit comments

Comments
 (0)