@saasbase-io/core-elements 1.1.4 → 1.1.5
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.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -20666,7 +20666,7 @@ function os() {
|
|
|
20666
20666
|
viewBox="0 0 16 16"
|
|
20667
20667
|
fill="none"
|
|
20668
20668
|
xmlns="http://www.w3.org/2000/svg"
|
|
20669
|
-
|
|
20669
|
+
class="sb-text-foreground"
|
|
20670
20670
|
|
|
20671
20671
|
>
|
|
20672
20672
|
<path
|
|
@@ -20748,8 +20748,14 @@ function Ly() {
|
|
|
20748
20748
|
}
|
|
20749
20749
|
function Dy() {
|
|
20750
20750
|
return X`
|
|
20751
|
-
<svg
|
|
20752
|
-
|
|
20751
|
+
<svg
|
|
20752
|
+
class="sb-text-foreground"
|
|
20753
|
+
xmlns="http://www.w3.org/2000/svg"]
|
|
20754
|
+
width="10"
|
|
20755
|
+
height="10"
|
|
20756
|
+
viewBox="0 0 10 10"
|
|
20757
|
+
fill="none">
|
|
20758
|
+
<path d="M9 1L1 9M1 1L9 9" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20753
20759
|
</svg>
|
|
20754
20760
|
`;
|
|
20755
20761
|
}
|