@nativescript-community/ui-material-bottomsheet 7.0.20 → 7.0.23

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
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.0.23](https://github.com/nativescript-community/ui-material-components/compare/v7.0.22...v7.0.23) (2022-06-23)
7
+
8
+ **Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
9
+
10
+
11
+
12
+
13
+
14
+ ## [7.0.22](https://github.com/nativescript-community/ui-material-components/compare/v7.0.21...v7.0.22) (2022-06-22)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **bottomsheet:** import options in readme ([c4529a3](https://github.com/nativescript-community/ui-material-components/commit/c4529a35e98c322a5030b71981eb724d1e866b70))
20
+
21
+
22
+
23
+
24
+
25
+ ## [7.0.21](https://github.com/nativescript-community/ui-material-components/compare/v7.0.20...v7.0.21) (2022-06-21)
26
+
27
+ **Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
28
+
29
+
30
+
31
+
32
+
6
33
  ## [7.0.20](https://github.com/nativescript-community/ui-material-components/compare/v7.0.19...v7.0.20) (2022-06-16)
7
34
 
8
35
  **Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
package/README.md CHANGED
@@ -135,7 +135,7 @@ Then you can show a Vue component:
135
135
  import MyComponent from 'MyComponent.vue';
136
136
 
137
137
  //inside another Vue component
138
- const options: BottomSheetOptions = {
138
+ const options: VueBottomSheetOptions = {
139
139
  };
140
140
  this.$showBottomSheet(MyComponent, options)
141
141
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-material-bottomsheet",
3
- "version": "7.0.20",
3
+ "version": "7.0.23",
4
4
  "description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.",
5
5
  "main": "./bottomsheet",
6
6
  "sideEffects": false,
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "readmeFilename": "README.md",
48
48
  "dependencies": {
49
- "@nativescript-community/ui-material-core": "^7.0.20"
49
+ "@nativescript-community/ui-material-core": "^7.0.23"
50
50
  },
51
- "gitHead": "36bc72b66526e6408db9d8aa885836033fe61eb1"
51
+ "gitHead": "25b6a667065b359265a7a7d3d024e747a55a5c1d"
52
52
  }
package/pnpm-lock.yaml ADDED
@@ -0,0 +1,90 @@
1
+ dependencies:
2
+ '@nativescript-community/ui-material-core': 5.2.3
3
+ lockfileVersion: 5.2
4
+ packages:
5
+ /@nativescript-community/ui-material-core/5.2.3:
6
+ dependencies:
7
+ '@nativescript/hook': 2.0.0
8
+ dev: false
9
+ requiresBuild: true
10
+ resolution:
11
+ integrity: sha512-Wy/MFuYhhIV6ec4Nm+Yb5/rly7au2Fo1uU0bGCHiMTk/xPfhpTORTyX42El/5VaDluhqRIG1I75KshBUMhv36A==
12
+ /@nativescript/hook/2.0.0:
13
+ dependencies:
14
+ glob: 7.1.6
15
+ mkdirp: 1.0.4
16
+ dev: false
17
+ resolution:
18
+ integrity: sha512-v3Hj3Zpd69sQJfFpDNXonV0EjO1a2OL4l48wlo1Ycsqk4r7RY822d/irFTjt0LllRG0OcdEGgfG6wKb0YgPyHw==
19
+ /balanced-match/1.0.0:
20
+ dev: false
21
+ resolution:
22
+ integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
23
+ /brace-expansion/1.1.11:
24
+ dependencies:
25
+ balanced-match: 1.0.0
26
+ concat-map: 0.0.1
27
+ dev: false
28
+ resolution:
29
+ integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
30
+ /concat-map/0.0.1:
31
+ dev: false
32
+ resolution:
33
+ integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
34
+ /fs.realpath/1.0.0:
35
+ dev: false
36
+ resolution:
37
+ integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
38
+ /glob/7.1.6:
39
+ dependencies:
40
+ fs.realpath: 1.0.0
41
+ inflight: 1.0.6
42
+ inherits: 2.0.4
43
+ minimatch: 3.0.4
44
+ once: 1.4.0
45
+ path-is-absolute: 1.0.1
46
+ dev: false
47
+ resolution:
48
+ integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
49
+ /inflight/1.0.6:
50
+ dependencies:
51
+ once: 1.4.0
52
+ wrappy: 1.0.2
53
+ dev: false
54
+ resolution:
55
+ integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
56
+ /inherits/2.0.4:
57
+ dev: false
58
+ resolution:
59
+ integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
60
+ /minimatch/3.0.4:
61
+ dependencies:
62
+ brace-expansion: 1.1.11
63
+ dev: false
64
+ resolution:
65
+ integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
66
+ /mkdirp/1.0.4:
67
+ dev: false
68
+ engines:
69
+ node: '>=10'
70
+ hasBin: true
71
+ resolution:
72
+ integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
73
+ /once/1.4.0:
74
+ dependencies:
75
+ wrappy: 1.0.2
76
+ dev: false
77
+ resolution:
78
+ integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
79
+ /path-is-absolute/1.0.1:
80
+ dev: false
81
+ engines:
82
+ node: '>=0.10.0'
83
+ resolution:
84
+ integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
85
+ /wrappy/1.0.2:
86
+ dev: false
87
+ resolution:
88
+ integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
89
+ specifiers:
90
+ '@nativescript-community/ui-material-core': ^5.2.3