@nativescript-community/ui-material-core 7.0.19 → 7.0.20

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +292 -1271
  2. package/package.json +2 -2
  3. package/pnpm-lock.yaml +0 -83
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-material-core",
3
- "version": "7.0.19",
3
+ "version": "7.0.20",
4
4
  "description": "Material Core component",
5
5
  "main": "./index",
6
6
  "sideEffects": false,
@@ -38,5 +38,5 @@
38
38
  "homepage": "https://github.com/nativescript-community/ui-material-components",
39
39
  "repository": "https://github.com/nativescript-community/ui-material-components",
40
40
  "readmeFilename": "README.md",
41
- "gitHead": "240457b7952c4f0258aabc46615de63d1473ead1"
41
+ "gitHead": "36bc72b66526e6408db9d8aa885836033fe61eb1"
42
42
  }
package/pnpm-lock.yaml DELETED
@@ -1,83 +0,0 @@
1
- dependencies:
2
- '@nativescript/hook': 2.0.0
3
- lockfileVersion: 5.2
4
- packages:
5
- /@nativescript/hook/2.0.0:
6
- dependencies:
7
- glob: 7.1.6
8
- mkdirp: 1.0.4
9
- dev: false
10
- resolution:
11
- integrity: sha512-v3Hj3Zpd69sQJfFpDNXonV0EjO1a2OL4l48wlo1Ycsqk4r7RY822d/irFTjt0LllRG0OcdEGgfG6wKb0YgPyHw==
12
- /balanced-match/1.0.0:
13
- dev: false
14
- resolution:
15
- integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
16
- /brace-expansion/1.1.11:
17
- dependencies:
18
- balanced-match: 1.0.0
19
- concat-map: 0.0.1
20
- dev: false
21
- resolution:
22
- integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
23
- /concat-map/0.0.1:
24
- dev: false
25
- resolution:
26
- integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
27
- /fs.realpath/1.0.0:
28
- dev: false
29
- resolution:
30
- integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
31
- /glob/7.1.6:
32
- dependencies:
33
- fs.realpath: 1.0.0
34
- inflight: 1.0.6
35
- inherits: 2.0.4
36
- minimatch: 3.0.4
37
- once: 1.4.0
38
- path-is-absolute: 1.0.1
39
- dev: false
40
- resolution:
41
- integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
42
- /inflight/1.0.6:
43
- dependencies:
44
- once: 1.4.0
45
- wrappy: 1.0.2
46
- dev: false
47
- resolution:
48
- integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
49
- /inherits/2.0.4:
50
- dev: false
51
- resolution:
52
- integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
53
- /minimatch/3.0.4:
54
- dependencies:
55
- brace-expansion: 1.1.11
56
- dev: false
57
- resolution:
58
- integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
59
- /mkdirp/1.0.4:
60
- dev: false
61
- engines:
62
- node: '>=10'
63
- hasBin: true
64
- resolution:
65
- integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
66
- /once/1.4.0:
67
- dependencies:
68
- wrappy: 1.0.2
69
- dev: false
70
- resolution:
71
- integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
72
- /path-is-absolute/1.0.1:
73
- dev: false
74
- engines:
75
- node: '>=0.10.0'
76
- resolution:
77
- integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
78
- /wrappy/1.0.2:
79
- dev: false
80
- resolution:
81
- integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
82
- specifiers:
83
- '@nativescript/hook': ~2.0.0