@npo/player 1.9.3 → 1.10.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.
Files changed (92) hide show
  1. package/lib/js/api/getstreamobject.js +1 -2
  2. package/lib/js/api/getstreamobject.js.map +1 -1
  3. package/lib/js/fragments/setfragments.d.ts +3 -2
  4. package/lib/js/fragments/setfragments.js +6 -7
  5. package/lib/js/fragments/setfragments.js.map +1 -1
  6. package/lib/js/playeractions/handlers/error.js.map +1 -1
  7. package/lib/js/playeractions/handlers/processplayerconfig.d.ts +11 -0
  8. package/lib/js/playeractions/handlers/processplayerconfig.js +40 -0
  9. package/lib/js/playeractions/handlers/processplayerconfig.js.map +1 -0
  10. package/lib/js/playeractions/playeractions.d.ts +1 -0
  11. package/lib/js/playeractions/playeractions.js +1 -0
  12. package/lib/js/playeractions/playeractions.js.map +1 -1
  13. package/lib/js/ui/components/controlbar.d.ts +1 -1
  14. package/lib/js/ui/components/controlbar.js +19 -8
  15. package/lib/js/ui/components/controlbar.js.map +1 -1
  16. package/lib/js/ui/components/ctabar.js.map +1 -1
  17. package/lib/js/ui/components/nativemobile/addFragments.d.ts +1 -0
  18. package/lib/js/ui/components/nativemobile/addFragments.js +8 -0
  19. package/lib/js/ui/components/nativemobile/addFragments.js.map +1 -0
  20. package/lib/js/ui/components/nativemobile/buttons.js +1 -1
  21. package/lib/js/ui/components/nativemobile/buttons.js.map +1 -1
  22. package/lib/js/ui/components/nativemobile/controlbar.d.ts +2 -1
  23. package/lib/js/ui/components/nativemobile/controlbar.js +33 -4
  24. package/lib/js/ui/components/nativemobile/controlbar.js.map +1 -1
  25. package/lib/js/ui/components/nativemobile/titlebar.d.ts +2 -0
  26. package/lib/js/ui/components/nativemobile/titlebar.js +8 -0
  27. package/lib/js/ui/components/nativemobile/titlebar.js.map +1 -0
  28. package/lib/js/ui/components/topbar.js +5 -2
  29. package/lib/js/ui/components/topbar.js.map +1 -1
  30. package/lib/js/ui/handlers/listboxhandlers.js +9 -9
  31. package/lib/js/ui/handlers/listboxhandlers.js.map +1 -1
  32. package/lib/js/ui/handlers/nicamhandler.d.ts +1 -1
  33. package/lib/js/ui/handlers/nicamhandler.js +4 -4
  34. package/lib/js/ui/handlers/nicamhandler.js.map +1 -1
  35. package/lib/js/ui/{nativemobileui.js → nativemobileuicontainer.js} +6 -7
  36. package/lib/js/ui/nativemobileuicontainer.js.map +1 -0
  37. package/lib/js/ui/nativemobileuifactory.d.ts +3 -0
  38. package/lib/js/ui/nativemobileuifactory.js +43 -0
  39. package/lib/js/ui/nativemobileuifactory.js.map +1 -0
  40. package/lib/js/ui/uicontainer.js +4 -7
  41. package/lib/js/ui/uicontainer.js.map +1 -1
  42. package/lib/js/utilities/utilities.js +0 -1
  43. package/lib/js/utilities/utilities.js.map +1 -1
  44. package/lib/npoplayer.d.ts +1 -1
  45. package/lib/npoplayer.js +26 -42
  46. package/lib/npoplayer.js.map +1 -1
  47. package/lib/package.json +19 -10
  48. package/lib/src/js/fragments/setfragments.d.ts +3 -2
  49. package/lib/src/js/playeractions/handlers/processplayerconfig.d.ts +11 -0
  50. package/lib/src/js/playeractions/playeractions.d.ts +1 -0
  51. package/lib/src/js/ui/components/controlbar.d.ts +1 -1
  52. package/lib/src/js/ui/components/nativemobile/addFragments.d.ts +1 -0
  53. package/lib/src/js/ui/components/nativemobile/controlbar.d.ts +2 -1
  54. package/lib/src/js/ui/components/nativemobile/titlebar.d.ts +2 -0
  55. package/lib/src/js/ui/handlers/nicamhandler.d.ts +1 -1
  56. package/lib/src/js/ui/nativemobileuifactory.d.ts +3 -0
  57. package/lib/src/npoplayer.d.ts +1 -1
  58. package/lib/src/types/interfaces.d.ts +2 -1
  59. package/lib/types/interfaces.d.ts +2 -1
  60. package/lib/types/interfaces.js.map +1 -1
  61. package/package.json +19 -10
  62. package/src/scss/components/_advert.scss +28 -31
  63. package/src/scss/components/_buffering.scss +35 -4
  64. package/src/scss/components/_controlbars.scss +5 -15
  65. package/src/scss/components/_error.scss +6 -4
  66. package/src/scss/components/_hugeplaybacktogglebutton.scss +71 -0
  67. package/src/scss/components/_icons.scss +53 -154
  68. package/src/scss/components/_metadata.scss +22 -0
  69. package/src/scss/components/_nicam.scss +2 -1
  70. package/src/scss/components/_playnext.scss +1 -1
  71. package/src/scss/components/_replay.scss +35 -0
  72. package/src/scss/components/_seekbar.scss +51 -76
  73. package/src/scss/components/_seekbarthumbnail.scss +56 -0
  74. package/src/scss/components/_settingspanel.scss +47 -54
  75. package/src/scss/components/_textbuttons.scss +1 -1
  76. package/src/scss/components/_volumeslider.scss +78 -13
  77. package/src/scss/npoplayer.css +2 -1237
  78. package/src/scss/npoplayer.scss +7 -3
  79. package/src/scss/variants/_player-base.scss +10 -36
  80. package/src/scss/variants/_player-debug.scss +14 -0
  81. package/src/scss/variants/_player-large.scss +18 -40
  82. package/src/scss/variants/_player-medium.scss +11 -43
  83. package/src/scss/variants/_player-native-mobile.scss +5 -0
  84. package/src/scss/variants/_player-small.scss +36 -197
  85. package/src/scss/vars/_colors.scss +7 -12
  86. package/src/scss/vars/_fonts.scss +2 -2
  87. package/src/scss/vars/_icons.scss +21 -33
  88. package/lib/js/ui/nativemobileui.js.map +0 -1
  89. package/src/scss/components/_container.scss +0 -8
  90. package/src/scss/components/_fonts.scss +0 -19
  91. /package/lib/js/ui/{nativemobileui.d.ts → nativemobileuicontainer.d.ts} +0 -0
  92. /package/lib/src/js/ui/{nativemobileui.d.ts → nativemobileuicontainer.d.ts} +0 -0
