amotify 0.0.14 → 0.0.15

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/@types/state.tsx CHANGED
@@ -87,7 +87,7 @@ declare global {
87
87
  type BorderParams = boolean | '0.trans' | '1.thin' | '2.normal' | '3.strong' | 'unset'
88
88
  type WidthParams = 0 | 1 | 2 | 3 | 4
89
89
  type ColorParams = '0.trans' | '1.thin' | '2.normal' | '3.strong' | 'theme' | 'posi' | 'nega' | 'warn' | 'white'
90
- type StyleParams = 'solid' | 'dashed' | 'double' | 'dotted'
90
+ type StyleParams = 'solid' | 'dashed' | 'double' | 'dotted' | 'none'
91
91
  type RadiusParams = 0 | '1/3' | '2/3' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 'sphere' | 'inherit' |
92
92
  '1.tone.primary' | '2.tone.secondary' | '3.tone.tertiary'
93
93
  }
@@ -125,7 +125,7 @@ declare global {
125
125
 
126
126
  textAlign?: 'left' | 'center' | 'right'
127
127
  }
128
- type WeightParams = '1.lighter' | '2.normal' | '3.bold'
128
+ type WeightParams = '1.lighter' | '2.normal' | '3.bold' | 'inherit'
129
129
  type ColorParams =
130
130
  Others.UniColors |
131
131
  '1.clear' | '2.normal' | '3.blur' | '4.thin' | '5.translucent' | '6.clear' |