@haiilo/catalyst 10.24.0 → 10.24.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.
@@ -1777,7 +1777,7 @@ nav .cat-nav-head {
1777
1777
  gap: 0.875rem 1rem;
1778
1778
  }
1779
1779
 
1780
- cat-toastify-inner {
1780
+ .cat-toastify-inner {
1781
1781
  flex: 1 1 auto;
1782
1782
  }
1783
1783
 
@@ -47,6 +47,6 @@
47
47
  gap: 0.875rem 1rem;
48
48
  }
49
49
 
50
- cat-toastify-inner {
50
+ .cat-toastify-inner {
51
51
  flex: 1 1 auto;
52
52
  }
@@ -47,6 +47,6 @@
47
47
  gap: 0.875rem 1rem;
48
48
  }
49
49
 
50
- cat-toastify-inner {
50
+ .cat-toastify-inner {
51
51
  flex: 1 1 auto;
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "10.24.0",
3
+ "version": "10.24.1",
4
4
  "description": "Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "sanitize.css": "13.0.0",
41
41
  "tabbable": "6.2.0",
42
42
  "toastify-js": "1.12.0",
43
- "@haiilo/catalyst-tokens": "10.24.0"
43
+ "@haiilo/catalyst-tokens": "10.24.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.24.7",