@cube-dev/ui-kit 0.11.2 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/_internal/hooks/index.js +1 -1
- package/cjs/_internal/hooks/use-chained-callback.js +1 -1
- package/cjs/_internal/hooks/use-deprecation-warning.js +1 -1
- package/cjs/_internal/hooks/use-event.js +1 -1
- package/cjs/_internal/hooks/use-sync-ref.js +3 -2
- package/cjs/_internal/hooks/use-timer/index.js +1 -1
- package/cjs/_internal/hooks/use-timer/timer.js +1 -1
- package/cjs/_internal/hooks/use-timer/use-timer.js +1 -1
- package/cjs/_internal/index.js +1 -1
- package/cjs/components/Base.js +1 -1
- package/cjs/components/Block.js +1 -1
- package/cjs/components/GlobalStyles.js +1 -1
- package/cjs/components/GridProvider.js +1 -1
- package/cjs/components/HiddenInput.js +1 -1
- package/cjs/components/OpenTrasition.js +1 -1
- package/cjs/components/Root.js +1 -1
- package/cjs/components/actions/Action.js +1 -1
- package/cjs/components/actions/Button/Button.js +61 -48
- package/cjs/components/actions/Button/Submit.js +1 -1
- package/cjs/components/actions/Button/index.js +1 -1
- package/cjs/components/actions/ButtonGroup/ButtonGroup.js +1 -1
- package/cjs/components/actions/index.js +1 -1
- package/cjs/components/content/ActiveZone/ActiveZone.js +1 -1
- package/cjs/components/content/Alert/Alert.js +1 -1
- package/cjs/components/content/Alert/index.js +1 -1
- package/cjs/components/content/Alert/types.js +1 -1
- package/cjs/components/content/Alert/use-alert.js +1 -1
- package/cjs/components/content/Avatar/Avatar.js +1 -1
- package/cjs/components/content/Badge/Badge.js +1 -1
- package/cjs/components/content/Card/Card.js +1 -1
- package/cjs/components/content/Content.js +1 -1
- package/cjs/components/content/CopySnippet/CopySnippet.js +1 -1
- package/cjs/components/content/CopySnippet/index.js +1 -1
- package/cjs/components/content/Divider.js +1 -1
- package/cjs/components/content/Footer.js +1 -1
- package/cjs/components/content/Header.js +1 -1
- package/cjs/components/content/Paragraph.js +1 -1
- package/cjs/components/content/Placeholder/Placeholder.js +1 -1
- package/cjs/components/content/PrismCode/PrismCode.js +1 -1
- package/cjs/components/content/Result/Result.js +1 -1
- package/cjs/components/content/Skeleton/Skeleton.js +1 -1
- package/cjs/components/content/Tag/Tag.js +1 -1
- package/cjs/components/content/Text.js +1 -1
- package/cjs/components/content/Title.js +1 -1
- package/cjs/components/forms/Checkbox/Checkbox.js +3 -2
- package/cjs/components/forms/Checkbox/CheckboxGroup.js +3 -2
- package/cjs/components/forms/Checkbox/context.js +1 -1
- package/cjs/components/forms/FieldWrapper.js +5 -4
- package/cjs/components/forms/FileInput/FileInput.js +3 -2
- package/cjs/components/forms/Form/Field.js +4 -4
- package/cjs/components/forms/Form/Form.js +2 -4
- package/cjs/components/forms/Form/index.js +3 -2
- package/cjs/components/forms/Form/types.js +11 -0
- package/cjs/components/forms/Form/useForm.js +43 -47
- package/cjs/components/forms/Form/validation.js +1 -1
- package/cjs/components/forms/Input/Input.js +1 -1
- package/cjs/components/forms/Input/index.js +1 -1
- package/cjs/components/forms/Label.js +1 -1
- package/cjs/components/forms/NumberInput/NumberInput.js +1 -1
- package/cjs/components/forms/NumberInput/StepButton.js +1 -1
- package/cjs/components/forms/PasswordInput/PasswordInput.js +1 -1
- package/cjs/components/forms/RadioGroup/Radio.js +2 -2
- package/cjs/components/forms/RadioGroup/RadioGroup.js +4 -3
- package/cjs/components/forms/RadioGroup/context.js +1 -1
- package/cjs/components/forms/SearchInput/SearchInput.js +2 -2
- package/cjs/components/forms/Switch/Switch.js +21 -22
- package/cjs/components/forms/TextArea/TextArea.js +4 -4
- package/cjs/components/forms/TextInput/TextInput.js +1 -1
- package/cjs/components/forms/TextInput/TextInputBase.js +3 -2
- package/cjs/components/forms/index.js +1 -1
- package/cjs/components/layout/Flex.js +1 -1
- package/cjs/components/layout/Flow.js +1 -1
- package/cjs/components/layout/Grid.js +1 -1
- package/cjs/components/layout/Prefix.js +2 -2
- package/cjs/components/layout/Space.js +1 -1
- package/cjs/components/layout/Suffix.js +1 -1
- package/cjs/components/navigation/LegacyTabs/LegacyTabs.js +3 -2
- package/cjs/components/navigation/Link/Link.js +1 -1
- package/cjs/components/organisms/FileTabs/FileTabs.js +3 -2
- package/cjs/components/organisms/Modal/Modal.js +1 -1
- package/cjs/components/organisms/StatsCard/StatsCard.js +1 -1
- package/cjs/components/other/Base64Upload/Base64Upload.js +1 -1
- package/cjs/components/other/CloudLogo/CloudLogo.js +1 -1
- package/cjs/components/overlays/AlertDialog/AlertDialog.js +5 -5
- package/cjs/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
- package/cjs/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
- package/cjs/components/overlays/AlertDialog/index.js +1 -1
- package/cjs/components/overlays/AlertDialog/types.js +1 -1
- package/cjs/components/overlays/Dialog/Dialog.js +1 -1
- package/cjs/components/overlays/Dialog/DialogContainer.js +1 -1
- package/cjs/components/overlays/Dialog/DialogForm.js +3 -3
- package/cjs/components/overlays/Dialog/DialogTrigger.js +1 -1
- package/cjs/components/overlays/Dialog/context.js +1 -1
- package/cjs/components/overlays/Dialog/index.js +1 -1
- package/cjs/components/overlays/Modal/Modal.js +1 -1
- package/cjs/components/overlays/Modal/OpenTransition.js +1 -1
- package/cjs/components/overlays/Modal/Overlay.js +1 -1
- package/cjs/components/overlays/Modal/Popover.js +1 -1
- package/cjs/components/overlays/Modal/Tray.js +1 -1
- package/cjs/components/overlays/Modal/Underlay.js +1 -1
- package/cjs/components/overlays/Modal/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/Bar/FloatingNotification.js +1 -1
- package/cjs/components/overlays/NewNotifications/Bar/NotificationsBar.js +2 -2
- package/cjs/components/overlays/NewNotifications/Bar/TransitionComponent.js +1 -1
- package/cjs/components/overlays/NewNotifications/Bar/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/Dialog/NotificationsDialogTrigger.js +1 -1
- package/cjs/components/overlays/NewNotifications/Dialog/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/Notification.js +10 -7
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationAction.js +12 -2
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationCloseButton.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationDescription.js +8 -2
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationFooter.js +4 -3
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationHeader.js +2 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationIcon.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationProvider.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationView.js +5 -5
- package/cjs/components/overlays/NewNotifications/NotificationView/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/types.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsContext/NotificationsProvider.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsContext/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsContext/use-notifications.js +2 -2
- package/cjs/components/overlays/NewNotifications/NotificationsList.js +5 -5
- package/cjs/components/overlays/NewNotifications/hooks/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/types.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notification-list-item.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notifications-api.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notifications-list.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notifications-observer.js +1 -1
- package/cjs/components/overlays/NewNotifications/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/types.js +1 -1
- package/cjs/components/overlays/Notification/Notification.js +1 -1
- package/cjs/components/overlays/OverlayWrapper.js +1 -1
- package/cjs/components/overlays/Toasts/Toast.js +10 -9
- package/cjs/components/overlays/Toasts/index.js +1 -1
- package/cjs/components/overlays/Toasts/types.js +1 -1
- package/cjs/components/overlays/Toasts/use-toasts-api.js +1 -1
- package/cjs/components/overlays/Tooltip/Tooltip.js +1 -1
- package/cjs/components/overlays/Tooltip/TooltipProvider.js +2 -2
- package/cjs/components/overlays/Tooltip/TooltipTrigger.js +7 -6
- package/cjs/components/overlays/Tooltip/context.js +1 -1
- package/cjs/components/pickers/ComboBox/ComboBox.js +14 -17
- package/cjs/components/pickers/Menu/Menu.js +4 -3
- package/cjs/components/pickers/Menu/MenuButton.js +5 -3
- package/cjs/components/pickers/Menu/MenuItem.js +2 -2
- package/cjs/components/pickers/Menu/MenuSection.js +1 -1
- package/cjs/components/pickers/Menu/MenuTrigger.js +2 -2
- package/cjs/components/pickers/Menu/context.js +1 -1
- package/cjs/components/pickers/Menu/styled.js +1 -1
- package/cjs/components/pickers/Select/Select.js +21 -17
- package/cjs/components/portal/Portal.js +1 -1
- package/cjs/components/portal/PortalProvider.js +1 -1
- package/cjs/components/portal/index.js +1 -1
- package/cjs/components/portal/storybook/templates/CustomRoot.js +1 -1
- package/cjs/components/portal/storybook/templates/PortalOrder.js +1 -1
- package/cjs/components/portal/storybook/templates/basic.js +1 -1
- package/cjs/components/portal/storybook/templates/index.js +1 -1
- package/cjs/components/portal/types.js +1 -1
- package/cjs/components/portal/usePortal.js +1 -1
- package/cjs/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
- package/cjs/components/status/LoadingAnimation/index.js +1 -1
- package/cjs/components/status/Spin/Cube.js +1 -1
- package/cjs/components/status/Spin/InternalSpinner.js +1 -1
- package/cjs/components/status/Spin/Spin.js +1 -1
- package/cjs/components/status/Spin/SpinsContainer.js +1 -1
- package/cjs/components/status/Spin/index.js +1 -1
- package/cjs/components/status/Spin/types.js +1 -1
- package/cjs/components/status/index.js +1 -1
- package/cjs/data/themes.js +1 -1
- package/cjs/icons/Attention.js +1 -1
- package/cjs/icons/Cross.js +1 -1
- package/cjs/icons/Danger.js +1 -1
- package/cjs/icons/Success.js +1 -1
- package/cjs/icons/index.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/provider.js +1 -1
- package/cjs/providers/StyleProvider.js +1 -1
- package/cjs/services/notification.js +1 -1
- package/cjs/shared/form.js +1 -1
- package/cjs/shared/index.js +1 -1
- package/cjs/stories/FormFieldArgs.js +1 -1
- package/cjs/stories/components/ConfirmDeletionDialogForm.js +1 -1
- package/cjs/stories/components/DialogFormApp.js +1 -1
- package/cjs/stories/components/StyledButton.js +1 -1
- package/cjs/stories/lists/baseProps.js +1 -1
- package/cjs/styled/index.js +1 -1
- package/cjs/styled/styled.js +5 -8
- package/cjs/tasty/index.js +2 -1
- package/cjs/tasty/providers/BreakpointsProvider.js +1 -1
- package/cjs/tasty/styles/align.js +1 -1
- package/cjs/tasty/styles/border.js +1 -1
- package/cjs/tasty/styles/boxShadow.combinator.js +1 -1
- package/cjs/tasty/styles/color.js +1 -1
- package/cjs/tasty/styles/createStyle.js +1 -1
- package/cjs/tasty/styles/dimension.js +1 -1
- package/cjs/tasty/styles/display.js +1 -1
- package/cjs/tasty/styles/fill.js +1 -1
- package/cjs/tasty/styles/flow.js +1 -1
- package/cjs/tasty/styles/font.js +1 -1
- package/cjs/tasty/styles/fontStyle.js +1 -1
- package/cjs/tasty/styles/gap.js +1 -1
- package/cjs/tasty/styles/groupRadius.js +1 -1
- package/cjs/tasty/styles/height.js +1 -1
- package/cjs/tasty/styles/index.js +1 -1
- package/cjs/tasty/styles/justify.js +1 -1
- package/cjs/tasty/styles/list.js +1 -1
- package/cjs/tasty/styles/margin.js +1 -1
- package/cjs/tasty/styles/marginBlock.js +1 -1
- package/cjs/tasty/styles/marginInline.js +1 -1
- package/cjs/tasty/styles/outline.js +1 -1
- package/cjs/tasty/styles/padding.js +1 -1
- package/cjs/tasty/styles/paddingBlock.js +1 -1
- package/cjs/tasty/styles/paddingInline.js +1 -1
- package/cjs/tasty/styles/predefined.js +1 -1
- package/cjs/tasty/styles/preset.js +16 -5
- package/cjs/tasty/styles/radius.js +1 -1
- package/cjs/tasty/styles/reset.js +1 -2
- package/cjs/tasty/styles/shadow.js +1 -1
- package/cjs/tasty/styles/styledScrollbar.js +1 -1
- package/cjs/tasty/styles/transition.js +1 -1
- package/cjs/tasty/styles/types.js +1 -1
- package/cjs/tasty/styles/width.js +1 -1
- package/cjs/tasty/tasty.js +3 -3
- package/cjs/tasty/types.js +1 -1
- package/cjs/tasty/utils/colors.js +1 -1
- package/cjs/tasty/utils/dotize.js +1 -1
- package/cjs/tasty/utils/filterBaseProps.js +1 -1
- package/cjs/{utils/react → tasty/utils}/get-display-name.js +1 -1
- package/cjs/tasty/utils/index.js +1 -1
- package/cjs/tasty/utils/mergeStyles.js +1 -1
- package/cjs/tasty/utils/modAttrs.js +1 -1
- package/cjs/tasty/utils/renderStyles.js +1 -1
- package/cjs/tasty/utils/responsive.js +1 -1
- package/cjs/tasty/utils/string.js +1 -1
- package/cjs/tasty/utils/styles.js +1 -1
- package/cjs/tasty/utils/warnings.js +1 -1
- package/cjs/test/index.js +1 -1
- package/cjs/test/render.js +1 -1
- package/cjs/test/setup.js +1 -1
- package/cjs/test/utils/index.js +1 -1
- package/cjs/test/utils/wait.js +1 -1
- package/cjs/tokens.js +1 -1
- package/cjs/type-checks.js +1 -1
- package/cjs/utils/ResizeSensor.js +1 -1
- package/cjs/utils/modules.js +1 -1
- package/cjs/utils/promise.js +1 -1
- package/cjs/utils/react/Slots.js +1 -1
- package/cjs/utils/react/chain.js +1 -1
- package/cjs/utils/react/index.js +1 -12
- package/cjs/utils/react/interactions.js +1 -1
- package/cjs/utils/react/isTextOnly.js +1 -1
- package/cjs/utils/react/mapProps.js +1 -1
- package/cjs/utils/react/mergeProps.js +5 -4
- package/cjs/utils/react/nullableValue.js +1 -1
- package/cjs/utils/react/useCombinedRefs.js +1 -1
- package/cjs/utils/react/useId.js +1 -1
- package/cjs/utils/react/useLayoutEffect.js +1 -1
- package/cjs/utils/react/wrapNodeIfPlain.js +1 -1
- package/cjs/utils/transitions.js +1 -1
- package/cjs/utils/tree.js +1 -1
- package/cjs/utils/warnings.js +1 -1
- package/es/_internal/hooks/index.js +1 -1
- package/es/_internal/hooks/use-chained-callback.js +1 -1
- package/es/_internal/hooks/use-deprecation-warning.js +1 -1
- package/es/_internal/hooks/use-event.js +1 -1
- package/es/_internal/hooks/use-sync-ref.js +3 -2
- package/es/_internal/hooks/use-timer/index.js +1 -1
- package/es/_internal/hooks/use-timer/timer.js +1 -1
- package/es/_internal/hooks/use-timer/use-timer.js +1 -1
- package/es/_internal/index.js +1 -1
- package/es/components/Base.js +1 -1
- package/es/components/Block.js +1 -1
- package/es/components/GlobalStyles.js +1 -1
- package/es/components/GridProvider.js +1 -1
- package/es/components/HiddenInput.js +1 -1
- package/es/components/OpenTrasition.js +1 -1
- package/es/components/Root.js +1 -1
- package/es/components/actions/Action.js +1 -1
- package/es/components/actions/Button/Button.js +62 -49
- package/es/components/actions/Button/Submit.js +1 -1
- package/es/components/actions/Button/index.js +1 -1
- package/es/components/actions/ButtonGroup/ButtonGroup.js +1 -1
- package/es/components/actions/index.js +1 -1
- package/es/components/content/ActiveZone/ActiveZone.js +1 -1
- package/es/components/content/Alert/Alert.js +1 -1
- package/es/components/content/Alert/index.js +1 -1
- package/es/components/content/Alert/types.js +1 -1
- package/es/components/content/Alert/use-alert.js +1 -1
- package/es/components/content/Avatar/Avatar.js +1 -1
- package/es/components/content/Badge/Badge.js +1 -1
- package/es/components/content/Card/Card.js +1 -1
- package/es/components/content/Content.js +1 -1
- package/es/components/content/CopySnippet/CopySnippet.js +1 -1
- package/es/components/content/CopySnippet/index.js +1 -1
- package/es/components/content/Divider.js +1 -1
- package/es/components/content/Footer.js +1 -1
- package/es/components/content/Header.js +1 -1
- package/es/components/content/Paragraph.js +1 -1
- package/es/components/content/Placeholder/Placeholder.js +1 -1
- package/es/components/content/PrismCode/PrismCode.js +1 -1
- package/es/components/content/Result/Result.js +1 -1
- package/es/components/content/Skeleton/Skeleton.js +1 -1
- package/es/components/content/Tag/Tag.js +1 -1
- package/es/components/content/Text.js +1 -1
- package/es/components/content/Title.js +1 -1
- package/es/components/forms/Checkbox/Checkbox.js +3 -2
- package/es/components/forms/Checkbox/CheckboxGroup.js +3 -2
- package/es/components/forms/Checkbox/context.js +1 -1
- package/es/components/forms/FieldWrapper.js +6 -5
- package/es/components/forms/FileInput/FileInput.js +3 -2
- package/es/components/forms/Form/Field.js +4 -4
- package/es/components/forms/Form/Form.js +2 -4
- package/es/components/forms/Form/index.js +3 -3
- package/es/components/forms/Form/types.js +10 -0
- package/es/components/forms/Form/useForm.js +43 -47
- package/es/components/forms/Form/validation.js +1 -1
- package/es/components/forms/Input/Input.js +1 -1
- package/es/components/forms/Input/index.js +1 -1
- package/es/components/forms/Label.js +1 -1
- package/es/components/forms/NumberInput/NumberInput.js +1 -1
- package/es/components/forms/NumberInput/StepButton.js +1 -1
- package/es/components/forms/PasswordInput/PasswordInput.js +1 -1
- package/es/components/forms/RadioGroup/Radio.js +2 -2
- package/es/components/forms/RadioGroup/RadioGroup.js +4 -3
- package/es/components/forms/RadioGroup/context.js +1 -1
- package/es/components/forms/SearchInput/SearchInput.js +2 -2
- package/es/components/forms/Switch/Switch.js +21 -22
- package/es/components/forms/TextArea/TextArea.js +3 -3
- package/es/components/forms/TextInput/TextInput.js +1 -1
- package/es/components/forms/TextInput/TextInputBase.js +3 -2
- package/es/components/forms/index.js +1 -1
- package/es/components/layout/Flex.js +1 -1
- package/es/components/layout/Flow.js +1 -1
- package/es/components/layout/Grid.js +1 -1
- package/es/components/layout/Prefix.js +4 -4
- package/es/components/layout/Space.js +1 -1
- package/es/components/layout/Suffix.js +1 -1
- package/es/components/navigation/LegacyTabs/LegacyTabs.js +3 -2
- package/es/components/navigation/Link/Link.js +1 -1
- package/es/components/organisms/FileTabs/FileTabs.js +3 -2
- package/es/components/organisms/Modal/Modal.js +1 -1
- package/es/components/organisms/StatsCard/StatsCard.js +1 -1
- package/es/components/other/Base64Upload/Base64Upload.js +1 -1
- package/es/components/other/CloudLogo/CloudLogo.js +1 -1
- package/es/components/overlays/AlertDialog/AlertDialog.js +2 -2
- package/es/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
- package/es/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
- package/es/components/overlays/AlertDialog/index.js +1 -1
- package/es/components/overlays/AlertDialog/types.js +1 -1
- package/es/components/overlays/Dialog/Dialog.js +1 -1
- package/es/components/overlays/Dialog/DialogContainer.js +1 -1
- package/es/components/overlays/Dialog/DialogForm.js +2 -2
- package/es/components/overlays/Dialog/DialogTrigger.js +1 -1
- package/es/components/overlays/Dialog/context.js +1 -1
- package/es/components/overlays/Dialog/index.js +1 -1
- package/es/components/overlays/Modal/Modal.js +1 -1
- package/es/components/overlays/Modal/OpenTransition.js +1 -1
- package/es/components/overlays/Modal/Overlay.js +1 -1
- package/es/components/overlays/Modal/Popover.js +1 -1
- package/es/components/overlays/Modal/Tray.js +1 -1
- package/es/components/overlays/Modal/Underlay.js +1 -1
- package/es/components/overlays/Modal/index.js +1 -1
- package/es/components/overlays/NewNotifications/Bar/FloatingNotification.js +1 -1
- package/es/components/overlays/NewNotifications/Bar/NotificationsBar.js +2 -2
- package/es/components/overlays/NewNotifications/Bar/TransitionComponent.js +1 -1
- package/es/components/overlays/NewNotifications/Bar/index.js +1 -1
- package/es/components/overlays/NewNotifications/Dialog/NotificationsDialogTrigger.js +1 -1
- package/es/components/overlays/NewNotifications/Dialog/index.js +1 -1
- package/es/components/overlays/NewNotifications/Notification.js +9 -6
- package/es/components/overlays/NewNotifications/NotificationView/NotificationAction.js +12 -2
- package/es/components/overlays/NewNotifications/NotificationView/NotificationCloseButton.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationDescription.js +8 -2
- package/es/components/overlays/NewNotifications/NotificationView/NotificationFooter.js +4 -3
- package/es/components/overlays/NewNotifications/NotificationView/NotificationHeader.js +2 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationIcon.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationProvider.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationView.js +3 -3
- package/es/components/overlays/NewNotifications/NotificationView/index.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/types.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsContext/NotificationsProvider.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsContext/index.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsContext/use-notifications.js +2 -2
- package/es/components/overlays/NewNotifications/NotificationsList.js +5 -5
- package/es/components/overlays/NewNotifications/hooks/index.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/types.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notification-list-item.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notifications-api.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notifications-list.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notifications-observer.js +1 -1
- package/es/components/overlays/NewNotifications/index.js +1 -1
- package/es/components/overlays/NewNotifications/types.js +1 -1
- package/es/components/overlays/Notification/Notification.js +1 -1
- package/es/components/overlays/OverlayWrapper.js +1 -1
- package/es/components/overlays/Toasts/Toast.js +10 -9
- package/es/components/overlays/Toasts/index.js +1 -1
- package/es/components/overlays/Toasts/types.js +1 -1
- package/es/components/overlays/Toasts/use-toasts-api.js +1 -1
- package/es/components/overlays/Tooltip/Tooltip.js +1 -1
- package/es/components/overlays/Tooltip/TooltipProvider.js +2 -2
- package/es/components/overlays/Tooltip/TooltipTrigger.js +7 -6
- package/es/components/overlays/Tooltip/context.js +1 -1
- package/es/components/pickers/ComboBox/ComboBox.js +15 -18
- package/es/components/pickers/Menu/Menu.js +3 -2
- package/es/components/pickers/Menu/MenuButton.js +5 -3
- package/es/components/pickers/Menu/MenuItem.js +2 -2
- package/es/components/pickers/Menu/MenuSection.js +1 -1
- package/es/components/pickers/Menu/MenuTrigger.js +3 -3
- package/es/components/pickers/Menu/context.js +1 -1
- package/es/components/pickers/Menu/styled.js +1 -1
- package/es/components/pickers/Select/Select.js +21 -17
- package/es/components/portal/Portal.js +1 -1
- package/es/components/portal/PortalProvider.js +1 -1
- package/es/components/portal/index.js +1 -1
- package/es/components/portal/storybook/templates/CustomRoot.js +1 -1
- package/es/components/portal/storybook/templates/PortalOrder.js +1 -1
- package/es/components/portal/storybook/templates/basic.js +1 -1
- package/es/components/portal/storybook/templates/index.js +1 -1
- package/es/components/portal/types.js +1 -1
- package/es/components/portal/usePortal.js +1 -1
- package/es/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
- package/es/components/status/LoadingAnimation/index.js +1 -1
- package/es/components/status/Spin/Cube.js +1 -1
- package/es/components/status/Spin/InternalSpinner.js +1 -1
- package/es/components/status/Spin/Spin.js +1 -1
- package/es/components/status/Spin/SpinsContainer.js +1 -1
- package/es/components/status/Spin/index.js +1 -1
- package/es/components/status/Spin/types.js +1 -1
- package/es/components/status/index.js +1 -1
- package/es/data/themes.js +1 -1
- package/es/icons/Attention.js +1 -1
- package/es/icons/Cross.js +1 -1
- package/es/icons/Danger.js +1 -1
- package/es/icons/Success.js +1 -1
- package/es/icons/index.js +1 -1
- package/es/index.js +1 -1
- package/es/provider.js +1 -1
- package/es/providers/StyleProvider.js +1 -1
- package/es/services/notification.js +1 -1
- package/es/shared/form.js +1 -1
- package/es/shared/index.js +1 -1
- package/es/stories/FormFieldArgs.js +1 -1
- package/es/stories/components/ConfirmDeletionDialogForm.js +1 -1
- package/es/stories/components/DialogFormApp.js +1 -1
- package/es/stories/components/StyledButton.js +1 -1
- package/es/stories/lists/baseProps.js +1 -1
- package/es/styled/index.js +1 -1
- package/es/styled/styled.js +2 -5
- package/es/tasty/index.js +2 -1
- package/es/tasty/providers/BreakpointsProvider.js +1 -1
- package/es/tasty/styles/align.js +1 -1
- package/es/tasty/styles/border.js +1 -1
- package/es/tasty/styles/boxShadow.combinator.js +1 -1
- package/es/tasty/styles/color.js +1 -1
- package/es/tasty/styles/createStyle.js +1 -1
- package/es/tasty/styles/dimension.js +1 -1
- package/es/tasty/styles/display.js +1 -1
- package/es/tasty/styles/fill.js +1 -1
- package/es/tasty/styles/flow.js +1 -1
- package/es/tasty/styles/font.js +1 -1
- package/es/tasty/styles/fontStyle.js +1 -1
- package/es/tasty/styles/gap.js +1 -1
- package/es/tasty/styles/groupRadius.js +1 -1
- package/es/tasty/styles/height.js +1 -1
- package/es/tasty/styles/index.js +1 -1
- package/es/tasty/styles/justify.js +1 -1
- package/es/tasty/styles/list.js +1 -1
- package/es/tasty/styles/margin.js +1 -1
- package/es/tasty/styles/marginBlock.js +1 -1
- package/es/tasty/styles/marginInline.js +1 -1
- package/es/tasty/styles/outline.js +1 -1
- package/es/tasty/styles/padding.js +1 -1
- package/es/tasty/styles/paddingBlock.js +1 -1
- package/es/tasty/styles/paddingInline.js +1 -1
- package/es/tasty/styles/predefined.js +1 -1
- package/es/tasty/styles/preset.js +16 -5
- package/es/tasty/styles/radius.js +1 -1
- package/es/tasty/styles/reset.js +1 -2
- package/es/tasty/styles/shadow.js +1 -1
- package/es/tasty/styles/styledScrollbar.js +1 -1
- package/es/tasty/styles/transition.js +1 -1
- package/es/tasty/styles/types.js +1 -1
- package/es/tasty/styles/width.js +1 -1
- package/es/tasty/tasty.js +2 -2
- package/es/tasty/types.js +1 -1
- package/es/tasty/utils/colors.js +1 -1
- package/es/tasty/utils/dotize.js +1 -1
- package/es/tasty/utils/filterBaseProps.js +1 -1
- package/es/{utils/react → tasty/utils}/get-display-name.js +1 -1
- package/es/tasty/utils/index.js +1 -1
- package/es/tasty/utils/mergeStyles.js +1 -1
- package/es/tasty/utils/modAttrs.js +1 -1
- package/es/tasty/utils/renderStyles.js +1 -1
- package/es/tasty/utils/responsive.js +1 -1
- package/es/tasty/utils/string.js +1 -1
- package/es/tasty/utils/styles.js +1 -1
- package/es/tasty/utils/warnings.js +1 -1
- package/es/test/index.js +1 -1
- package/es/test/render.js +1 -1
- package/es/test/setup.js +1 -1
- package/es/test/utils/index.js +1 -1
- package/es/test/utils/wait.js +1 -1
- package/es/tokens.js +1 -1
- package/es/type-checks.js +1 -1
- package/es/utils/ResizeSensor.js +1 -1
- package/es/utils/modules.js +1 -1
- package/es/utils/promise.js +1 -1
- package/es/utils/react/Slots.js +1 -1
- package/es/utils/react/chain.js +1 -1
- package/es/utils/react/index.js +1 -2
- package/es/utils/react/interactions.js +1 -1
- package/es/utils/react/isTextOnly.js +1 -1
- package/es/utils/react/mapProps.js +1 -1
- package/es/utils/react/mergeProps.js +3 -2
- package/es/utils/react/nullableValue.js +1 -1
- package/es/utils/react/useCombinedRefs.js +1 -1
- package/es/utils/react/useId.js +1 -1
- package/es/utils/react/useLayoutEffect.js +1 -1
- package/es/utils/react/wrapNodeIfPlain.js +1 -1
- package/es/utils/transitions.js +1 -1
- package/es/utils/tree.js +1 -1
- package/es/utils/warnings.js +1 -1
- package/package.json +1 -1
- package/types/components/actions/Button/Button.d.ts +809 -11
- package/types/components/content/Alert/use-alert.d.ts +1 -1
- package/types/components/forms/FieldWrapper.d.ts +9 -5
- package/types/components/forms/Form/Field.d.ts +5 -3
- package/types/components/forms/Form/Form.d.ts +10 -6
- package/types/components/forms/Form/index.d.ts +6 -3
- package/types/components/forms/Form/types.d.ts +13 -0
- package/types/components/forms/Form/useForm.d.ts +29 -40
- package/types/components/forms/RadioGroup/Radio.d.ts +1 -1
- package/types/components/forms/Switch/Switch.d.ts +0 -1
- package/types/components/overlays/Dialog/Dialog.d.ts +2 -2
- package/types/components/overlays/Dialog/DialogForm.d.ts +3 -2
- package/types/components/overlays/NewNotifications/Notification.d.ts +12 -4
- package/types/components/overlays/Toasts/Toast.d.ts +12 -4
- package/types/components/overlays/Toasts/use-toasts-api.d.ts +2 -1
- package/types/components/pickers/Menu/MenuTrigger.d.ts +1 -2
- package/types/shared/form.d.ts +1 -0
- package/types/stories/components/ConfirmDeletionDialogForm.d.ts +3 -2
- package/types/stories/components/StyledButton.d.ts +4 -3
- package/types/tasty/index.d.ts +1 -0
- package/types/tasty/utils/filterBaseProps.d.ts +1 -1
- package/types/{utils/react → tasty/utils}/get-display-name.d.ts +0 -0
- package/types/utils/react/index.d.ts +0 -1
- package/types/utils/react/mergeProps.d.ts +8 -1
@@ -1,19 +1,817 @@
|
|
1
|
-
import {
|
1
|
+
import { ReactElement } from 'react';
|
2
2
|
import { CubeActionProps } from '../Action';
|
3
3
|
export interface CubeButtonProps extends CubeActionProps {
|
4
|
-
icon?:
|
4
|
+
icon?: ReactElement;
|
5
|
+
rightIcon?: ReactElement;
|
5
6
|
isLoading?: boolean;
|
6
7
|
isSelected?: boolean;
|
7
|
-
type?: 'primary' | '
|
8
|
-
size?: 'small' | '
|
8
|
+
type?: 'primary' | 'secondary' | 'danger' | 'link' | 'clear' | 'outline' | 'neutral' | (string & {});
|
9
|
+
size?: 'small' | 'medium' | 'large' | (string & {});
|
9
10
|
}
|
10
|
-
export declare function provideStyles({
|
11
|
-
size: any;
|
11
|
+
export declare function provideStyles({ type, theme }: {
|
12
12
|
type: any;
|
13
13
|
theme: any;
|
14
|
-
|
15
|
-
|
16
|
-
children: any;
|
17
|
-
|
18
|
-
|
14
|
+
}): {
|
15
|
+
[x: string]: import("../../../tasty").StylesWithoutSelectors | import("../../../tasty").ResponsiveStyleValue<string | number | boolean | undefined>;
|
16
|
+
fill?: import("../../../tasty").ResponsiveStyleValue<boolean | (string & {}) | "#text" | "#text.0" | "#text.2" | "#text.1" | "#text.4" | "#text.6" | "#text.3" | "#text.5" | "#text.7" | "#text.8" | "#text.9" | "#text.00" | "#text.02" | "#text.01" | "#text.04" | "#text.06" | "#text.03" | "#text.05" | "#text.07" | "#text.08" | "#text.09" | "#text.20" | "#text.22" | "#text.21" | "#text.24" | "#text.26" | "#text.23" | "#text.25" | "#text.27" | "#text.28" | "#text.29" | "#text.10" | "#text.12" | "#text.11" | "#text.14" | "#text.16" | "#text.13" | "#text.15" | "#text.17" | "#text.18" | "#text.19" | "#text.40" | "#text.42" | "#text.41" | "#text.44" | "#text.46" | "#text.43" | "#text.45" | "#text.47" | "#text.48" | "#text.49" | "#text.60" | "#text.62" | "#text.61" | "#text.64" | "#text.66" | "#text.63" | "#text.65" | "#text.67" | "#text.68" | "#text.69" | "#text.30" | "#text.32" | "#text.31" | "#text.34" | "#text.36" | "#text.33" | "#text.35" | "#text.37" | "#text.38" | "#text.39" | "#text.50" | "#text.52" | "#text.51" | "#text.54" | "#text.56" | "#text.53" | "#text.55" | "#text.57" | "#text.58" | "#text.59" | "#text.70" | "#text.72" | "#text.71" | "#text.74" | "#text.76" | "#text.73" | "#text.75" | "#text.77" | "#text.78" | "#text.79" | "#text.80" | "#text.82" | "#text.81" | "#text.84" | "#text.86" | "#text.83" | "#text.85" | "#text.87" | "#text.88" | "#text.89" | "#text.90" | "#text.92" | "#text.91" | "#text.94" | "#text.96" | "#text.93" | "#text.95" | "#text.97" | "#text.98" | "#text.99" | "#text.100" | "#clear" | "#clear.0" | "#clear.2" | "#clear.1" | "#clear.4" | "#clear.6" | "#clear.3" | "#clear.5" | "#clear.7" | "#clear.8" | "#clear.9" | "#clear.00" | "#clear.02" | "#clear.01" | "#clear.04" | "#clear.06" | "#clear.03" | "#clear.05" | "#clear.07" | "#clear.08" | "#clear.09" | "#clear.20" | "#clear.22" | "#clear.21" | "#clear.24" | "#clear.26" | "#clear.23" | "#clear.25" | "#clear.27" | "#clear.28" | "#clear.29" | "#clear.10" | "#clear.12" | "#clear.11" | "#clear.14" | "#clear.16" | "#clear.13" | "#clear.15" | "#clear.17" | "#clear.18" | "#clear.19" | "#clear.40" | "#clear.42" | "#clear.41" | "#clear.44" | "#clear.46" | "#clear.43" | "#clear.45" | "#clear.47" | "#clear.48" | "#clear.49" | "#clear.60" | "#clear.62" | "#clear.61" | "#clear.64" | "#clear.66" | "#clear.63" | "#clear.65" | "#clear.67" | "#clear.68" | "#clear.69" | "#clear.30" | "#clear.32" | "#clear.31" | "#clear.34" | "#clear.36" | "#clear.33" | "#clear.35" | "#clear.37" | "#clear.38" | "#clear.39" | "#clear.50" | "#clear.52" | "#clear.51" | "#clear.54" | "#clear.56" | "#clear.53" | "#clear.55" | "#clear.57" | "#clear.58" | "#clear.59" | "#clear.70" | "#clear.72" | "#clear.71" | "#clear.74" | "#clear.76" | "#clear.73" | "#clear.75" | "#clear.77" | "#clear.78" | "#clear.79" | "#clear.80" | "#clear.82" | "#clear.81" | "#clear.84" | "#clear.86" | "#clear.83" | "#clear.85" | "#clear.87" | "#clear.88" | "#clear.89" | "#clear.90" | "#clear.92" | "#clear.91" | "#clear.94" | "#clear.96" | "#clear.93" | "#clear.95" | "#clear.97" | "#clear.98" | "#clear.99" | "#clear.100" | "#border" | "#border.0" | "#border.2" | "#border.1" | "#border.4" | "#border.6" | "#border.3" | "#border.5" | "#border.7" | "#border.8" | "#border.9" | "#border.00" | "#border.02" | "#border.01" | "#border.04" | "#border.06" | "#border.03" | "#border.05" | "#border.07" | "#border.08" | "#border.09" | "#border.20" | "#border.22" | "#border.21" | "#border.24" | "#border.26" | "#border.23" | "#border.25" | "#border.27" | "#border.28" | "#border.29" | "#border.10" | "#border.12" | "#border.11" | "#border.14" | "#border.16" | "#border.13" | "#border.15" | "#border.17" | "#border.18" | "#border.19" | "#border.40" | "#border.42" | "#border.41" | "#border.44" | "#border.46" | "#border.43" | "#border.45" | "#border.47" | "#border.48" | "#border.49" | "#border.60" | "#border.62" | "#border.61" | "#border.64" | "#border.66" | "#border.63" | "#border.65" | "#border.67" | "#border.68" | "#border.69" | "#border.30" | "#border.32" | "#border.31" | "#border.34" | "#border.36" | "#border.33" | "#border.35" | "#border.37" | "#border.38" | "#border.39" | "#border.50" | "#border.52" | "#border.51" | "#border.54" | "#border.56" | "#border.53" | "#border.55" | "#border.57" | "#border.58" | "#border.59" | "#border.70" | "#border.72" | "#border.71" | "#border.74" | "#border.76" | "#border.73" | "#border.75" | "#border.77" | "#border.78" | "#border.79" | "#border.80" | "#border.82" | "#border.81" | "#border.84" | "#border.86" | "#border.83" | "#border.85" | "#border.87" | "#border.88" | "#border.89" | "#border.90" | "#border.92" | "#border.91" | "#border.94" | "#border.96" | "#border.93" | "#border.95" | "#border.97" | "#border.98" | "#border.99" | "#border.100" | "#shadow" | "#shadow.0" | "#shadow.2" | "#shadow.1" | "#shadow.4" | "#shadow.6" | "#shadow.3" | "#shadow.5" | "#shadow.7" | "#shadow.8" | "#shadow.9" | "#shadow.00" | "#shadow.02" | "#shadow.01" | "#shadow.04" | "#shadow.06" | "#shadow.03" | "#shadow.05" | "#shadow.07" | "#shadow.08" | "#shadow.09" | "#shadow.20" | "#shadow.22" | "#shadow.21" | "#shadow.24" | "#shadow.26" | "#shadow.23" | "#shadow.25" | "#shadow.27" | "#shadow.28" | "#shadow.29" | "#shadow.10" | "#shadow.12" | "#shadow.11" | "#shadow.14" | "#shadow.16" | "#shadow.13" | "#shadow.15" | "#shadow.17" | "#shadow.18" | "#shadow.19" | "#shadow.40" | "#shadow.42" | "#shadow.41" | "#shadow.44" | "#shadow.46" | "#shadow.43" | "#shadow.45" | "#shadow.47" | "#shadow.48" | "#shadow.49" | "#shadow.60" | "#shadow.62" | "#shadow.61" | "#shadow.64" | "#shadow.66" | "#shadow.63" | "#shadow.65" | "#shadow.67" | "#shadow.68" | "#shadow.69" | "#shadow.30" | "#shadow.32" | "#shadow.31" | "#shadow.34" | "#shadow.36" | "#shadow.33" | "#shadow.35" | "#shadow.37" | "#shadow.38" | "#shadow.39" | "#shadow.50" | "#shadow.52" | "#shadow.51" | "#shadow.54" | "#shadow.56" | "#shadow.53" | "#shadow.55" | "#shadow.57" | "#shadow.58" | "#shadow.59" | "#shadow.70" | "#shadow.72" | "#shadow.71" | "#shadow.74" | "#shadow.76" | "#shadow.73" | "#shadow.75" | "#shadow.77" | "#shadow.78" | "#shadow.79" | "#shadow.80" | "#shadow.82" | "#shadow.81" | "#shadow.84" | "#shadow.86" | "#shadow.83" | "#shadow.85" | "#shadow.87" | "#shadow.88" | "#shadow.89" | "#shadow.90" | "#shadow.92" | "#shadow.91" | "#shadow.94" | "#shadow.96" | "#shadow.93" | "#shadow.95" | "#shadow.97" | "#shadow.98" | "#shadow.99" | "#shadow.100" | "#purple" | "#purple.0" | "#purple.2" | "#purple.1" | "#purple.4" | "#purple.6" | "#purple.3" | "#purple.5" | "#purple.7" | "#purple.8" | "#purple.9" | "#purple.00" | "#purple.02" | "#purple.01" | "#purple.04" | "#purple.06" | "#purple.03" | "#purple.05" | "#purple.07" | "#purple.08" | "#purple.09" | "#purple.20" | "#purple.22" | "#purple.21" | "#purple.24" | "#purple.26" | "#purple.23" | "#purple.25" | "#purple.27" | "#purple.28" | "#purple.29" | "#purple.10" | "#purple.12" | "#purple.11" | "#purple.14" | "#purple.16" | "#purple.13" | "#purple.15" | "#purple.17" | "#purple.18" | "#purple.19" | "#purple.40" | "#purple.42" | "#purple.41" | "#purple.44" | "#purple.46" | "#purple.43" | "#purple.45" | "#purple.47" | "#purple.48" | "#purple.49" | "#purple.60" | "#purple.62" | "#purple.61" | "#purple.64" | "#purple.66" | "#purple.63" | "#purple.65" | "#purple.67" | "#purple.68" | "#purple.69" | "#purple.30" | "#purple.32" | "#purple.31" | "#purple.34" | "#purple.36" | "#purple.33" | "#purple.35" | "#purple.37" | "#purple.38" | "#purple.39" | "#purple.50" | "#purple.52" | "#purple.51" | "#purple.54" | "#purple.56" | "#purple.53" | "#purple.55" | "#purple.57" | "#purple.58" | "#purple.59" | "#purple.70" | "#purple.72" | "#purple.71" | "#purple.74" | "#purple.76" | "#purple.73" | "#purple.75" | "#purple.77" | "#purple.78" | "#purple.79" | "#purple.80" | "#purple.82" | "#purple.81" | "#purple.84" | "#purple.86" | "#purple.83" | "#purple.85" | "#purple.87" | "#purple.88" | "#purple.89" | "#purple.90" | "#purple.92" | "#purple.91" | "#purple.94" | "#purple.96" | "#purple.93" | "#purple.95" | "#purple.97" | "#purple.98" | "#purple.99" | "#purple.100" | "#purple-text" | "#purple-text.0" | "#purple-text.2" | "#purple-text.1" | "#purple-text.4" | "#purple-text.6" | "#purple-text.3" | "#purple-text.5" | "#purple-text.7" | "#purple-text.8" | "#purple-text.9" | "#purple-text.00" | "#purple-text.02" | "#purple-text.01" | "#purple-text.04" | "#purple-text.06" | "#purple-text.03" | "#purple-text.05" | "#purple-text.07" | "#purple-text.08" | "#purple-text.09" | "#purple-text.20" | "#purple-text.22" | "#purple-text.21" | "#purple-text.24" | "#purple-text.26" | "#purple-text.23" | "#purple-text.25" | "#purple-text.27" | "#purple-text.28" | "#purple-text.29" | "#purple-text.10" | "#purple-text.12" | "#purple-text.11" | "#purple-text.14" | "#purple-text.16" | "#purple-text.13" | "#purple-text.15" | "#purple-text.17" | "#purple-text.18" | "#purple-text.19" | "#purple-text.40" | "#purple-text.42" | "#purple-text.41" | "#purple-text.44" | "#purple-text.46" | "#purple-text.43" | "#purple-text.45" | "#purple-text.47" | "#purple-text.48" | "#purple-text.49" | "#purple-text.60" | "#purple-text.62" | "#purple-text.61" | "#purple-text.64" | "#purple-text.66" | "#purple-text.63" | "#purple-text.65" | "#purple-text.67" | "#purple-text.68" | "#purple-text.69" | "#purple-text.30" | "#purple-text.32" | "#purple-text.31" | "#purple-text.34" | "#purple-text.36" | "#purple-text.33" | "#purple-text.35" | "#purple-text.37" | "#purple-text.38" | "#purple-text.39" | "#purple-text.50" | "#purple-text.52" | "#purple-text.51" | "#purple-text.54" | "#purple-text.56" | "#purple-text.53" | "#purple-text.55" | "#purple-text.57" | "#purple-text.58" | "#purple-text.59" | "#purple-text.70" | "#purple-text.72" | "#purple-text.71" | "#purple-text.74" | "#purple-text.76" | "#purple-text.73" | "#purple-text.75" | "#purple-text.77" | "#purple-text.78" | "#purple-text.79" | "#purple-text.80" | "#purple-text.82" | "#purple-text.81" | "#purple-text.84" | "#purple-text.86" | "#purple-text.83" | "#purple-text.85" | "#purple-text.87" | "#purple-text.88" | "#purple-text.89" | "#purple-text.90" | "#purple-text.92" | "#purple-text.91" | "#purple-text.94" | "#purple-text.96" | "#purple-text.93" | "#purple-text.95" | "#purple-text.97" | "#purple-text.98" | "#purple-text.99" | "#purple-text.100" | "#purple-01" | "#purple-01.0" | "#purple-01.2" | "#purple-01.1" | "#purple-01.4" | "#purple-01.6" | "#purple-01.3" | "#purple-01.5" | "#purple-01.7" | "#purple-01.8" | "#purple-01.9" | "#purple-01.00" | "#purple-01.02" | "#purple-01.01" | "#purple-01.04" | "#purple-01.06" | "#purple-01.03" | "#purple-01.05" | "#purple-01.07" | "#purple-01.08" | "#purple-01.09" | "#purple-01.20" | "#purple-01.22" | "#purple-01.21" | "#purple-01.24" | "#purple-01.26" | "#purple-01.23" | "#purple-01.25" | "#purple-01.27" | "#purple-01.28" | "#purple-01.29" | "#purple-01.10" | "#purple-01.12" | "#purple-01.11" | "#purple-01.14" | "#purple-01.16" | "#purple-01.13" | "#purple-01.15" | "#purple-01.17" | "#purple-01.18" | "#purple-01.19" | "#purple-01.40" | "#purple-01.42" | "#purple-01.41" | "#purple-01.44" | "#purple-01.46" | "#purple-01.43" | "#purple-01.45" | "#purple-01.47" | "#purple-01.48" | "#purple-01.49" | "#purple-01.60" | "#purple-01.62" | "#purple-01.61" | "#purple-01.64" | "#purple-01.66" | "#purple-01.63" | "#purple-01.65" | "#purple-01.67" | "#purple-01.68" | "#purple-01.69" | "#purple-01.30" | "#purple-01.32" | "#purple-01.31" | "#purple-01.34" | "#purple-01.36" | "#purple-01.33" | "#purple-01.35" | "#purple-01.37" | "#purple-01.38" | "#purple-01.39" | "#purple-01.50" | "#purple-01.52" | "#purple-01.51" | "#purple-01.54" | "#purple-01.56" | "#purple-01.53" | "#purple-01.55" | "#purple-01.57" | "#purple-01.58" | "#purple-01.59" | "#purple-01.70" | "#purple-01.72" | "#purple-01.71" | "#purple-01.74" | "#purple-01.76" | "#purple-01.73" | "#purple-01.75" | "#purple-01.77" | "#purple-01.78" | "#purple-01.79" | "#purple-01.80" | "#purple-01.82" | "#purple-01.81" | "#purple-01.84" | "#purple-01.86" | "#purple-01.83" | "#purple-01.85" | "#purple-01.87" | "#purple-01.88" | "#purple-01.89" | "#purple-01.90" | "#purple-01.92" | "#purple-01.91" | "#purple-01.94" | "#purple-01.96" | "#purple-01.93" | "#purple-01.95" | "#purple-01.97" | "#purple-01.98" | "#purple-01.99" | "#purple-01.100" | "#purple-02" | "#purple-02.0" | "#purple-02.2" | "#purple-02.1" | "#purple-02.4" | "#purple-02.6" | "#purple-02.3" | "#purple-02.5" | "#purple-02.7" | "#purple-02.8" | "#purple-02.9" | "#purple-02.00" | "#purple-02.02" | "#purple-02.01" | "#purple-02.04" | "#purple-02.06" | "#purple-02.03" | "#purple-02.05" | "#purple-02.07" | "#purple-02.08" | "#purple-02.09" | "#purple-02.20" | "#purple-02.22" | "#purple-02.21" | "#purple-02.24" | "#purple-02.26" | "#purple-02.23" | "#purple-02.25" | "#purple-02.27" | "#purple-02.28" | "#purple-02.29" | "#purple-02.10" | "#purple-02.12" | "#purple-02.11" | "#purple-02.14" | "#purple-02.16" | "#purple-02.13" | "#purple-02.15" | "#purple-02.17" | "#purple-02.18" | "#purple-02.19" | "#purple-02.40" | "#purple-02.42" | "#purple-02.41" | "#purple-02.44" | "#purple-02.46" | "#purple-02.43" | "#purple-02.45" | "#purple-02.47" | "#purple-02.48" | "#purple-02.49" | "#purple-02.60" | "#purple-02.62" | "#purple-02.61" | "#purple-02.64" | "#purple-02.66" | "#purple-02.63" | "#purple-02.65" | "#purple-02.67" | "#purple-02.68" | "#purple-02.69" | "#purple-02.30" | "#purple-02.32" | "#purple-02.31" | "#purple-02.34" | "#purple-02.36" | "#purple-02.33" | "#purple-02.35" | "#purple-02.37" | "#purple-02.38" | "#purple-02.39" | "#purple-02.50" | "#purple-02.52" | "#purple-02.51" | "#purple-02.54" | "#purple-02.56" | "#purple-02.53" | "#purple-02.55" | "#purple-02.57" | "#purple-02.58" | "#purple-02.59" | "#purple-02.70" | "#purple-02.72" | "#purple-02.71" | "#purple-02.74" | "#purple-02.76" | "#purple-02.73" | "#purple-02.75" | "#purple-02.77" | "#purple-02.78" | "#purple-02.79" | "#purple-02.80" | "#purple-02.82" | "#purple-02.81" | "#purple-02.84" | "#purple-02.86" | "#purple-02.83" | "#purple-02.85" | "#purple-02.87" | "#purple-02.88" | "#purple-02.89" | "#purple-02.90" | "#purple-02.92" | "#purple-02.91" | "#purple-02.94" | "#purple-02.96" | "#purple-02.93" | "#purple-02.95" | "#purple-02.97" | "#purple-02.98" | "#purple-02.99" | "#purple-02.100" | "#purple-03" | "#purple-03.0" | "#purple-03.2" | "#purple-03.1" | "#purple-03.4" | "#purple-03.6" | "#purple-03.3" | "#purple-03.5" | "#purple-03.7" | "#purple-03.8" | "#purple-03.9" | "#purple-03.00" | "#purple-03.02" | "#purple-03.01" | "#purple-03.04" | "#purple-03.06" | "#purple-03.03" | "#purple-03.05" | "#purple-03.07" | "#purple-03.08" | "#purple-03.09" | "#purple-03.20" | "#purple-03.22" | "#purple-03.21" | "#purple-03.24" | "#purple-03.26" | "#purple-03.23" | "#purple-03.25" | "#purple-03.27" | "#purple-03.28" | "#purple-03.29" | "#purple-03.10" | "#purple-03.12" | "#purple-03.11" | "#purple-03.14" | "#purple-03.16" | "#purple-03.13" | "#purple-03.15" | "#purple-03.17" | "#purple-03.18" | "#purple-03.19" | "#purple-03.40" | "#purple-03.42" | "#purple-03.41" | "#purple-03.44" | "#purple-03.46" | "#purple-03.43" | "#purple-03.45" | "#purple-03.47" | "#purple-03.48" | "#purple-03.49" | "#purple-03.60" | "#purple-03.62" | "#purple-03.61" | "#purple-03.64" | "#purple-03.66" | "#purple-03.63" | "#purple-03.65" | "#purple-03.67" | "#purple-03.68" | "#purple-03.69" | "#purple-03.30" | "#purple-03.32" | "#purple-03.31" | "#purple-03.34" | "#purple-03.36" | "#purple-03.33" | "#purple-03.35" | "#purple-03.37" | "#purple-03.38" | "#purple-03.39" | "#purple-03.50" | "#purple-03.52" | "#purple-03.51" | "#purple-03.54" | "#purple-03.56" | "#purple-03.53" | "#purple-03.55" | "#purple-03.57" | "#purple-03.58" | "#purple-03.59" | "#purple-03.70" | "#purple-03.72" | "#purple-03.71" | "#purple-03.74" | "#purple-03.76" | "#purple-03.73" | "#purple-03.75" | "#purple-03.77" | "#purple-03.78" | "#purple-03.79" | "#purple-03.80" | "#purple-03.82" | "#purple-03.81" | "#purple-03.84" | "#purple-03.86" | "#purple-03.83" | "#purple-03.85" | "#purple-03.87" | "#purple-03.88" | "#purple-03.89" | "#purple-03.90" | "#purple-03.92" | "#purple-03.91" | "#purple-03.94" | "#purple-03.96" | "#purple-03.93" | "#purple-03.95" | "#purple-03.97" | "#purple-03.98" | "#purple-03.99" | "#purple-03.100" | "#purple-04" | "#purple-04.0" | "#purple-04.2" | "#purple-04.1" | "#purple-04.4" | "#purple-04.6" | "#purple-04.3" | "#purple-04.5" | "#purple-04.7" | "#purple-04.8" | "#purple-04.9" | "#purple-04.00" | "#purple-04.02" | "#purple-04.01" | "#purple-04.04" | "#purple-04.06" | "#purple-04.03" | "#purple-04.05" | "#purple-04.07" | "#purple-04.08" | "#purple-04.09" | "#purple-04.20" | "#purple-04.22" | "#purple-04.21" | "#purple-04.24" | "#purple-04.26" | "#purple-04.23" | "#purple-04.25" | "#purple-04.27" | "#purple-04.28" | "#purple-04.29" | "#purple-04.10" | "#purple-04.12" | "#purple-04.11" | "#purple-04.14" | "#purple-04.16" | "#purple-04.13" | "#purple-04.15" | "#purple-04.17" | "#purple-04.18" | "#purple-04.19" | "#purple-04.40" | "#purple-04.42" | "#purple-04.41" | "#purple-04.44" | "#purple-04.46" | "#purple-04.43" | "#purple-04.45" | "#purple-04.47" | "#purple-04.48" | "#purple-04.49" | "#purple-04.60" | "#purple-04.62" | "#purple-04.61" | "#purple-04.64" | "#purple-04.66" | "#purple-04.63" | "#purple-04.65" | "#purple-04.67" | "#purple-04.68" | "#purple-04.69" | "#purple-04.30" | "#purple-04.32" | "#purple-04.31" | "#purple-04.34" | "#purple-04.36" | "#purple-04.33" | "#purple-04.35" | "#purple-04.37" | "#purple-04.38" | "#purple-04.39" | "#purple-04.50" | "#purple-04.52" | "#purple-04.51" | "#purple-04.54" | "#purple-04.56" | "#purple-04.53" | "#purple-04.55" | "#purple-04.57" | "#purple-04.58" | "#purple-04.59" | "#purple-04.70" | "#purple-04.72" | "#purple-04.71" | "#purple-04.74" | "#purple-04.76" | "#purple-04.73" | "#purple-04.75" | "#purple-04.77" | "#purple-04.78" | "#purple-04.79" | "#purple-04.80" | "#purple-04.82" | "#purple-04.81" | "#purple-04.84" | "#purple-04.86" | "#purple-04.83" | "#purple-04.85" | "#purple-04.87" | "#purple-04.88" | "#purple-04.89" | "#purple-04.90" | "#purple-04.92" | "#purple-04.91" | "#purple-04.94" | "#purple-04.96" | "#purple-04.93" | "#purple-04.95" | "#purple-04.97" | "#purple-04.98" | "#purple-04.99" | "#purple-04.100" | "#dark" | "#dark.0" | "#dark.2" | "#dark.1" | "#dark.4" | "#dark.6" | "#dark.3" | "#dark.5" | "#dark.7" | "#dark.8" | "#dark.9" | "#dark.00" | "#dark.02" | "#dark.01" | "#dark.04" | "#dark.06" | "#dark.03" | "#dark.05" | "#dark.07" | "#dark.08" | "#dark.09" | "#dark.20" | "#dark.22" | "#dark.21" | "#dark.24" | "#dark.26" | "#dark.23" | "#dark.25" | "#dark.27" | "#dark.28" | "#dark.29" | "#dark.10" | "#dark.12" | "#dark.11" | "#dark.14" | "#dark.16" | "#dark.13" | "#dark.15" | "#dark.17" | "#dark.18" | "#dark.19" | "#dark.40" | "#dark.42" | "#dark.41" | "#dark.44" | "#dark.46" | "#dark.43" | "#dark.45" | "#dark.47" | "#dark.48" | "#dark.49" | "#dark.60" | "#dark.62" | "#dark.61" | "#dark.64" | "#dark.66" | "#dark.63" | "#dark.65" | "#dark.67" | "#dark.68" | "#dark.69" | "#dark.30" | "#dark.32" | "#dark.31" | "#dark.34" | "#dark.36" | "#dark.33" | "#dark.35" | "#dark.37" | "#dark.38" | "#dark.39" | "#dark.50" | "#dark.52" | "#dark.51" | "#dark.54" | "#dark.56" | "#dark.53" | "#dark.55" | "#dark.57" | "#dark.58" | "#dark.59" | "#dark.70" | "#dark.72" | "#dark.71" | "#dark.74" | "#dark.76" | "#dark.73" | "#dark.75" | "#dark.77" | "#dark.78" | "#dark.79" | "#dark.80" | "#dark.82" | "#dark.81" | "#dark.84" | "#dark.86" | "#dark.83" | "#dark.85" | "#dark.87" | "#dark.88" | "#dark.89" | "#dark.90" | "#dark.92" | "#dark.91" | "#dark.94" | "#dark.96" | "#dark.93" | "#dark.95" | "#dark.97" | "#dark.98" | "#dark.99" | "#dark.100" | "#dark-01" | "#dark-01.0" | "#dark-01.2" | "#dark-01.1" | "#dark-01.4" | "#dark-01.6" | "#dark-01.3" | "#dark-01.5" | "#dark-01.7" | "#dark-01.8" | "#dark-01.9" | "#dark-01.00" | "#dark-01.02" | "#dark-01.01" | "#dark-01.04" | "#dark-01.06" | "#dark-01.03" | "#dark-01.05" | "#dark-01.07" | "#dark-01.08" | "#dark-01.09" | "#dark-01.20" | "#dark-01.22" | "#dark-01.21" | "#dark-01.24" | "#dark-01.26" | "#dark-01.23" | "#dark-01.25" | "#dark-01.27" | "#dark-01.28" | "#dark-01.29" | "#dark-01.10" | "#dark-01.12" | "#dark-01.11" | "#dark-01.14" | "#dark-01.16" | "#dark-01.13" | "#dark-01.15" | "#dark-01.17" | "#dark-01.18" | "#dark-01.19" | "#dark-01.40" | "#dark-01.42" | "#dark-01.41" | "#dark-01.44" | "#dark-01.46" | "#dark-01.43" | "#dark-01.45" | "#dark-01.47" | "#dark-01.48" | "#dark-01.49" | "#dark-01.60" | "#dark-01.62" | "#dark-01.61" | "#dark-01.64" | "#dark-01.66" | "#dark-01.63" | "#dark-01.65" | "#dark-01.67" | "#dark-01.68" | "#dark-01.69" | "#dark-01.30" | "#dark-01.32" | "#dark-01.31" | "#dark-01.34" | "#dark-01.36" | "#dark-01.33" | "#dark-01.35" | "#dark-01.37" | "#dark-01.38" | "#dark-01.39" | "#dark-01.50" | "#dark-01.52" | "#dark-01.51" | "#dark-01.54" | "#dark-01.56" | "#dark-01.53" | "#dark-01.55" | "#dark-01.57" | "#dark-01.58" | "#dark-01.59" | "#dark-01.70" | "#dark-01.72" | "#dark-01.71" | "#dark-01.74" | "#dark-01.76" | "#dark-01.73" | "#dark-01.75" | "#dark-01.77" | "#dark-01.78" | "#dark-01.79" | "#dark-01.80" | "#dark-01.82" | "#dark-01.81" | "#dark-01.84" | "#dark-01.86" | "#dark-01.83" | "#dark-01.85" | "#dark-01.87" | "#dark-01.88" | "#dark-01.89" | "#dark-01.90" | "#dark-01.92" | "#dark-01.91" | "#dark-01.94" | "#dark-01.96" | "#dark-01.93" | "#dark-01.95" | "#dark-01.97" | "#dark-01.98" | "#dark-01.99" | "#dark-01.100" | "#dark-02" | "#dark-02.0" | "#dark-02.2" | "#dark-02.1" | "#dark-02.4" | "#dark-02.6" | "#dark-02.3" | "#dark-02.5" | "#dark-02.7" | "#dark-02.8" | "#dark-02.9" | "#dark-02.00" | "#dark-02.02" | "#dark-02.01" | "#dark-02.04" | "#dark-02.06" | "#dark-02.03" | "#dark-02.05" | "#dark-02.07" | "#dark-02.08" | "#dark-02.09" | "#dark-02.20" | "#dark-02.22" | "#dark-02.21" | "#dark-02.24" | "#dark-02.26" | "#dark-02.23" | "#dark-02.25" | "#dark-02.27" | "#dark-02.28" | "#dark-02.29" | "#dark-02.10" | "#dark-02.12" | "#dark-02.11" | "#dark-02.14" | "#dark-02.16" | "#dark-02.13" | "#dark-02.15" | "#dark-02.17" | "#dark-02.18" | "#dark-02.19" | "#dark-02.40" | "#dark-02.42" | "#dark-02.41" | "#dark-02.44" | "#dark-02.46" | "#dark-02.43" | "#dark-02.45" | "#dark-02.47" | "#dark-02.48" | "#dark-02.49" | "#dark-02.60" | "#dark-02.62" | "#dark-02.61" | "#dark-02.64" | "#dark-02.66" | "#dark-02.63" | "#dark-02.65" | "#dark-02.67" | "#dark-02.68" | "#dark-02.69" | "#dark-02.30" | "#dark-02.32" | "#dark-02.31" | "#dark-02.34" | "#dark-02.36" | "#dark-02.33" | "#dark-02.35" | "#dark-02.37" | "#dark-02.38" | "#dark-02.39" | "#dark-02.50" | "#dark-02.52" | "#dark-02.51" | "#dark-02.54" | "#dark-02.56" | "#dark-02.53" | "#dark-02.55" | "#dark-02.57" | "#dark-02.58" | "#dark-02.59" | "#dark-02.70" | "#dark-02.72" | "#dark-02.71" | "#dark-02.74" | "#dark-02.76" | "#dark-02.73" | "#dark-02.75" | "#dark-02.77" | "#dark-02.78" | "#dark-02.79" | "#dark-02.80" | "#dark-02.82" | "#dark-02.81" | "#dark-02.84" | "#dark-02.86" | "#dark-02.83" | "#dark-02.85" | "#dark-02.87" | "#dark-02.88" | "#dark-02.89" | "#dark-02.90" | "#dark-02.92" | "#dark-02.91" | "#dark-02.94" | "#dark-02.96" | "#dark-02.93" | "#dark-02.95" | "#dark-02.97" | "#dark-02.98" | "#dark-02.99" | "#dark-02.100" | "#dark-03" | "#dark-03.0" | "#dark-03.2" | "#dark-03.1" | "#dark-03.4" | "#dark-03.6" | "#dark-03.3" | "#dark-03.5" | "#dark-03.7" | "#dark-03.8" | "#dark-03.9" | "#dark-03.00" | "#dark-03.02" | "#dark-03.01" | "#dark-03.04" | "#dark-03.06" | "#dark-03.03" | "#dark-03.05" | "#dark-03.07" | "#dark-03.08" | "#dark-03.09" | "#dark-03.20" | "#dark-03.22" | "#dark-03.21" | "#dark-03.24" | "#dark-03.26" | "#dark-03.23" | "#dark-03.25" | "#dark-03.27" | "#dark-03.28" | "#dark-03.29" | "#dark-03.10" | "#dark-03.12" | "#dark-03.11" | "#dark-03.14" | "#dark-03.16" | "#dark-03.13" | "#dark-03.15" | "#dark-03.17" | "#dark-03.18" | "#dark-03.19" | "#dark-03.40" | "#dark-03.42" | "#dark-03.41" | "#dark-03.44" | "#dark-03.46" | "#dark-03.43" | "#dark-03.45" | "#dark-03.47" | "#dark-03.48" | "#dark-03.49" | "#dark-03.60" | "#dark-03.62" | "#dark-03.61" | "#dark-03.64" | "#dark-03.66" | "#dark-03.63" | "#dark-03.65" | "#dark-03.67" | "#dark-03.68" | "#dark-03.69" | "#dark-03.30" | "#dark-03.32" | "#dark-03.31" | "#dark-03.34" | "#dark-03.36" | "#dark-03.33" | "#dark-03.35" | "#dark-03.37" | "#dark-03.38" | "#dark-03.39" | "#dark-03.50" | "#dark-03.52" | "#dark-03.51" | "#dark-03.54" | "#dark-03.56" | "#dark-03.53" | "#dark-03.55" | "#dark-03.57" | "#dark-03.58" | "#dark-03.59" | "#dark-03.70" | "#dark-03.72" | "#dark-03.71" | "#dark-03.74" | "#dark-03.76" | "#dark-03.73" | "#dark-03.75" | "#dark-03.77" | "#dark-03.78" | "#dark-03.79" | "#dark-03.80" | "#dark-03.82" | "#dark-03.81" | "#dark-03.84" | "#dark-03.86" | "#dark-03.83" | "#dark-03.85" | "#dark-03.87" | "#dark-03.88" | "#dark-03.89" | "#dark-03.90" | "#dark-03.92" | "#dark-03.91" | "#dark-03.94" | "#dark-03.96" | "#dark-03.93" | "#dark-03.95" | "#dark-03.97" | "#dark-03.98" | "#dark-03.99" | "#dark-03.100" | "#dark-04" | "#dark-04.0" | "#dark-04.2" | "#dark-04.1" | "#dark-04.4" | "#dark-04.6" | "#dark-04.3" | "#dark-04.5" | "#dark-04.7" | "#dark-04.8" | "#dark-04.9" | "#dark-04.00" | "#dark-04.02" | "#dark-04.01" | "#dark-04.04" | "#dark-04.06" | "#dark-04.03" | "#dark-04.05" | "#dark-04.07" | "#dark-04.08" | "#dark-04.09" | "#dark-04.20" | "#dark-04.22" | "#dark-04.21" | "#dark-04.24" | "#dark-04.26" | "#dark-04.23" | "#dark-04.25" | "#dark-04.27" | "#dark-04.28" | "#dark-04.29" | "#dark-04.10" | "#dark-04.12" | "#dark-04.11" | "#dark-04.14" | "#dark-04.16" | "#dark-04.13" | "#dark-04.15" | "#dark-04.17" | "#dark-04.18" | "#dark-04.19" | "#dark-04.40" | "#dark-04.42" | "#dark-04.41" | "#dark-04.44" | "#dark-04.46" | "#dark-04.43" | "#dark-04.45" | "#dark-04.47" | "#dark-04.48" | "#dark-04.49" | "#dark-04.60" | "#dark-04.62" | "#dark-04.61" | "#dark-04.64" | "#dark-04.66" | "#dark-04.63" | "#dark-04.65" | "#dark-04.67" | "#dark-04.68" | "#dark-04.69" | "#dark-04.30" | "#dark-04.32" | "#dark-04.31" | "#dark-04.34" | "#dark-04.36" | "#dark-04.33" | "#dark-04.35" | "#dark-04.37" | "#dark-04.38" | "#dark-04.39" | "#dark-04.50" | "#dark-04.52" | "#dark-04.51" | "#dark-04.54" | "#dark-04.56" | "#dark-04.53" | "#dark-04.55" | "#dark-04.57" | "#dark-04.58" | "#dark-04.59" | "#dark-04.70" | "#dark-04.72" | "#dark-04.71" | "#dark-04.74" | "#dark-04.76" | "#dark-04.73" | "#dark-04.75" | "#dark-04.77" | "#dark-04.78" | "#dark-04.79" | "#dark-04.80" | "#dark-04.82" | "#dark-04.81" | "#dark-04.84" | "#dark-04.86" | "#dark-04.83" | "#dark-04.85" | "#dark-04.87" | "#dark-04.88" | "#dark-04.89" | "#dark-04.90" | "#dark-04.92" | "#dark-04.91" | "#dark-04.94" | "#dark-04.96" | "#dark-04.93" | "#dark-04.95" | "#dark-04.97" | "#dark-04.98" | "#dark-04.99" | "#dark-04.100" | "#dark-05" | "#dark-05.0" | "#dark-05.2" | "#dark-05.1" | "#dark-05.4" | "#dark-05.6" | "#dark-05.3" | "#dark-05.5" | "#dark-05.7" | "#dark-05.8" | "#dark-05.9" | "#dark-05.00" | "#dark-05.02" | "#dark-05.01" | "#dark-05.04" | "#dark-05.06" | "#dark-05.03" | "#dark-05.05" | "#dark-05.07" | "#dark-05.08" | "#dark-05.09" | "#dark-05.20" | "#dark-05.22" | "#dark-05.21" | "#dark-05.24" | "#dark-05.26" | "#dark-05.23" | "#dark-05.25" | "#dark-05.27" | "#dark-05.28" | "#dark-05.29" | "#dark-05.10" | "#dark-05.12" | "#dark-05.11" | "#dark-05.14" | "#dark-05.16" | "#dark-05.13" | "#dark-05.15" | "#dark-05.17" | "#dark-05.18" | "#dark-05.19" | "#dark-05.40" | "#dark-05.42" | "#dark-05.41" | "#dark-05.44" | "#dark-05.46" | "#dark-05.43" | "#dark-05.45" | "#dark-05.47" | "#dark-05.48" | "#dark-05.49" | "#dark-05.60" | "#dark-05.62" | "#dark-05.61" | "#dark-05.64" | "#dark-05.66" | "#dark-05.63" | "#dark-05.65" | "#dark-05.67" | "#dark-05.68" | "#dark-05.69" | "#dark-05.30" | "#dark-05.32" | "#dark-05.31" | "#dark-05.34" | "#dark-05.36" | "#dark-05.33" | "#dark-05.35" | "#dark-05.37" | "#dark-05.38" | "#dark-05.39" | "#dark-05.50" | "#dark-05.52" | "#dark-05.51" | "#dark-05.54" | "#dark-05.56" | "#dark-05.53" | "#dark-05.55" | "#dark-05.57" | "#dark-05.58" | "#dark-05.59" | "#dark-05.70" | "#dark-05.72" | "#dark-05.71" | "#dark-05.74" | "#dark-05.76" | "#dark-05.73" | "#dark-05.75" | "#dark-05.77" | "#dark-05.78" | "#dark-05.79" | "#dark-05.80" | "#dark-05.82" | "#dark-05.81" | "#dark-05.84" | "#dark-05.86" | "#dark-05.83" | "#dark-05.85" | "#dark-05.87" | "#dark-05.88" | "#dark-05.89" | "#dark-05.90" | "#dark-05.92" | "#dark-05.91" | "#dark-05.94" | "#dark-05.96" | "#dark-05.93" | "#dark-05.95" | "#dark-05.97" | "#dark-05.98" | "#dark-05.99" | "#dark-05.100" | "#primary" | "#primary.0" | "#primary.2" | "#primary.1" | "#primary.4" | "#primary.6" | "#primary.3" | "#primary.5" | "#primary.7" | "#primary.8" | "#primary.9" | "#primary.00" | "#primary.02" | "#primary.01" | "#primary.04" | "#primary.06" | "#primary.03" | "#primary.05" | "#primary.07" | "#primary.08" | "#primary.09" | "#primary.20" | "#primary.22" | "#primary.21" | "#primary.24" | "#primary.26" | "#primary.23" | "#primary.25" | "#primary.27" | "#primary.28" | "#primary.29" | "#primary.10" | "#primary.12" | "#primary.11" | "#primary.14" | "#primary.16" | "#primary.13" | "#primary.15" | "#primary.17" | "#primary.18" | "#primary.19" | "#primary.40" | "#primary.42" | "#primary.41" | "#primary.44" | "#primary.46" | "#primary.43" | "#primary.45" | "#primary.47" | "#primary.48" | "#primary.49" | "#primary.60" | "#primary.62" | "#primary.61" | "#primary.64" | "#primary.66" | "#primary.63" | "#primary.65" | "#primary.67" | "#primary.68" | "#primary.69" | "#primary.30" | "#primary.32" | "#primary.31" | "#primary.34" | "#primary.36" | "#primary.33" | "#primary.35" | "#primary.37" | "#primary.38" | "#primary.39" | "#primary.50" | "#primary.52" | "#primary.51" | "#primary.54" | "#primary.56" | "#primary.53" | "#primary.55" | "#primary.57" | "#primary.58" | "#primary.59" | "#primary.70" | "#primary.72" | "#primary.71" | "#primary.74" | "#primary.76" | "#primary.73" | "#primary.75" | "#primary.77" | "#primary.78" | "#primary.79" | "#primary.80" | "#primary.82" | "#primary.81" | "#primary.84" | "#primary.86" | "#primary.83" | "#primary.85" | "#primary.87" | "#primary.88" | "#primary.89" | "#primary.90" | "#primary.92" | "#primary.91" | "#primary.94" | "#primary.96" | "#primary.93" | "#primary.95" | "#primary.97" | "#primary.98" | "#primary.99" | "#primary.100" | "#disabled" | "#disabled.0" | "#disabled.2" | "#disabled.1" | "#disabled.4" | "#disabled.6" | "#disabled.3" | "#disabled.5" | "#disabled.7" | "#disabled.8" | "#disabled.9" | "#disabled.00" | "#disabled.02" | "#disabled.01" | "#disabled.04" | "#disabled.06" | "#disabled.03" | "#disabled.05" | "#disabled.07" | "#disabled.08" | "#disabled.09" | "#disabled.20" | "#disabled.22" | "#disabled.21" | "#disabled.24" | "#disabled.26" | "#disabled.23" | "#disabled.25" | "#disabled.27" | "#disabled.28" | "#disabled.29" | "#disabled.10" | "#disabled.12" | "#disabled.11" | "#disabled.14" | "#disabled.16" | "#disabled.13" | "#disabled.15" | "#disabled.17" | "#disabled.18" | "#disabled.19" | "#disabled.40" | "#disabled.42" | "#disabled.41" | "#disabled.44" | "#disabled.46" | "#disabled.43" | "#disabled.45" | "#disabled.47" | "#disabled.48" | "#disabled.49" | "#disabled.60" | "#disabled.62" | "#disabled.61" | "#disabled.64" | "#disabled.66" | "#disabled.63" | "#disabled.65" | "#disabled.67" | "#disabled.68" | "#disabled.69" | "#disabled.30" | "#disabled.32" | "#disabled.31" | "#disabled.34" | "#disabled.36" | "#disabled.33" | "#disabled.35" | "#disabled.37" | "#disabled.38" | "#disabled.39" | "#disabled.50" | "#disabled.52" | "#disabled.51" | "#disabled.54" | "#disabled.56" | "#disabled.53" | "#disabled.55" | "#disabled.57" | "#disabled.58" | "#disabled.59" | "#disabled.70" | "#disabled.72" | "#disabled.71" | "#disabled.74" | "#disabled.76" | "#disabled.73" | "#disabled.75" | "#disabled.77" | "#disabled.78" | "#disabled.79" | "#disabled.80" | "#disabled.82" | "#disabled.81" | "#disabled.84" | "#disabled.86" | "#disabled.83" | "#disabled.85" | "#disabled.87" | "#disabled.88" | "#disabled.89" | "#disabled.90" | "#disabled.92" | "#disabled.91" | "#disabled.94" | "#disabled.96" | "#disabled.93" | "#disabled.95" | "#disabled.97" | "#disabled.98" | "#disabled.99" | "#disabled.100" | "#disabled-bg" | "#disabled-bg.0" | "#disabled-bg.2" | "#disabled-bg.1" | "#disabled-bg.4" | "#disabled-bg.6" | "#disabled-bg.3" | "#disabled-bg.5" | "#disabled-bg.7" | "#disabled-bg.8" | "#disabled-bg.9" | "#disabled-bg.00" | "#disabled-bg.02" | "#disabled-bg.01" | "#disabled-bg.04" | "#disabled-bg.06" | "#disabled-bg.03" | "#disabled-bg.05" | "#disabled-bg.07" | "#disabled-bg.08" | "#disabled-bg.09" | "#disabled-bg.20" | "#disabled-bg.22" | "#disabled-bg.21" | "#disabled-bg.24" | "#disabled-bg.26" | "#disabled-bg.23" | "#disabled-bg.25" | "#disabled-bg.27" | "#disabled-bg.28" | "#disabled-bg.29" | "#disabled-bg.10" | "#disabled-bg.12" | "#disabled-bg.11" | "#disabled-bg.14" | "#disabled-bg.16" | "#disabled-bg.13" | "#disabled-bg.15" | "#disabled-bg.17" | "#disabled-bg.18" | "#disabled-bg.19" | "#disabled-bg.40" | "#disabled-bg.42" | "#disabled-bg.41" | "#disabled-bg.44" | "#disabled-bg.46" | "#disabled-bg.43" | "#disabled-bg.45" | "#disabled-bg.47" | "#disabled-bg.48" | "#disabled-bg.49" | "#disabled-bg.60" | "#disabled-bg.62" | "#disabled-bg.61" | "#disabled-bg.64" | "#disabled-bg.66" | "#disabled-bg.63" | "#disabled-bg.65" | "#disabled-bg.67" | "#disabled-bg.68" | "#disabled-bg.69" | "#disabled-bg.30" | "#disabled-bg.32" | "#disabled-bg.31" | "#disabled-bg.34" | "#disabled-bg.36" | "#disabled-bg.33" | "#disabled-bg.35" | "#disabled-bg.37" | "#disabled-bg.38" | "#disabled-bg.39" | "#disabled-bg.50" | "#disabled-bg.52" | "#disabled-bg.51" | "#disabled-bg.54" | "#disabled-bg.56" | "#disabled-bg.53" | "#disabled-bg.55" | "#disabled-bg.57" | "#disabled-bg.58" | "#disabled-bg.59" | "#disabled-bg.70" | "#disabled-bg.72" | "#disabled-bg.71" | "#disabled-bg.74" | "#disabled-bg.76" | "#disabled-bg.73" | "#disabled-bg.75" | "#disabled-bg.77" | "#disabled-bg.78" | "#disabled-bg.79" | "#disabled-bg.80" | "#disabled-bg.82" | "#disabled-bg.81" | "#disabled-bg.84" | "#disabled-bg.86" | "#disabled-bg.83" | "#disabled-bg.85" | "#disabled-bg.87" | "#disabled-bg.88" | "#disabled-bg.89" | "#disabled-bg.90" | "#disabled-bg.92" | "#disabled-bg.91" | "#disabled-bg.94" | "#disabled-bg.96" | "#disabled-bg.93" | "#disabled-bg.95" | "#disabled-bg.97" | "#disabled-bg.98" | "#disabled-bg.99" | "#disabled-bg.100" | "#disabled-text" | "#disabled-text.0" | "#disabled-text.2" | "#disabled-text.1" | "#disabled-text.4" | "#disabled-text.6" | "#disabled-text.3" | "#disabled-text.5" | "#disabled-text.7" | "#disabled-text.8" | "#disabled-text.9" | "#disabled-text.00" | "#disabled-text.02" | "#disabled-text.01" | "#disabled-text.04" | "#disabled-text.06" | "#disabled-text.03" | "#disabled-text.05" | "#disabled-text.07" | "#disabled-text.08" | "#disabled-text.09" | "#disabled-text.20" | "#disabled-text.22" | "#disabled-text.21" | "#disabled-text.24" | "#disabled-text.26" | "#disabled-text.23" | "#disabled-text.25" | "#disabled-text.27" | "#disabled-text.28" | "#disabled-text.29" | "#disabled-text.10" | "#disabled-text.12" | "#disabled-text.11" | "#disabled-text.14" | "#disabled-text.16" | "#disabled-text.13" | "#disabled-text.15" | "#disabled-text.17" | "#disabled-text.18" | "#disabled-text.19" | "#disabled-text.40" | "#disabled-text.42" | "#disabled-text.41" | "#disabled-text.44" | "#disabled-text.46" | "#disabled-text.43" | "#disabled-text.45" | "#disabled-text.47" | "#disabled-text.48" | "#disabled-text.49" | "#disabled-text.60" | "#disabled-text.62" | "#disabled-text.61" | "#disabled-text.64" | "#disabled-text.66" | "#disabled-text.63" | "#disabled-text.65" | "#disabled-text.67" | "#disabled-text.68" | "#disabled-text.69" | "#disabled-text.30" | "#disabled-text.32" | "#disabled-text.31" | "#disabled-text.34" | "#disabled-text.36" | "#disabled-text.33" | "#disabled-text.35" | "#disabled-text.37" | "#disabled-text.38" | "#disabled-text.39" | "#disabled-text.50" | "#disabled-text.52" | "#disabled-text.51" | "#disabled-text.54" | "#disabled-text.56" | "#disabled-text.53" | "#disabled-text.55" | "#disabled-text.57" | "#disabled-text.58" | "#disabled-text.59" | "#disabled-text.70" | "#disabled-text.72" | "#disabled-text.71" | "#disabled-text.74" | "#disabled-text.76" | "#disabled-text.73" | "#disabled-text.75" | "#disabled-text.77" | "#disabled-text.78" | "#disabled-text.79" | "#disabled-text.80" | "#disabled-text.82" | "#disabled-text.81" | "#disabled-text.84" | "#disabled-text.86" | "#disabled-text.83" | "#disabled-text.85" | "#disabled-text.87" | "#disabled-text.88" | "#disabled-text.89" | "#disabled-text.90" | "#disabled-text.92" | "#disabled-text.91" | "#disabled-text.94" | "#disabled-text.96" | "#disabled-text.93" | "#disabled-text.95" | "#disabled-text.97" | "#disabled-text.98" | "#disabled-text.99" | "#disabled-text.100" | "#danger" | "#danger.0" | "#danger.2" | "#danger.1" | "#danger.4" | "#danger.6" | "#danger.3" | "#danger.5" | "#danger.7" | "#danger.8" | "#danger.9" | "#danger.00" | "#danger.02" | "#danger.01" | "#danger.04" | "#danger.06" | "#danger.03" | "#danger.05" | "#danger.07" | "#danger.08" | "#danger.09" | "#danger.20" | "#danger.22" | "#danger.21" | "#danger.24" | "#danger.26" | "#danger.23" | "#danger.25" | "#danger.27" | "#danger.28" | "#danger.29" | "#danger.10" | "#danger.12" | "#danger.11" | "#danger.14" | "#danger.16" | "#danger.13" | "#danger.15" | "#danger.17" | "#danger.18" | "#danger.19" | "#danger.40" | "#danger.42" | "#danger.41" | "#danger.44" | "#danger.46" | "#danger.43" | "#danger.45" | "#danger.47" | "#danger.48" | "#danger.49" | "#danger.60" | "#danger.62" | "#danger.61" | "#danger.64" | "#danger.66" | "#danger.63" | "#danger.65" | "#danger.67" | "#danger.68" | "#danger.69" | "#danger.30" | "#danger.32" | "#danger.31" | "#danger.34" | "#danger.36" | "#danger.33" | "#danger.35" | "#danger.37" | "#danger.38" | "#danger.39" | "#danger.50" | "#danger.52" | "#danger.51" | "#danger.54" | "#danger.56" | "#danger.53" | "#danger.55" | "#danger.57" | "#danger.58" | "#danger.59" | "#danger.70" | "#danger.72" | "#danger.71" | "#danger.74" | "#danger.76" | "#danger.73" | "#danger.75" | "#danger.77" | "#danger.78" | "#danger.79" | "#danger.80" | "#danger.82" | "#danger.81" | "#danger.84" | "#danger.86" | "#danger.83" | "#danger.85" | "#danger.87" | "#danger.88" | "#danger.89" | "#danger.90" | "#danger.92" | "#danger.91" | "#danger.94" | "#danger.96" | "#danger.93" | "#danger.95" | "#danger.97" | "#danger.98" | "#danger.99" | "#danger.100" | "#danger-bg" | "#danger-bg.0" | "#danger-bg.2" | "#danger-bg.1" | "#danger-bg.4" | "#danger-bg.6" | "#danger-bg.3" | "#danger-bg.5" | "#danger-bg.7" | "#danger-bg.8" | "#danger-bg.9" | "#danger-bg.00" | "#danger-bg.02" | "#danger-bg.01" | "#danger-bg.04" | "#danger-bg.06" | "#danger-bg.03" | "#danger-bg.05" | "#danger-bg.07" | "#danger-bg.08" | "#danger-bg.09" | "#danger-bg.20" | "#danger-bg.22" | "#danger-bg.21" | "#danger-bg.24" | "#danger-bg.26" | "#danger-bg.23" | "#danger-bg.25" | "#danger-bg.27" | "#danger-bg.28" | "#danger-bg.29" | "#danger-bg.10" | "#danger-bg.12" | "#danger-bg.11" | "#danger-bg.14" | "#danger-bg.16" | "#danger-bg.13" | "#danger-bg.15" | "#danger-bg.17" | "#danger-bg.18" | "#danger-bg.19" | "#danger-bg.40" | "#danger-bg.42" | "#danger-bg.41" | "#danger-bg.44" | "#danger-bg.46" | "#danger-bg.43" | "#danger-bg.45" | "#danger-bg.47" | "#danger-bg.48" | "#danger-bg.49" | "#danger-bg.60" | "#danger-bg.62" | "#danger-bg.61" | "#danger-bg.64" | "#danger-bg.66" | "#danger-bg.63" | "#danger-bg.65" | "#danger-bg.67" | "#danger-bg.68" | "#danger-bg.69" | "#danger-bg.30" | "#danger-bg.32" | "#danger-bg.31" | "#danger-bg.34" | "#danger-bg.36" | "#danger-bg.33" | "#danger-bg.35" | "#danger-bg.37" | "#danger-bg.38" | "#danger-bg.39" | "#danger-bg.50" | "#danger-bg.52" | "#danger-bg.51" | "#danger-bg.54" | "#danger-bg.56" | "#danger-bg.53" | "#danger-bg.55" | "#danger-bg.57" | "#danger-bg.58" | "#danger-bg.59" | "#danger-bg.70" | "#danger-bg.72" | "#danger-bg.71" | "#danger-bg.74" | "#danger-bg.76" | "#danger-bg.73" | "#danger-bg.75" | "#danger-bg.77" | "#danger-bg.78" | "#danger-bg.79" | "#danger-bg.80" | "#danger-bg.82" | "#danger-bg.81" | "#danger-bg.84" | "#danger-bg.86" | "#danger-bg.83" | "#danger-bg.85" | "#danger-bg.87" | "#danger-bg.88" | "#danger-bg.89" | "#danger-bg.90" | "#danger-bg.92" | "#danger-bg.91" | "#danger-bg.94" | "#danger-bg.96" | "#danger-bg.93" | "#danger-bg.95" | "#danger-bg.97" | "#danger-bg.98" | "#danger-bg.99" | "#danger-bg.100" | "#danger-text" | "#danger-text.0" | "#danger-text.2" | "#danger-text.1" | "#danger-text.4" | "#danger-text.6" | "#danger-text.3" | "#danger-text.5" | "#danger-text.7" | "#danger-text.8" | "#danger-text.9" | "#danger-text.00" | "#danger-text.02" | "#danger-text.01" | "#danger-text.04" | "#danger-text.06" | "#danger-text.03" | "#danger-text.05" | "#danger-text.07" | "#danger-text.08" | "#danger-text.09" | "#danger-text.20" | "#danger-text.22" | "#danger-text.21" | "#danger-text.24" | "#danger-text.26" | "#danger-text.23" | "#danger-text.25" | "#danger-text.27" | "#danger-text.28" | "#danger-text.29" | "#danger-text.10" | "#danger-text.12" | "#danger-text.11" | "#danger-text.14" | "#danger-text.16" | "#danger-text.13" | "#danger-text.15" | "#danger-text.17" | "#danger-text.18" | "#danger-text.19" | "#danger-text.40" | "#danger-text.42" | "#danger-text.41" | "#danger-text.44" | "#danger-text.46" | "#danger-text.43" | "#danger-text.45" | "#danger-text.47" | "#danger-text.48" | "#danger-text.49" | "#danger-text.60" | "#danger-text.62" | "#danger-text.61" | "#danger-text.64" | "#danger-text.66" | "#danger-text.63" | "#danger-text.65" | "#danger-text.67" | "#danger-text.68" | "#danger-text.69" | "#danger-text.30" | "#danger-text.32" | "#danger-text.31" | "#danger-text.34" | "#danger-text.36" | "#danger-text.33" | "#danger-text.35" | "#danger-text.37" | "#danger-text.38" | "#danger-text.39" | "#danger-text.50" | "#danger-text.52" | "#danger-text.51" | "#danger-text.54" | "#danger-text.56" | "#danger-text.53" | "#danger-text.55" | "#danger-text.57" | "#danger-text.58" | "#danger-text.59" | "#danger-text.70" | "#danger-text.72" | "#danger-text.71" | "#danger-text.74" | "#danger-text.76" | "#danger-text.73" | "#danger-text.75" | "#danger-text.77" | "#danger-text.78" | "#danger-text.79" | "#danger-text.80" | "#danger-text.82" | "#danger-text.81" | "#danger-text.84" | "#danger-text.86" | "#danger-text.83" | "#danger-text.85" | "#danger-text.87" | "#danger-text.88" | "#danger-text.89" | "#danger-text.90" | "#danger-text.92" | "#danger-text.91" | "#danger-text.94" | "#danger-text.96" | "#danger-text.93" | "#danger-text.95" | "#danger-text.97" | "#danger-text.98" | "#danger-text.99" | "#danger-text.100" | "#success" | "#success.0" | "#success.2" | "#success.1" | "#success.4" | "#success.6" | "#success.3" | "#success.5" | "#success.7" | "#success.8" | "#success.9" | "#success.00" | "#success.02" | "#success.01" | "#success.04" | "#success.06" | "#success.03" | "#success.05" | "#success.07" | "#success.08" | "#success.09" | "#success.20" | "#success.22" | "#success.21" | "#success.24" | "#success.26" | "#success.23" | "#success.25" | "#success.27" | "#success.28" | "#success.29" | "#success.10" | "#success.12" | "#success.11" | "#success.14" | "#success.16" | "#success.13" | "#success.15" | "#success.17" | "#success.18" | "#success.19" | "#success.40" | "#success.42" | "#success.41" | "#success.44" | "#success.46" | "#success.43" | "#success.45" | "#success.47" | "#success.48" | "#success.49" | "#success.60" | "#success.62" | "#success.61" | "#success.64" | "#success.66" | "#success.63" | "#success.65" | "#success.67" | "#success.68" | "#success.69" | "#success.30" | "#success.32" | "#success.31" | "#success.34" | "#success.36" | "#success.33" | "#success.35" | "#success.37" | "#success.38" | "#success.39" | "#success.50" | "#success.52" | "#success.51" | "#success.54" | "#success.56" | "#success.53" | "#success.55" | "#success.57" | "#success.58" | "#success.59" | "#success.70" | "#success.72" | "#success.71" | "#success.74" | "#success.76" | "#success.73" | "#success.75" | "#success.77" | "#success.78" | "#success.79" | "#success.80" | "#success.82" | "#success.81" | "#success.84" | "#success.86" | "#success.83" | "#success.85" | "#success.87" | "#success.88" | "#success.89" | "#success.90" | "#success.92" | "#success.91" | "#success.94" | "#success.96" | "#success.93" | "#success.95" | "#success.97" | "#success.98" | "#success.99" | "#success.100" | "#success-bg" | "#success-bg.0" | "#success-bg.2" | "#success-bg.1" | "#success-bg.4" | "#success-bg.6" | "#success-bg.3" | "#success-bg.5" | "#success-bg.7" | "#success-bg.8" | "#success-bg.9" | "#success-bg.00" | "#success-bg.02" | "#success-bg.01" | "#success-bg.04" | "#success-bg.06" | "#success-bg.03" | "#success-bg.05" | "#success-bg.07" | "#success-bg.08" | "#success-bg.09" | "#success-bg.20" | "#success-bg.22" | "#success-bg.21" | "#success-bg.24" | "#success-bg.26" | "#success-bg.23" | "#success-bg.25" | "#success-bg.27" | "#success-bg.28" | "#success-bg.29" | "#success-bg.10" | "#success-bg.12" | "#success-bg.11" | "#success-bg.14" | "#success-bg.16" | "#success-bg.13" | "#success-bg.15" | "#success-bg.17" | "#success-bg.18" | "#success-bg.19" | "#success-bg.40" | "#success-bg.42" | "#success-bg.41" | "#success-bg.44" | "#success-bg.46" | "#success-bg.43" | "#success-bg.45" | "#success-bg.47" | "#success-bg.48" | "#success-bg.49" | "#success-bg.60" | "#success-bg.62" | "#success-bg.61" | "#success-bg.64" | "#success-bg.66" | "#success-bg.63" | "#success-bg.65" | "#success-bg.67" | "#success-bg.68" | "#success-bg.69" | "#success-bg.30" | "#success-bg.32" | "#success-bg.31" | "#success-bg.34" | "#success-bg.36" | "#success-bg.33" | "#success-bg.35" | "#success-bg.37" | "#success-bg.38" | "#success-bg.39" | "#success-bg.50" | "#success-bg.52" | "#success-bg.51" | "#success-bg.54" | "#success-bg.56" | "#success-bg.53" | "#success-bg.55" | "#success-bg.57" | "#success-bg.58" | "#success-bg.59" | "#success-bg.70" | "#success-bg.72" | "#success-bg.71" | "#success-bg.74" | "#success-bg.76" | "#success-bg.73" | "#success-bg.75" | "#success-bg.77" | "#success-bg.78" | "#success-bg.79" | "#success-bg.80" | "#success-bg.82" | "#success-bg.81" | "#success-bg.84" | "#success-bg.86" | "#success-bg.83" | "#success-bg.85" | "#success-bg.87" | "#success-bg.88" | "#success-bg.89" | "#success-bg.90" | "#success-bg.92" | "#success-bg.91" | "#success-bg.94" | "#success-bg.96" | "#success-bg.93" | "#success-bg.95" | "#success-bg.97" | "#success-bg.98" | "#success-bg.99" | "#success-bg.100" | "#success-text" | "#success-text.0" | "#success-text.2" | "#success-text.1" | "#success-text.4" | "#success-text.6" | "#success-text.3" | "#success-text.5" | "#success-text.7" | "#success-text.8" | "#success-text.9" | "#success-text.00" | "#success-text.02" | "#success-text.01" | "#success-text.04" | "#success-text.06" | "#success-text.03" | "#success-text.05" | "#success-text.07" | "#success-text.08" | "#success-text.09" | "#success-text.20" | "#success-text.22" | "#success-text.21" | "#success-text.24" | "#success-text.26" | "#success-text.23" | "#success-text.25" | "#success-text.27" | "#success-text.28" | "#success-text.29" | "#success-text.10" | "#success-text.12" | "#success-text.11" | "#success-text.14" | "#success-text.16" | "#success-text.13" | "#success-text.15" | "#success-text.17" | "#success-text.18" | "#success-text.19" | "#success-text.40" | "#success-text.42" | "#success-text.41" | "#success-text.44" | "#success-text.46" | "#success-text.43" | "#success-text.45" | "#success-text.47" | "#success-text.48" | "#success-text.49" | "#success-text.60" | "#success-text.62" | "#success-text.61" | "#success-text.64" | "#success-text.66" | "#success-text.63" | "#success-text.65" | "#success-text.67" | "#success-text.68" | "#success-text.69" | "#success-text.30" | "#success-text.32" | "#success-text.31" | "#success-text.34" | "#success-text.36" | "#success-text.33" | "#success-text.35" | "#success-text.37" | "#success-text.38" | "#success-text.39" | "#success-text.50" | "#success-text.52" | "#success-text.51" | "#success-text.54" | "#success-text.56" | "#success-text.53" | "#success-text.55" | "#success-text.57" | "#success-text.58" | "#success-text.59" | "#success-text.70" | "#success-text.72" | "#success-text.71" | "#success-text.74" | "#success-text.76" | "#success-text.73" | "#success-text.75" | "#success-text.77" | "#success-text.78" | "#success-text.79" | "#success-text.80" | "#success-text.82" | "#success-text.81" | "#success-text.84" | "#success-text.86" | "#success-text.83" | "#success-text.85" | "#success-text.87" | "#success-text.88" | "#success-text.89" | "#success-text.90" | "#success-text.92" | "#success-text.91" | "#success-text.94" | "#success-text.96" | "#success-text.93" | "#success-text.95" | "#success-text.97" | "#success-text.98" | "#success-text.99" | "#success-text.100" | "#note" | "#note.0" | "#note.2" | "#note.1" | "#note.4" | "#note.6" | "#note.3" | "#note.5" | "#note.7" | "#note.8" | "#note.9" | "#note.00" | "#note.02" | "#note.01" | "#note.04" | "#note.06" | "#note.03" | "#note.05" | "#note.07" | "#note.08" | "#note.09" | "#note.20" | "#note.22" | "#note.21" | "#note.24" | "#note.26" | "#note.23" | "#note.25" | "#note.27" | "#note.28" | "#note.29" | "#note.10" | "#note.12" | "#note.11" | "#note.14" | "#note.16" | "#note.13" | "#note.15" | "#note.17" | "#note.18" | "#note.19" | "#note.40" | "#note.42" | "#note.41" | "#note.44" | "#note.46" | "#note.43" | "#note.45" | "#note.47" | "#note.48" | "#note.49" | "#note.60" | "#note.62" | "#note.61" | "#note.64" | "#note.66" | "#note.63" | "#note.65" | "#note.67" | "#note.68" | "#note.69" | "#note.30" | "#note.32" | "#note.31" | "#note.34" | "#note.36" | "#note.33" | "#note.35" | "#note.37" | "#note.38" | "#note.39" | "#note.50" | "#note.52" | "#note.51" | "#note.54" | "#note.56" | "#note.53" | "#note.55" | "#note.57" | "#note.58" | "#note.59" | "#note.70" | "#note.72" | "#note.71" | "#note.74" | "#note.76" | "#note.73" | "#note.75" | "#note.77" | "#note.78" | "#note.79" | "#note.80" | "#note.82" | "#note.81" | "#note.84" | "#note.86" | "#note.83" | "#note.85" | "#note.87" | "#note.88" | "#note.89" | "#note.90" | "#note.92" | "#note.91" | "#note.94" | "#note.96" | "#note.93" | "#note.95" | "#note.97" | "#note.98" | "#note.99" | "#note.100" | "#note-bg" | "#note-bg.0" | "#note-bg.2" | "#note-bg.1" | "#note-bg.4" | "#note-bg.6" | "#note-bg.3" | "#note-bg.5" | "#note-bg.7" | "#note-bg.8" | "#note-bg.9" | "#note-bg.00" | "#note-bg.02" | "#note-bg.01" | "#note-bg.04" | "#note-bg.06" | "#note-bg.03" | "#note-bg.05" | "#note-bg.07" | "#note-bg.08" | "#note-bg.09" | "#note-bg.20" | "#note-bg.22" | "#note-bg.21" | "#note-bg.24" | "#note-bg.26" | "#note-bg.23" | "#note-bg.25" | "#note-bg.27" | "#note-bg.28" | "#note-bg.29" | "#note-bg.10" | "#note-bg.12" | "#note-bg.11" | "#note-bg.14" | "#note-bg.16" | "#note-bg.13" | "#note-bg.15" | "#note-bg.17" | "#note-bg.18" | "#note-bg.19" | "#note-bg.40" | "#note-bg.42" | "#note-bg.41" | "#note-bg.44" | "#note-bg.46" | "#note-bg.43" | "#note-bg.45" | "#note-bg.47" | "#note-bg.48" | "#note-bg.49" | "#note-bg.60" | "#note-bg.62" | "#note-bg.61" | "#note-bg.64" | "#note-bg.66" | "#note-bg.63" | "#note-bg.65" | "#note-bg.67" | "#note-bg.68" | "#note-bg.69" | "#note-bg.30" | "#note-bg.32" | "#note-bg.31" | "#note-bg.34" | "#note-bg.36" | "#note-bg.33" | "#note-bg.35" | "#note-bg.37" | "#note-bg.38" | "#note-bg.39" | "#note-bg.50" | "#note-bg.52" | "#note-bg.51" | "#note-bg.54" | "#note-bg.56" | "#note-bg.53" | "#note-bg.55" | "#note-bg.57" | "#note-bg.58" | "#note-bg.59" | "#note-bg.70" | "#note-bg.72" | "#note-bg.71" | "#note-bg.74" | "#note-bg.76" | "#note-bg.73" | "#note-bg.75" | "#note-bg.77" | "#note-bg.78" | "#note-bg.79" | "#note-bg.80" | "#note-bg.82" | "#note-bg.81" | "#note-bg.84" | "#note-bg.86" | "#note-bg.83" | "#note-bg.85" | "#note-bg.87" | "#note-bg.88" | "#note-bg.89" | "#note-bg.90" | "#note-bg.92" | "#note-bg.91" | "#note-bg.94" | "#note-bg.96" | "#note-bg.93" | "#note-bg.95" | "#note-bg.97" | "#note-bg.98" | "#note-bg.99" | "#note-bg.100" | "#note-text" | "#note-text.0" | "#note-text.2" | "#note-text.1" | "#note-text.4" | "#note-text.6" | "#note-text.3" | "#note-text.5" | "#note-text.7" | "#note-text.8" | "#note-text.9" | "#note-text.00" | "#note-text.02" | "#note-text.01" | "#note-text.04" | "#note-text.06" | "#note-text.03" | "#note-text.05" | "#note-text.07" | "#note-text.08" | "#note-text.09" | "#note-text.20" | "#note-text.22" | "#note-text.21" | "#note-text.24" | "#note-text.26" | "#note-text.23" | "#note-text.25" | "#note-text.27" | "#note-text.28" | "#note-text.29" | "#note-text.10" | "#note-text.12" | "#note-text.11" | "#note-text.14" | "#note-text.16" | "#note-text.13" | "#note-text.15" | "#note-text.17" | "#note-text.18" | "#note-text.19" | "#note-text.40" | "#note-text.42" | "#note-text.41" | "#note-text.44" | "#note-text.46" | "#note-text.43" | "#note-text.45" | "#note-text.47" | "#note-text.48" | "#note-text.49" | "#note-text.60" | "#note-text.62" | "#note-text.61" | "#note-text.64" | "#note-text.66" | "#note-text.63" | "#note-text.65" | "#note-text.67" | "#note-text.68" | "#note-text.69" | "#note-text.30" | "#note-text.32" | "#note-text.31" | "#note-text.34" | "#note-text.36" | "#note-text.33" | "#note-text.35" | "#note-text.37" | "#note-text.38" | "#note-text.39" | "#note-text.50" | "#note-text.52" | "#note-text.51" | "#note-text.54" | "#note-text.56" | "#note-text.53" | "#note-text.55" | "#note-text.57" | "#note-text.58" | "#note-text.59" | "#note-text.70" | "#note-text.72" | "#note-text.71" | "#note-text.74" | "#note-text.76" | "#note-text.73" | "#note-text.75" | "#note-text.77" | "#note-text.78" | "#note-text.79" | "#note-text.80" | "#note-text.82" | "#note-text.81" | "#note-text.84" | "#note-text.86" | "#note-text.83" | "#note-text.85" | "#note-text.87" | "#note-text.88" | "#note-text.89" | "#note-text.90" | "#note-text.92" | "#note-text.91" | "#note-text.94" | "#note-text.96" | "#note-text.93" | "#note-text.95" | "#note-text.97" | "#note-text.98" | "#note-text.99" | "#note-text.100" | "#white" | "#white.0" | "#white.2" | "#white.1" | "#white.4" | "#white.6" | "#white.3" | "#white.5" | "#white.7" | "#white.8" | "#white.9" | "#white.00" | "#white.02" | "#white.01" | "#white.04" | "#white.06" | "#white.03" | "#white.05" | "#white.07" | "#white.08" | "#white.09" | "#white.20" | "#white.22" | "#white.21" | "#white.24" | "#white.26" | "#white.23" | "#white.25" | "#white.27" | "#white.28" | "#white.29" | "#white.10" | "#white.12" | "#white.11" | "#white.14" | "#white.16" | "#white.13" | "#white.15" | "#white.17" | "#white.18" | "#white.19" | "#white.40" | "#white.42" | "#white.41" | "#white.44" | "#white.46" | "#white.43" | "#white.45" | "#white.47" | "#white.48" | "#white.49" | "#white.60" | "#white.62" | "#white.61" | "#white.64" | "#white.66" | "#white.63" | "#white.65" | "#white.67" | "#white.68" | "#white.69" | "#white.30" | "#white.32" | "#white.31" | "#white.34" | "#white.36" | "#white.33" | "#white.35" | "#white.37" | "#white.38" | "#white.39" | "#white.50" | "#white.52" | "#white.51" | "#white.54" | "#white.56" | "#white.53" | "#white.55" | "#white.57" | "#white.58" | "#white.59" | "#white.70" | "#white.72" | "#white.71" | "#white.74" | "#white.76" | "#white.73" | "#white.75" | "#white.77" | "#white.78" | "#white.79" | "#white.80" | "#white.82" | "#white.81" | "#white.84" | "#white.86" | "#white.83" | "#white.85" | "#white.87" | "#white.88" | "#white.89" | "#white.90" | "#white.92" | "#white.91" | "#white.94" | "#white.96" | "#white.93" | "#white.95" | "#white.97" | "#white.98" | "#white.99" | "#white.100" | "#light" | "#light.0" | "#light.2" | "#light.1" | "#light.4" | "#light.6" | "#light.3" | "#light.5" | "#light.7" | "#light.8" | "#light.9" | "#light.00" | "#light.02" | "#light.01" | "#light.04" | "#light.06" | "#light.03" | "#light.05" | "#light.07" | "#light.08" | "#light.09" | "#light.20" | "#light.22" | "#light.21" | "#light.24" | "#light.26" | "#light.23" | "#light.25" | "#light.27" | "#light.28" | "#light.29" | "#light.10" | "#light.12" | "#light.11" | "#light.14" | "#light.16" | "#light.13" | "#light.15" | "#light.17" | "#light.18" | "#light.19" | "#light.40" | "#light.42" | "#light.41" | "#light.44" | "#light.46" | "#light.43" | "#light.45" | "#light.47" | "#light.48" | "#light.49" | "#light.60" | "#light.62" | "#light.61" | "#light.64" | "#light.66" | "#light.63" | "#light.65" | "#light.67" | "#light.68" | "#light.69" | "#light.30" | "#light.32" | "#light.31" | "#light.34" | "#light.36" | "#light.33" | "#light.35" | "#light.37" | "#light.38" | "#light.39" | "#light.50" | "#light.52" | "#light.51" | "#light.54" | "#light.56" | "#light.53" | "#light.55" | "#light.57" | "#light.58" | "#light.59" | "#light.70" | "#light.72" | "#light.71" | "#light.74" | "#light.76" | "#light.73" | "#light.75" | "#light.77" | "#light.78" | "#light.79" | "#light.80" | "#light.82" | "#light.81" | "#light.84" | "#light.86" | "#light.83" | "#light.85" | "#light.87" | "#light.88" | "#light.89" | "#light.90" | "#light.92" | "#light.91" | "#light.94" | "#light.96" | "#light.93" | "#light.95" | "#light.97" | "#light.98" | "#light.99" | "#light.100" | "#light-grey" | "#light-grey.0" | "#light-grey.2" | "#light-grey.1" | "#light-grey.4" | "#light-grey.6" | "#light-grey.3" | "#light-grey.5" | "#light-grey.7" | "#light-grey.8" | "#light-grey.9" | "#light-grey.00" | "#light-grey.02" | "#light-grey.01" | "#light-grey.04" | "#light-grey.06" | "#light-grey.03" | "#light-grey.05" | "#light-grey.07" | "#light-grey.08" | "#light-grey.09" | "#light-grey.20" | "#light-grey.22" | "#light-grey.21" | "#light-grey.24" | "#light-grey.26" | "#light-grey.23" | "#light-grey.25" | "#light-grey.27" | "#light-grey.28" | "#light-grey.29" | "#light-grey.10" | "#light-grey.12" | "#light-grey.11" | "#light-grey.14" | "#light-grey.16" | "#light-grey.13" | "#light-grey.15" | "#light-grey.17" | "#light-grey.18" | "#light-grey.19" | "#light-grey.40" | "#light-grey.42" | "#light-grey.41" | "#light-grey.44" | "#light-grey.46" | "#light-grey.43" | "#light-grey.45" | "#light-grey.47" | "#light-grey.48" | "#light-grey.49" | "#light-grey.60" | "#light-grey.62" | "#light-grey.61" | "#light-grey.64" | "#light-grey.66" | "#light-grey.63" | "#light-grey.65" | "#light-grey.67" | "#light-grey.68" | "#light-grey.69" | "#light-grey.30" | "#light-grey.32" | "#light-grey.31" | "#light-grey.34" | "#light-grey.36" | "#light-grey.33" | "#light-grey.35" | "#light-grey.37" | "#light-grey.38" | "#light-grey.39" | "#light-grey.50" | "#light-grey.52" | "#light-grey.51" | "#light-grey.54" | "#light-grey.56" | "#light-grey.53" | "#light-grey.55" | "#light-grey.57" | "#light-grey.58" | "#light-grey.59" | "#light-grey.70" | "#light-grey.72" | "#light-grey.71" | "#light-grey.74" | "#light-grey.76" | "#light-grey.73" | "#light-grey.75" | "#light-grey.77" | "#light-grey.78" | "#light-grey.79" | "#light-grey.80" | "#light-grey.82" | "#light-grey.81" | "#light-grey.84" | "#light-grey.86" | "#light-grey.83" | "#light-grey.85" | "#light-grey.87" | "#light-grey.88" | "#light-grey.89" | "#light-grey.90" | "#light-grey.92" | "#light-grey.91" | "#light-grey.94" | "#light-grey.96" | "#light-grey.93" | "#light-grey.95" | "#light-grey.97" | "#light-grey.98" | "#light-grey.99" | "#light-grey.100" | "#black" | "#black.0" | "#black.2" | "#black.1" | "#black.4" | "#black.6" | "#black.3" | "#black.5" | "#black.7" | "#black.8" | "#black.9" | "#black.00" | "#black.02" | "#black.01" | "#black.04" | "#black.06" | "#black.03" | "#black.05" | "#black.07" | "#black.08" | "#black.09" | "#black.20" | "#black.22" | "#black.21" | "#black.24" | "#black.26" | "#black.23" | "#black.25" | "#black.27" | "#black.28" | "#black.29" | "#black.10" | "#black.12" | "#black.11" | "#black.14" | "#black.16" | "#black.13" | "#black.15" | "#black.17" | "#black.18" | "#black.19" | "#black.40" | "#black.42" | "#black.41" | "#black.44" | "#black.46" | "#black.43" | "#black.45" | "#black.47" | "#black.48" | "#black.49" | "#black.60" | "#black.62" | "#black.61" | "#black.64" | "#black.66" | "#black.63" | "#black.65" | "#black.67" | "#black.68" | "#black.69" | "#black.30" | "#black.32" | "#black.31" | "#black.34" | "#black.36" | "#black.33" | "#black.35" | "#black.37" | "#black.38" | "#black.39" | "#black.50" | "#black.52" | "#black.51" | "#black.54" | "#black.56" | "#black.53" | "#black.55" | "#black.57" | "#black.58" | "#black.59" | "#black.70" | "#black.72" | "#black.71" | "#black.74" | "#black.76" | "#black.73" | "#black.75" | "#black.77" | "#black.78" | "#black.79" | "#black.80" | "#black.82" | "#black.81" | "#black.84" | "#black.86" | "#black.83" | "#black.85" | "#black.87" | "#black.88" | "#black.89" | "#black.90" | "#black.92" | "#black.91" | "#black.94" | "#black.96" | "#black.93" | "#black.95" | "#black.97" | "#black.98" | "#black.99" | "#black.100" | "#pink" | "#pink.0" | "#pink.2" | "#pink.1" | "#pink.4" | "#pink.6" | "#pink.3" | "#pink.5" | "#pink.7" | "#pink.8" | "#pink.9" | "#pink.00" | "#pink.02" | "#pink.01" | "#pink.04" | "#pink.06" | "#pink.03" | "#pink.05" | "#pink.07" | "#pink.08" | "#pink.09" | "#pink.20" | "#pink.22" | "#pink.21" | "#pink.24" | "#pink.26" | "#pink.23" | "#pink.25" | "#pink.27" | "#pink.28" | "#pink.29" | "#pink.10" | "#pink.12" | "#pink.11" | "#pink.14" | "#pink.16" | "#pink.13" | "#pink.15" | "#pink.17" | "#pink.18" | "#pink.19" | "#pink.40" | "#pink.42" | "#pink.41" | "#pink.44" | "#pink.46" | "#pink.43" | "#pink.45" | "#pink.47" | "#pink.48" | "#pink.49" | "#pink.60" | "#pink.62" | "#pink.61" | "#pink.64" | "#pink.66" | "#pink.63" | "#pink.65" | "#pink.67" | "#pink.68" | "#pink.69" | "#pink.30" | "#pink.32" | "#pink.31" | "#pink.34" | "#pink.36" | "#pink.33" | "#pink.35" | "#pink.37" | "#pink.38" | "#pink.39" | "#pink.50" | "#pink.52" | "#pink.51" | "#pink.54" | "#pink.56" | "#pink.53" | "#pink.55" | "#pink.57" | "#pink.58" | "#pink.59" | "#pink.70" | "#pink.72" | "#pink.71" | "#pink.74" | "#pink.76" | "#pink.73" | "#pink.75" | "#pink.77" | "#pink.78" | "#pink.79" | "#pink.80" | "#pink.82" | "#pink.81" | "#pink.84" | "#pink.86" | "#pink.83" | "#pink.85" | "#pink.87" | "#pink.88" | "#pink.89" | "#pink.90" | "#pink.92" | "#pink.91" | "#pink.94" | "#pink.96" | "#pink.93" | "#pink.95" | "#pink.97" | "#pink.98" | "#pink.99" | "#pink.100" | "#pink-01" | "#pink-01.0" | "#pink-01.2" | "#pink-01.1" | "#pink-01.4" | "#pink-01.6" | "#pink-01.3" | "#pink-01.5" | "#pink-01.7" | "#pink-01.8" | "#pink-01.9" | "#pink-01.00" | "#pink-01.02" | "#pink-01.01" | "#pink-01.04" | "#pink-01.06" | "#pink-01.03" | "#pink-01.05" | "#pink-01.07" | "#pink-01.08" | "#pink-01.09" | "#pink-01.20" | "#pink-01.22" | "#pink-01.21" | "#pink-01.24" | "#pink-01.26" | "#pink-01.23" | "#pink-01.25" | "#pink-01.27" | "#pink-01.28" | "#pink-01.29" | "#pink-01.10" | "#pink-01.12" | "#pink-01.11" | "#pink-01.14" | "#pink-01.16" | "#pink-01.13" | "#pink-01.15" | "#pink-01.17" | "#pink-01.18" | "#pink-01.19" | "#pink-01.40" | "#pink-01.42" | "#pink-01.41" | "#pink-01.44" | "#pink-01.46" | "#pink-01.43" | "#pink-01.45" | "#pink-01.47" | "#pink-01.48" | "#pink-01.49" | "#pink-01.60" | "#pink-01.62" | "#pink-01.61" | "#pink-01.64" | "#pink-01.66" | "#pink-01.63" | "#pink-01.65" | "#pink-01.67" | "#pink-01.68" | "#pink-01.69" | "#pink-01.30" | "#pink-01.32" | "#pink-01.31" | "#pink-01.34" | "#pink-01.36" | "#pink-01.33" | "#pink-01.35" | "#pink-01.37" | "#pink-01.38" | "#pink-01.39" | "#pink-01.50" | "#pink-01.52" | "#pink-01.51" | "#pink-01.54" | "#pink-01.56" | "#pink-01.53" | "#pink-01.55" | "#pink-01.57" | "#pink-01.58" | "#pink-01.59" | "#pink-01.70" | "#pink-01.72" | "#pink-01.71" | "#pink-01.74" | "#pink-01.76" | "#pink-01.73" | "#pink-01.75" | "#pink-01.77" | "#pink-01.78" | "#pink-01.79" | "#pink-01.80" | "#pink-01.82" | "#pink-01.81" | "#pink-01.84" | "#pink-01.86" | "#pink-01.83" | "#pink-01.85" | "#pink-01.87" | "#pink-01.88" | "#pink-01.89" | "#pink-01.90" | "#pink-01.92" | "#pink-01.91" | "#pink-01.94" | "#pink-01.96" | "#pink-01.93" | "#pink-01.95" | "#pink-01.97" | "#pink-01.98" | "#pink-01.99" | "#pink-01.100" | "#pink-02" | "#pink-02.0" | "#pink-02.2" | "#pink-02.1" | "#pink-02.4" | "#pink-02.6" | "#pink-02.3" | "#pink-02.5" | "#pink-02.7" | "#pink-02.8" | "#pink-02.9" | "#pink-02.00" | "#pink-02.02" | "#pink-02.01" | "#pink-02.04" | "#pink-02.06" | "#pink-02.03" | "#pink-02.05" | "#pink-02.07" | "#pink-02.08" | "#pink-02.09" | "#pink-02.20" | "#pink-02.22" | "#pink-02.21" | "#pink-02.24" | "#pink-02.26" | "#pink-02.23" | "#pink-02.25" | "#pink-02.27" | "#pink-02.28" | "#pink-02.29" | "#pink-02.10" | "#pink-02.12" | "#pink-02.11" | "#pink-02.14" | "#pink-02.16" | "#pink-02.13" | "#pink-02.15" | "#pink-02.17" | "#pink-02.18" | "#pink-02.19" | "#pink-02.40" | "#pink-02.42" | "#pink-02.41" | "#pink-02.44" | "#pink-02.46" | "#pink-02.43" | "#pink-02.45" | "#pink-02.47" | "#pink-02.48" | "#pink-02.49" | "#pink-02.60" | "#pink-02.62" | "#pink-02.61" | "#pink-02.64" | "#pink-02.66" | "#pink-02.63" | "#pink-02.65" | "#pink-02.67" | "#pink-02.68" | "#pink-02.69" | "#pink-02.30" | "#pink-02.32" | "#pink-02.31" | "#pink-02.34" | "#pink-02.36" | "#pink-02.33" | "#pink-02.35" | "#pink-02.37" | "#pink-02.38" | "#pink-02.39" | "#pink-02.50" | "#pink-02.52" | "#pink-02.51" | "#pink-02.54" | "#pink-02.56" | "#pink-02.53" | "#pink-02.55" | "#pink-02.57" | "#pink-02.58" | "#pink-02.59" | "#pink-02.70" | "#pink-02.72" | "#pink-02.71" | "#pink-02.74" | "#pink-02.76" | "#pink-02.73" | "#pink-02.75" | "#pink-02.77" | "#pink-02.78" | "#pink-02.79" | "#pink-02.80" | "#pink-02.82" | "#pink-02.81" | "#pink-02.84" | "#pink-02.86" | "#pink-02.83" | "#pink-02.85" | "#pink-02.87" | "#pink-02.88" | "#pink-02.89" | "#pink-02.90" | "#pink-02.92" | "#pink-02.91" | "#pink-02.94" | "#pink-02.96" | "#pink-02.93" | "#pink-02.95" | "#pink-02.97" | "#pink-02.98" | "#pink-02.99" | "#pink-02.100" | "#draft" | "#draft.0" | "#draft.2" | "#draft.1" | "#draft.4" | "#draft.6" | "#draft.3" | "#draft.5" | "#draft.7" | "#draft.8" | "#draft.9" | "#draft.00" | "#draft.02" | "#draft.01" | "#draft.04" | "#draft.06" | "#draft.03" | "#draft.05" | "#draft.07" | "#draft.08" | "#draft.09" | "#draft.20" | "#draft.22" | "#draft.21" | "#draft.24" | "#draft.26" | "#draft.23" | "#draft.25" | "#draft.27" | "#draft.28" | "#draft.29" | "#draft.10" | "#draft.12" | "#draft.11" | "#draft.14" | "#draft.16" | "#draft.13" | "#draft.15" | "#draft.17" | "#draft.18" | "#draft.19" | "#draft.40" | "#draft.42" | "#draft.41" | "#draft.44" | "#draft.46" | "#draft.43" | "#draft.45" | "#draft.47" | "#draft.48" | "#draft.49" | "#draft.60" | "#draft.62" | "#draft.61" | "#draft.64" | "#draft.66" | "#draft.63" | "#draft.65" | "#draft.67" | "#draft.68" | "#draft.69" | "#draft.30" | "#draft.32" | "#draft.31" | "#draft.34" | "#draft.36" | "#draft.33" | "#draft.35" | "#draft.37" | "#draft.38" | "#draft.39" | "#draft.50" | "#draft.52" | "#draft.51" | "#draft.54" | "#draft.56" | "#draft.53" | "#draft.55" | "#draft.57" | "#draft.58" | "#draft.59" | "#draft.70" | "#draft.72" | "#draft.71" | "#draft.74" | "#draft.76" | "#draft.73" | "#draft.75" | "#draft.77" | "#draft.78" | "#draft.79" | "#draft.80" | "#draft.82" | "#draft.81" | "#draft.84" | "#draft.86" | "#draft.83" | "#draft.85" | "#draft.87" | "#draft.88" | "#draft.89" | "#draft.90" | "#draft.92" | "#draft.91" | "#draft.94" | "#draft.96" | "#draft.93" | "#draft.95" | "#draft.97" | "#draft.98" | "#draft.99" | "#draft.100" | "#minor" | "#minor.0" | "#minor.2" | "#minor.1" | "#minor.4" | "#minor.6" | "#minor.3" | "#minor.5" | "#minor.7" | "#minor.8" | "#minor.9" | "#minor.00" | "#minor.02" | "#minor.01" | "#minor.04" | "#minor.06" | "#minor.03" | "#minor.05" | "#minor.07" | "#minor.08" | "#minor.09" | "#minor.20" | "#minor.22" | "#minor.21" | "#minor.24" | "#minor.26" | "#minor.23" | "#minor.25" | "#minor.27" | "#minor.28" | "#minor.29" | "#minor.10" | "#minor.12" | "#minor.11" | "#minor.14" | "#minor.16" | "#minor.13" | "#minor.15" | "#minor.17" | "#minor.18" | "#minor.19" | "#minor.40" | "#minor.42" | "#minor.41" | "#minor.44" | "#minor.46" | "#minor.43" | "#minor.45" | "#minor.47" | "#minor.48" | "#minor.49" | "#minor.60" | "#minor.62" | "#minor.61" | "#minor.64" | "#minor.66" | "#minor.63" | "#minor.65" | "#minor.67" | "#minor.68" | "#minor.69" | "#minor.30" | "#minor.32" | "#minor.31" | "#minor.34" | "#minor.36" | "#minor.33" | "#minor.35" | "#minor.37" | "#minor.38" | "#minor.39" | "#minor.50" | "#minor.52" | "#minor.51" | "#minor.54" | "#minor.56" | "#minor.53" | "#minor.55" | "#minor.57" | "#minor.58" | "#minor.59" | "#minor.70" | "#minor.72" | "#minor.71" | "#minor.74" | "#minor.76" | "#minor.73" | "#minor.75" | "#minor.77" | "#minor.78" | "#minor.79" | "#minor.80" | "#minor.82" | "#minor.81" | "#minor.84" | "#minor.86" | "#minor.83" | "#minor.85" | "#minor.87" | "#minor.88" | "#minor.89" | "#minor.90" | "#minor.92" | "#minor.91" | "#minor.94" | "#minor.96" | "#minor.93" | "#minor.95" | "#minor.97" | "#minor.98" | "#minor.99" | "#minor.100" | `rgb(${string})` | `rgba(${string})` | undefined>;
|
17
|
+
color?: import("../../../tasty").ResponsiveStyleValue<string | boolean | undefined>;
|
18
|
+
reset?: import("../../../tasty").ResponsiveStyleValue<"button" | "input" | undefined>;
|
19
|
+
styledScrollbar?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
20
|
+
boldFontWeight?: import("../../../tasty").ResponsiveStyleValue<number | undefined>;
|
21
|
+
hide?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
22
|
+
shadow?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
23
|
+
radius?: import("../../../tasty").ResponsiveStyleValue<string | true | undefined>;
|
24
|
+
groupRadius?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
25
|
+
flow?: import("../../../tasty").ResponsiveStyleValue<"initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "unset" | "column" | "column-reverse" | "nowrap" | "row" | "row-reverse" | "wrap" | "wrap-reverse" | "dense" | undefined>;
|
26
|
+
gridAreas?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplateAreas | undefined>;
|
27
|
+
gridColumns?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | undefined>;
|
28
|
+
gridRows?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
29
|
+
gridTemplate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
30
|
+
font?: import("../../../tasty").ResponsiveStyleValue<boolean | import("csstype").Property.FontFamily | undefined>;
|
31
|
+
outline?: import("../../../tasty").ResponsiveStyleValue<boolean | import("csstype").Property.FontFamily | undefined>;
|
32
|
+
preset?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
33
|
+
align?: import("../../../tasty").ResponsiveStyleValue<"initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "unset" | "center" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined>;
|
34
|
+
justify?: import("../../../tasty").ResponsiveStyleValue<"right" | "left" | "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "unset" | "center" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "baseline" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | "legacy" | undefined>;
|
35
|
+
clipPath?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ClipPath | undefined>;
|
36
|
+
filter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Filter | undefined>;
|
37
|
+
marker?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Marker | undefined>;
|
38
|
+
mask?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Mask<string | number> | undefined>;
|
39
|
+
top?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Top<string | number> | undefined>;
|
40
|
+
right?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Right<string | number> | undefined>;
|
41
|
+
bottom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Bottom<string | number> | undefined>;
|
42
|
+
left?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Left<string | number> | undefined>;
|
43
|
+
opacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
44
|
+
accentColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AccentColor | undefined>;
|
45
|
+
alignContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignContent | undefined>;
|
46
|
+
alignItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignItems | undefined>;
|
47
|
+
alignSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignSelf | undefined>;
|
48
|
+
alignTracks?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignTracks | undefined>;
|
49
|
+
animationDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDelay<string & {}> | undefined>;
|
50
|
+
animationDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDirection | undefined>;
|
51
|
+
animationDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDuration<string & {}> | undefined>;
|
52
|
+
animationFillMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationFillMode | undefined>;
|
53
|
+
animationIterationCount?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
54
|
+
animationName?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationName | undefined>;
|
55
|
+
animationPlayState?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationPlayState | undefined>;
|
56
|
+
animationTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
57
|
+
appearance?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Appearance | undefined>;
|
58
|
+
aspectRatio?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AspectRatio | undefined>;
|
59
|
+
backdropFilter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackdropFilter | undefined>;
|
60
|
+
backfaceVisibility?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | undefined>;
|
61
|
+
backgroundAttachment?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundAttachment | undefined>;
|
62
|
+
backgroundBlendMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundBlendMode | undefined>;
|
63
|
+
backgroundClip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundClip | undefined>;
|
64
|
+
backgroundColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundColor | undefined>;
|
65
|
+
backgroundImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundImage | undefined>;
|
66
|
+
backgroundOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundOrigin | undefined>;
|
67
|
+
backgroundPositionX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionX<string | number> | undefined>;
|
68
|
+
backgroundPositionY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundPositionY<string | number> | undefined>;
|
69
|
+
backgroundRepeat?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundRepeat | undefined>;
|
70
|
+
backgroundSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | undefined>;
|
71
|
+
blockOverflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BlockOverflow | undefined>;
|
72
|
+
blockSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BlockSize<string | number> | undefined>;
|
73
|
+
borderBlockColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockColor | undefined>;
|
74
|
+
borderBlockEndColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndColor | undefined>;
|
75
|
+
borderBlockEndStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndStyle | undefined>;
|
76
|
+
borderBlockEndWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>;
|
77
|
+
borderBlockStartColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartColor | undefined>;
|
78
|
+
borderBlockStartStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartStyle | undefined>;
|
79
|
+
borderBlockStartWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>;
|
80
|
+
borderBlockStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockStyle | undefined>;
|
81
|
+
borderBlockWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockWidth<string | number> | undefined>;
|
82
|
+
borderBottomColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomColor | undefined>;
|
83
|
+
borderBottomLeftRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>;
|
84
|
+
borderBottomRightRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>;
|
85
|
+
borderBottomStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomStyle | undefined>;
|
86
|
+
borderBottomWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomWidth<string | number> | undefined>;
|
87
|
+
borderCollapse?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderCollapse | undefined>;
|
88
|
+
borderEndEndRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderEndEndRadius<string | number> | undefined>;
|
89
|
+
borderEndStartRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderEndStartRadius<string | number> | undefined>;
|
90
|
+
borderImageOutset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImageOutset<string | number> | undefined>;
|
91
|
+
borderImageRepeat?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImageRepeat | undefined>;
|
92
|
+
borderImageSlice?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | undefined>;
|
93
|
+
borderImageSource?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImageSource | undefined>;
|
94
|
+
borderImageWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImageWidth<string | number> | undefined>;
|
95
|
+
borderInlineColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineColor | undefined>;
|
96
|
+
borderInlineEndColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
97
|
+
borderInlineEndStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
98
|
+
borderInlineEndWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>;
|
99
|
+
borderInlineStartColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartColor | undefined>;
|
100
|
+
borderInlineStartStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | undefined>;
|
101
|
+
borderInlineStartWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>;
|
102
|
+
borderInlineStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineStyle | undefined>;
|
103
|
+
borderInlineWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineWidth<string | number> | undefined>;
|
104
|
+
borderLeftColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderLeftColor | undefined>;
|
105
|
+
borderLeftStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderLeftStyle | undefined>;
|
106
|
+
borderLeftWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderLeftWidth<string | number> | undefined>;
|
107
|
+
borderRightColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderRightColor | undefined>;
|
108
|
+
borderRightStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderRightStyle | undefined>;
|
109
|
+
borderRightWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderRightWidth<string | number> | undefined>;
|
110
|
+
borderSpacing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderSpacing<string | number> | undefined>;
|
111
|
+
borderStartEndRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderStartEndRadius<string | number> | undefined>;
|
112
|
+
borderStartStartRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderStartStartRadius<string | number> | undefined>;
|
113
|
+
borderTopColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopColor | undefined>;
|
114
|
+
borderTopLeftRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>;
|
115
|
+
borderTopRightRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>;
|
116
|
+
borderTopStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopStyle | undefined>;
|
117
|
+
borderTopWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopWidth<string | number> | undefined>;
|
118
|
+
boxDecorationBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | undefined>;
|
119
|
+
boxShadow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxShadow | undefined>;
|
120
|
+
boxSizing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxSizing | undefined>;
|
121
|
+
breakAfter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BreakAfter | undefined>;
|
122
|
+
breakBefore?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BreakBefore | undefined>;
|
123
|
+
breakInside?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BreakInside | undefined>;
|
124
|
+
captionSide?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.CaptionSide | undefined>;
|
125
|
+
caretColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.CaretColor | undefined>;
|
126
|
+
clear?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Clear | undefined>;
|
127
|
+
colorAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColorAdjust | undefined>;
|
128
|
+
colorScheme?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColorScheme | undefined>;
|
129
|
+
columnCount?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnCount | undefined>;
|
130
|
+
columnFill?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnFill | undefined>;
|
131
|
+
columnGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | undefined>;
|
132
|
+
columnRuleColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleColor | undefined>;
|
133
|
+
columnRuleStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleStyle | undefined>;
|
134
|
+
columnRuleWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>;
|
135
|
+
columnSpan?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | undefined>;
|
136
|
+
columnWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
137
|
+
contain?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Contain | undefined>;
|
138
|
+
content?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Content | undefined>;
|
139
|
+
contentVisibility?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ContentVisibility | undefined>;
|
140
|
+
counterIncrement?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.CounterIncrement | undefined>;
|
141
|
+
counterReset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.CounterReset | undefined>;
|
142
|
+
counterSet?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.CounterSet | undefined>;
|
143
|
+
cursor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Cursor | undefined>;
|
144
|
+
direction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Direction | undefined>;
|
145
|
+
display?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Display | undefined>;
|
146
|
+
emptyCells?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.EmptyCells | undefined>;
|
147
|
+
flexBasis?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | undefined>;
|
148
|
+
flexDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexDirection | undefined>;
|
149
|
+
flexGrow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexGrow | undefined>;
|
150
|
+
flexShrink?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexShrink | undefined>;
|
151
|
+
flexWrap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexWrap | undefined>;
|
152
|
+
float?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Float | undefined>;
|
153
|
+
fontFamily?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontFamily | undefined>;
|
154
|
+
fontFeatureSettings?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontFeatureSettings | undefined>;
|
155
|
+
fontKerning?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontKerning | undefined>;
|
156
|
+
fontLanguageOverride?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
157
|
+
fontOpticalSizing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
158
|
+
fontSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | undefined>;
|
159
|
+
fontSizeAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
160
|
+
fontSmooth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
161
|
+
fontStretch?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontStretch | undefined>;
|
162
|
+
fontStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontStyle | undefined>;
|
163
|
+
fontSynthesis?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontSynthesis | undefined>;
|
164
|
+
fontVariant?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariant | undefined>;
|
165
|
+
fontVariantCaps?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariantCaps | undefined>;
|
166
|
+
fontVariantEastAsian?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
167
|
+
fontVariantLigatures?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
168
|
+
fontVariantNumeric?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
169
|
+
fontVariantPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariantPosition | undefined>;
|
170
|
+
fontVariationSettings?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariationSettings | undefined>;
|
171
|
+
fontWeight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontWeight | undefined>;
|
172
|
+
forcedColorAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ForcedColorAdjust | undefined>;
|
173
|
+
gridAutoColumns?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridAutoColumns<string | number> | undefined>;
|
174
|
+
gridAutoFlow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridAutoFlow | undefined>;
|
175
|
+
gridAutoRows?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridAutoRows<string | number> | undefined>;
|
176
|
+
gridColumnEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumnEnd | undefined>;
|
177
|
+
gridColumnStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumnStart | undefined>;
|
178
|
+
gridRowEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRowEnd | undefined>;
|
179
|
+
gridRowStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRowStart | undefined>;
|
180
|
+
gridTemplateAreas?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplateAreas | undefined>;
|
181
|
+
gridTemplateColumns?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplateColumns<string | number> | undefined>;
|
182
|
+
gridTemplateRows?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
183
|
+
hangingPunctuation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.HangingPunctuation | undefined>;
|
184
|
+
height?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Height<string | number> | undefined>;
|
185
|
+
hyphens?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Hyphens | undefined>;
|
186
|
+
imageOrientation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ImageOrientation | undefined>;
|
187
|
+
imageRendering?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ImageRendering | undefined>;
|
188
|
+
imageResolution?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ImageResolution | undefined>;
|
189
|
+
initialLetter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InitialLetter | undefined>;
|
190
|
+
inlineSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
191
|
+
inset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
192
|
+
insetBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
193
|
+
insetBlockEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
194
|
+
insetBlockStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
195
|
+
insetInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
196
|
+
insetInlineEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
197
|
+
insetInlineStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
198
|
+
isolation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Isolation | undefined>;
|
199
|
+
justifyContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifyContent | undefined>;
|
200
|
+
justifyItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifyItems | undefined>;
|
201
|
+
justifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
202
|
+
justifyTracks?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifyTracks | undefined>;
|
203
|
+
letterSpacing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LetterSpacing<string | number> | undefined>;
|
204
|
+
lineBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LineBreak | undefined>;
|
205
|
+
lineHeight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LineHeight<string | number> | undefined>;
|
206
|
+
lineHeightStep?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LineHeightStep<string | number> | undefined>;
|
207
|
+
listStyleImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ListStyleImage | undefined>;
|
208
|
+
listStylePosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ListStylePosition | undefined>;
|
209
|
+
listStyleType?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ListStyleType | undefined>;
|
210
|
+
marginBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
211
|
+
marginBlockEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
212
|
+
marginBlockStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
213
|
+
marginBottom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
214
|
+
marginInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
215
|
+
marginInlineEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
216
|
+
marginInlineStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
217
|
+
marginLeft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
218
|
+
marginRight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
219
|
+
marginTop?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
220
|
+
maskBorderMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderMode | undefined>;
|
221
|
+
maskBorderOutset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
222
|
+
maskBorderRepeat?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
223
|
+
maskBorderSlice?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | undefined>;
|
224
|
+
maskBorderSource?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderSource | undefined>;
|
225
|
+
maskBorderWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | undefined>;
|
226
|
+
maskClip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskClip | undefined>;
|
227
|
+
maskComposite?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskComposite | undefined>;
|
228
|
+
maskImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskImage | undefined>;
|
229
|
+
maskMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskMode | undefined>;
|
230
|
+
maskOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskOrigin | undefined>;
|
231
|
+
maskPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskPosition<string | number> | undefined>;
|
232
|
+
maskRepeat?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskRepeat | undefined>;
|
233
|
+
maskSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
234
|
+
maskType?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskType | undefined>;
|
235
|
+
mathStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MathStyle | undefined>;
|
236
|
+
maxBlockSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaxBlockSize<string | number> | undefined>;
|
237
|
+
maxHeight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaxHeight<string | number> | undefined>;
|
238
|
+
maxInlineSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | undefined>;
|
239
|
+
maxLines?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaxLines | undefined>;
|
240
|
+
maxWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaxWidth<string | number> | undefined>;
|
241
|
+
minBlockSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MinBlockSize<string | number> | undefined>;
|
242
|
+
minHeight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MinHeight<string | number> | undefined>;
|
243
|
+
minInlineSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MinInlineSize<string | number> | undefined>;
|
244
|
+
minWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MinWidth<string | number> | undefined>;
|
245
|
+
mixBlendMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MixBlendMode | undefined>;
|
246
|
+
motionDistance?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
247
|
+
motionPath?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetPath | undefined>;
|
248
|
+
motionRotation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetRotate | undefined>;
|
249
|
+
objectFit?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ObjectFit | undefined>;
|
250
|
+
objectPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | undefined>;
|
251
|
+
offsetAnchor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
252
|
+
offsetDistance?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
253
|
+
offsetPath?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetPath | undefined>;
|
254
|
+
offsetRotate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetRotate | undefined>;
|
255
|
+
offsetRotation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OffsetRotate | undefined>;
|
256
|
+
order?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
257
|
+
orphans?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Orphans | undefined>;
|
258
|
+
outlineColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OutlineColor | undefined>;
|
259
|
+
outlineOffset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OutlineOffset<string | number> | undefined>;
|
260
|
+
outlineStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | undefined>;
|
261
|
+
outlineWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | undefined>;
|
262
|
+
overflowAnchor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowAnchor | undefined>;
|
263
|
+
overflowBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowBlock | undefined>;
|
264
|
+
overflowClipBox?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowClipBox | undefined>;
|
265
|
+
overflowClipMargin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowClipMargin<string | number> | undefined>;
|
266
|
+
overflowInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowInline | undefined>;
|
267
|
+
overflowWrap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowWrap | undefined>;
|
268
|
+
overflowX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowX | undefined>;
|
269
|
+
overflowY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowY | undefined>;
|
270
|
+
overscrollBehaviorBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
271
|
+
overscrollBehaviorInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
272
|
+
overscrollBehaviorX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
273
|
+
overscrollBehaviorY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
274
|
+
paddingBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
275
|
+
paddingBlockEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
276
|
+
paddingBlockStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
277
|
+
paddingBottom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
278
|
+
paddingInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
279
|
+
paddingInlineEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
280
|
+
paddingInlineStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
281
|
+
paddingLeft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
282
|
+
paddingRight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
283
|
+
paddingTop?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
284
|
+
pageBreakAfter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PageBreakAfter | undefined>;
|
285
|
+
pageBreakBefore?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PageBreakBefore | undefined>;
|
286
|
+
pageBreakInside?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PageBreakInside | undefined>;
|
287
|
+
paintOrder?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaintOrder | undefined>;
|
288
|
+
perspective?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
289
|
+
perspectiveOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
290
|
+
placeContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
291
|
+
pointerEvents?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PointerEvents | undefined>;
|
292
|
+
position?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
293
|
+
quotes?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Quotes | undefined>;
|
294
|
+
resize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Resize | undefined>;
|
295
|
+
rotate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Rotate | undefined>;
|
296
|
+
rowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
297
|
+
rubyAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RubyAlign | undefined>;
|
298
|
+
rubyMerge?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RubyMerge | undefined>;
|
299
|
+
rubyPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RubyPosition | undefined>;
|
300
|
+
scale?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Scale | undefined>;
|
301
|
+
scrollBehavior?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollBehavior | undefined>;
|
302
|
+
scrollMargin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
303
|
+
scrollMarginBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
304
|
+
scrollMarginBlockEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
305
|
+
scrollMarginBlockStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
306
|
+
scrollMarginBottom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
307
|
+
scrollMarginInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
308
|
+
scrollMarginInlineEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
309
|
+
scrollMarginInlineStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
310
|
+
scrollMarginLeft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
311
|
+
scrollMarginRight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
312
|
+
scrollMarginTop?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
313
|
+
scrollPadding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
314
|
+
scrollPaddingBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
315
|
+
scrollPaddingBlockEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
316
|
+
scrollPaddingBlockStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
317
|
+
scrollPaddingBottom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
318
|
+
scrollPaddingInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
319
|
+
scrollPaddingInlineEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
320
|
+
scrollPaddingInlineStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
321
|
+
scrollPaddingLeft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
322
|
+
scrollPaddingRight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
323
|
+
scrollPaddingTop?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
324
|
+
scrollSnapAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
325
|
+
scrollSnapMargin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
326
|
+
scrollSnapMarginBottom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
327
|
+
scrollSnapMarginLeft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
328
|
+
scrollSnapMarginRight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
329
|
+
scrollSnapMarginTop?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
330
|
+
scrollSnapStop?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
331
|
+
scrollSnapType?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapType | undefined>;
|
332
|
+
scrollbarColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollbarColor | undefined>;
|
333
|
+
scrollbarGutter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
334
|
+
scrollbarWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
335
|
+
shapeImageThreshold?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ShapeImageThreshold | undefined>;
|
336
|
+
shapeMargin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | undefined>;
|
337
|
+
shapeOutside?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ShapeOutside | undefined>;
|
338
|
+
tabSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
339
|
+
tableLayout?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TableLayout | undefined>;
|
340
|
+
textAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
341
|
+
textAlignLast?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | undefined>;
|
342
|
+
textCombineUpright?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextCombineUpright | undefined>;
|
343
|
+
textDecorationColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationColor | undefined>;
|
344
|
+
textDecorationLine?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationLine | undefined>;
|
345
|
+
textDecorationSkip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationSkip | undefined>;
|
346
|
+
textDecorationSkipInk?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationSkipInk | undefined>;
|
347
|
+
textDecorationStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | undefined>;
|
348
|
+
textDecorationThickness?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationThickness<string | number> | undefined>;
|
349
|
+
textDecorationWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationThickness<string | number> | undefined>;
|
350
|
+
textEmphasisColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasisColor | undefined>;
|
351
|
+
textEmphasisPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasisPosition | undefined>;
|
352
|
+
textEmphasisStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasisStyle | undefined>;
|
353
|
+
textIndent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextIndent<string | number> | undefined>;
|
354
|
+
textJustify?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextJustify | undefined>;
|
355
|
+
textOrientation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextOrientation | undefined>;
|
356
|
+
textOverflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextOverflow | undefined>;
|
357
|
+
textRendering?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextRendering | undefined>;
|
358
|
+
textShadow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextShadow | undefined>;
|
359
|
+
textSizeAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
360
|
+
textTransform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextTransform | undefined>;
|
361
|
+
textUnderlineOffset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
362
|
+
textUnderlinePosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
363
|
+
touchAction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TouchAction | undefined>;
|
364
|
+
transform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transform | undefined>;
|
365
|
+
transformBox?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformBox | undefined>;
|
366
|
+
transformOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
367
|
+
transformStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformStyle | undefined>;
|
368
|
+
transitionDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
369
|
+
transitionDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
370
|
+
transitionProperty?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionProperty | undefined>;
|
371
|
+
transitionTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
372
|
+
translate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Translate<string | number> | undefined>;
|
373
|
+
unicodeBidi?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.UnicodeBidi | undefined>;
|
374
|
+
userSelect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.UserSelect | undefined>;
|
375
|
+
verticalAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
376
|
+
visibility?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Visibility | undefined>;
|
377
|
+
whiteSpace?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WhiteSpace | undefined>;
|
378
|
+
widows?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Widows | undefined>;
|
379
|
+
width?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Width<string | number> | undefined>;
|
380
|
+
willChange?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WillChange | undefined>;
|
381
|
+
wordBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WordBreak | undefined>;
|
382
|
+
wordSpacing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WordSpacing<string | number> | undefined>;
|
383
|
+
wordWrap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WordWrap | undefined>;
|
384
|
+
writingMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WritingMode | undefined>;
|
385
|
+
zIndex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ZIndex | undefined>;
|
386
|
+
zoom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Zoom | undefined>;
|
387
|
+
all?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Globals | undefined>;
|
388
|
+
animation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
389
|
+
background?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Background<string | number> | undefined>;
|
390
|
+
backgroundPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
391
|
+
border?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Border<string | number> | undefined>;
|
392
|
+
borderBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlock<string | number> | undefined>;
|
393
|
+
borderBlockEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockEnd<string | number> | undefined>;
|
394
|
+
borderBlockStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBlockStart<string | number> | undefined>;
|
395
|
+
borderBottom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottom<string | number> | undefined>;
|
396
|
+
borderColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderColor | undefined>;
|
397
|
+
borderImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImage | undefined>;
|
398
|
+
borderInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInline<string | number> | undefined>;
|
399
|
+
borderInlineEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineEnd<string | number> | undefined>;
|
400
|
+
borderInlineStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineStart<string | number> | undefined>;
|
401
|
+
borderLeft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderLeft<string | number> | undefined>;
|
402
|
+
borderRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | undefined>;
|
403
|
+
borderRight?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderRight<string | number> | undefined>;
|
404
|
+
borderStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderStyle | undefined>;
|
405
|
+
borderTop?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
406
|
+
borderWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
407
|
+
columnRule?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
408
|
+
columns?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | undefined>;
|
409
|
+
flex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | undefined>;
|
410
|
+
flexFlow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexFlow | undefined>;
|
411
|
+
gap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Gap<string | number> | undefined>;
|
412
|
+
grid?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Grid | undefined>;
|
413
|
+
gridArea?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridArea | undefined>;
|
414
|
+
gridColumn?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
415
|
+
gridRow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
416
|
+
lineClamp?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LineClamp | undefined>;
|
417
|
+
listStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ListStyle | undefined>;
|
418
|
+
margin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
419
|
+
maskBorder?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorder | undefined>;
|
420
|
+
motion?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | undefined>;
|
421
|
+
offset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Offset<string | number> | undefined>;
|
422
|
+
overflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
423
|
+
overscrollBehavior?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
424
|
+
padding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
425
|
+
placeItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
426
|
+
placeSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
427
|
+
textDecoration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
428
|
+
textEmphasis?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasis | undefined>;
|
429
|
+
transition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
430
|
+
MozAnimationDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDelay<string & {}> | undefined>;
|
431
|
+
MozAnimationDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDirection | undefined>;
|
432
|
+
MozAnimationDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDuration<string & {}> | undefined>;
|
433
|
+
MozAnimationFillMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationFillMode | undefined>;
|
434
|
+
MozAnimationIterationCount?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
435
|
+
MozAnimationName?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationName | undefined>;
|
436
|
+
MozAnimationPlayState?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationPlayState | undefined>;
|
437
|
+
MozAnimationTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
438
|
+
MozAppearance?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozAppearance | undefined>;
|
439
|
+
MozBackfaceVisibility?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | undefined>;
|
440
|
+
MozBorderBottomColors?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
441
|
+
MozBorderEndColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
442
|
+
MozBorderEndStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
443
|
+
MozBorderEndWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>;
|
444
|
+
MozBorderLeftColors?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozBorderLeftColors | undefined>;
|
445
|
+
MozBorderRightColors?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozBorderRightColors | undefined>;
|
446
|
+
MozBorderStartColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartColor | undefined>;
|
447
|
+
MozBorderStartStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderInlineStartStyle | undefined>;
|
448
|
+
MozBorderTopColors?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozBorderTopColors | undefined>;
|
449
|
+
MozBoxSizing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxSizing | undefined>;
|
450
|
+
MozColumnCount?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnCount | undefined>;
|
451
|
+
MozColumnFill?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnFill | undefined>;
|
452
|
+
MozColumnGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | undefined>;
|
453
|
+
MozColumnRuleColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleColor | undefined>;
|
454
|
+
MozColumnRuleStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleStyle | undefined>;
|
455
|
+
MozColumnRuleWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>;
|
456
|
+
MozColumnWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
457
|
+
MozContextProperties?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozContextProperties | undefined>;
|
458
|
+
MozFontFeatureSettings?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontFeatureSettings | undefined>;
|
459
|
+
MozFontLanguageOverride?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
460
|
+
MozHyphens?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Hyphens | undefined>;
|
461
|
+
MozImageRegion?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozImageRegion | undefined>;
|
462
|
+
MozMarginEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
463
|
+
MozMarginStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
464
|
+
MozOrient?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozOrient | undefined>;
|
465
|
+
MozOsxFontSmoothing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
466
|
+
MozPaddingEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
467
|
+
MozPaddingStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
468
|
+
MozPerspective?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
469
|
+
MozPerspectiveOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
470
|
+
MozStackSizing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozStackSizing | undefined>;
|
471
|
+
MozTabSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
472
|
+
MozTextBlink?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozTextBlink | undefined>;
|
473
|
+
MozTextSizeAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
474
|
+
MozTransformOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
475
|
+
MozTransformStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformStyle | undefined>;
|
476
|
+
MozTransitionDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
477
|
+
MozTransitionDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
478
|
+
MozTransitionProperty?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionProperty | undefined>;
|
479
|
+
MozTransitionTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
480
|
+
MozUserFocus?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozUserFocus | undefined>;
|
481
|
+
MozUserModify?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozUserModify | undefined>;
|
482
|
+
MozUserSelect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.UserSelect | undefined>;
|
483
|
+
MozWindowDragging?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozWindowDragging | undefined>;
|
484
|
+
MozWindowShadow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozWindowShadow | undefined>;
|
485
|
+
msAccelerator?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsAccelerator | undefined>;
|
486
|
+
msAlignSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignSelf | undefined>;
|
487
|
+
msBlockProgression?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsBlockProgression | undefined>;
|
488
|
+
msContentZoomChaining?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZoomChaining | undefined>;
|
489
|
+
msContentZoomLimitMax?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZoomLimitMax | undefined>;
|
490
|
+
msContentZoomLimitMin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZoomLimitMin | undefined>;
|
491
|
+
msContentZoomSnapPoints?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZoomSnapPoints | undefined>;
|
492
|
+
msContentZoomSnapType?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZoomSnapType | undefined>;
|
493
|
+
msContentZooming?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZooming | undefined>;
|
494
|
+
msFilter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsFilter | undefined>;
|
495
|
+
msFlexDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexDirection | undefined>;
|
496
|
+
msFlexPositive?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexGrow | undefined>;
|
497
|
+
msFlowFrom?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsFlowFrom | undefined>;
|
498
|
+
msFlowInto?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsFlowInto | undefined>;
|
499
|
+
msGridColumns?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsGridColumns<string | number> | undefined>;
|
500
|
+
msGridRows?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsGridRows<string | number> | undefined>;
|
501
|
+
msHighContrastAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsHighContrastAdjust | undefined>;
|
502
|
+
msHyphenateLimitChars?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitChars | undefined>;
|
503
|
+
msHyphenateLimitLines?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitLines | undefined>;
|
504
|
+
msHyphenateLimitZone?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>;
|
505
|
+
msHyphens?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Hyphens | undefined>;
|
506
|
+
msImeAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsImeAlign | undefined>;
|
507
|
+
msJustifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
508
|
+
msLineBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LineBreak | undefined>;
|
509
|
+
msOrder?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
510
|
+
msOverflowStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsOverflowStyle | undefined>;
|
511
|
+
msOverflowX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowX | undefined>;
|
512
|
+
msOverflowY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OverflowY | undefined>;
|
513
|
+
msScrollChaining?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollChaining | undefined>;
|
514
|
+
msScrollLimitXMax?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMax<string | number> | undefined>;
|
515
|
+
msScrollLimitXMin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitXMin<string | number> | undefined>;
|
516
|
+
msScrollLimitYMax?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMax<string | number> | undefined>;
|
517
|
+
msScrollLimitYMin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollLimitYMin<string | number> | undefined>;
|
518
|
+
msScrollRails?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollRails | undefined>;
|
519
|
+
msScrollSnapPointsX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapPointsX | undefined>;
|
520
|
+
msScrollSnapPointsY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapPointsY | undefined>;
|
521
|
+
msScrollSnapType?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapType | undefined>;
|
522
|
+
msScrollTranslation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollTranslation | undefined>;
|
523
|
+
msScrollbar3dlightColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbar3dlightColor | undefined>;
|
524
|
+
msScrollbarArrowColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarArrowColor | undefined>;
|
525
|
+
msScrollbarBaseColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarBaseColor | undefined>;
|
526
|
+
msScrollbarDarkshadowColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarDarkshadowColor | undefined>;
|
527
|
+
msScrollbarFaceColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarFaceColor | undefined>;
|
528
|
+
msScrollbarHighlightColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarHighlightColor | undefined>;
|
529
|
+
msScrollbarShadowColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarShadowColor | undefined>;
|
530
|
+
msTextAutospace?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsTextAutospace | undefined>;
|
531
|
+
msTextCombineHorizontal?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextCombineUpright | undefined>;
|
532
|
+
msTextOverflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextOverflow | undefined>;
|
533
|
+
msTouchAction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TouchAction | undefined>;
|
534
|
+
msTouchSelect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsTouchSelect | undefined>;
|
535
|
+
msTransform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transform | undefined>;
|
536
|
+
msTransformOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
537
|
+
msTransitionDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
538
|
+
msTransitionDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
539
|
+
msTransitionProperty?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionProperty | undefined>;
|
540
|
+
msTransitionTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
541
|
+
msUserSelect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsUserSelect | undefined>;
|
542
|
+
msWordBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WordBreak | undefined>;
|
543
|
+
msWrapFlow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsWrapFlow | undefined>;
|
544
|
+
msWrapMargin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsWrapMargin<string | number> | undefined>;
|
545
|
+
msWrapThrough?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsWrapThrough | undefined>;
|
546
|
+
msWritingMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WritingMode | undefined>;
|
547
|
+
WebkitAlignContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignContent | undefined>;
|
548
|
+
WebkitAlignItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignItems | undefined>;
|
549
|
+
WebkitAlignSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignSelf | undefined>;
|
550
|
+
WebkitAnimationDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDelay<string & {}> | undefined>;
|
551
|
+
WebkitAnimationDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDirection | undefined>;
|
552
|
+
WebkitAnimationDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDuration<string & {}> | undefined>;
|
553
|
+
WebkitAnimationFillMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationFillMode | undefined>;
|
554
|
+
WebkitAnimationIterationCount?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
555
|
+
WebkitAnimationName?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationName | undefined>;
|
556
|
+
WebkitAnimationPlayState?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationPlayState | undefined>;
|
557
|
+
WebkitAnimationTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
558
|
+
WebkitAppearance?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitAppearance | undefined>;
|
559
|
+
WebkitBackdropFilter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackdropFilter | undefined>;
|
560
|
+
WebkitBackfaceVisibility?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackfaceVisibility | undefined>;
|
561
|
+
WebkitBackgroundClip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundClip | undefined>;
|
562
|
+
WebkitBackgroundOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundOrigin | undefined>;
|
563
|
+
WebkitBackgroundSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | undefined>;
|
564
|
+
WebkitBorderBeforeColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBeforeColor | undefined>;
|
565
|
+
WebkitBorderBeforeStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBeforeStyle | undefined>;
|
566
|
+
WebkitBorderBeforeWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined>;
|
567
|
+
WebkitBorderBottomLeftRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>;
|
568
|
+
WebkitBorderBottomRightRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>;
|
569
|
+
WebkitBorderImageSlice?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImageSlice | undefined>;
|
570
|
+
WebkitBorderTopLeftRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>;
|
571
|
+
WebkitBorderTopRightRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>;
|
572
|
+
WebkitBoxDecorationBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | undefined>;
|
573
|
+
WebkitBoxReflect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitBoxReflect<string | number> | undefined>;
|
574
|
+
WebkitBoxShadow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxShadow | undefined>;
|
575
|
+
WebkitBoxSizing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxSizing | undefined>;
|
576
|
+
WebkitClipPath?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ClipPath | undefined>;
|
577
|
+
WebkitColumnCount?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnCount | undefined>;
|
578
|
+
WebkitColumnFill?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnFill | undefined>;
|
579
|
+
WebkitColumnGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnGap<string | number> | undefined>;
|
580
|
+
WebkitColumnRuleColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleColor | undefined>;
|
581
|
+
WebkitColumnRuleStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleStyle | undefined>;
|
582
|
+
WebkitColumnRuleWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>;
|
583
|
+
WebkitColumnSpan?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnSpan | undefined>;
|
584
|
+
WebkitColumnWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
585
|
+
WebkitFilter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Filter | undefined>;
|
586
|
+
WebkitFlexBasis?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexBasis<string | number> | undefined>;
|
587
|
+
WebkitFlexDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexDirection | undefined>;
|
588
|
+
WebkitFlexGrow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexGrow | undefined>;
|
589
|
+
WebkitFlexShrink?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexShrink | undefined>;
|
590
|
+
WebkitFlexWrap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexWrap | undefined>;
|
591
|
+
WebkitFontFeatureSettings?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontFeatureSettings | undefined>;
|
592
|
+
WebkitFontKerning?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontKerning | undefined>;
|
593
|
+
WebkitFontSmoothing?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
594
|
+
WebkitFontVariantLigatures?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
595
|
+
WebkitHyphens?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Hyphens | undefined>;
|
596
|
+
WebkitInitialLetter?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InitialLetter | undefined>;
|
597
|
+
WebkitJustifyContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifyContent | undefined>;
|
598
|
+
WebkitLineBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LineBreak | undefined>;
|
599
|
+
WebkitLineClamp?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitLineClamp | undefined>;
|
600
|
+
WebkitMarginEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
601
|
+
WebkitMarginStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
602
|
+
WebkitMaskAttachment?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskAttachment | undefined>;
|
603
|
+
WebkitMaskBoxImageOutset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
604
|
+
WebkitMaskBoxImageRepeat?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
605
|
+
WebkitMaskBoxImageSlice?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderSlice | undefined>;
|
606
|
+
WebkitMaskBoxImageSource?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderSource | undefined>;
|
607
|
+
WebkitMaskBoxImageWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorderWidth<string | number> | undefined>;
|
608
|
+
WebkitMaskClip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskClip | undefined>;
|
609
|
+
WebkitMaskComposite?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskComposite | undefined>;
|
610
|
+
WebkitMaskImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskImage | undefined>;
|
611
|
+
WebkitMaskOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskOrigin | undefined>;
|
612
|
+
WebkitMaskPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPosition<string | number> | undefined>;
|
613
|
+
WebkitMaskPositionX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionX<string | number> | undefined>;
|
614
|
+
WebkitMaskPositionY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskPositionY<string | number> | undefined>;
|
615
|
+
WebkitMaskRepeat?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeat | undefined>;
|
616
|
+
WebkitMaskRepeatX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatX | undefined>;
|
617
|
+
WebkitMaskRepeatY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskRepeatY | undefined>;
|
618
|
+
WebkitMaskSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMaskSize<string | number> | undefined>;
|
619
|
+
WebkitMaxInlineSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaxInlineSize<string | number> | undefined>;
|
620
|
+
WebkitOrder?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
621
|
+
WebkitOverflowScrolling?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitOverflowScrolling | undefined>;
|
622
|
+
WebkitPaddingEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
623
|
+
WebkitPaddingStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
624
|
+
WebkitPerspective?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
625
|
+
WebkitPerspectiveOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
626
|
+
WebkitPrintColorAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColorAdjust | undefined>;
|
627
|
+
WebkitRubyPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RubyPosition | undefined>;
|
628
|
+
WebkitScrollSnapType?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapType | undefined>;
|
629
|
+
WebkitShapeMargin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ShapeMargin<string | number> | undefined>;
|
630
|
+
WebkitTapHighlightColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitTapHighlightColor | undefined>;
|
631
|
+
WebkitTextCombine?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextCombineUpright | undefined>;
|
632
|
+
WebkitTextDecorationColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationColor | undefined>;
|
633
|
+
WebkitTextDecorationLine?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationLine | undefined>;
|
634
|
+
WebkitTextDecorationSkip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationSkip | undefined>;
|
635
|
+
WebkitTextDecorationStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | undefined>;
|
636
|
+
WebkitTextEmphasisColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasisColor | undefined>;
|
637
|
+
WebkitTextEmphasisPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasisPosition | undefined>;
|
638
|
+
WebkitTextEmphasisStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasisStyle | undefined>;
|
639
|
+
WebkitTextFillColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitTextFillColor | undefined>;
|
640
|
+
WebkitTextOrientation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextOrientation | undefined>;
|
641
|
+
WebkitTextSizeAdjust?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
642
|
+
WebkitTextStrokeColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitTextStrokeColor | undefined>;
|
643
|
+
WebkitTextStrokeWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined>;
|
644
|
+
WebkitTextUnderlinePosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
645
|
+
WebkitTouchCallout?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitTouchCallout | undefined>;
|
646
|
+
WebkitTransform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transform | undefined>;
|
647
|
+
WebkitTransformOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
648
|
+
WebkitTransformStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformStyle | undefined>;
|
649
|
+
WebkitTransitionDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
650
|
+
WebkitTransitionDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
651
|
+
WebkitTransitionProperty?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionProperty | undefined>;
|
652
|
+
WebkitTransitionTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
653
|
+
WebkitUserModify?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitUserModify | undefined>;
|
654
|
+
WebkitUserSelect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.UserSelect | undefined>;
|
655
|
+
WebkitWritingMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WritingMode | undefined>;
|
656
|
+
MozAnimation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
657
|
+
MozBorderImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImage | undefined>;
|
658
|
+
MozColumnRule?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
659
|
+
MozColumns?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | undefined>;
|
660
|
+
MozTransition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
661
|
+
msContentZoomLimit?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
662
|
+
msContentZoomSnap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
663
|
+
msFlex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | undefined>;
|
664
|
+
msScrollLimit?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollLimit | undefined>;
|
665
|
+
msScrollSnapX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapX | undefined>;
|
666
|
+
msScrollSnapY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollSnapY | undefined>;
|
667
|
+
msTransition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
668
|
+
WebkitAnimation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
669
|
+
WebkitBorderBefore?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>;
|
670
|
+
WebkitBorderImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImage | undefined>;
|
671
|
+
WebkitBorderRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | undefined>;
|
672
|
+
WebkitColumnRule?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
673
|
+
WebkitColumns?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Columns<string | number> | undefined>;
|
674
|
+
WebkitFlex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Flex<string | number> | undefined>;
|
675
|
+
WebkitFlexFlow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FlexFlow | undefined>;
|
676
|
+
WebkitMask?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitMask<string | number> | undefined>;
|
677
|
+
WebkitMaskBoxImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MaskBorder | undefined>;
|
678
|
+
WebkitTextEmphasis?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextEmphasis | undefined>;
|
679
|
+
WebkitTextStroke?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WebkitTextStroke<string | number> | undefined>;
|
680
|
+
WebkitTransition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
681
|
+
azimuth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Azimuth | undefined>;
|
682
|
+
boxAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxAlign | undefined>;
|
683
|
+
boxDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxDirection | undefined>;
|
684
|
+
boxFlex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxFlex | undefined>;
|
685
|
+
boxFlexGroup?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | undefined>;
|
686
|
+
boxLines?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxLines | undefined>;
|
687
|
+
boxOrdinalGroup?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | undefined>;
|
688
|
+
boxOrient?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrient | undefined>;
|
689
|
+
boxPack?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxPack | undefined>;
|
690
|
+
clip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Clip | undefined>;
|
691
|
+
fontVariantAlternates?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
692
|
+
gridColumnGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumnGap<string | number> | undefined>;
|
693
|
+
gridGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridGap<string | number> | undefined>;
|
694
|
+
gridRowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRowGap<string | number> | undefined>;
|
695
|
+
imeMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ImeMode | undefined>;
|
696
|
+
offsetBlock?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
697
|
+
offsetBlockEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
698
|
+
offsetBlockStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
699
|
+
offsetInline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
700
|
+
offsetInlineEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
701
|
+
offsetInlineStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
702
|
+
scrollSnapCoordinate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>;
|
703
|
+
scrollSnapDestination?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>;
|
704
|
+
scrollSnapPointsX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapPointsX | undefined>;
|
705
|
+
scrollSnapPointsY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapPointsY | undefined>;
|
706
|
+
scrollSnapTypeX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeX | undefined>;
|
707
|
+
scrollSnapTypeY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapTypeY | undefined>;
|
708
|
+
scrollbarTrackColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarTrackColor | undefined>;
|
709
|
+
KhtmlBoxAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxAlign | undefined>;
|
710
|
+
KhtmlBoxDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxDirection | undefined>;
|
711
|
+
KhtmlBoxFlex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxFlex | undefined>;
|
712
|
+
KhtmlBoxFlexGroup?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | undefined>;
|
713
|
+
KhtmlBoxLines?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxLines | undefined>;
|
714
|
+
KhtmlBoxOrdinalGroup?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | undefined>;
|
715
|
+
KhtmlBoxOrient?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrient | undefined>;
|
716
|
+
KhtmlBoxPack?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxPack | undefined>;
|
717
|
+
KhtmlLineBreak?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LineBreak | undefined>;
|
718
|
+
KhtmlOpacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
719
|
+
KhtmlUserSelect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.UserSelect | undefined>;
|
720
|
+
MozBackgroundClip?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundClip | undefined>;
|
721
|
+
MozBackgroundInlinePolicy?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxDecorationBreak | undefined>;
|
722
|
+
MozBackgroundOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundOrigin | undefined>;
|
723
|
+
MozBackgroundSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | undefined>;
|
724
|
+
MozBinding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozBinding | undefined>;
|
725
|
+
MozBorderRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderRadius<string | number> | undefined>;
|
726
|
+
MozBorderRadiusBottomleft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>;
|
727
|
+
MozBorderRadiusBottomright?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>;
|
728
|
+
MozBorderRadiusTopleft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>;
|
729
|
+
MozBorderRadiusTopright?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>;
|
730
|
+
MozBoxAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxAlign | undefined>;
|
731
|
+
MozBoxDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxDirection | undefined>;
|
732
|
+
MozBoxFlex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxFlex | undefined>;
|
733
|
+
MozBoxOrdinalGroup?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | undefined>;
|
734
|
+
MozBoxOrient?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrient | undefined>;
|
735
|
+
MozBoxPack?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxPack | undefined>;
|
736
|
+
MozBoxShadow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxShadow | undefined>;
|
737
|
+
MozFloatEdge?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozFloatEdge | undefined>;
|
738
|
+
MozForceBrokenImageIcon?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozForceBrokenImageIcon | undefined>;
|
739
|
+
MozOpacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
740
|
+
MozOutline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Outline<string | number> | undefined>;
|
741
|
+
MozOutlineColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OutlineColor | undefined>;
|
742
|
+
MozOutlineRadius?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
743
|
+
MozOutlineRadiusBottomleft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
744
|
+
MozOutlineRadiusBottomright?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
745
|
+
MozOutlineRadiusTopleft?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
746
|
+
MozOutlineRadiusTopright?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
747
|
+
MozOutlineStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OutlineStyle | undefined>;
|
748
|
+
MozOutlineWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.OutlineWidth<string | number> | undefined>;
|
749
|
+
MozTextAlignLast?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlignLast | undefined>;
|
750
|
+
MozTextDecorationColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationColor | undefined>;
|
751
|
+
MozTextDecorationLine?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationLine | undefined>;
|
752
|
+
MozTextDecorationStyle?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextDecorationStyle | undefined>;
|
753
|
+
MozUserInput?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MozUserInput | undefined>;
|
754
|
+
msImeMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ImeMode | undefined>;
|
755
|
+
msScrollbarTrackColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MsScrollbarTrackColor | undefined>;
|
756
|
+
OAnimation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
757
|
+
OAnimationDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDelay<string & {}> | undefined>;
|
758
|
+
OAnimationDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDirection | undefined>;
|
759
|
+
OAnimationDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationDuration<string & {}> | undefined>;
|
760
|
+
OAnimationFillMode?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationFillMode | undefined>;
|
761
|
+
OAnimationIterationCount?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
762
|
+
OAnimationName?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationName | undefined>;
|
763
|
+
OAnimationPlayState?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationPlayState | undefined>;
|
764
|
+
OAnimationTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
765
|
+
OBackgroundSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BackgroundSize<string | number> | undefined>;
|
766
|
+
OBorderImage?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BorderImage | undefined>;
|
767
|
+
OObjectFit?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ObjectFit | undefined>;
|
768
|
+
OObjectPosition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ObjectPosition<string | number> | undefined>;
|
769
|
+
OTabSize?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
770
|
+
OTextOverflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextOverflow | undefined>;
|
771
|
+
OTransform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transform | undefined>;
|
772
|
+
OTransformOrigin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
773
|
+
OTransition?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
774
|
+
OTransitionDelay?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
775
|
+
OTransitionDuration?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
776
|
+
OTransitionProperty?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionProperty | undefined>;
|
777
|
+
OTransitionTimingFunction?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
778
|
+
WebkitBoxAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxAlign | undefined>;
|
779
|
+
WebkitBoxDirection?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxDirection | undefined>;
|
780
|
+
WebkitBoxFlex?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxFlex | undefined>;
|
781
|
+
WebkitBoxFlexGroup?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxFlexGroup | undefined>;
|
782
|
+
WebkitBoxLines?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxLines | undefined>;
|
783
|
+
WebkitBoxOrdinalGroup?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrdinalGroup | undefined>;
|
784
|
+
WebkitBoxOrient?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxOrient | undefined>;
|
785
|
+
WebkitBoxPack?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BoxPack | undefined>;
|
786
|
+
WebkitScrollSnapPointsX?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapPointsX | undefined>;
|
787
|
+
WebkitScrollSnapPointsY?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ScrollSnapPointsY | undefined>;
|
788
|
+
alignmentBaseline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
789
|
+
baselineShift?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
790
|
+
clipRule?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ClipRule | undefined>;
|
791
|
+
colorInterpolation?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColorInterpolation | undefined>;
|
792
|
+
colorRendering?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ColorRendering | undefined>;
|
793
|
+
dominantBaseline?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.DominantBaseline | undefined>;
|
794
|
+
fillOpacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FillOpacity | undefined>;
|
795
|
+
fillRule?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FillRule | undefined>;
|
796
|
+
floodColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FloodColor | undefined>;
|
797
|
+
floodOpacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.FloodOpacity | undefined>;
|
798
|
+
glyphOrientationVertical?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GlyphOrientationVertical | undefined>;
|
799
|
+
lightingColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.LightingColor | undefined>;
|
800
|
+
markerEnd?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarkerEnd | undefined>;
|
801
|
+
markerMid?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarkerMid | undefined>;
|
802
|
+
markerStart?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.MarkerStart | undefined>;
|
803
|
+
shapeRendering?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.ShapeRendering | undefined>;
|
804
|
+
stopColor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StopColor | undefined>;
|
805
|
+
stopOpacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StopOpacity | undefined>;
|
806
|
+
stroke?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Stroke | undefined>;
|
807
|
+
strokeDasharray?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StrokeDasharray<string | number> | undefined>;
|
808
|
+
strokeDashoffset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StrokeDashoffset<string | number> | undefined>;
|
809
|
+
strokeLinecap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StrokeLinecap | undefined>;
|
810
|
+
strokeLinejoin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StrokeLinejoin | undefined>;
|
811
|
+
strokeMiterlimit?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StrokeMiterlimit | undefined>;
|
812
|
+
strokeOpacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StrokeOpacity | undefined>;
|
813
|
+
strokeWidth?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.StrokeWidth<string | number> | undefined>;
|
814
|
+
textAnchor?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAnchor | undefined>;
|
815
|
+
vectorEffect?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.VectorEffect | undefined>;
|
816
|
+
};
|
19
817
|
export declare const Button: import("react").ForwardRefExoticComponent<CubeButtonProps & import("react").RefAttributes<import("@react-types/shared").FocusableRefValue<HTMLElement, HTMLElement>>>;
|