@app-studio/web 0.9.5 → 0.9.7
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/dist/components/Background/Background/Background.props.d.ts +69 -0
- package/dist/components/Background/Background/Background.style.d.ts +23 -0
- package/dist/components/Background/Background/Background.type.d.ts +42 -0
- package/dist/components/Background/Background/Background.view.d.ts +15 -0
- package/dist/components/Background/Background.d.ts +16 -0
- package/dist/components/Background/examples/aurora.d.ts +2 -0
- package/dist/components/Background/examples/combinedEffects.d.ts +2 -0
- package/dist/components/Background/examples/default.d.ts +2 -0
- package/dist/components/Background/examples/grid.d.ts +2 -0
- package/dist/components/Background/examples/index.d.ts +8 -0
- package/dist/components/Background/examples/meteors.d.ts +2 -0
- package/dist/components/Background/examples/particles.d.ts +2 -0
- package/dist/components/Background/examples/ripples.d.ts +2 -0
- package/dist/components/Background/examples/wall.d.ts +2 -0
- package/dist/components/Background/index.d.ts +3 -0
- package/dist/components/Button/Button/Button.props.d.ts +4 -0
- package/dist/components/Button/Button/Button.style.d.ts +4 -0
- package/dist/components/Button/examples/animatedStroke.d.ts +2 -0
- package/dist/components/Button/examples/borderMoving.d.ts +2 -0
- package/dist/components/Button/examples/effectsTest.d.ts +2 -0
- package/dist/components/Button/examples/index.d.ts +2 -0
- package/dist/components/ColorPicker/ColorPicker/ColorPicker.props.d.ts +45 -0
- package/dist/components/ColorPicker/ColorPicker/ColorPicker.state.d.ts +15 -0
- package/dist/components/ColorPicker/ColorPicker/ColorPicker.style.d.ts +34 -0
- package/dist/components/ColorPicker/ColorPicker/ColorPicker.type.d.ts +34 -0
- package/dist/components/ColorPicker/ColorPicker/ColorPicker.view.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/components/ColorPicker/examples/controlled.d.ts +2 -0
- package/dist/components/ColorPicker/examples/customColors.d.ts +2 -0
- package/dist/components/ColorPicker/examples/default.d.ts +2 -0
- package/dist/components/ColorPicker/examples/formIntegration.d.ts +2 -0
- package/dist/components/ColorPicker/examples/index.d.ts +7 -0
- package/dist/components/ColorPicker/examples/shapes.d.ts +2 -0
- package/dist/components/ColorPicker/examples/sizes.d.ts +2 -0
- package/dist/components/ColorPicker/examples/variants.d.ts +2 -0
- package/dist/components/EmojiPicker/EmojiPicker/EmojiPicker.props.d.ts +48 -0
- package/dist/components/EmojiPicker/EmojiPicker/EmojiPicker.state.d.ts +18 -0
- package/dist/components/EmojiPicker/EmojiPicker/EmojiPicker.style.d.ts +36 -0
- package/dist/components/EmojiPicker/EmojiPicker/EmojiPicker.type.d.ts +28 -0
- package/dist/components/EmojiPicker/EmojiPicker/EmojiPicker.view.d.ts +4 -0
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +3 -0
- package/dist/components/EmojiPicker/examples/controlled.d.ts +2 -0
- package/dist/components/EmojiPicker/examples/customEmojis.d.ts +2 -0
- package/dist/components/EmojiPicker/examples/default.d.ts +2 -0
- package/dist/components/EmojiPicker/examples/formIntegration.d.ts +2 -0
- package/dist/components/EmojiPicker/examples/index.d.ts +7 -0
- package/dist/components/EmojiPicker/examples/shapes.d.ts +2 -0
- package/dist/components/EmojiPicker/examples/sizes.d.ts +2 -0
- package/dist/components/EmojiPicker/examples/variants.d.ts +2 -0
- package/dist/components/Form/ColorInput/ColorInput/ColorInput.props.d.ts +54 -0
- package/dist/components/Form/ColorInput/ColorInput/ColorInput.state.d.ts +20 -0
- package/dist/components/Form/ColorInput/ColorInput/ColorInput.style.d.ts +31 -0
- package/dist/components/Form/ColorInput/ColorInput/ColorInput.type.d.ts +36 -0
- package/dist/components/Form/ColorInput/ColorInput/ColorInput.view.d.ts +4 -0
- package/dist/components/Form/ColorInput/ColorInput.d.ts +3 -0
- package/dist/components/Form/ColorInput/examples/Default.d.ts +2 -0
- package/dist/components/Form/ColorInput/examples/FormIntegration.d.ts +2 -0
- package/dist/components/Form/ColorInput/examples/Sizes.d.ts +2 -0
- package/dist/components/Form/ColorInput/examples/Variants.d.ts +2 -0
- package/dist/components/Form/ColorInput/examples/index.d.ts +4 -0
- package/dist/components/Form/Form.d.ts +1 -0
- package/dist/components/Formik/Formik.ColorInput.d.ts +6 -0
- package/dist/components/Formik/examples/FormikColorInput.d.ts +2 -0
- package/dist/components/Formik/examples/index.d.ts +1 -0
- package/dist/components/Formik/index.d.ts +1 -0
- package/dist/components/Title/Title/Title.style.d.ts +0 -5
- package/dist/components/Title/Title/Title.type.d.ts +1 -1
- package/dist/components/index.d.ts +8 -0
- package/dist/pages/background.page.d.ts +3 -0
- package/dist/pages/colorInput.page.d.ts +3 -0
- package/dist/pages/colorPicker.page.d.ts +3 -0
- package/dist/pages/docs/components/CustomLiveCode.component.d.ts +10 -0
- package/dist/pages/emojiPicker.page.d.ts +3 -0
- package/dist/web.cjs.development.js +4981 -885
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +4977 -886
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +4987 -891
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +2 -1
- package/dist/pages/docs/components/LiveCode.component.d.ts +0 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.