tycho-components 0.17.0 → 0.17.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.
@@ -96,6 +96,32 @@
96
96
  }
97
97
  }
98
98
 
99
+ @media (max-width: 1024px) {
100
+ .offcanvas-apps,
101
+ .offcanvas-apps > .MuiPaper-root {
102
+ width: 30%;
103
+
104
+ .body {
105
+ .icon-open {
106
+ display: none;
107
+ }
108
+ }
109
+ }
110
+ }
111
+
112
+ @media (max-width: 768px) {
113
+ .offcanvas-apps,
114
+ .offcanvas-apps > .MuiPaper-root {
115
+ width: 40%;
116
+
117
+ .body {
118
+ .icon-open {
119
+ display: none;
120
+ }
121
+ }
122
+ }
123
+ }
124
+
99
125
  @media (max-width: 767px) {
100
126
  .offcanvas-apps,
101
127
  .offcanvas-apps > .MuiPaper-root {
@@ -110,6 +136,12 @@
110
136
  }
111
137
  }
112
138
 
139
+ .body {
140
+ .icon-open {
141
+ display: none;
142
+ }
143
+ }
144
+
113
145
  .footer {
114
146
  margin-top: auto;
115
147
  display: block;
@@ -39,6 +39,23 @@
39
39
  }
40
40
  }
41
41
 
42
+ @media (max-width: 768px) {
43
+ .ds-header {
44
+ .header-left {
45
+ gap: 4px;
46
+
47
+ .app-title {
48
+ .title {
49
+ display: none;
50
+ }
51
+ .subtitle {
52
+ @include label-medium-2;
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
58
+
42
59
  @media (max-width: 767px) {
43
60
  .ds-header {
44
61
  .header-left {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.17.0",
4
+ "version": "0.17.1",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {