@histoire/controls 0.7.1 → 0.7.2
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/dist/style-standalone.css +2 -2
- package/package.json +2 -2
- package/src/style/main.css +2 -2
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
body {
|
|
640
|
-
font-size:
|
|
640
|
+
font-size: 1.125rem;
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
.htw-dark body{
|
|
@@ -647,7 +647,7 @@ body {
|
|
|
647
647
|
|
|
648
648
|
@media (min-width: 640px) {
|
|
649
649
|
body {
|
|
650
|
-
font-size:
|
|
650
|
+
font-size: .875rem;
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@histoire/controls",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Prebuilt controls components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"autoprefixer": "^10.4.4",
|
|
45
45
|
"concurrently": "^7.1.0",
|
|
46
46
|
"floating-vue": "^2.0.0-beta.16",
|
|
47
|
-
"histoire": "0.7.
|
|
47
|
+
"histoire": "0.7.2",
|
|
48
48
|
"postcss": "^8.4.12",
|
|
49
49
|
"postcss-import": "^14.1.0",
|
|
50
50
|
"tailwindcss": "^3.0.23",
|