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.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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portal-design-system",
3
- "version": "0.0.949",
3
+ "version": "0.0.950",
4
4
  "description": "A type-safe Vue 3 UI library with Tailwind CSS and isolated styles",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",