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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && vue-tsc && vite build",
@@ -47,6 +47,7 @@
47
47
  class="flex items-center gap-1.5"
48
48
  :visible="!!attribute.tooltip"
49
49
  :text="attribute.tooltip"
50
+ dark
50
51
  >
51
52
  <BaseIcon
52
53
  v-if="attribute.icon"