@enigmatry/entry-components 15.1.1-preview.2 → 15.1.1-preview.4
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/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,10 +10,14 @@ npm install @enigmatry/entry-components
|
|
|
10
10
|
|
|
11
11
|
## Basic Usage
|
|
12
12
|
|
|
13
|
-
### Theming
|
|
13
|
+
### Theming Guidelines
|
|
14
|
+
|
|
15
|
+
These guides provides detailed steps for setting up and configuring theming within your project.
|
|
16
|
+
|
|
17
|
+
1. [**Theming Setup Guide**](theming-setup.md)
|
|
18
|
+
|
|
19
|
+
2. [**Theming Configuration Guide**](theming-configuration.md)
|
|
14
20
|
|
|
15
|
-
For detailed instructions on configuring the theming of entry components, refer to the
|
|
16
|
-
[Theming Configuration Guide](configure-theming.md)
|
|
17
21
|
|
|
18
22
|
## Compatibility with Angular Versions
|
|
19
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enigmatry/entry-components",
|
|
3
|
-
"version": "15.1.1-preview.
|
|
3
|
+
"version": "15.1.1-preview.4",
|
|
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",
|