@kumori/aurora-wui-components 0.0.274-dev4142.14 → 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;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"}
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
@@ -10180,12 +10180,11 @@ var AxebowGraph = class AxebowGraph extends LitElement {
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>
10188
- <axebow-divider thickness="1px" color="var(--axebow-gray)" margin="0.75rem 0 1rem 0"></axebow-divider>
10187
+ <axebow-divider thickness="1px" color="var(--axebow-base)" margin="0.75rem 0 1rem 0"></axebow-divider>
10189
10188
  <slot></slot>
10190
10189
  </div>
10191
10190
  `;