@protonradio/proton-ui 0.10.15 → 0.10.16
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/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8884,8 +8884,8 @@ function ov(t, e) {
|
|
|
8884
8884
|
"--proton-control__text-color": he.GRAY_DARK,
|
|
8885
8885
|
"--proton-control__border-color": he.BORDER,
|
|
8886
8886
|
"--proton-control__shadow-color": et(
|
|
8887
|
-
he.
|
|
8888
|
-
0.
|
|
8887
|
+
he.GRAY_MEDIUM_LIGHT,
|
|
8888
|
+
0.7
|
|
8889
8889
|
),
|
|
8890
8890
|
...n
|
|
8891
8891
|
};
|
|
@@ -11147,8 +11147,8 @@ function mh({
|
|
|
11147
11147
|
key: w.value,
|
|
11148
11148
|
label: w.label,
|
|
11149
11149
|
to: w.to,
|
|
11150
|
-
onAction: (
|
|
11151
|
-
o == null || o(
|
|
11150
|
+
onAction: () => {
|
|
11151
|
+
o == null || o(w.value), d.close();
|
|
11152
11152
|
}
|
|
11153
11153
|
}));
|
|
11154
11154
|
return /* @__PURE__ */ m.jsxs(
|