@kumori/aurora-wui-components 0.0.274-dev4142.13 → 0.0.274-dev4142.14

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
- {"version":3,"file":"axebow-graph.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-graph/axebow-graph.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAIvC,qBACa,WAAY,SAAQ,UAAU;IACzC,MAAM,CAAC,MAAM,4BAUX;IAE0B,KAAK,SAAM;IACV,QAAQ,UAAS;IAE9C,OAAO,CAAC,aAAa,CAInB;IAEF,MAAM;CAkBP"}
1
+ {"version":3,"file":"axebow-graph.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-graph/axebow-graph.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,qCAAqC,CAAC;AAI7C,qBACa,WAAY,SAAQ,UAAU;IACzC,MAAM,CAAC,MAAM,4BAUX;IAE0B,KAAK,SAAM;IACV,QAAQ,UAAS;IAE9C,OAAO,CAAC,aAAa,CAInB;IAEF,MAAM;CAmBP"}
package/dist/index.js CHANGED
@@ -10173,7 +10173,7 @@ var AxebowGraph = class AxebowGraph extends LitElement {
10173
10173
  }
10174
10174
  render() {
10175
10175
  return html`
10176
- <div class="bg-white rounded-sm flex flex-col items-center p-4 gap-4 flex-1 w-full">
10176
+ <div class="bg-white rounded-sm flex flex-col items-center p-4 flex-1 w-full">
10177
10177
  <div class="flex justify-between w-full items-center">
10178
10178
  <p>${this.title}</p>
10179
10179
  <div class="cursor-pointer" @click=${this._handleToggle}>
@@ -10185,6 +10185,7 @@ var AxebowGraph = class AxebowGraph extends LitElement {
10185
10185
  ></axebow-icon>
10186
10186
  </div>
10187
10187
  </div>
10188
+ <axebow-divider thickness="1px" color="var(--axebow-gray)" margin="0.75rem 0 1rem 0"></axebow-divider>
10188
10189
  <slot></slot>
10189
10190
  </div>
10190
10191
  `;