@micromag/screen-quiz 0.3.357 → 0.3.360
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/es/index.js +36 -4
- package/lib/index.js +36 -4
- package/package.json +14 -14
package/es/index.js
CHANGED
|
@@ -1614,7 +1614,15 @@ var definition = [{
|
|
|
1614
1614
|
"type": 0,
|
|
1615
1615
|
"value": "Header"
|
|
1616
1616
|
}]
|
|
1617
|
-
})
|
|
1617
|
+
}),
|
|
1618
|
+
theme: {
|
|
1619
|
+
badge: {
|
|
1620
|
+
label: {
|
|
1621
|
+
textStyle: 'badge'
|
|
1622
|
+
},
|
|
1623
|
+
boxStyle: 'badge'
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1618
1626
|
}, {
|
|
1619
1627
|
name: 'footer',
|
|
1620
1628
|
type: 'footer',
|
|
@@ -1624,7 +1632,15 @@ var definition = [{
|
|
|
1624
1632
|
"type": 0,
|
|
1625
1633
|
"value": "Footer"
|
|
1626
1634
|
}]
|
|
1627
|
-
})
|
|
1635
|
+
}),
|
|
1636
|
+
theme: {
|
|
1637
|
+
callToAction: {
|
|
1638
|
+
label: {
|
|
1639
|
+
textStyle: 'cta'
|
|
1640
|
+
},
|
|
1641
|
+
boxStyle: 'cta'
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1628
1644
|
}]
|
|
1629
1645
|
}, {
|
|
1630
1646
|
id: 'quiz-multiple',
|
|
@@ -1938,7 +1954,15 @@ var definition = [{
|
|
|
1938
1954
|
"type": 0,
|
|
1939
1955
|
"value": "Header"
|
|
1940
1956
|
}]
|
|
1941
|
-
})
|
|
1957
|
+
}),
|
|
1958
|
+
theme: {
|
|
1959
|
+
badge: {
|
|
1960
|
+
label: {
|
|
1961
|
+
textStyle: 'badge'
|
|
1962
|
+
},
|
|
1963
|
+
boxStyle: 'badge'
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1942
1966
|
}, {
|
|
1943
1967
|
name: 'footer',
|
|
1944
1968
|
type: 'footer',
|
|
@@ -1948,7 +1972,15 @@ var definition = [{
|
|
|
1948
1972
|
"type": 0,
|
|
1949
1973
|
"value": "Footer"
|
|
1950
1974
|
}]
|
|
1951
|
-
})
|
|
1975
|
+
}),
|
|
1976
|
+
theme: {
|
|
1977
|
+
callToAction: {
|
|
1978
|
+
label: {
|
|
1979
|
+
textStyle: 'cta'
|
|
1980
|
+
},
|
|
1981
|
+
boxStyle: 'cta'
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1952
1984
|
}]
|
|
1953
1985
|
}];
|
|
1954
1986
|
|
package/lib/index.js
CHANGED
|
@@ -1637,7 +1637,15 @@ var definition = [{
|
|
|
1637
1637
|
"type": 0,
|
|
1638
1638
|
"value": "Header"
|
|
1639
1639
|
}]
|
|
1640
|
-
})
|
|
1640
|
+
}),
|
|
1641
|
+
theme: {
|
|
1642
|
+
badge: {
|
|
1643
|
+
label: {
|
|
1644
|
+
textStyle: 'badge'
|
|
1645
|
+
},
|
|
1646
|
+
boxStyle: 'badge'
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1641
1649
|
}, {
|
|
1642
1650
|
name: 'footer',
|
|
1643
1651
|
type: 'footer',
|
|
@@ -1647,7 +1655,15 @@ var definition = [{
|
|
|
1647
1655
|
"type": 0,
|
|
1648
1656
|
"value": "Footer"
|
|
1649
1657
|
}]
|
|
1650
|
-
})
|
|
1658
|
+
}),
|
|
1659
|
+
theme: {
|
|
1660
|
+
callToAction: {
|
|
1661
|
+
label: {
|
|
1662
|
+
textStyle: 'cta'
|
|
1663
|
+
},
|
|
1664
|
+
boxStyle: 'cta'
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1651
1667
|
}]
|
|
1652
1668
|
}, {
|
|
1653
1669
|
id: 'quiz-multiple',
|
|
@@ -1961,7 +1977,15 @@ var definition = [{
|
|
|
1961
1977
|
"type": 0,
|
|
1962
1978
|
"value": "Header"
|
|
1963
1979
|
}]
|
|
1964
|
-
})
|
|
1980
|
+
}),
|
|
1981
|
+
theme: {
|
|
1982
|
+
badge: {
|
|
1983
|
+
label: {
|
|
1984
|
+
textStyle: 'badge'
|
|
1985
|
+
},
|
|
1986
|
+
boxStyle: 'badge'
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1965
1989
|
}, {
|
|
1966
1990
|
name: 'footer',
|
|
1967
1991
|
type: 'footer',
|
|
@@ -1971,7 +1995,15 @@ var definition = [{
|
|
|
1971
1995
|
"type": 0,
|
|
1972
1996
|
"value": "Footer"
|
|
1973
1997
|
}]
|
|
1974
|
-
})
|
|
1998
|
+
}),
|
|
1999
|
+
theme: {
|
|
2000
|
+
callToAction: {
|
|
2001
|
+
label: {
|
|
2002
|
+
textStyle: 'cta'
|
|
2003
|
+
},
|
|
2004
|
+
boxStyle: 'cta'
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
1975
2007
|
}]
|
|
1976
2008
|
}];
|
|
1977
2009
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.360",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
53
53
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
54
54
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
55
|
-
"@micromag/core": "^0.3.
|
|
56
|
-
"@micromag/data": "^0.3.
|
|
57
|
-
"@micromag/element-background": "^0.3.
|
|
58
|
-
"@micromag/element-button": "^0.3.
|
|
59
|
-
"@micromag/element-container": "^0.3.
|
|
60
|
-
"@micromag/element-footer": "^0.3.
|
|
61
|
-
"@micromag/element-header": "^0.3.
|
|
62
|
-
"@micromag/element-heading": "^0.3.
|
|
63
|
-
"@micromag/element-layout": "^0.3.
|
|
64
|
-
"@micromag/element-scroll": "^0.3.
|
|
65
|
-
"@micromag/element-text": "^0.3.
|
|
66
|
-
"@micromag/transforms": "^0.3.
|
|
55
|
+
"@micromag/core": "^0.3.360",
|
|
56
|
+
"@micromag/data": "^0.3.360",
|
|
57
|
+
"@micromag/element-background": "^0.3.360",
|
|
58
|
+
"@micromag/element-button": "^0.3.360",
|
|
59
|
+
"@micromag/element-container": "^0.3.360",
|
|
60
|
+
"@micromag/element-footer": "^0.3.360",
|
|
61
|
+
"@micromag/element-header": "^0.3.360",
|
|
62
|
+
"@micromag/element-heading": "^0.3.360",
|
|
63
|
+
"@micromag/element-layout": "^0.3.360",
|
|
64
|
+
"@micromag/element-scroll": "^0.3.360",
|
|
65
|
+
"@micromag/element-text": "^0.3.360",
|
|
66
|
+
"@micromag/transforms": "^0.3.360",
|
|
67
67
|
"@react-spring/core": "^9.6.1",
|
|
68
68
|
"@react-spring/web": "^9.6.1",
|
|
69
69
|
"classnames": "^2.2.6",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "5531b1c55e0dd7e7a9c6eeee217ca28d985c7921"
|
|
80
80
|
}
|