@retailrocketgroup/smart-search-68b0588bb1543cb96cbe1d55 0.1.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/README.md +1 -0
- package/lib/favicon.png +0 -0
- package/lib/fonts/HelveticaNeue/HelveticaNeue-Bold.otf +0 -0
- package/lib/fonts/HelveticaNeue/HelveticaNeue-Light.otf +0 -0
- package/lib/fonts/HelveticaNeue/HelveticaNeue-Medium.otf +0 -0
- package/lib/fonts/HelveticaNeue/HelveticaNeue-Roman.otf +0 -0
- package/lib/fonts/HelveticaNeue/HelveticaNeue-Thin.otf +0 -0
- package/lib/fonts/HelveticaNeue/stylesheet.css +54 -0
- package/lib/fonts/Roboto/Roboto-Bold.woff2 +0 -0
- package/lib/fonts/Roboto/Roboto-ExtraBold.woff2 +0 -0
- package/lib/fonts/Roboto/Roboto-ExtraLight.woff2 +0 -0
- package/lib/fonts/Roboto/Roboto-Light.woff2 +0 -0
- package/lib/fonts/Roboto/Roboto-Medium.woff2 +0 -0
- package/lib/fonts/Roboto/Roboto-Regular.woff2 +0 -0
- package/lib/fonts/Roboto/Roboto-SemiBold.woff2 +0 -0
- package/lib/fonts/Roboto/Roboto-Thin.woff2 +0 -0
- package/lib/fonts/Roboto/stylesheet.css +87 -0
- package/lib/index.umd.js +100 -0
- package/lib/logo-black.svg +11 -0
- package/package.json +82 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# @retailrocketgroup/smart-search-68b0588bb1543cb96cbe1d55
|
package/lib/favicon.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: swap;
|
|
3
|
+
font-family: Helvetica-Neue;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 500;
|
|
6
|
+
src:
|
|
7
|
+
local("HelveticaNeue Medium"),
|
|
8
|
+
local("HelveticaNeue-Medium"),
|
|
9
|
+
url("HelveticaNeue-Medium.otf") format("opentype");
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@font-face {
|
|
13
|
+
font-display: swap;
|
|
14
|
+
font-family: Helvetica-Neue;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: bold;
|
|
17
|
+
src:
|
|
18
|
+
local("HelveticaNeue Bold"),
|
|
19
|
+
local("HelveticaNeue-Bold"),
|
|
20
|
+
url("HelveticaNeue-Bold.otf") format("opentype");
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@font-face {
|
|
24
|
+
font-display: swap;
|
|
25
|
+
font-family: Helvetica-Neue;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-weight: 300;
|
|
28
|
+
src:
|
|
29
|
+
local("HelveticaNeue Light"),
|
|
30
|
+
local("HelveticaNeue-Light"),
|
|
31
|
+
url("HelveticaNeue-Light.otf") format("opentype");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@font-face {
|
|
35
|
+
font-display: swap;
|
|
36
|
+
font-family: Helvetica-Neue;
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-weight: 200;
|
|
39
|
+
src:
|
|
40
|
+
local("HelveticaNeue Thin"),
|
|
41
|
+
local("HelveticaNeue-Thin"),
|
|
42
|
+
url("HelveticaNeue-Thin.otf") format("opentype");
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@font-face {
|
|
46
|
+
font-display: swap;
|
|
47
|
+
font-family: Helvetica-Neue;
|
|
48
|
+
font-style: normal;
|
|
49
|
+
font-weight: normal;
|
|
50
|
+
src:
|
|
51
|
+
local("HelveticaNeue Roman"),
|
|
52
|
+
local("HelveticaNeue-Roman"),
|
|
53
|
+
url("HelveticaNeue-Roman.otf") format("opentype");
|
|
54
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: swap;
|
|
3
|
+
font-family: Roboto;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 500;
|
|
6
|
+
src:
|
|
7
|
+
local("Roboto Medium"),
|
|
8
|
+
local("Roboto-Medium"),
|
|
9
|
+
url("Roboto-Medium.woff2") format("woff2");
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@font-face {
|
|
13
|
+
font-display: swap;
|
|
14
|
+
font-family: Roboto;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: bold;
|
|
17
|
+
src:
|
|
18
|
+
local("Roboto Bold"),
|
|
19
|
+
local("Roboto-Bold"),
|
|
20
|
+
url("Roboto-Bold.woff2") format("woff2");
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@font-face {
|
|
24
|
+
font-display: swap;
|
|
25
|
+
font-family: Roboto;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-weight: 300;
|
|
28
|
+
src:
|
|
29
|
+
local("Roboto Light"),
|
|
30
|
+
local("Roboto-Light"),
|
|
31
|
+
url("Roboto-Light.woff2") format("woff2");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@font-face {
|
|
35
|
+
font-display: swap;
|
|
36
|
+
font-family: Roboto;
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-weight: 200;
|
|
39
|
+
src:
|
|
40
|
+
local("Roboto ExtraLight"),
|
|
41
|
+
local("Roboto-ExtraLight"),
|
|
42
|
+
url("Roboto-ExtraLight.woff2") format("woff2");
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@font-face {
|
|
46
|
+
font-display: swap;
|
|
47
|
+
font-family: Roboto;
|
|
48
|
+
font-style: normal;
|
|
49
|
+
font-weight: bold;
|
|
50
|
+
src:
|
|
51
|
+
local("Roboto ExtraBold"),
|
|
52
|
+
local("Roboto-ExtraBold"),
|
|
53
|
+
url("Roboto-ExtraBold.woff2") format("woff2");
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@font-face {
|
|
57
|
+
font-display: swap;
|
|
58
|
+
font-family: Roboto;
|
|
59
|
+
font-style: normal;
|
|
60
|
+
font-weight: normal;
|
|
61
|
+
src:
|
|
62
|
+
local("Roboto Regular"),
|
|
63
|
+
local("Roboto-Regular"),
|
|
64
|
+
url("Roboto-Regular.woff2") format("woff2");
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@font-face {
|
|
68
|
+
font-display: swap;
|
|
69
|
+
font-family: Roboto;
|
|
70
|
+
font-style: normal;
|
|
71
|
+
font-weight: 600;
|
|
72
|
+
src:
|
|
73
|
+
local("Roboto SemiBold"),
|
|
74
|
+
local("Roboto-SemiBold"),
|
|
75
|
+
url("Roboto-SemiBold.woff2") format("woff2");
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@font-face {
|
|
79
|
+
font-display: swap;
|
|
80
|
+
font-family: Roboto;
|
|
81
|
+
font-style: normal;
|
|
82
|
+
font-weight: 100;
|
|
83
|
+
src:
|
|
84
|
+
local("Roboto Thin"),
|
|
85
|
+
local("Roboto-Thin"),
|
|
86
|
+
url("Roboto-Thin.woff2") format("woff2");
|
|
87
|
+
}
|