@kyndryl-design-system/shidoka-applications 2.35.1 → 2.35.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.
@@ -345,7 +345,7 @@ import{_ as t}from"../../../vendor/tslib-53a81efe.js";import{o as e}from"../../.
345
345
  display: block;
346
346
  }
347
347
 
348
- @media (max-width: calc(42rem - 1px)) {
348
+ @media (max-width: calc(42rem - 0.001px)) {
349
349
  .menu {
350
350
  width: 100%;
351
351
  }
@@ -395,7 +395,7 @@ kyn-text-input {
395
395
  margin-bottom: 6px;
396
396
  }
397
397
 
398
- @media (max-width: calc(42rem - 1px)) {
398
+ @media (max-width: calc(42rem - 0.001px)) {
399
399
  .menu {
400
400
  width: 100%;
401
401
  }
@@ -35,7 +35,7 @@ import{_ as e}from"../../../vendor/tslib-53a81efe.js";import{o as i}from"../../.
35
35
  :host {
36
36
  display: block;
37
37
  }
38
- @media (max-width: calc(42rem - 1px)) {
38
+ @media (max-width: calc(42rem - 0.001px)) {
39
39
  :host {
40
40
  position: sticky;
41
41
  top: 0;
@@ -133,7 +133,7 @@ a:active {
133
133
  padding-bottom: 0;
134
134
  }
135
135
  }
136
- @media (max-width: calc(42rem - 1px)) {
136
+ @media (max-width: calc(42rem - 0.001px)) {
137
137
  .sub-menu {
138
138
  top: 0 !important;
139
139
  left: 0 !important;
@@ -242,7 +242,7 @@ import{_ as i}from"../../../vendor/tslib-53a81efe.js";import{n as t,e}from"../..
242
242
  margin-top: 10px;
243
243
  }
244
244
  }
245
- @media (max-width: calc(42rem - 1px)) {
245
+ @media (max-width: calc(42rem - 0.001px)) {
246
246
  .vital-card-link-text {
247
247
  border: 0;
248
248
  clip: rect(0, 0, 0, 0);
@@ -85,7 +85,7 @@ import{_ as e}from"../../../vendor/tslib-53a81efe.js";import{n as r,e as t}from"
85
85
  flex-wrap: wrap;
86
86
  justify-content: center;
87
87
  }
88
- @media (max-width: calc(42rem - 1px)) {
88
+ @media (max-width: calc(42rem - 0.001px)) {
89
89
  .error-container .error-action-buttons kyn-button {
90
90
  width: 100%;
91
91
  flex-grow: 1;
@@ -199,7 +199,7 @@ h1 {
199
199
  gap: 16px;
200
200
  margin-top: 32px;
201
201
  }
202
- @media (max-width: calc(42rem - 1px)) {
202
+ @media (max-width: calc(42rem - 0.001px)) {
203
203
  .footer kyn-button {
204
204
  width: 100%;
205
205
  flex-grow: 1;
@@ -67,7 +67,7 @@ import{_ as e}from"../../../vendor/tslib-53a81efe.js";import{o as t}from"../../.
67
67
  }
68
68
  }
69
69
 
70
- @media (max-width: calc(42rem - 1px)) {
70
+ @media (max-width: calc(42rem - 0.001px)) {
71
71
  .page-range {
72
72
  border: 0;
73
73
  clip: rect(0, 0, 0, 0);
@@ -224,7 +224,7 @@ form {
224
224
  flex-wrap: wrap;
225
225
  gap: 16px;
226
226
  }
227
- @media (max-width: calc(42rem - 1px)) {
227
+ @media (max-width: calc(42rem - 0.001px)) {
228
228
  .actions kyn-button {
229
229
  width: 100%;
230
230
  flex-grow: 1;
@@ -23,7 +23,7 @@ import{_ as e}from"../../../vendor/tslib-53a81efe.js";import{e as t}from"../../.
23
23
  }
24
24
  }
25
25
 
26
- @media (max-width: calc(42rem - 1px)) {
26
+ @media (max-width: calc(42rem - 0.001px)) {
27
27
  ::slotted(kyn-pagination) {
28
28
  order: -1;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyndryl-design-system/shidoka-applications",
3
- "version": "2.35.1",
3
+ "version": "2.35.2",
4
4
  "description": "Shidoka Web Components for Applications",
5
5
  "license": "MIT",
6
6
  "main": "index.js",