@npm-questionpro/wick-ui-icon 9.1.0 → 9.2.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.
package/dist/wu-icon.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @font-face {
2
2
  font-family: "wu-icon";
3
- src: url('wu-icon.woff2?t=1778653788285') format('woff2'),
4
- url('wu-icon.woff?t=1778653788285') format('woff');
3
+ src: url('wu-icon.woff2?t=1779362387160') format('woff2'),
4
+ url('wu-icon.woff?t=1779362387160') format('woff');
5
5
  }
6
6
 
7
7
  [class^="wc-"], [class^="wm-"], [class^="wp-"], [class*=" wc-"], [class*=" wm-"], [class*=" wp-"] {
@@ -3854,27 +3854,23 @@
3854
3854
  .wm-zoom-out::before { content: "\f8fe"; }
3855
3855
  .wp-361::before { content: "\f8ff"; }
3856
3856
  .wp-audience::before { content: "\f900"; }
3857
- .wp-business-intelligence::before { content: "\f901"; }
3857
+ .wp-bi::before { content: "\f901"; }
3858
3858
  .wp-closed-loop::before { content: "\f902"; }
3859
3859
  .wp-communities::before { content: "\f903"; }
3860
- .wp-customer-experience::before { content: "\f904"; }
3860
+ .wp-cx::before { content: "\f904"; }
3861
3861
  .wp-digsite::before { content: "\f905"; }
3862
- .wp-employee-experience::before { content: "\f906"; }
3863
- .wp-empower::before { content: "\f907"; }
3864
- .wp-engagement::before { content: "\f908"; }
3865
- .wp-forms::before { content: "\f909"; }
3866
- .wp-insightshub::before { content: "\f90a"; }
3867
- .wp-instant-answers::before { content: "\f90b"; }
3868
- .wp-intercept::before { content: "\f90c"; }
3869
- .wp-livepolls::before { content: "\f90d"; }
3870
- .wp-outer-loop::before { content: "\f90e"; }
3871
- .wp-polls::before { content: "\f90f"; }
3872
- .wp-qualsite::before { content: "\f910"; }
3873
- .wp-reputation::before { content: "\f911"; }
3874
- .wp-research::before { content: "\f912"; }
3875
- .wp-suite-cx::before { content: "\f913"; }
3876
- .wp-surveys::before { content: "\f914"; }
3877
- .wp-user-experience::before { content: "\f915"; }
3878
- .wp-workforce::before { content: "\f916"; }
3862
+ .wp-empower::before { content: "\f906"; }
3863
+ .wp-forms::before { content: "\f907"; }
3864
+ .wp-insightshub::before { content: "\f908"; }
3865
+ .wp-instant-answers::before { content: "\f909"; }
3866
+ .wp-intercept::before { content: "\f90a"; }
3867
+ .wp-livepolls::before { content: "\f90b"; }
3868
+ .wp-outer-loop::before { content: "\f90c"; }
3869
+ .wp-polls::before { content: "\f90d"; }
3870
+ .wp-qualsite::before { content: "\f90e"; }
3871
+ .wp-reputation::before { content: "\f90f"; }
3872
+ .wp-suite-cx::before { content: "\f910"; }
3873
+ .wp-surveys::before { content: "\f911"; }
3874
+ .wp-workforce::before { content: "\f912"; }
3879
3875
 
3880
3876
 
package/dist/wu-icon.woff CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-icon",
3
- "version": "9.1.0",
3
+ "version": "9.2.1",
4
4
  "description": "Icon font library with Material and custom icons for QuestionPro",
5
5
  "type": "module",
6
6
  "private": false,
@@ -28,8 +28,8 @@
28
28
  "access": "public"
29
29
  },
30
30
  "devDependencies": {
31
- "svgo": "^4.0.1",
32
- "svgtofont": "^6.5.2"
31
+ "svgo": "^4.0.0",
32
+ "svgtofont": "^6.4.1"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "node index.js",