@ons/design-system 62.2.0 → 62.2.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.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div class="{{ className }}">
|
|
13
13
|
{% for summary in params.summaries %}
|
|
14
14
|
{% if summary.summaryTitle %}
|
|
15
|
-
<h2 class="ons-summary__title ons-u-mb-m">{{ summary.summaryTitle }}</h2>
|
|
15
|
+
<h2 class="ons-summary__title ons-u-mb-m{{ " ons-u-mt-m" if loop.index > 1 else "" }}">{{ summary.summaryTitle }}</h2>
|
|
16
16
|
{% set titleSize = "3" %}
|
|
17
17
|
{% endif %}
|
|
18
18
|
{% for group in summary.groups %}
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
{
|
|
8
8
|
"id": "ukis",
|
|
9
9
|
"title": 'UKIS',
|
|
10
|
-
"content": '<
|
|
10
|
+
"content": '<h2 class="ons-u-d-no@m">UKIS</h2>
|
|
11
|
+
<h3>Aim of this survey</h3>
|
|
11
12
|
<p class="ons-u-fs-r">The aim of the UK Innovation Survey (UKIS) is to collect data from businesses about various aspects of their innovation related activities. Using this data we can measure the level, types and trends in innovation.</p>
|
|
12
13
|
<h3>How we’ll use this data</h3>
|
|
13
14
|
<p class="ons-u-fs-r">The UKIS data is a major source of evidence to inform government policy. It is used to promote innovation activities among businesses to boost economic growth. It is an important contribution to the European-wide Community Innovation Survey (CIS). The CIS is used for international benchmarking and comparison purposes.</p>
|
|
@@ -16,14 +17,16 @@
|
|
|
16
17
|
{
|
|
17
18
|
"id": "vacancy-survey",
|
|
18
19
|
"title": 'Vacancy survey',
|
|
19
|
-
"content": '<
|
|
20
|
+
"content": '<h2 class="ons-u-d-no@m">Vacancy survey</h2>
|
|
21
|
+
<h3>Purpose</h3>
|
|
20
22
|
<p class="ons-u-fs-r">The Vacancy Survey is a regular survey of businesses, which provides an accurate and comprehensive measure of the total number of vacancies across the economy and fills a gap in the information available regarding the demand for labour. Before the Vacancy Survey was introduced, the only information available nationally about vacancies was from records of vacancies notified to Job Centres by employers. This provided only a partial picture, possibly less than half of all vacancies, because employers are under no obligation to notify vacancies to Job Centres. This business based survey has a more complete coverage and is included in the monthly ONS Labour Market Statistical Bulletin.</p>
|
|
21
23
|
<p>You can <a href="https://www.ons.gov.uk/surveys/informationforbusinesses/businesssurveys/vacancysurvey">find more information on the Vacancy Survey on the ONS website</a>.</p>'
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
"id": "monthly-business-survey",
|
|
25
27
|
"title": 'Monthly Business Survey',
|
|
26
|
-
"content": '<
|
|
28
|
+
"content": '<h2 class="ons-u-d-no@m">Monthly Business Survey</h2>
|
|
29
|
+
<h3>Aim of this survey</h3>
|
|
27
30
|
<p class="ons-u-fs-r">The Monthly Business Survey (MBS) collects monthly information on employment of businesses in Great Britain. Your response contributes to Labour Market Statistics.</p>
|
|
28
31
|
<h4>What you need to know</h4>
|
|
29
32
|
<p class="ons-u-fs-r">To complete the survey, you will need the following information to answer the survey questions:</p>
|