@digitalservicebund/ris-ui 3.18.0 → 3.18.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.
package/dist/components/index.js
CHANGED
|
@@ -2902,18 +2902,18 @@ function yr(t, e) {
|
|
|
2902
2902
|
}
|
|
2903
2903
|
const br = de({ name: "mdi-chevron-down", render: yr }), Sr = {
|
|
2904
2904
|
viewBox: "0 0 24 24",
|
|
2905
|
-
|
|
2906
|
-
|
|
2905
|
+
width: "1.34em",
|
|
2906
|
+
height: "1.34em"
|
|
2907
2907
|
};
|
|
2908
2908
|
function $r(t, e) {
|
|
2909
2909
|
return m(), $("svg", Sr, e[0] || (e[0] = [
|
|
2910
2910
|
I("path", {
|
|
2911
2911
|
fill: "currentColor",
|
|
2912
|
-
d: "
|
|
2912
|
+
d: "m8.382 17.025l-1.407-1.4L10.593 12L6.975 8.4L8.382 7L12 10.615L15.593 7L17 8.4L13.382 12L17 15.625l-1.407 1.4L12 13.41z"
|
|
2913
2913
|
}, null, -1)
|
|
2914
2914
|
]));
|
|
2915
2915
|
}
|
|
2916
|
-
const wr = de({ name: "
|
|
2916
|
+
const wr = de({ name: "material-symbols-close-small", render: $r });
|
|
2917
2917
|
function Fe(t) {
|
|
2918
2918
|
"@babel/helpers - typeof";
|
|
2919
2919
|
return Fe = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -5912,7 +5912,7 @@ const cn = /* @__PURE__ */ fe({
|
|
|
5912
5912
|
setup(t) {
|
|
5913
5913
|
return (e, n) => (m(), $("button", {
|
|
5914
5914
|
class: G({
|
|
5915
|
-
"cursor-pointer p-8 focus-visible:bg-blue-800 focus-visible:text-white focus-visible:outline-none": !0,
|
|
5915
|
+
"cursor-pointer p-8 text-blue-800 focus-visible:bg-blue-800 focus-visible:text-white focus-visible:outline-none": !0,
|
|
5916
5916
|
"bg-blue-800 text-white": e.forceFocus,
|
|
5917
5917
|
"hover:bg-blue-100 hover:text-blue-800": !e.forceFocus
|
|
5918
5918
|
})
|