kelt-ui-kit-react 0.2.0 → 0.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kelt-ui-kit-react",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
package/src/card/card.css CHANGED
@@ -117,8 +117,7 @@
117
117
  display: none;
118
118
  }
119
119
  }
120
-
121
- @media (min-width: 992px) {
120
+ @container app (min-width: 992px) {
122
121
  .card {
123
122
  .card-custom-action {
124
123
  justify-content: end;
package/src/index.css CHANGED
@@ -25,7 +25,9 @@ body {
25
25
  width: 100%;
26
26
  background-color: #fff;
27
27
  }
28
-
28
+ .app {
29
+ container: app-container/ inline-size;
30
+ }
29
31
  /* flex properties */
30
32
 
31
33
  .d-flex {