Sign In

@erplora/outfitkit

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erplora/outfitkit - npm Package Compare versions

Comparing version
0.1.35
to
0.1.36
+4
-0
dist/ok-file-manager.js

@@ -1070,2 +1070,3 @@ import { LitElement, css, html } from "lit";

class="action"
draggable="true"
data-act="open"

@@ -1084,2 +1085,3 @@ aria-label=${this.t.open}

class="action"
draggable="true"
data-act="download"

@@ -1098,2 +1100,3 @@ aria-label=${this.t.download}

class="action"
draggable="true"
data-act="rename-file"

@@ -1112,2 +1115,3 @@ aria-label=${this.t.rename}

class="action danger"
draggable="true"
data-act="delete-file"

@@ -1114,0 +1118,0 @@ aria-label=${this.t.delete}

+1
-1
{
"name": "@erplora/outfitkit",
"version": "0.1.35",
"version": "0.1.36",
"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,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display