@design-system-rte/core 0.10.0 → 0.10.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @design-system-rte/core
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9fcc804: ## Changes
8
+
9
+ - add correct behaviour on click
10
+
3
11
  ## 0.10.0
4
12
 
5
13
  ### Minor Changes
@@ -9,4 +9,5 @@ export interface IconButtonProps {
9
9
 
10
10
  export interface IconButtonToggleProps extends Omit<IconButtonProps, "appearance"> {
11
11
  selected?: boolean;
12
+ defaultSelected?: boolean;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-system-rte/core",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "lint": "eslint .",