@npm-questionpro/wick-ui-icon 9.0.0 → 9.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/dist/wu-icon.css +23 -17
- package/dist/wu-icon.woff +0 -0
- package/dist/wu-icon.woff2 +0 -0
- package/package.json +2 -2
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=
|
|
4
|
-
url('wu-icon.woff?t=
|
|
3
|
+
src: url('wu-icon.woff2?t=1778653788285') format('woff2'),
|
|
4
|
+
url('wu-icon.woff?t=1778653788285') format('woff');
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
[class^="wc-"], [class^="wm-"], [class^="wp-"], [class*=" wc-"], [class*=" wm-"], [class*=" wp-"] {
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
|
|
15
17
|
.wc-add-comment-count-1::before { content: "\ea01"; }
|
|
16
18
|
.wc-add-comment-count-2::before { content: "\ea02"; }
|
|
17
19
|
.wc-add-comment-count-3::before { content: "\ea03"; }
|
|
@@ -3852,23 +3854,27 @@
|
|
|
3852
3854
|
.wm-zoom-out::before { content: "\f8fe"; }
|
|
3853
3855
|
.wp-361::before { content: "\f8ff"; }
|
|
3854
3856
|
.wp-audience::before { content: "\f900"; }
|
|
3855
|
-
.wp-
|
|
3857
|
+
.wp-business-intelligence::before { content: "\f901"; }
|
|
3856
3858
|
.wp-closed-loop::before { content: "\f902"; }
|
|
3857
3859
|
.wp-communities::before { content: "\f903"; }
|
|
3858
|
-
.wp-
|
|
3860
|
+
.wp-customer-experience::before { content: "\f904"; }
|
|
3859
3861
|
.wp-digsite::before { content: "\f905"; }
|
|
3860
|
-
.wp-
|
|
3861
|
-
.wp-
|
|
3862
|
-
.wp-
|
|
3863
|
-
.wp-
|
|
3864
|
-
.wp-
|
|
3865
|
-
.wp-
|
|
3866
|
-
.wp-
|
|
3867
|
-
.wp-
|
|
3868
|
-
.wp-
|
|
3869
|
-
.wp-
|
|
3870
|
-
.wp-
|
|
3871
|
-
.wp-
|
|
3872
|
-
.wp-
|
|
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"; }
|
|
3873
3879
|
|
|
3874
3880
|
|
package/dist/wu-icon.woff
CHANGED
|
Binary file
|
package/dist/wu-icon.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm-questionpro/wick-ui-icon",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Icon font library with Material and custom icons for QuestionPro",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"svgo": "^4.0.1",
|
|
32
|
-
"svgtofont": "^6.5.
|
|
32
|
+
"svgtofont": "^6.5.2"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "node index.js",
|