amotify 0.2.103 → 0.2.106

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.
@@ -119,8 +119,8 @@ export type gap = gapUnit | [gapUnit, gapUnit];
119
119
  export type overflowUnit = 'auto' | 'hidden' | 'scroll' | 'visible' | 'unset';
120
120
  export type overflow = overflowUnit | [overflowUnit, overflowUnit];
121
121
  export type UniColors = 'inherit' | 'theme' | 'posi' | 'nega' | 'warn' | 'white' | 'black' | 'dark' | ThemeColor;
122
- export type LayerColors = 'layer.1' | 'layer.2' | 'layer.3' | 'layer.4' | 'layer.5' | 'layer.6';
123
- export type BackgroundColor = UniColors | LayerColors | 'layer.1.opa.few' | 'layer.1.opa.low' | 'layer.1.opa.middle' | 'layer.1.opa.high' | 'layer.4.opa.few' | 'layer.4.opa.low' | 'layer.4.opa.middle' | 'layer.4.opa.high' | 'theme.opa.few' | 'theme.opa.low' | 'theme.opa.middle' | 'theme.opa.high' | 'theme.lighten' | 'theme.lighter' | 'theme.lightest' | 'theme.darken' | 'theme.darker' | 'theme.darkest' | 'nega.opa.low' | 'nega.opa.middle' | 'posi.opa.low' | 'posi.opa.middle' | 'mono.positive' | 'mono.negative' | 'cloud' | 'trans' | 'none';
122
+ export type LayerColors = 'layer.0' | 'layer.1' | 'layer.2' | 'layer.3' | 'layer.4' | 'layer.5' | 'layer.6';
123
+ export type BackgroundColor = UniColors | LayerColors | 'layer.0.opa.few' | 'layer.0.opa.low' | 'layer.0.opa.middle' | 'layer.0.opa.high' | 'layer.1.opa.few' | 'layer.1.opa.low' | 'layer.1.opa.middle' | 'layer.1.opa.high' | 'layer.4.opa.few' | 'layer.4.opa.low' | 'layer.4.opa.middle' | 'layer.4.opa.high' | 'theme.opa.few' | 'theme.opa.low' | 'theme.opa.middle' | 'theme.opa.high' | 'theme.lighten' | 'theme.lighter' | 'theme.lightest' | 'theme.darken' | 'theme.darker' | 'theme.darkest' | 'nega.opa.low' | 'nega.opa.middle' | 'posi.opa.low' | 'posi.opa.middle' | 'mono.positive' | 'mono.negative' | 'cloud' | 'trans' | 'none';
124
124
  export type TRBL = 0 | '1/12' | '1/6' | '1/4' | '1/3' | '1/2' | '2/3' | '3/4' | 1 | 2 | 3 | 4 | '50%' | '100%';
125
125
  export type EffectsOnActive = 'ripple.white' | 'ripple.cloud' | 'ripple.theme' | 'push' | 'expand' | 'shrink' | 'pudding' | 'fade' | 'none';
126
126
  export type Properties = Pargins.States & Fonts.States & Borders.States & FlexGrids.States & Sizes.States & StyleSets.States & {
@@ -130,7 +130,7 @@ export type Properties = Pargins.States & Fonts.States & Borders.States & FlexGr
130
130
  colors: string[];
131
131
  };
132
132
  boxShadow?: '3.min.inset' | '3.normal.inset' | '3.remark.inset' | '3.max.inset' | '2.min.inset' | '2.normal.inset' | '2.remark.inset' | '2.max.inset' | '1.min.inset' | '1.normal.inset' | '1.remark.inset' | '1.max.inset' | '0.min.inset' | '0.normal.inset' | '0.remark.inset' | '0.max.inset' | '0.min' | '0.normal' | '0.remark' | '0.max' | '1.min' | '1.normal' | '1.remark' | '1.max' | '2.min' | '2.normal' | '2.remark' | '2.max' | '3.min' | '3.normal' | '3.remark' | '3.max' | '4.min' | '4.normal' | '4.remark' | '4.max' | '5.min' | '5.normal' | '5.remark' | '5.max' | 'none';
133
- display?: 'block' | 'none' | 'flex' | 'grid' | 'inlineBlock' | 'inlineFlex';
133
+ display?: 'block' | 'none' | 'flex' | 'grid' | 'inlineBlock' | 'inlineFlex' | 'inline';
134
134
  gap?: gap;
135
135
  overflow?: overflow;
136
136
  position?: 'relative' | 'absolute' | 'fixed' | 'sticky' | 'static';