beca-ui 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/beca-ui.js +4 -5
  2. package/package.json +3 -2
package/dist/beca-ui.js CHANGED
@@ -56387,9 +56387,8 @@ var Fe = function() {
56387
56387
  "svg",
56388
56388
  Fe({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": t }, e),
56389
56389
  n ? h.createElement("title", { id: t }, n) : null,
56390
- h.createElement("path", { d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75zm0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75z", fill: "currentcolor" }),
56391
- h.createElement("path", { d: "M12 16.25c-.41 0-.75-.34-.75-.75v-6c0-.41.34-.75.75-.75s.75.34.75.75v6c0 .41-.34.75-.75.75z", fill: "currentcolor" }),
56392
- h.createElement("path", { d: "M15 12.25c-.19 0-.38-.07-.53-.22L12 9.56l-2.47 2.47c-.29.29-.77.29-1.06 0a.754.754 0 010-1.06l3-3c.29-.29.77-.29 1.06 0l3 3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22z", fill: "currentcolor" })
56390
+ h.createElement("path", { d: "M18.07 10.32c-.19 0-.38-.07-.53-.22L12 4.56 6.46 10.1c-.29.29-.77.29-1.06 0a.754.754 0 010-1.06l6.07-6.07c.29-.29.77-.29 1.06 0l6.07 6.07c.29.29.29.77 0 1.06-.14.15-.34.22-.53.22z", fill: "currentcolor" }),
56391
+ h.createElement("path", { d: "M12 21.25c-.41 0-.75-.34-.75-.75V3.67c0-.41.34-.75.75-.75s.75.34.75.75V20.5c0 .41-.34.75-.75.75z", fill: "currentcolor" })
56393
56392
  );
56394
56393
  }, Lje = function(e) {
56395
56394
  var t, n, r, a, i, o;
@@ -63980,10 +63979,10 @@ const X_ = R8, Y5t = (e) => {
63980
63979
  {
63981
63980
  ...e,
63982
63981
  className: "bu2-input-number" + (t ? ` ${t}` : ""),
63983
- controls: n ?? {
63982
+ controls: n === !0 || n === void 0 || n === null ? {
63984
63983
  upIcon: /* @__PURE__ */ L(Lje, { size: 12 }),
63985
63984
  downIcon: /* @__PURE__ */ L(Z5, { size: 12 })
63986
- }
63985
+ } : n
63987
63986
  }
63988
63987
  );
63989
63988
  }, lYe = (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -23,7 +23,8 @@
23
23
  "chromatic": "npx chromatic --project-token=7c1e3acb80ff --auto-accept-changes",
24
24
  "view-version": "npm view beca-ui version",
25
25
  "release": "yarn chromatic",
26
- "publish": "sh ./publish.sh"
26
+ "publish": "sh ./publish.sh",
27
+ "publish-beta": "sh ./publish-beta.sh"
27
28
  },
28
29
  "dependencies": {
29
30
  "@microsoft/signalr": "7.0.3",