@alexochihua/exos-library-components 2.21.0 → 2.21.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/dist/style.css +4 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -6118,6 +6118,10 @@ th[scope='sticky']:first-child {
6118
6118
 
6119
6119
  /* ===== Como drag and drop ===== */
6120
6120
 
6121
+ .e-inputFile__file__container.asDragger.exos-bg--active {
6122
+ background-color: var(--color-primary-4);
6123
+ }
6124
+
6121
6125
  .e-inputFile__file__container.asDragger.exos-bg--inactive {
6122
6126
  background-color: var(--color-primary-4);
6123
6127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexochihua/exos-library-components",
3
- "version": "2.21.0",
3
+ "version": "2.21.1",
4
4
  "description": "## Componentes base Vue 3 y Tailwind",
5
5
  "author": "Exos",
6
6
  "scripts": {