@@ -14,12 +14,13 @@ $cdn: 'https://cdn.npoplayer.nl/assets/';
14
14
  /*Components*/
15
15
  .bmpui-npo-player {
16
16
  container-type: inline-size;
17
- @import './components/fonts';
18
17
  @import './components/icons';
18
+ @import './components/hugeplaybacktogglebutton';
19
19
  @import './components/nicam';
20
20
  @import './components/playnext';
21
- @import './components/container';
22
21
  @import './components/seekbar';
22
+ @import './components/seekbarthumbnail';
23
+ @import './components/metadata';
23
24
  @import './components/volumeslider';
24
25
  @import './components/controlbars';
25
26
  @import './components/settingspanel';
@@ -27,11 +28,14 @@ $cdn: 'https://cdn.npoplayer.nl/assets/';
27
28
  @import './components/textbuttons';
28
29
  @import './components/buffering';
29
30
  @import './components/advert';
31
+ @import './components/replay';
30
32
  @import './components/error';
31
33
  }
32
34
 
33
35
  /*Player size variants*/
36
+ // @import './variants/player-debug';
34
37
  @import './variants/player-base';
35
38
  @import './variants/player-large';
36
39
  @import './variants/player-medium';
37
- @import './variants/player-small';
40
+ @import './variants/player-small';
41
+ @import './variants/player-native-mobile';
@@ -1,11 +1,4 @@
1
1
  .bmpui-npo-player {
2
- .bmpui-ui-watermark {
3
- // Replace background image in case we ever need a watermark
4
- // background-image: url($watermark_url);
5
- // background-size: contain;
6
- display: none;
7
- }
8
-
9
2
  .bmpui-container-wrapper {
10
3
  color: var(--npo-player-textcolor);
11
4
  }
@@ -16,42 +9,23 @@
16
9
 
17
10
  .bmpui-ui-titlebar {
18
11
  background: var(--npo-player-topcolor);
12
+ height: 161px;
19
13
  }
20
14
 
21
- /* Time labels */
22
- .bmpui-text-right {
23
- opacity: 0.6;
24
- }
25
-
26
- .bmpui-label-metadata-description {
27
- float: left;
15
+ .bmpui-ui-controlbar-bottom {
16
+ background: var(--npo-player-bottomcolor);
28
17
  }
29
18
 
30
- //BVN Overwrite fix
31
- .bmpui-ui-uicontainer {
32
- font-size: 16px;
33
-
34
- input[type='text'],
35
- select,
36
- textarea {
37
- padding: 0.3em;
38
- height: auto;
19
+ /* Time labels */
20
+ .bmpui-ui-playbacktimelabel {
21
+ &.bmpui-current-time {
22
+ font-family: var(--fontBold);
39
23
  font-style: normal;
40
- color: white;
41
- display: inline-block !important;
42
- }
43
-
44
- button:hover,
45
- input[type='submit']:hover {
46
- background-color: rgba(0, 0, 0, 0) !important;
47
- }
48
-
49
- label {
50
- margin: 0 !important;
24
+ font-weight: 700;
51
25
  }
52
26
 
53
- .bmpui-ui-playbacktogglebutton {
54
- transition: unset !important;
27
+ &.bmpui-total-time {
28
+ opacity: 0.6;
55
29
  }
56
30
  }
57
31
 
@@ -0,0 +1,14 @@
1
+ // TEMP - use for debugging styling, makes all the controls vibisible!
2
+ .bmpui-controls-hidden {
3
+ all: unset !important;
4
+ }
5
+
6
+ .bmpui-ui-controlbar.bmpui-hidden {
7
+ visibility: unset !important;
8
+ opacity: unset !important;
9
+ }
10
+
11
+ .bmpui-ui-titlebar.bmpui-hidden {
12
+ visibility: unset !important;
13
+ opacity: unset !important;
14
+ }
@@ -1,56 +1,34 @@
1
1
  .bmpui-npo-player:not(.bmpui-layout-max-width-400):not(.bmpui-layout-max-width-600):not(.bmpui-layout-max-width-800):not(.bmpui-layout-max-width-1200) {
2
2
  .bmpui-titlebar-small,
3
- .bmpui-controlbar-middle {
4
- display: none;
5
- }
6
-
3
+ .bmpui-controlbar-middle,
7
4
  .bmpui-controlbar-small,
8
5
  .bmpui-settings-trigger {
9
6
  display: none;
10
7
  }
11
8
 
12
- //Controlbar bottom
13
- .bmpui-ui-controlbar {
9
+ // Controlbar bottom
10
+ .bmpui-ui-controlbar.bmpui-ui-controlbar-bottom {
14
11
  padding: 136px 56px 48px;
15
- }
16
12
 
17
- //Titlebar
18
- .bmpui-metadata {
19
- display: flex;
20
- flex-direction: row;
21
- align-items: center;
22
- padding: 48px 56px;
23
- gap: 56px;
24
-
25
- height: 139px; //@Jelle: moet dit auto of vaste height?
26
-
27
- .bmpui-label-metadata-title {
28
- font-family: var(--fontBold);
29
- font-style: normal;
30
- font-weight: 700;
31
- font-size: 16px;
32
- line-height: 19px;
33
-
34
- color: #ffffff;
13
+ .bmpui-controlbar-bottom > .bmpui-container-wrapper {
14
+ margin: 14px 8px 0;
35
15
  }
16
+ }
36
17
 
37
- .bmpui-label-metadata-description {
38
- font-family: var(--fontRegular);
39
- font-style: normal;
40
- font-weight: 400;
41
- font-size: 14px;
42
- line-height: 20px; //140%
43
- /* identical to box height, or 20px */
44
-
45
- color: #ffffff;
46
-
47
- opacity: 0.65;
48
- }
18
+ .bmpui-metadata {
19
+ padding: 40px 48px;
49
20
  }
21
+
50
22
  .bmpui-overlay-playnext
51
- .bmpui-container-wrapper
52
- .bmpui-ui-hugeplaynextbacktogglebutton
53
- .bmpui-label {
23
+ .bmpui-container-wrapper
24
+ .bmpui-ui-hugeplaynextbacktogglebutton
25
+ .bmpui-label {
54
26
  display: inline-block;
55
27
  }
28
+
29
+ &.bmpui-ster-ad {
30
+ .bmpui-ui-controlbar .bmpui-controlbar-bottom {
31
+ display: block !important;
32
+ }
33
+ }
56
34
  }
@@ -1,57 +1,25 @@
1
1
  .bmpui-npo-player.bmpui-layout-max-width-800,
2
2
  .bmpui-npo-player.bmpui-layout-max-width-1200 {
3
- .bmpui-titlebar-small,
4
- .bmpui-controlbar-middle {
5
- display: none;
6
- }
7
3
 
4
+ .bmpui-titlebar-small,
5
+ .bmpui-controlbar-middle,
8
6
  .bmpui-controlbar-small,
9
7
  .bmpui-settings-trigger {
10
8
  display: none;
11
9
  }
12
10
 
13
- //Controlbar bottom
14
- .bmpui-ui-controlbar {
15
- padding: 80px 16px 24px 16px;
16
- pointer-events: none; //Fix for not being able to click the play button
17
- }
18
-
19
- .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper,
20
- .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper {
21
- margin: 8px 0;
22
- }
23
-
24
- //Titlebar
25
- .bmpui-metadata {
26
- display: flex;
27
- flex-direction: row;
28
- align-items: center;
29
- padding: 32px 24px;
30
- gap: 24px;
31
-
32
- height: 107px; //@Jelle: moet dit auto of vaste height?
11
+ .bmpui-ui-controlbar.bmpui-ui-controlbar-bottom {
12
+ padding: 102px 16px 24px;
33
13
 
34
- .bmpui-label-metadata-title {
35
- font-family: var(--fontBold);
36
- font-style: normal;
37
- font-weight: 700;
38
- font-size: 16px;
39
- line-height: 19px;
40
-
41
- color: #ffffff;
14
+ .bmpui-controlbar-bottom>.bmpui-container-wrapper {
15
+ margin: 14px 8px 0;
42
16
  }
17
+ }
43
18
 
44
- .bmpui-label-metadata-description {
45
- font-family: var(--fontRegular);
46
- font-style: normal;
47
- font-weight: 400;
48
- font-size: 14px;
49
- line-height: 20px; //140%
50
- /* identical to box height, or 20px */
51
-
52
- color: #ffffff;
53
19
 
54
- opacity: 0.65;
20
+ &.bmpui-ster-ad {
21
+ .bmpui-ui-controlbar .bmpui-controlbar-bottom {
22
+ display: block !important;
55
23
  }
56
24
  }
57
- }
25
+ }
@@ -0,0 +1,5 @@
1
+ .bmpui-npo-player.bmpui-native-mobile {
2
+ .bmpui-seekbar-playbackposition-marker {
3
+ margin-top: -1px;
4
+ }
5
+ }
@@ -2,10 +2,7 @@
2
2
  .bmpui-npo-player.bmpui-layout-max-width-600 {
3
3
  .bmpui-controlbar-bottom,
4
4
  .bmpui-metadata,
5
- .bmpui-ui-playbacktoggle-overlay {
6
- display: none;
7
- }
8
-
5
+ .bmpui-ui-playbacktoggle-overlay,
9
6
  .bmpui-controlbar-bottom,
10
7
  .bmpui-metadata {
11
8
  display: none;
@@ -21,214 +18,56 @@
21
18
  }
22
19
  }
23
20
 
24
- .bmpui-titlebar-small {
21
+ .bmpui-ui-titlebar {
22
+ height: auto;
25
23
  background: none;
24
+ padding: 0;
25
+ }
26
26
 
27
- .bmpui-ui-settings-panel {
28
- top: 4em;
27
+ .bmpui-ui-controlbar.bmpui-ui-controlbar-bottom {
28
+ background: none;
29
+ padding: 0 10px 10px;
30
+ height: 100%;
31
+ outline: 1px solid green;
32
+ display: flex;
33
+ align-items: flex-end;
34
+ pointer-events: none;
35
+
36
+ > .bmpui-container-wrapper {
37
+ width: 100%;
38
+ pointer-events: initial;
29
39
  }
30
40
  }
31
41
 
32
- .bmpui-ui-textbutton {
33
- padding: 8px 16px;
34
- .bmpui-label {
35
- font-size: 14px;
36
- }
42
+ // icons in topbar
43
+ .bmpui-ui-settingstogglebutton,
44
+ .bmpui-ui-fullscreentogglebutton,
45
+ .bmpui-ui-volumetogglebutton,
46
+ .bmpui-ui-casttogglebutton,
47
+ .bmpui-ui-airplaytogglebutton,
48
+ .bmpui-ui-piptogglebutton {
49
+ width: 24px;
50
+ height: 24px;
51
+ margin: 8px;
37
52
  }
38
53
 
39
- //Settings panel at bottom
54
+ // Settings panel at bottom
40
55
  .bmpui-ui-settings-panel {
41
- position: fixed;
56
+ position: absolute;
42
57
  bottom: 0;
43
58
  left: 0;
44
59
  right: 0;
45
- width: auto !important;
46
- height: auto !important;
47
- top: auto !important;
60
+ max-height: calc(100% - 46px);
48
61
  border-radius: 24px 24px 0px 0px;
49
- padding: 8px 24px 48px;
50
- height: auto;
51
-
52
- display: block;
53
- flex-direction: row;
54
- align-items: flex-start;
55
- gap: 18px;
62
+ padding: 0 24px 16px;
63
+ overflow: auto;
56
64
 
57
65
  > .bmpui-container-wrapper {
58
- margin: 0;
59
- }
60
-
61
- .bmpui-ui-settings-panel-page.bmpui-main-panel {
62
- margin: 0;
63
- > .bmpui-container-wrapper {
64
- display: flex;
65
- flex-direction: column;
66
-
67
- padding: 0px;
68
- gap: 16px;
69
- label {
70
- font-family: var(--fontRegular) !important;
71
- font-style: normal;
72
- font-weight: 400;
73
- font-size: 16px;
74
- line-height: 19px;
75
- color: #ffffff;
76
- opacity: 0.75;
77
- }
78
- *.bmpui-ui-selectbox {
79
- margin-left: 0;
80
- font-family: var(--fontRegular) !important;
81
- font-style: normal;
82
- font-weight: 700;
83
- font-size: 16px;
84
- line-height: 19px;
85
- text-align: right;
86
- }
87
-
88
- .bmpui-listbox-pager-button {
89
- background: none;
90
- max-height: unset;
91
- padding: unset;
92
- vertical-align: unset;
93
- width: 45%;
94
- margin-left: 0;
95
- font-family: var(--fontRegular) !important;
96
- font-style: normal;
97
- font-weight: 700;
98
- font-size: 16px;
99
- line-height: 19px;
100
- text-align: right;
101
- padding-right: 15px;
102
- span {
103
- display: block !important;
104
- }
105
- ::after {
106
- content: '';
107
- width: 8px;
108
- height: 8px;
109
- border: solid 0.17em white;
110
- border-width: 0 0.17em 0.17em 0;
111
- display: inline-block;
112
- padding: 0px;
113
- margin-left: 8px;
114
- transform: rotate(-45deg);
115
- -webkit-transform: rotate(-45deg);
116
- }
117
- }
118
- }
119
- .bmpui-ui-settings-panel-item {
120
- border-bottom: 0;
121
- padding: 0;
122
- > .bmpui-container-wrapper {
123
- display: flex;
124
- flex-direction: row;
125
- align-items: center;
126
- padding: 0px;
127
- gap: 8px;
128
- }
129
- }
66
+ gap: 10px;
130
67
  }
68
+ }
131
69
 
132
- .bmpui-ui-settings-panel-page.bmpui-listbox-panel {
133
- margin: 0;
134
- > .bmpui-container-wrapper {
135
- display: flex;
136
- flex-direction: column;
137
-
138
- padding: 0px;
139
- gap: 16px;
140
-
141
- label {
142
- font-family: var(--fontRegular) !important;
143
- font-style: normal;
144
- font-weight: 400;
145
- font-size: 16px;
146
- line-height: 19px;
147
- color: #ffffff;
148
- opacity: 0.75;
149
- }
150
-
151
- .bmpui-ui-listbox-button span {
152
- font-family: var(--fontRegular) !important;
153
- text-align: left;
154
- font-style: normal;
155
- font-weight: 400;
156
- font-size: 16px;
157
- line-height: 19px;
158
- color: #ffffff;
159
- opacity: 0.75;
160
- }
161
-
162
- .bmpui-ui-listbox .bmpui-ui-listbox-button.bmpui-selected {
163
- background: unset;
164
-
165
- span {
166
- color: var(--npo-player-primarycolor);
167
- font-weight: 700 !important;
168
- opacity: 1;
169
- width: 100%;
170
- &::after {
171
- position: relative;
172
- float: right;
173
- width: 24px;
174
- content: '✔';
175
- }
176
- }
177
- }
178
- .bmpui-ui-settings-panel-item {
179
- order: 2;
180
- padding: 0;
181
- > .bmpui-container-wrapper {
182
- > label {
183
- display: none;
184
- }
185
- > .bmpui-ui-listbox {
186
- display: flex;
187
- flex-direction: column;
188
- padding: 0px;
189
- gap: 8px;
190
- }
191
- }
192
- }
193
-
194
- .bmpui-settings-back-button {
195
- display: table-header-group;
196
- font-family: var(--fontBold) !important;
197
- order: 1;
198
- font-style: normal;
199
- font-weight: 700;
200
- font-size: 16px;
201
- line-height: 19px;
202
- color: #ffffff;
203
- opacity: 1;
204
- span {
205
- padding-left: 40px;
206
- &::before {
207
- border-bottom: 0.17em solid #fff;
208
- border-left: 0.17em solid #fff;
209
- width: 0.5em;
210
- height: 0.5em;
211
- margin-left: -25px;
212
- }
213
- }
214
- }
215
- }
216
- }
217
-
218
- .bmpui-settings-trigger {
219
- margin: 0 auto 16px;
220
-
221
- display: flex;
222
- flex-direction: row;
223
- justify-content: center;
224
- align-items: flex-start;
225
- padding: 0px 0px 0px;
226
-
227
- width: 48px;
228
- height: 4px;
229
- border: 0;
230
- background: #334767;
231
- border-radius: 2px;
232
- }
70
+ .bmpui-controlbar-textbuttons {
71
+ padding-bottom: 40px;
233
72
  }
234
73
  }
@@ -4,21 +4,16 @@
4
4
  */
5
5
 
6
6
  .bmpui-npo-player {
7
- --npo-player-white: #ffffff;
7
+ --npo-player-white: #fff;
8
8
  --npo-player-primarycolor: #ff6d00;
9
9
  --npo-player-primarycolor-light: #ff9e40;
10
10
  --npo-player-secondarycolor: #1f3353;
11
- --npo-player-textcolor: #ffffff;
12
- --npo-player-bottomcolor: linear-gradient(
13
- 180deg,
14
- transparent,
15
- rgba(30, 30, 30, 0.7)
16
- ); //The gradient color "glow" at the bottom of the player
17
- --npo-player-topcolor: linear-gradient(
18
- 0deg,
19
- transparent,
20
- rgba(0, 0, 0, 0.7)
21
- ); //The gradient color "glow" at the top of the player
11
+ --npo-player-textcolor: #fff;
12
+ --npo-player-bottomcolor: linear-gradient(180deg, transparent, rgba(3, 14, 30, 1)); // The gradient color "glow" at the bottom of the player
13
+ --npo-player-topcolor: linear-gradient(0deg, transparent,rgba(3, 14, 30, 1)); // The gradient color "glow" at the top of the player
22
14
  --npo-player-bufferingcolor: rgba(255, 109, 0, 0);
23
15
  --npo-player-unavailable: #858585;
16
+ --npo-player-graycolor-dark: #030e1e;
17
+ --npo-player-iconcolor: #fff;
18
+ --npo-player-iconcolor-active: var(--npo-player-primarycolor);
24
19
  }
@@ -6,12 +6,12 @@
6
6
  .bmpui-npo-player {
7
7
  @font-face {
8
8
  font-family: 'NPOSansBold';
9
- src: url($cdn + 'NPO Sans Bold v1.0.otf') format('truetype');
9
+ src: url($cdn + 'fonts/NPO-Sans-Bold-v1.0.otf') format('truetype');
10
10
  }
11
11
 
12
12
  @font-face {
13
13
  font-family: 'NPOSansRegular';
14
- src: url($cdn + 'NPO Sans Regular v1.0.otf') format('truetype');
14
+ src: url($cdn + 'fonts/NPO-Sans-Regular-v1.0.otf') format('truetype');
15
15
  }
16
16
 
17
17
  --fontRegular: 'NPOSansRegular', sans-serif;