@conduction/components 2.0.2 → 2.0.3
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
- **Version 2**
|
|
6
6
|
|
|
7
|
+
- 2.0.3: Bugfix: --conduction-container typo removed;
|
|
7
8
|
- 2.0.2: Refactor SelectSingle formField with optional props;
|
|
8
9
|
- 2.0.1: Refactor SecondaryTopNav css module import;
|
|
9
10
|
- 2.0.0: components are now dependent on `--skeleton` design tokens, currently found [here](https://github.com/OpenCatalogi/web-app/blob/development/pwa/src/styling/design-tokens/skeleton-design-tokens.css).
|
package/package.json
CHANGED