@baloise/ds-styles 19.6.0 → 19.7.0
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/README.md +1 -0
- package/css/all.css +10 -19
- package/css/all.css.map +1 -1
- package/css/all.min.css +1 -1
- package/css/baloise-design-system.css +10 -19
- package/css/baloise-design-system.css.map +1 -1
- package/css/baloise-design-system.min.css +1 -1
- package/css/basic.css +10 -19
- package/css/basic.css.map +1 -1
- package/css/basic.min.css +1 -1
- package/css/core.css +8 -15
- package/css/core.css.map +1 -1
- package/css/core.min.css +1 -1
- package/css/structure.css +2 -4
- package/css/structure.min.css +1 -1
- package/package.json +4 -4
package/css/structure.css
CHANGED
|
@@ -54,8 +54,7 @@ body {
|
|
|
54
54
|
a {
|
|
55
55
|
cursor: pointer;
|
|
56
56
|
text-decoration: none;
|
|
57
|
-
|
|
58
|
-
hyphens: auto;
|
|
57
|
+
hyphens: auto;
|
|
59
58
|
margin: 0;
|
|
60
59
|
word-break: break-word;
|
|
61
60
|
-webkit-font-smoothing: antialiased;
|
|
@@ -81,8 +80,7 @@ a:active, a:any-link:active {
|
|
|
81
80
|
}
|
|
82
81
|
|
|
83
82
|
p {
|
|
84
|
-
|
|
85
|
-
hyphens: auto;
|
|
83
|
+
hyphens: auto;
|
|
86
84
|
margin: 0;
|
|
87
85
|
word-break: break-word;
|
|
88
86
|
-webkit-font-smoothing: antialiased;
|
package/css/structure.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
html{background-color:var(--bal-body-background);font-size:var(--bal-body-font-size);min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:auto}:focus{-webkit-tap-highlight-color:transparent;outline:0;touch-action:manipulation}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:var(--bal-body-font-family)}button{color:var(--bal-body-color)}body{color:var(--bal-body-color);font-size:var(--bal-body-font-size);font-weight:var(--bal-body-font-weight);line-height:var(--bal-body-line-height);-webkit-overflow-scrolling:auto}a{cursor:pointer;text-decoration:none
|
|
1
|
+
html{background-color:var(--bal-body-background);font-size:var(--bal-body-font-size);min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:auto}:focus{-webkit-tap-highlight-color:transparent;outline:0;touch-action:manipulation}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:var(--bal-body-font-family)}button{color:var(--bal-body-color)}body{color:var(--bal-body-color);font-size:var(--bal-body-font-size);font-weight:var(--bal-body-font-weight);line-height:var(--bal-body-line-height);-webkit-overflow-scrolling:auto}a{cursor:pointer;text-decoration:none;hyphens:auto;margin:0;word-break:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a:-moz-any-link{color:currentColor}a strong,a:any-link{color:currentColor}a:-moz-any-link:hover{color:var(--bal-link-hover-color)}a:any-link:hover,a:hover{color:var(--bal-link-hover-color)}a:-moz-any-link:active{color:var(--bal-link-active-color)}a:active,a:any-link:active{color:var(--bal-link-active-color)}p{hyphens:auto;margin:0;word-break:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p strong{color:currentColor}p:not(:last-child){margin-bottom:var(--bal-space-normal)}hr{background-color:var(--bal-divider-background);border:none;display:block;height:var(--bal-border-width-normal);margin-top:var(--bal-space-xx-large);margin-bottom:var(--bal-space-xx-large)}@media screen and (min-width:769px),print{hr{margin-top:var(--bal-space-xx-large-tablet);margin-bottom:var(--bal-space-xx-large-tablet)}}@media screen and (min-width:1024px){hr{margin-top:var(--bal-space-xx-large-desktop);margin-bottom:var(--bal-space-xx-large-desktop)}}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:var(--bal-small-font-size)}span{font-style:inherit;font-weight:inherit}b,strong{color:inherit;font-weight:var(--bal-strong-font-weight)}fieldset{border:none}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-styles",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.7.0",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"src/"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@baloise/ds-fonts": "19.
|
|
27
|
-
"@baloise/ds-tokens": "19.
|
|
26
|
+
"@baloise/ds-fonts": "19.7.0",
|
|
27
|
+
"@baloise/ds-tokens": "19.7.0",
|
|
28
28
|
"@phenomnomnominal/tsquery": "6.1.3",
|
|
29
29
|
"cheerio": "1.0.0-rc.12",
|
|
30
30
|
"glob": "10.3.10",
|
|
31
31
|
"prompts": "2.4.2",
|
|
32
32
|
"replace-in-file": "7.1.0",
|
|
33
|
-
"typescript": "~4.
|
|
33
|
+
"typescript": "~5.4.2"
|
|
34
34
|
},
|
|
35
35
|
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
|
|
36
36
|
}
|