@reuters-graphics/graphics-components 0.0.15 → 0.0.16

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.
@@ -113,63 +113,71 @@
113
113
  maxFrameWidth="{maxFrameWidth}"
114
114
  />
115
115
 
116
- <style>
117
- header {
118
- font-family: 'Knowledge', 'Source Sans Pro', Arial, sans-serif;
119
- font-size: 50px;
120
- text-align: center;
121
- text-transform: uppercase;
122
- font-weight: 700;
123
- margin: 20px 0;
124
- }
125
-
126
- div#typeahead-container {
127
- max-width: 660px;
128
- margin: 0 auto 15px;
129
- position: relative;
130
- }
131
- div#typeahead-container div.embed-link {
132
- position: absolute;
133
- top: 0;
134
- right: 0;
135
- display: inline-block;
136
- z-index: 2;
137
- }
138
- div#typeahead-container div.embed-link a {
139
- font-family: 'Knowledge', 'Source Sans Pro', Arial, sans-serif;
140
- color: #bbb;
141
- font-size: 12px;
142
- text-decoration: none !important;
143
- }
144
- div#typeahead-container div.embed-link a:hover {
145
- color: #666;
146
- }
147
-
148
- div#preview-label {
149
- margin: 0 auto;
150
- }
151
- div#preview-label p {
152
- font-family: 'Knowledge', 'Source Sans Pro', Arial, sans-serif;
153
- color: #aaa;
154
- font-size: 0.75rem;
155
- margin: 0 0 0.25rem;
156
- }
157
-
158
- #frame-parent {
159
- border: 1px solid #ddd;
160
- margin: 0 auto;
161
- width: var(--width);
162
- }
163
-
164
- div#home-link {
165
- position: fixed;
166
- bottom: 5px;
167
- left: 10px;
168
- font-size: 18px;
169
- }
170
- div#home-link a {
171
- color: #ccc;
172
- }
173
- div#home-link a:hover {
174
- color: #666;
175
- }</style>
116
+ <style>header {
117
+ font-family: "Knowledge", "Source Sans Pro", Arial, sans-serif;
118
+ font-size: 50px;
119
+ text-align: center;
120
+ text-transform: uppercase;
121
+ font-weight: 700;
122
+ margin: 20px 0;
123
+ }
124
+
125
+ div#typeahead-container {
126
+ max-width: 660px;
127
+ margin: 0 auto 15px;
128
+ position: relative;
129
+ }
130
+
131
+ div#typeahead-container div.embed-link {
132
+ position: absolute;
133
+ top: 0;
134
+ right: 0;
135
+ display: inline-block;
136
+ z-index: 2;
137
+ }
138
+
139
+ div#typeahead-container div.embed-link a {
140
+ font-family: "Knowledge", "Source Sans Pro", Arial, sans-serif;
141
+ color: #bbb;
142
+ font-size: 12px;
143
+ text-decoration: none !important;
144
+ }
145
+
146
+ div#typeahead-container div.embed-link a:hover {
147
+ color: #666;
148
+ }
149
+
150
+ div#preview-label {
151
+ margin: 0 auto;
152
+ }
153
+
154
+ div#preview-label p {
155
+ font-family: "Knowledge", "Source Sans Pro", Arial, sans-serif;
156
+ color: #aaa;
157
+ font-size: 0.75rem;
158
+ margin: 0 0 0.25rem;
159
+ }
160
+
161
+ #frame-parent {
162
+ border: 1px solid #ddd;
163
+ margin: 0 auto;
164
+ width: var(--width);
165
+ }
166
+ #frame-parent :global(iframe) {
167
+ display: block;
168
+ }
169
+
170
+ div#home-link {
171
+ position: fixed;
172
+ bottom: 5px;
173
+ left: 10px;
174
+ font-size: 18px;
175
+ }
176
+
177
+ div#home-link a {
178
+ color: #ccc;
179
+ }
180
+
181
+ div#home-link a:hover {
182
+ color: #666;
183
+ }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",