@florid-kit/components 0.8.62 → 0.8.63

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.
Files changed (3) hide show
  1. package/index.js +2 -0
  2. package/index.mjs +2 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -2396,11 +2396,13 @@
2396
2396
  display: flex;
2397
2397
  width: fit-content;
2398
2398
  align-items: center;
2399
+ box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
2399
2400
  }
2400
2401
 
2401
2402
  .o-toast-text {
2402
2403
  color: var(--color-content-body);
2403
2404
  padding: 0 8px;
2405
+ width: max-content;
2404
2406
  }
2405
2407
 
2406
2408
  .o-toast-icon {
package/index.mjs CHANGED
@@ -4366,11 +4366,13 @@ ut.styles = b`
4366
4366
  display: flex;
4367
4367
  width: fit-content;
4368
4368
  align-items: center;
4369
+ box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
4369
4370
  }
4370
4371
 
4371
4372
  .o-toast-text {
4372
4373
  color: var(--color-content-body);
4373
4374
  padding: 0 8px;
4375
+ width: max-content;
4374
4376
  }
4375
4377
 
4376
4378
  .o-toast-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.62",
3
+ "version": "0.8.63",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",