@solibo/solibo-ui 1.0.26 → 1.0.27

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.
@@ -1 +1 @@
1
- ._widget_tzwji_1 ol,._widget_tzwji_1 ul{max-height:80vh;overflow-y:auto;padding:0 var(--scale-8);scrollbar-track-color:rgba(0 0 0 / 0%);scrollbar-width:thin}._widget_tzwji_1 [data-component=card]{cursor:default}._widget_tzwji_1 [data-content=google-maps]{border-radius:var(--shape-border-radius-radius-md);height:calc(var(--utils-tokens-unit) * 20);margin:var(--utils-tokens-negative-unit);overflow:hidden;width:calc(100% + (var(--utils-tokens-unit) * 2))}
1
+ ._widget_11p99_1 ol,._widget_11p99_1 ul{max-height:80vh;overflow-y:auto;padding:0 var(--scale-8);scrollbar-track-color:rgba(0 0 0 / 0%);scrollbar-width:thin}._widget_11p99_1 [data-component=card]{cursor:default}._widget_11p99_1 [data-content=google-maps]{border-radius:var(--shape-border-radius-radius-md);height:calc(var(--utils-tokens-unit) * 20);margin:var(--utils-tokens-negative-unit)!important;overflow:hidden;width:calc(100% + (var(--utils-tokens-unit) * 2))}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index2.css');const e=require("react/jsx-runtime"),d=require("../card/index.cjs"),n="_widget_tzwji_1",s={widget:n},o=({children:t,...i})=>e.jsx("div",{className:s.widget,...i,"data-component":"widget",children:e.jsx(d.Card,{children:t})});exports.Widget=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/index2.css');const e=require("react/jsx-runtime"),d=require("../card/index.cjs"),n="_widget_11p99_1",s={widget:n},o=({children:t,...i})=>e.jsx("div",{className:s.widget,...i,"data-component":"widget",children:e.jsx(d.Card,{children:t})});exports.Widget=o;
2
2
  //# sourceMappingURL=index.cjs.map
@@ -1,11 +1,11 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { Card as d } from "../card/index.js";
3
- import '../../assets/index2.css';const o = "_widget_tzwji_1", r = {
2
+ import { Card as i } from "../card/index.js";
3
+ import '../../assets/index2.css';const o = "_widget_11p99_1", r = {
4
4
  widget: o
5
5
  }, c = ({
6
6
  children: e,
7
- ...i
8
- }) => /* @__PURE__ */ t("div", { className: r.widget, ...i, "data-component": "widget", children: /* @__PURE__ */ t(d, { children: e }) });
7
+ ...d
8
+ }) => /* @__PURE__ */ t("div", { className: r.widget, ...d, "data-component": "widget", children: /* @__PURE__ */ t(i, { children: e }) });
9
9
  export {
10
10
  c as Widget
11
11
  };
package/dist/tokens.json CHANGED
@@ -365,7 +365,7 @@
365
365
  },
366
366
  "com.solibo": {
367
367
  "packageName": "@solibo/solibo-ui",
368
- "packageVersion": "1.0.26"
368
+ "packageVersion": "1.0.27"
369
369
  }
370
370
  },
371
371
  "$name": "Solibo UI Tokens",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solibo/solibo-ui",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "pnpm run tokens:build && vite build --watch",