forstok-ui-lib 5.13.6 → 5.13.7
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/index.js
CHANGED
|
@@ -848,7 +848,7 @@ r.version="2.30.1",a(Zn),r.fn=li,r.min=Kn,r.max=er,r.now=tr,r.utc=h,r.unix=ci,r.
|
|
|
848
848
|
line-height: normal;
|
|
849
849
|
}
|
|
850
850
|
@media only screen and (min-width: 768px) {
|
|
851
|
-
font-size:
|
|
851
|
+
font-size: 1.5rem;
|
|
852
852
|
.tablet-fw {
|
|
853
853
|
display: inline !important;
|
|
854
854
|
}
|
|
@@ -2145,7 +2145,7 @@ r.version="2.30.1",a(Zn),r.fn=li,r.min=Kn,r.max=er,r.now=tr,r.utc=h,r.unix=ci,r.
|
|
|
2145
2145
|
grid-auto-flow: column;
|
|
2146
2146
|
}
|
|
2147
2147
|
.title {
|
|
2148
|
-
font-size:
|
|
2148
|
+
font-size: 1.5rem;
|
|
2149
2149
|
}
|
|
2150
2150
|
}
|
|
2151
2151
|
${({$mode:e})=>{let t="";return"edit-master"===e&&(t+="\n aside { \n grid-template-rows: none; \n }\n "),t}}
|
package/dist/index.mjs
CHANGED
|
@@ -848,7 +848,7 @@ r.version="2.30.1",i(Zn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=f,r.unix=ca,r.
|
|
|
848
848
|
line-height: normal;
|
|
849
849
|
}
|
|
850
850
|
@media only screen and (min-width: 768px) {
|
|
851
|
-
font-size:
|
|
851
|
+
font-size: 1.5rem;
|
|
852
852
|
.tablet-fw {
|
|
853
853
|
display: inline !important;
|
|
854
854
|
}
|
|
@@ -2145,7 +2145,7 @@ r.version="2.30.1",i(Zn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=f,r.unix=ca,r.
|
|
|
2145
2145
|
grid-auto-flow: column;
|
|
2146
2146
|
}
|
|
2147
2147
|
.title {
|
|
2148
|
-
font-size:
|
|
2148
|
+
font-size: 1.5rem;
|
|
2149
2149
|
}
|
|
2150
2150
|
}
|
|
2151
2151
|
${({$mode:e})=>{let t="";return"edit-master"===e&&(t+="\n aside { \n grid-template-rows: none; \n }\n "),t}}
|
package/package.json
CHANGED
|
@@ -1818,7 +1818,7 @@ export const Title = styled.h1`
|
|
|
1818
1818
|
line-height: normal;
|
|
1819
1819
|
}
|
|
1820
1820
|
@media only screen and (min-width: 768px) {
|
|
1821
|
-
font-size:
|
|
1821
|
+
font-size: 1.5rem;
|
|
1822
1822
|
.tablet-fw {
|
|
1823
1823
|
display: inline !important;
|
|
1824
1824
|
}
|
|
@@ -3243,7 +3243,7 @@ export const CreateHeaderWrapper = styled.article<{ $mode?: string }>`
|
|
|
3243
3243
|
grid-auto-flow: column;
|
|
3244
3244
|
}
|
|
3245
3245
|
.title {
|
|
3246
|
-
font-size:
|
|
3246
|
+
font-size: 1.5rem;
|
|
3247
3247
|
}
|
|
3248
3248
|
}
|
|
3249
3249
|
${getCreateHeaderWrapperModFunc}
|