@lukso/web-components 1.0.5 → 1.0.7
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/CHANGELOG.md +21 -0
- package/dist/assets/fonts/index.umd.cjs +1 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +1880 -0
- package/dist/components/index.umd.cjs +111 -0
- package/dist/components/lukso-button/index.d.ts +17 -0
- package/dist/components/lukso-button/index.js +1172 -0
- package/dist/{directive-619b88dd.cjs → components/lukso-button/index.umd.cjs} +31 -15
- package/dist/components/lukso-test/index.d.ts +18 -0
- package/dist/components/lukso-test/index.js +1820 -0
- package/dist/components/lukso-test/index.umd.cjs +95 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1878 -4
- package/dist/index.umd.cjs +111 -0
- package/dist/sass/index.js +2 -2
- package/dist/sass/index.umd.cjs +1 -0
- package/dist/shared/assets/fonts/index.d.ts +2 -0
- package/dist/shared/directives/custom-class-map.d.ts +27 -0
- package/dist/shared/globals.d.ts +5 -0
- package/dist/shared/styles/index.d.ts +2 -0
- package/dist/shared/tailwind.element.d.ts +6 -0
- package/dist/{directive-76d5504a.js → shared/tailwind.element.js} +113 -177
- package/dist/shared/tailwind.element.umd.cjs +39 -0
- package/dist/styles/index.umd.cjs +1 -0
- package/package.json +31 -31
- package/src/components/index.ts +4 -0
- package/src/components/lukso-button/index.ts +55 -1
- package/src/index.ts +1 -3
- package/dist/assets/fonts/index.cjs +0 -1
- package/dist/index.cjs +0 -1
- package/dist/lukso-button-4b795065.js +0 -57
- package/dist/lukso-button-ab7e2769.cjs +0 -17
- package/dist/lukso-button.cjs +0 -1
- package/dist/lukso-button.js +0 -2
- package/dist/lukso-test.cjs +0 -41
- package/dist/lukso-test.js +0 -710
- package/dist/sass/index.cjs +0 -1
- package/dist/styles/index.cjs +0 -1
- package/dist/styles/main.css.map +0 -1
- package/src/components/lukso-button/lukso-button.ts +0 -55
- package/src/docs/buttons.stories.mdx +0 -35
- package/src/docs/colors.stories.mdx +0 -72
- package/src/docs/typography.stories.mdx +0 -360
- package/src/globals.d.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.7](https://github.com/lukso-network/tools-web-components/compare/v1.0.6...v1.0.7) (2023-01-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Add shared tailwind.element so typedefs can be compiled. ([df68e8c](https://github.com/lukso-network/tools-web-components/commit/df68e8c367dd76da077979899eff4f8fa4eaa3d1))
|
|
9
|
+
* Also export ./components ([5465e2e](https://github.com/lukso-network/tools-web-components/commit/5465e2e7cd32c4d512b8c99a69090eff58bd3e51))
|
|
10
|
+
* Improve eslint a bit to check the whole dist folder for testing ([c17b335](https://github.com/lukso-network/tools-web-components/commit/c17b3358f055e5dcabb326c2a6949e762c9a5d5d))
|
|
11
|
+
* Lint will fail if non of the generated files are checked in ([9f35c04](https://github.com/lukso-network/tools-web-components/commit/9f35c0454870bd7df5b2fe8ac018f22c889f977d))
|
|
12
|
+
* Missing changes ([c1e8464](https://github.com/lukso-network/tools-web-components/commit/c1e8464047319f672a9df13c24629370776662a8))
|
|
13
|
+
* Remove custom-elements.json and src/components/index.ts from git and add to .gitignore. ([f6fc836](https://github.com/lukso-network/tools-web-components/commit/f6fc836c086002114ab69ea3d2f7400626a8cf11))
|
|
14
|
+
* Remove dist files before build ([e2c4bed](https://github.com/lukso-network/tools-web-components/commit/e2c4bed083521aeb13c592999b2a962dba30c407))
|
|
15
|
+
* Split builds into separate calls ([8d0b9a8](https://github.com/lukso-network/tools-web-components/commit/8d0b9a89ae33c48e46f3d7ab182ebc9d54e0d538))
|
|
16
|
+
|
|
17
|
+
## [1.0.6](https://github.com/lukso-network/tools-web-components/compare/v1.0.5...v1.0.6) (2023-01-23)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* tinycolor2 must be a regular dependency ([98489b6](https://github.com/lukso-network/tools-web-components/commit/98489b6aeb5d6dc693b35fc4892cd665f3321789))
|
|
23
|
+
|
|
3
24
|
## [1.0.5](https://github.com/lukso-network/tools-web-components/compare/v1.0.4...v1.0.5) (2023-01-23)
|
|
4
25
|
|
|
5
26
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e["Lukso Components: Fonts"]=n())})(this,function(){"use strict";return __dirname});
|