@juspay/svelte-ui-components 2.28.1 → 2.28.2

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.
@@ -164,4 +164,8 @@
164
164
  border-color: transparent var(--tooltip-arrow-color, var(--tooltip-background, #333333))
165
165
  transparent transparent;
166
166
  }
167
+
168
+ .tooltip-text {
169
+ color: var(--tooltip-color, #ffffff);
170
+ }
167
171
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.28.1",
3
+ "version": "2.28.2",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",