amotify 0.2.87 → 0.2.88

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.
@@ -5,7 +5,6 @@ import React,{ StrictMode,useEffect } from 'react'
5
5
  import $$ from 'jmini'
6
6
 
7
7
  import {
8
- DesignBook,
9
8
  Config,
10
9
  ReactElement,
11
10
  Row,
@@ -27,8 +26,9 @@ import {
27
26
 
28
27
  import '../../dist/@styles/style.css'
29
28
 
30
-
31
- import { faRobot } from '@fortawesome/free-solid-svg-icons/faRobot'
29
+ import {
30
+ DesignBook
31
+ } from './designBook'
32
32
 
33
33
  const OpenSheetA = () => {
34
34
  Sheet.open( {
@@ -95,6 +95,32 @@ let Test = () => {
95
95
  } }
96
96
  >
97
97
  <Column gap={ 2 }>
98
+ <Row.Left>
99
+ <Input.Switch.S
100
+ icon={ <FAI.Check /> }
101
+ />
102
+ <Input.Switch
103
+ icon={ <FAI.Check /> }
104
+ />
105
+ <Input.Switch.L
106
+ icon={ <FAI.Check /> }
107
+ />
108
+ </Row.Left>
109
+ <Row.Left>
110
+ <Input.Switch.S
111
+ isApply
112
+ icon={ <FAI.Check /> }
113
+ />
114
+ <Input.Switch
115
+ isApply
116
+ icon={ <FAI.Check /> }
117
+ />
118
+ <Input.Switch.L
119
+ isApply
120
+ icon={ <FAI.Check /> }
121
+ />
122
+ </Row.Left>
123
+
98
124
  <Input.Radio
99
125
  gap={ 1 }
100
126
  iconSize='small'