@astralibx/email-ui 2.0.0 → 2.0.1

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 (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -167,14 +167,14 @@ Built-in themes: `alxDarkTheme` and `alxLightTheme` are available as Lit CSS exp
167
167
 
168
168
  ## Documentation
169
169
 
170
- - [Configuration](docs/configuration.md) -- AlxConfig setup, auth tokens, all options
171
- - [Theming](docs/theming.md) -- CSS custom properties, dark/light themes, customization
172
- - [Account Components](docs/account-components.md) -- All 9 account management components
173
- - [Rule Components](docs/rule-components.md) -- All 7 rule engine components
174
- - [Analytics Components](docs/analytics-components.md) -- All 5 analytics components
175
- - [API Client](docs/api-client.md) -- Using AccountAPI, RuleAPI, AnalyticsAPI directly
176
- - [Framework Integration](docs/framework-integration.md) -- Angular, React, Vue, Next.js, plain HTML
177
- - [Events](docs/events.md) -- All custom events with names, detail types, examples
170
+ - [Configuration](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/configuration.md) -- AlxConfig setup, auth tokens, all options
171
+ - [Theming](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/theming.md) -- CSS custom properties, dark/light themes, customization
172
+ - [Account Components](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/account-components.md) -- All 9 account management components
173
+ - [Rule Components](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/rule-components.md) -- All 7 rule engine components
174
+ - [Analytics Components](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/analytics-components.md) -- All 5 analytics components
175
+ - [API Client](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/api-client.md) -- Using AccountAPI, RuleAPI, AnalyticsAPI directly
176
+ - [Framework Integration](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/framework-integration.md) -- Angular, React, Vue, Next.js, plain HTML
177
+ - [Events](https://github.com/Hariprakash1997/astralib/blob/main/packages/email-ui/docs/events.md) -- All custom events with names, detail types, examples
178
178
 
179
179
  ## License
180
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astralibx/email-ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Lit Web Components for the @astralibx email ecosystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",