bimplus-webcomponents 0.0.13 → 0.0.14
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/assets/images/eye_active.svg +1 -0
- package/dist/assets/images/eye_inactive.svg +1 -0
- package/dist/assets/images/eye_semiactive.svg +1 -0
- package/dist/assets/images/visibility_active.svg +1 -0
- package/dist/assets/images/visibility_inactive.svg +1 -0
- package/dist/assets/images/visibility_semiactive.svg +1 -0
- package/dist/bimplus-webcomponents-main.js +25 -25
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 18 18" xml:space="preserve"><style>.st0{fill:#fe5000}</style><path class="st0" d="M9 6c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z"/><path class="st0" d="M9 3C3.5 3 0 9 0 9s3.5 6 9 6 9-6 9-6-3.5-6-9-6zm0 11c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 18 18" xml:space="preserve"><style>.st0{fill:#bababa}</style><path class="st0" d="M9 6c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z"/><path class="st0" d="M9 3C3.5 3 0 9 0 9s3.5 6 9 6 9-6 9-6-3.5-6-9-6zm0 11c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 18 18" xml:space="preserve"><style>.st0{fill:#fbba9d}</style><path class="st0" d="M9 6c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z"/><path class="st0" d="M9 3C3.5 3 0 9 0 9s3.5 6 9 6 9-6 9-6-3.5-6-9-6zm0 11c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M0 10.9l9-5.1 9 5.1L9 16l-9-5.1z" fill="#ffa277"/><path d="M0 7.1L9 2l9 5.1-9 5.1-9-5.1z" fill="#fe5000"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M0 10.9l9-5.1 9 5.1L9 16l-9-5.1z" fill="#d5d5d5"/><path d="M0 7.1L9 2l9 5.1-9 5.1-9-5.1z" fill="#bababa"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M0 10.9l9-5.1 9 5.1L9 16l-9-5.1z" fill="#fee2d5"/><path d="M0 7.1L9 2l9 5.1-9 5.1-9-5.1z" fill="#fbba9d"/></svg>
|