@3dsource/source-ui-native 2.2.0 → 3.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 CHANGED
@@ -52,13 +52,13 @@ The components can be used directly in your HTML:
52
52
  ### Button Component
53
53
 
54
54
  ```html
55
- <src-button colorScheme="primary" size="medium"> Click Me </src-button>
55
+ <src-button weight="primary" size="md"> Click Me </src-button>
56
56
  ```
57
57
 
58
58
  ### Badge Component
59
59
 
60
60
  ```html
61
- <src-badge type="informational">Info</src-badge>
61
+ <src-badge context="info">Info</src-badge>
62
62
  ```
63
63
 
64
64
  ### Loading Component