@base-framework/ui 1.0.100 → 1.0.102

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/atoms.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { B as e, C as t, a as n, F as o, L as p, P as r, R as u, S as I, b as i, T as l } from "./tooltip-qwYWgQDH.js";
1
+ import { B as e, C as t, a as n, F as o, L as p, P as r, R as u, S as I, b as i, T as l } from "./tooltip-Dxg9P7AJ.js";
2
2
  import { B as m, I as T, L as c } from "./buttons-CVEwmPAi.js";
3
3
  import { C as B, d as C, D as S, c as g, E as b, F as f, H as h, I as F, M as L, N as P, P as R, R as k, S as D, T as V, a as E, b as H, U as M, W as N } from "./inputs-nzivW9Dr.js";
4
4
  import { V as W, a as w } from "./veil-D4dRxILB.js";
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { B as e, C as o, a as t, F as r, L as n, P as i, R as l, S as p, b as u, T as m } from "./tooltip-qwYWgQDH.js";
1
+ import { B as e, C as o, a as t, F as r, L as n, P as i, R as l, S as p, b as u, T as m } from "./tooltip-Dxg9P7AJ.js";
2
2
  import { B as g, I as T, L as c } from "./buttons-CVEwmPAi.js";
3
3
  import { C as b, d as D, D as S, c as I, E as B, F as P, H as F, I as M, M as k, N, P as v, R as f, S as x, T as h, a as y, b as W, U as L, W as A } from "./inputs-nzivW9Dr.js";
4
4
  import { V as w, a as U } from "./veil-D4dRxILB.js";
@@ -139,7 +139,7 @@ const a = {
139
139
  // Filled Track
140
140
  l({
141
141
  class: "absolute h-2 bg-primary rounded-full",
142
- style: "width: [[filledPercentage]]%"
142
+ style: ["width: [[filledPercentage]]%", t]
143
143
  }),
144
144
  // Thumb
145
145
  l({
@@ -149,7 +149,7 @@ const a = {
149
149
  focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2
150
150
  disabled:pointer-events-none disabled:opacity-50 transform -translate-x-1/2
151
151
  `.trim(),
152
- style: "left: [[filledPercentage]]%"
152
+ style: ["left: [[filledPercentage]]%", t]
153
153
  }),
154
154
  // Hidden Range Input
155
155
  C({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
4
4
  "description": "This is a UI package that adds components and atoms that use Tailwind CSS and a theme based on Shadcn.",
5
5
  "main": "./dist/index.es.js",
6
6
  "scripts": {