@kumori/aurora-wui-components 0.0.85 → 0.0.86

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-getting-started-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-getting-started-card/axebow-getting-started-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAElD,OAAO,6DAA6D,CAAC;AACrE,OAAO,+DAA+D,CAAC;AACvE,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAG9D;;;;;;GAMG;AACH,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,0BAA0B;IAEX,OAAO,SAAM;IACb,WAAW,SAAM;IAClB,KAAK,EAAE,QAAQ,EAAE,CAAM;IAEtB,UAAU,SAAM;IAChB,YAAY,SAAM;IAClB,kBAAkB,SAAM;IACvB,aAAa,UAAS;IACnB,qBAAqB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,WAAW,SAAM;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtD,MAAM;CA2CP"}
1
+ {"version":3,"file":"axebow-getting-started-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-getting-started-card/axebow-getting-started-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAElD,OAAO,6DAA6D,CAAC;AACrE,OAAO,+DAA+D,CAAC;AACvE,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAG9D;;;;;;GAMG;AACH,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,0BAA0B;IAEX,OAAO,SAAM;IACb,WAAW,SAAM;IAClB,KAAK,EAAE,QAAQ,EAAE,CAAM;IAEtB,UAAU,SAAM;IAChB,YAAY,SAAM;IAClB,kBAAkB,SAAM;IACvB,aAAa,UAAS;IACnB,qBAAqB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,WAAW,SAAM;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtD,MAAM;CA+CP"}
package/dist/index.js CHANGED
@@ -3943,7 +3943,9 @@ var AxebowGettingStartedCard = class AxebowGettingStartedCard extends LitElement
3943
3943
  return html`
3944
3944
  <div class="w-294 flex flex-col bg-white rounded-lg shadow-sm">
3945
3945
  <h2 class="text-md font-bold text-center mt-6 mx-6 mb-4 text-(--axebow-primary)">${this.heading}</h2>
3946
- <sl-divider class="w-282" style="margin: 0 1.5rem;"></sl-divider>
3946
+ <div class="w-282 mx-6">
3947
+ <sl-divider style="width: 100%; margin: 0;"></sl-divider>
3948
+ </div>
3947
3949
  <div class="w-282 h-52.75 mx-6 flex flex-col">
3948
3950
  <p class="text-base text-center my-4 text-gray-600">${this.description}</p>
3949
3951
  <div class="flex gap-4">
@@ -3959,8 +3961,10 @@ var AxebowGettingStartedCard = class AxebowGettingStartedCard extends LitElement
3959
3961
  `)}
3960
3962
  </div>
3961
3963
  </div>
3962
- <sl-divider class="w-282" style="margin: 0 1.5rem;"></sl-divider>
3963
- <div class="w-139 h-9.5 mx-6 mt-4 mb-6 flex items-center justify-center gap-6">
3964
+ <div class="w-282 mx-6 mt-4 mb-4">
3965
+ <sl-divider style="width: 100%; margin: 0;"></sl-divider>
3966
+ </div>
3967
+ <div class="w-139 h-9.5 mx-6 mb-6 flex items-center justify-center gap-6">
3964
3968
  ${this.contactUrl ? html`
3965
3969
  <axebow-button variant="primary" outline @click=${() => window.open(this.contactUrl, "_blank")}>
3966
3970
  ${this.contactLabel}