@praxisui/tabs 1.0.0-beta.1 → 1.0.0-beta.11

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 -1
  2. package/package.json +12 -4
package/README.md CHANGED
@@ -1,4 +1,11 @@
1
- # @praxis/tabs — Praxis Tabs
1
+ # @praxisui/tabs — Praxis Tabs
2
+
3
+ ## 🔰 Exemplos / Quickstart
4
+
5
+ Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
6
+
7
+ - Repositório: https://github.com/codexrodrigues/praxis-ui-quickstart
8
+ - O Quickstart demonstra a integração das bibliotecas `@praxisui/*` em um app Angular, incluindo instalação, configuração e uso em telas reais.
2
9
 
3
10
  Componente de abas (grupo e nav) configurável por metadados, com suporte a widgets internos, presets de estilo e editor integrado via Settings Panel.
4
11
 
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@praxisui/tabs",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.11",
4
+ "description": "Configurable tabs (group and nav) for Praxis UI with metadata-driven content and runtime editor.",
4
5
  "peerDependencies": {
5
6
  "@angular/common": "^20.0.0",
6
7
  "@angular/core": "^20.0.0",
7
8
  "@angular/material": "^20.0.0",
8
9
  "@angular/cdk": "^20.0.0",
9
- "@praxisui/core": "^1.0.0-beta.1",
10
- "@praxisui/dynamic-fields": "^1.0.0-beta.1",
11
- "@praxisui/settings-panel": "^1.0.0-beta.1"
10
+ "@praxisui/core": "^1.0.0-beta.11",
11
+ "@praxisui/dynamic-fields": "^1.0.0-beta.11",
12
+ "@praxisui/settings-panel": "^1.0.0-beta.11"
12
13
  },
13
14
  "dependencies": {
14
15
  "tslib": "^2.3.0",
@@ -26,6 +27,13 @@
26
27
  "bugs": {
27
28
  "url": "https://github.com/codexrodrigues/praxis/issues"
28
29
  },
30
+ "keywords": [
31
+ "angular",
32
+ "praxisui",
33
+ "tabs",
34
+ "ui",
35
+ "material"
36
+ ],
29
37
  "sideEffects": false,
30
38
  "module": "fesm2022/praxisui-tabs.mjs",
31
39
  "typings": "index.d.ts",