analytica-frontend-lib 1.0.26 → 1.0.27

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.
@@ -28,9 +28,9 @@ var import_phosphor_react = require("phosphor-react");
28
28
  var import_jsx_runtime = require("react/jsx-runtime");
29
29
  var VARIANT_ACTION_CLASSES = {
30
30
  solid: {
31
- warning: "bg-warning text-warning-800 border-none focus-visible:outline-none",
31
+ warning: "bg-warning text-warning-600 border-none focus-visible:outline-none",
32
32
  success: "bg-success text-success-800 border-none focus-visible:outline-none",
33
- info: "bg-info text-info-800 border-none focus-visible:outline-none"
33
+ info: "bg-info text-info-600 border-none focus-visible:outline-none"
34
34
  },
35
35
  outlined: {
36
36
  warning: "bg-warning text-warning-600 border border-warning-300 focus-visible:outline-none",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Toast
4
- } from "../chunk-XYTNJU4A.mjs";
4
+ } from "../chunk-XJA5HF7B.mjs";
5
5
  export {
6
6
  Toast
7
7
  };
@@ -48,9 +48,9 @@ var import_phosphor_react = require("phosphor-react");
48
48
  var import_jsx_runtime = require("react/jsx-runtime");
49
49
  var VARIANT_ACTION_CLASSES = {
50
50
  solid: {
51
- warning: "bg-warning text-warning-800 border-none focus-visible:outline-none",
51
+ warning: "bg-warning text-warning-600 border-none focus-visible:outline-none",
52
52
  success: "bg-success text-success-800 border-none focus-visible:outline-none",
53
- info: "bg-info text-info-800 border-none focus-visible:outline-none"
53
+ info: "bg-info text-info-600 border-none focus-visible:outline-none"
54
54
  },
55
55
  outlined: {
56
56
  warning: "bg-warning text-warning-600 border border-warning-300 focus-visible:outline-none",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Toast
4
- } from "../../chunk-XYTNJU4A.mjs";
4
+ } from "../../chunk-XJA5HF7B.mjs";
5
5
  import {
6
6
  useToastStore
7
7
  } from "../../chunk-WIOCQOM7.mjs";
@@ -3,9 +3,9 @@ import { CheckCircle, WarningCircle, Info, X } from "phosphor-react";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  var VARIANT_ACTION_CLASSES = {
5
5
  solid: {
6
- warning: "bg-warning text-warning-800 border-none focus-visible:outline-none",
6
+ warning: "bg-warning text-warning-600 border-none focus-visible:outline-none",
7
7
  success: "bg-success text-success-800 border-none focus-visible:outline-none",
8
- info: "bg-info text-info-800 border-none focus-visible:outline-none"
8
+ info: "bg-info text-info-600 border-none focus-visible:outline-none"
9
9
  },
10
10
  outlined: {
11
11
  warning: "bg-warning text-warning-600 border border-warning-300 focus-visible:outline-none",
package/dist/index.css CHANGED
@@ -465,6 +465,9 @@
465
465
  .block {
466
466
  display: block;
467
467
  }
468
+ .contents {
469
+ display: contents;
470
+ }
468
471
  .flex {
469
472
  display: flex;
470
473
  }