@sbc-connect/nuxt-pay 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @sbc-connect/nuxt-pay
|
|
2
2
|
|
|
3
|
+
## 0.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#128](https://github.com/bcgov/connect-nuxt/pull/128) [`8cc8cc0`](https://github.com/bcgov/connect-nuxt/commit/8cc8cc09aad741dc841a864998129c6ac5a6af2f) Thanks [@kialj876](https://github.com/kialj876)! - Update to connect pay layout styling
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`63409ea`](https://github.com/bcgov/connect-nuxt/commit/63409eab3ef9072fe8e05662b44f61bb8be6cff4), [`fda1d48`](https://github.com/bcgov/connect-nuxt/commit/fda1d48ed55838aeece70aa04a82440153a3db24)]:
|
|
10
|
+
- @sbc-connect/nuxt-auth@0.6.0
|
|
11
|
+
|
|
12
|
+
## 0.2.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`3c33132`](https://github.com/bcgov/connect-nuxt/commit/3c331327a27cfbd0613c268abf97842288d10f8c)]:
|
|
17
|
+
- @sbc-connect/nuxt-auth@0.5.0
|
|
18
|
+
|
|
3
19
|
## 0.2.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="flex flex-col
|
|
2
|
+
<div class="flex flex-col md:flex-row md:gap-6 grow app-inner-container">
|
|
3
3
|
<div class="grow overflow-hidden">
|
|
4
4
|
<slot />
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
|
-
<div class="shrink-0
|
|
8
|
-
<div class="sticky
|
|
7
|
+
<div class="shrink-0 md:w-[300px] md:static sticky md:mt-10">
|
|
8
|
+
<div class="sticky md:top-10">
|
|
9
9
|
<ConnectFeeWidget />
|
|
10
10
|
<slot name="actions" />
|
|
11
11
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbc-connect/nuxt-pay",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.3",
|
|
5
5
|
"repository": "github:bcgov/connect-nuxt",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
7
7
|
"main": "./nuxt.config.ts",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"typescript": "5.9.3",
|
|
13
13
|
"vue-tsc": "3.2.1",
|
|
14
14
|
"@sbc-connect/eslint-config": "0.0.8",
|
|
15
|
-
"@sbc-connect/
|
|
16
|
-
"@sbc-connect/
|
|
15
|
+
"@sbc-connect/playwright-config": "0.1.1",
|
|
16
|
+
"@sbc-connect/vitest-config": "0.1.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@sbc-connect/nuxt-auth": "0.
|
|
19
|
+
"@sbc-connect/nuxt-auth": "0.6.0"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"preinstall": "npx only-allow pnpm",
|