@codemonster-ru/vueiconify 1.0.0 → 1.1.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.
package/README.md CHANGED
@@ -90,7 +90,7 @@ Supported icon names:
90
90
  - **Movement**: 17 icons
91
91
  - **Editing And Commands**: 21 icons
92
92
  - **Interface Objects**: 42 icons
93
- - **Status And Messaging**: 19 icons
93
+ - **Status And Messaging**: 21 icons
94
94
 
95
95
  <!-- generated-category-summary:end -->
96
96
 
@@ -198,8 +198,10 @@ Status And Messaging:
198
198
  - `eyeSlash`
199
199
  - `history`
200
200
  - `info`
201
+ - `infoCircle`
201
202
  - `moon`
202
203
  - `question`
204
+ - `questionCircle`
203
205
  - `rotateRight`
204
206
  - `shield`
205
207
  - `sparkles`
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .vif-icon_animations_spin[data-v-33e2b5c9]{animation-name:vif-spin-33e2b5c9;animation-delay:0s;animation-duration:2s;animation-direction:normal;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes vif-spin-33e2b5c9{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
1
+ .vif-icon-wrapper[data-v-91124768]{display:inline-grid;place-items:center;line-height:0}.vif-icon[data-v-91124768]{transform:translate(calc(var(--vif-icon-offset-x, 0) * 100%),calc(var(--vif-icon-offset-y, 0) * 100%)) scale(var(--vif-icon-scale, 1));transform-origin:center}.vif-icon-wrapper_animations_spin[data-v-91124768]{animation-name:vif-spin-91124768;animation-delay:0s;animation-duration:2s;animation-direction:normal;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes vif-spin-91124768{0%{transform:rotate(0)}to{transform:rotate(360deg)}}