viconic-react-icons 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viconic-react-icons",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Viconic Smart Icons loader for React",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1783,7 +1783,7 @@
1783
1783
  line-height: 1;
1784
1784
  width: 1em;
1785
1785
  height: 1em;
1786
- opacity: 0;
1786
+
1787
1787
  }
1788
1788
  :where(viconic-icon).svg-loaded {
1789
1789
  display: inline-flex !important;
@@ -1791,7 +1791,7 @@
1791
1791
  justify-content: center;
1792
1792
  background: none !important;
1793
1793
  background-color: transparent !important;
1794
- opacity: 1;
1794
+
1795
1795
  }
1796
1796
  :where(viconic-icon).svg-loaded:not(.ci-multicolor) svg {
1797
1797
  width: 1em;
@@ -1802,21 +1802,21 @@
1802
1802
  width: 1em;
1803
1803
  height: 1em;
1804
1804
  }
1805
- @keyframes ci-appear { from { opacity: 0; } to { opacity: 1; } }
1806
- :where(viconic-icon).svg-loaded:not(.cache-hit) { animation: ci-appear 0.12s ease-out; }
1807
- :where(viconic-icon).cache-hit { opacity: 1 !important; animation: none !important; }
1808
- i.cache-hit { animation: none !important; }
1805
+ to { } }
1806
+
1807
+
1808
+
1809
1809
  /* --- ANIMATION COMMENTED OUT START ---
1810
1810
  @keyframes ci-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
1811
- @keyframes ci-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
1811
+ @keyframes ci-pulse { 0%, 100% { } 50% { opacity: 0.4; } }
1812
1812
  @keyframes ci-bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-0.4em); } 60% { transform: translateY(-0.2em); } }
1813
1813
  @keyframes ci-shake { 0%, 100% { transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { transform: translateX(-0.1em); } 20%, 40%, 60%, 80% { transform: translateX(0.1em); } }
1814
1814
  @keyframes ci-flip { 0%, 100% { transform: perspective(400px) rotateY(0deg); } 50% { transform: perspective(400px) rotateY(180deg); } }
1815
1815
  @keyframes ci-heartbeat { 0%, 100% { transform: scale(1); } 14% { transform: scale(1.25); } 28% { transform: scale(1); } 42% { transform: scale(1.25); } 70% { transform: scale(1); } }
1816
- @keyframes ci-fade { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
1816
+ @keyframes ci-fade { 0%, 100% { } 50% { opacity: 0.3; } }
1817
1817
  @keyframes ci-wobble { 0%, 100% { transform: rotate(0deg); } 15% { transform: rotate(-12deg); } 30% { transform: rotate(8deg); } 45% { transform: rotate(-6deg); } 60% { transform: rotate(4deg); } 75% { transform: rotate(-2deg); } }
1818
1818
  @keyframes ci-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-0.3em); } }
1819
- @keyframes ci-trace { 0% { fill-opacity: 0; stroke: currentColor; stroke-width: var(--trace-stroke-width, 1px); stroke-dasharray: var(--path-len, 400); stroke-dashoffset: var(--path-len, 400); } 50%, 60% { fill-opacity: 0; stroke: currentColor; stroke-width: var(--trace-stroke-width, 1px); stroke-dasharray: var(--path-len, 400); stroke-dashoffset: 0; } 100% { fill-opacity: 1; stroke: var(--trace-end-stroke, transparent); stroke-width: var(--trace-end-stroke-width, 0); stroke-dasharray: var(--path-len, 400); stroke-dashoffset: 0; } }
1819
+ @keyframes ci-trace { 0% { fill- stroke: currentColor; stroke-width: var(--trace-stroke-width, 1px); stroke-dasharray: var(--path-len, 400); stroke-dashoffset: var(--path-len, 400); } 50%, 60% { fill- stroke: currentColor; stroke-width: var(--trace-stroke-width, 1px); stroke-dasharray: var(--path-len, 400); stroke-dashoffset: 0; } 100% { fill- stroke: var(--trace-end-stroke, transparent); stroke-width: var(--trace-end-stroke-width, 0); stroke-dasharray: var(--path-len, 400); stroke-dashoffset: 0; } }
1820
1820
  :where(viconic-icon)[animate="spin"] { animation: ci-spin 1.5s linear infinite !important; }
1821
1821
  :where(viconic-icon)[animate="pulse"] { animation: ci-pulse 2s ease-in-out infinite !important; }
1822
1822
  :where(viconic-icon)[animate="bounce"] { animation: ci-bounce 1s ease infinite !important; }