@kumori/aurora-wui-components 0.0.274-dev4142.13 → 0.0.274-dev4142.15
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;
|
|
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;CAkBP"}
|
package/dist/index.js
CHANGED
|
@@ -10173,18 +10173,18 @@ 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
|
|
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}>
|
|
10180
10180
|
<axebow-icon
|
|
10181
10181
|
iconName=${this.expanded ? "zoom_in_map" : "zoom_out_map"}
|
|
10182
10182
|
iconColor="var(--axebow-tertiary)"
|
|
10183
|
-
class="ml-auto mr-4"
|
|
10184
10183
|
size="md"
|
|
10185
10184
|
></axebow-icon>
|
|
10186
10185
|
</div>
|
|
10187
10186
|
</div>
|
|
10187
|
+
<axebow-divider thickness="1px" color="var(--axebow-base)" margin="0.75rem 0 1rem 0"></axebow-divider>
|
|
10188
10188
|
<slot></slot>
|
|
10189
10189
|
</div>
|
|
10190
10190
|
`;
|