@supersoniks/concorde 1.0.0 → 1.0.1
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.
- package/README.md +2 -11
- package/dist/concorde.bundle.js +666 -621
- package/package.json +1 -1
- package/types/components/event/event-prices/ssks-event-price.d.ts +2 -2
- package/types/components/event/event-prices/ssks-event-prices.d.ts +3 -3
- package/types/components/event/event-title/ssks-event-title.d.ts +2 -2
- package/types/components/event/ssks-event.d.ts +2 -2
- package/types/components/misc/ssks-fetch.d.ts +2 -2
- package/types/components/misc/ssks-list.d.ts +2 -2
- package/types/components/misc/ssks-subscriber.d.ts +2 -2
- package/types/components/misc/ssks-taxonomy.d.ts +3 -3
- package/types/components/misc/ssks-text-formatted.d.ts +3 -3
- package/types/components/misc/ssks-text.d.ts +3 -7
- package/types/components/product/prices-form/price-button/price-button.d.ts +1 -0
- package/types/components/ui/loader/loader.d.ts +4 -2
- package/types/components/event/event-illustration/ssks-event-illustration.d.ts +0 -14
- package/types/giftcards/giftcard.d.ts +0 -12
- package/types/giftcards/giftcards.d.ts +0 -15
- package/types/illustration/illustration.d.ts +0 -14
- package/types/styles/text-formatted/text-formatted.d.ts +0 -1
package/README.md
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
[](https://github.com/rodydavis/vite-lit-element-starter/actions/workflows/ci.yml)
|
|
4
|
-
|
|
5
|
-
Created with [vitejs](https://github.com/vitejs/vite) using [template-lit-element-ts](https://github.com/vitejs/vite/tree/main/packages/create-app/template-lit-element-ts).
|
|
6
|
-
|
|
7
|
-
- ✅ Github Pages
|
|
8
|
-
- ✅ ES Modules
|
|
9
|
-
- ✅ Github Actions
|
|
10
|
-
|
|
11
|
-
[Online Demo](https://rodydavis.github.io/vite-lit-element-starter/)
|
|
1
|
+
# Concorde - A Supersonik(s) design system
|
|
2
|
+
Based on Lit Element + Vite + Publisher Proxy
|
|
12
3
|
|
|
13
4
|
## Getting Started
|
|
14
5
|
|