portal-design-system 0.0.949 → 0.0.950
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 +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4105,7 +4105,7 @@ const xu = {
|
|
|
4105
4105
|
color: { default: "#121516" },
|
|
4106
4106
|
size: { default: "sm" },
|
|
4107
4107
|
icon: {},
|
|
4108
|
-
iconPosition: {},
|
|
4108
|
+
iconPosition: { default: "start" },
|
|
4109
4109
|
iconConfig: {}
|
|
4110
4110
|
},
|
|
4111
4111
|
setup(e) {
|
|
@@ -4116,7 +4116,7 @@ const xu = {
|
|
|
4116
4116
|
return (n, a) => {
|
|
4117
4117
|
var i, s, l, u, d, y;
|
|
4118
4118
|
return E(), Y("div", {
|
|
4119
|
-
class: de(["border border-base-neutral-100 rounded-sm font-medium w-max", v(r)]),
|
|
4119
|
+
class: de(["border border-base-neutral-100 rounded-sm font-medium w-max flex items-center gap-1", v(r)]),
|
|
4120
4120
|
style: Ze({
|
|
4121
4121
|
color: e.color,
|
|
4122
4122
|
backgroundColor: e.color + "15",
|