sprintify-ui 0.9.5 → 0.9.6
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/sprintify-ui.es.js
CHANGED
|
@@ -33867,7 +33867,8 @@ const KL = ["onClick"], QL = { class: "px-2 flex items-center" }, ZL = { class:
|
|
|
33867
33867
|
key: f.label,
|
|
33868
33868
|
class: "flex items-center gap-1.5",
|
|
33869
33869
|
visible: !!f.tooltip,
|
|
33870
|
-
text: f.tooltip
|
|
33870
|
+
text: f.tooltip,
|
|
33871
|
+
dark: ""
|
|
33871
33872
|
}, {
|
|
33872
33873
|
default: te(() => [
|
|
33873
33874
|
f.icon ? (T(), ue(b(Ze), {
|
package/package.json
CHANGED