@enigmatry/entry-components 20.0.1-preview.2 → 20.0.1-preview.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.
@@ -0,0 +1,3 @@
1
+ /* eslint-disable */
2
+ // ReSharper disable InconsistentNaming
3
+ // @ts-nocheck
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/entry-components",
3
- "version": "20.0.1-preview.2",
3
+ "version": "20.0.1-preview.3",
4
4
  "author": "Enigmatry",
5
5
  "description": "Enigmatry entry angular material components",
6
6
  "homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/entry-components#readme",
@@ -37,6 +37,10 @@
37
37
  "types": "./index.d.ts",
38
38
  "default": "./fesm2022/enigmatry-entry-components.mjs"
39
39
  },
40
+ "./button": {
41
+ "types": "./button/index.d.ts",
42
+ "default": "./fesm2022/enigmatry-entry-components-button.mjs"
43
+ },
40
44
  "./common": {
41
45
  "types": "./common/index.d.ts",
42
46
  "default": "./fesm2022/enigmatry-entry-components-common.mjs"
@@ -53,10 +57,6 @@
53
57
  "types": "./file-input/index.d.ts",
54
58
  "default": "./fesm2022/enigmatry-entry-components-file-input.mjs"
55
59
  },
56
- "./button": {
57
- "types": "./button/index.d.ts",
58
- "default": "./fesm2022/enigmatry-entry-components-button.mjs"
59
- },
60
60
  "./permissions": {
61
61
  "types": "./permissions/index.d.ts",
62
62
  "default": "./fesm2022/enigmatry-entry-components-permissions.mjs"