@vitus-labs/rocketstyle 0.65.0 → 0.67.0
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/LICENSE +1 -1
- package/lib/analysis/vitus-labs-rocketstyle.js.html +5095 -4901
- package/lib/analysis/vitus-labs-rocketstyle.module.js.html +5095 -4901
- package/lib/index.d.ts +244 -173
- package/lib/types/cache/LocalThemeManager.d.ts +1 -0
- package/lib/types/cache/LocalThemeManager.d.ts.map +1 -0
- package/lib/types/cache/index.d.ts +1 -0
- package/lib/types/cache/index.d.ts.map +1 -0
- package/lib/types/constants/booleanTags.d.ts +1 -0
- package/lib/types/constants/booleanTags.d.ts.map +1 -0
- package/lib/types/constants/defaultDimensions.d.ts +2 -1
- package/lib/types/constants/defaultDimensions.d.ts.map +1 -0
- package/lib/types/constants/index.d.ts +1 -0
- package/lib/types/constants/index.d.ts.map +1 -0
- package/lib/types/context/context.d.ts +3 -2
- package/lib/types/context/context.d.ts.map +1 -0
- package/lib/types/context/createLocalProvider.d.ts +3 -2
- package/lib/types/context/createLocalProvider.d.ts.map +1 -0
- package/lib/types/context/localContext.d.ts +3 -2
- package/lib/types/context/localContext.d.ts.map +1 -0
- package/lib/types/hoc/index.d.ts +1 -0
- package/lib/types/hoc/index.d.ts.map +1 -0
- package/lib/types/hoc/rocketstyleAttrsHoc.d.ts +2 -1
- package/lib/types/hoc/rocketstyleAttrsHoc.d.ts.map +1 -0
- package/lib/types/hooks/index.d.ts +1 -0
- package/lib/types/hooks/index.d.ts.map +1 -0
- package/lib/types/hooks/usePseudoState.d.ts +2 -1
- package/lib/types/hooks/usePseudoState.d.ts.map +1 -0
- package/lib/types/hooks/useRef.d.ts +2 -1
- package/lib/types/hooks/useRef.d.ts.map +1 -0
- package/lib/types/hooks/useTheme.d.ts +3 -2
- package/lib/types/hooks/useTheme.d.ts.map +1 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/init.d.ts +2 -1
- package/lib/types/init.d.ts.map +1 -0
- package/lib/types/isRocketComponent.d.ts +2 -1
- package/lib/types/isRocketComponent.d.ts.map +1 -0
- package/lib/types/rocketstyle.d.ts +1 -0
- package/lib/types/rocketstyle.d.ts.map +1 -0
- package/lib/types/types/attrs.d.ts +2 -1
- package/lib/types/types/attrs.d.ts.map +1 -0
- package/lib/types/types/config.d.ts +7 -6
- package/lib/types/types/config.d.ts.map +1 -0
- package/lib/types/types/configuration.d.ts +7 -6
- package/lib/types/types/configuration.d.ts.map +1 -0
- package/lib/types/types/dimensions.d.ts +22 -21
- package/lib/types/types/dimensions.d.ts.map +1 -0
- package/lib/types/types/hoc.d.ts +3 -2
- package/lib/types/types/hoc.d.ts.map +1 -0
- package/lib/types/types/pseudo.d.ts +4 -3
- package/lib/types/types/pseudo.d.ts.map +1 -0
- package/lib/types/types/rocketComponent.d.ts +2 -1
- package/lib/types/types/rocketComponent.d.ts.map +1 -0
- package/lib/types/types/rocketstyle.d.ts +2 -1
- package/lib/types/types/rocketstyle.d.ts.map +1 -0
- package/lib/types/types/styles.d.ts +7 -6
- package/lib/types/types/styles.d.ts.map +1 -0
- package/lib/types/types/theme.d.ts +5 -4
- package/lib/types/types/theme.d.ts.map +1 -0
- package/lib/types/types/utils.d.ts +19 -18
- package/lib/types/types/utils.d.ts.map +1 -0
- package/lib/types/utils/attrs.d.ts +6 -5
- package/lib/types/utils/attrs.d.ts.map +1 -0
- package/lib/types/utils/chaining.d.ts +6 -5
- package/lib/types/utils/chaining.d.ts.map +1 -0
- package/lib/types/utils/collection.d.ts +2 -1
- package/lib/types/utils/collection.d.ts.map +1 -0
- package/lib/types/utils/compose.d.ts +2 -1
- package/lib/types/utils/compose.d.ts.map +1 -0
- package/lib/types/utils/dimensions.d.ts +9 -8
- package/lib/types/utils/dimensions.d.ts.map +1 -0
- package/lib/types/utils/statics.d.ts +3 -2
- package/lib/types/utils/statics.d.ts.map +1 -0
- package/lib/types/utils/styles.d.ts +2 -1
- package/lib/types/utils/styles.d.ts.map +1 -0
- package/lib/types/utils/theme.d.ts +7 -6
- package/lib/types/utils/theme.d.ts.map +1 -0
- package/lib/vitus-labs-rocketstyle.js +7 -12
- package/lib/vitus-labs-rocketstyle.js.map +1 -1
- package/lib/vitus-labs-rocketstyle.module.js +1 -1
- package/lib/vitus-labs-rocketstyle.module.js.map +1 -1
- package/package.json +10 -10