@erplora/outfitkit 0.1.23 → 0.1.24
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/dist/ok-data-table.js +1 -1
- package/dist/ok-navbar.js +3 -1
- package/dist/outfitkit.bundle.js +4 -2
- package/package.json +1 -1
package/dist/ok-data-table.js
CHANGED
|
@@ -151,7 +151,7 @@ class OkDataTable extends LitElement {
|
|
|
151
151
|
.tk-scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.18); z-index: 19; }
|
|
152
152
|
.drawer { position: absolute; top: 0; right: 0; height: 100%; width: 340px; max-width: 88%;
|
|
153
153
|
background: var(--background); border-left: 1px solid var(--border-color);
|
|
154
|
-
|
|
154
|
+
display: flex; flex-direction: column; z-index: 20;
|
|
155
155
|
animation: tk-slide-in 0.18s ease; }
|
|
156
156
|
@keyframes tk-slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
|
|
157
157
|
.drawer .dh { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between;
|
package/dist/ok-navbar.js
CHANGED
|
@@ -26,7 +26,9 @@ function adoptPanelSheet() {
|
|
|
26
26
|
--height: 100%;
|
|
27
27
|
--border-radius: 0;
|
|
28
28
|
--background: var(--ok-surface, var(--ion-card-background, #ffffff));
|
|
29
|
-
|
|
29
|
+
/* Sin sombra lateral (decisión 2026-07-19, paneles laterales de SaaS y Hub): "none"
|
|
30
|
+
explícito para no caer al default de ion-modal; el backdrop separa. */
|
|
31
|
+
--box-shadow: none;
|
|
30
32
|
/* El host del modal es un flex que centra el wrapper: lo anclamos a la derecha. */
|
|
31
33
|
justify-content: flex-end;
|
|
32
34
|
align-items: stretch;
|
package/dist/outfitkit.bundle.js
CHANGED
|
@@ -1130,7 +1130,7 @@ class z extends g {
|
|
|
1130
1130
|
.tk-scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.18); z-index: 19; }
|
|
1131
1131
|
.drawer { position: absolute; top: 0; right: 0; height: 100%; width: 340px; max-width: 88%;
|
|
1132
1132
|
background: var(--background); border-left: 1px solid var(--border-color);
|
|
1133
|
-
|
|
1133
|
+
display: flex; flex-direction: column; z-index: 20;
|
|
1134
1134
|
animation: tk-slide-in 0.18s ease; }
|
|
1135
1135
|
@keyframes tk-slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
|
|
1136
1136
|
.drawer .dh { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between;
|
|
@@ -14258,7 +14258,9 @@ function sd() {
|
|
|
14258
14258
|
--height: 100%;
|
|
14259
14259
|
--border-radius: 0;
|
|
14260
14260
|
--background: var(--ok-surface, var(--ion-card-background, #ffffff));
|
|
14261
|
-
|
|
14261
|
+
/* Sin sombra lateral (decisión 2026-07-19, paneles laterales de SaaS y Hub): "none"
|
|
14262
|
+
explícito para no caer al default de ion-modal; el backdrop separa. */
|
|
14263
|
+
--box-shadow: none;
|
|
14262
14264
|
/* El host del modal es un flex que centra el wrapper: lo anclamos a la derecha. */
|
|
14263
14265
|
justify-content: flex-end;
|
|
14264
14266
|
align-items: stretch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@erplora/outfitkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "OutfitKit — librería de Web Components (Lit) que CONSTRUYE lo que Ionic no tiene (tree, data-table rica, inline-feedback, kpi/stat, stepper/wizard, calendar, kanban…) sobre primitivos de Ionic. Ionic es la base; OutfitKit cubre los huecos. npm + CDN, imports individuales, CSP-safe. Tema vía tokens --ok-* (fallback a --ion-*).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|