@kerkhoff-ict/solora 2.4.1 → 2.5.0

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/index.css +1 -3
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -837,13 +837,12 @@ flux\\:input:focus {
837
837
  top: 100%;
838
838
  left: 0;
839
839
  min-width: 10rem;
840
- max-width: 20rem;
841
840
  border-radius: 12px;
842
841
  margin-top: 0.5rem;
843
842
  overflow: hidden;
844
843
  overflow-y: auto;
845
844
  background: transparent;
846
- border: 1px solid rgba(255, 255, 255, 0.3);
845
+ border: 1px solid rgba(200, 200, 200, 0.81);
847
846
  backdrop-filter: blur(12px);
848
847
  -webkit-backdrop-filter: blur(12px);
849
848
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
@@ -854,7 +853,6 @@ flux\\:input:focus {
854
853
  z-index: 1000;
855
854
  padding: 0.5rem;
856
855
  color: var(--color-text-dark, #000);
857
- background: var(--color-bg, #fefefe);
858
856
  }
859
857
  .popover.sol-pop-w-16 {
860
858
  width: 4rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kerkhoff-ict/solora",
3
- "version": "2.4.1",
3
+ "version": "2.5.0",
4
4
  "description": "Simple CSS component library",
5
5
  "main": "dist/index.js",
6
6
  "style": "dist/index.css",