amotify 0.2.61 → 0.2.62

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.
@@ -32,7 +32,7 @@ import { faRobot } from '@fortawesome/free-solid-svg-icons/faRobot'
32
32
 
33
33
  let Test = () => {
34
34
  return <>
35
- <Button.Button.Prime.R
35
+ <Button.Prime
36
36
  submitOption={ {
37
37
  formName: 'testForm',
38
38
  callback: ( form ) => {
@@ -41,7 +41,16 @@ let Test = () => {
41
41
  } }
42
42
  >
43
43
  Submit
44
- </Button.Button.Prime.R>
44
+ </Button.Prime>
45
+ <Button.Clear.S>
46
+ adsfvds
47
+ </Button.Clear.S>
48
+ <Button.Sub.L>
49
+ adsfvds
50
+ </Button.Sub.L>
51
+ <Button>
52
+ avsdfsg
53
+ </Button>
45
54
  <DesignBook
46
55
  />
47
56
  </>