@npm-questionpro/wick-ui-lib 0.4.1 → 0.4.2
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/favicon.ico +0 -0
- package/dist/fonts/icon.css +152 -0
- package/dist/fonts/selection.json +1075 -0
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/dist/favicon.ico
ADDED
|
Binary file
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'wick-icon';
|
|
3
|
+
src: url('./wick-icon.eot?d6kwpp');
|
|
4
|
+
src:
|
|
5
|
+
url('./wick-icon.eot?d6kwpp#iefix') format('embedded-opentype'),
|
|
6
|
+
url('./wick-icon.ttf?d6kwpp') format('truetype'),
|
|
7
|
+
url('./wick-icon.woff?d6kwpp') format('woff'),
|
|
8
|
+
url('./wick-icon.svg?d6kwpp#wick-icon') format('svg');
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-display: block;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
[class^='wi-'],
|
|
15
|
+
[class*=' wi-'] {
|
|
16
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
17
|
+
font-family: 'wick-icon' !important;
|
|
18
|
+
speak: never;
|
|
19
|
+
font-style: normal;
|
|
20
|
+
font-weight: normal;
|
|
21
|
+
font-variant: normal;
|
|
22
|
+
text-transform: none;
|
|
23
|
+
line-height: 1;
|
|
24
|
+
|
|
25
|
+
/* Better Font Rendering =========== */
|
|
26
|
+
-webkit-font-smoothing: antialiased;
|
|
27
|
+
-moz-osx-font-smoothing: grayscale;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.wi-lock:before {
|
|
31
|
+
content: '\e900';
|
|
32
|
+
}
|
|
33
|
+
.wi-view:before {
|
|
34
|
+
content: '\e917';
|
|
35
|
+
}
|
|
36
|
+
.wi-no-view:before {
|
|
37
|
+
content: '\e918';
|
|
38
|
+
}
|
|
39
|
+
.wi-analytics:before {
|
|
40
|
+
content: '\e915';
|
|
41
|
+
}
|
|
42
|
+
.wi-settings:before {
|
|
43
|
+
content: '\e916';
|
|
44
|
+
}
|
|
45
|
+
.wi-calendar:before {
|
|
46
|
+
content: '\e90f';
|
|
47
|
+
}
|
|
48
|
+
.wi-hot:before {
|
|
49
|
+
content: '\e910';
|
|
50
|
+
}
|
|
51
|
+
.wi-message:before {
|
|
52
|
+
content: '\e911';
|
|
53
|
+
}
|
|
54
|
+
.wi-export:before {
|
|
55
|
+
content: '\e912';
|
|
56
|
+
}
|
|
57
|
+
.wi-info:before {
|
|
58
|
+
content: '\e913';
|
|
59
|
+
}
|
|
60
|
+
.wi-search:before {
|
|
61
|
+
content: '\e914';
|
|
62
|
+
}
|
|
63
|
+
.wi-circle:before {
|
|
64
|
+
content: '\e908';
|
|
65
|
+
}
|
|
66
|
+
.wi-check:before {
|
|
67
|
+
content: '\e909';
|
|
68
|
+
}
|
|
69
|
+
.wi-logo:before {
|
|
70
|
+
content: '\e90a';
|
|
71
|
+
}
|
|
72
|
+
.wi-minus:before {
|
|
73
|
+
content: '\e90b';
|
|
74
|
+
}
|
|
75
|
+
.wi-close:before {
|
|
76
|
+
content: '\e90c';
|
|
77
|
+
}
|
|
78
|
+
.wi-more:before {
|
|
79
|
+
content: '\e90d';
|
|
80
|
+
}
|
|
81
|
+
.wi-more-h:before {
|
|
82
|
+
content: '\e90e';
|
|
83
|
+
}
|
|
84
|
+
.wi-arrow-right:before {
|
|
85
|
+
content: '\e901';
|
|
86
|
+
}
|
|
87
|
+
.wi-arrow-down:before {
|
|
88
|
+
content: '\e902';
|
|
89
|
+
}
|
|
90
|
+
.wi-arrow-up:before {
|
|
91
|
+
content: '\e903';
|
|
92
|
+
}
|
|
93
|
+
.wi-arrow-left:before {
|
|
94
|
+
content: '\e904';
|
|
95
|
+
}
|
|
96
|
+
.wi-caret:before {
|
|
97
|
+
content: '\e905';
|
|
98
|
+
}
|
|
99
|
+
.wi-help:before {
|
|
100
|
+
content: '\e906';
|
|
101
|
+
}
|
|
102
|
+
.wi-user:before {
|
|
103
|
+
content: '\e907';
|
|
104
|
+
}
|
|
105
|
+
.wi-audience:before {
|
|
106
|
+
content: '\e309';
|
|
107
|
+
}
|
|
108
|
+
.wi-audience1:before {
|
|
109
|
+
content: '\e30a';
|
|
110
|
+
}
|
|
111
|
+
.wi-bi:before {
|
|
112
|
+
content: '\e381';
|
|
113
|
+
}
|
|
114
|
+
.wi-closed-loop:before {
|
|
115
|
+
content: '\e329';
|
|
116
|
+
}
|
|
117
|
+
.wi-communities:before {
|
|
118
|
+
content: '\e314';
|
|
119
|
+
}
|
|
120
|
+
.wi-cx:before {
|
|
121
|
+
content: '\e313';
|
|
122
|
+
}
|
|
123
|
+
.wi-digisite:before {
|
|
124
|
+
content: '\e352';
|
|
125
|
+
}
|
|
126
|
+
.wi-empower:before {
|
|
127
|
+
content: '\e324';
|
|
128
|
+
}
|
|
129
|
+
.wi-insights-hub:before {
|
|
130
|
+
content: '\e317';
|
|
131
|
+
}
|
|
132
|
+
.wi-instant-answers:before {
|
|
133
|
+
content: '\e380';
|
|
134
|
+
}
|
|
135
|
+
.wi-intercept:before {
|
|
136
|
+
content: '\e378';
|
|
137
|
+
}
|
|
138
|
+
.wi-live-polls:before {
|
|
139
|
+
content: '\e311';
|
|
140
|
+
}
|
|
141
|
+
.wi-reputation:before {
|
|
142
|
+
content: '\e316';
|
|
143
|
+
}
|
|
144
|
+
.wi-suite-cx:before {
|
|
145
|
+
content: '\e379';
|
|
146
|
+
}
|
|
147
|
+
.wi-surveys:before {
|
|
148
|
+
content: '\e308';
|
|
149
|
+
}
|
|
150
|
+
.wi-workforce:before {
|
|
151
|
+
content: '\e315';
|
|
152
|
+
}
|