@class-kit/vue 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +5 -1
- package/dist/components/affix.cjs +71 -26
- package/dist/components/affix.cjs.map +1 -1
- package/dist/components/affix.js +72 -27
- package/dist/components/affix.js.map +1 -1
- package/dist/components/backtop.cjs +72 -26
- package/dist/components/backtop.cjs.map +1 -1
- package/dist/components/backtop.js +73 -27
- package/dist/components/backtop.js.map +1 -1
- package/dist/components/badge.cjs +51 -9
- package/dist/components/badge.cjs.map +1 -1
- package/dist/components/badge.js +52 -10
- package/dist/components/badge.js.map +1 -1
- package/dist/components/barcode.cjs +60 -16
- package/dist/components/barcode.cjs.map +1 -1
- package/dist/components/barcode.js +61 -17
- package/dist/components/barcode.js.map +1 -1
- package/dist/components/breadcrumb.cjs +49 -8
- package/dist/components/breadcrumb.cjs.map +1 -1
- package/dist/components/breadcrumb.js +50 -9
- package/dist/components/breadcrumb.js.map +1 -1
- package/dist/components/button.cjs +69 -25
- package/dist/components/button.cjs.map +1 -1
- package/dist/components/button.js +70 -26
- package/dist/components/button.js.map +1 -1
- package/dist/components/calendar.cjs +53 -10
- package/dist/components/calendar.cjs.map +1 -1
- package/dist/components/calendar.js +54 -11
- package/dist/components/calendar.js.map +1 -1
- package/dist/components/canvas-editor.cjs +198 -142
- package/dist/components/canvas-editor.cjs.map +1 -1
- package/dist/components/canvas-editor.js +199 -143
- package/dist/components/canvas-editor.js.map +1 -1
- package/dist/components/canvas-image.cjs +50 -9
- package/dist/components/canvas-image.cjs.map +1 -1
- package/dist/components/canvas-image.js +51 -10
- package/dist/components/canvas-image.js.map +1 -1
- package/dist/components/chat-textarea.cjs +279 -0
- package/dist/components/chat-textarea.cjs.map +1 -0
- package/dist/components/chat-textarea.d.ts +2 -0
- package/dist/components/chat-textarea.d.ts.map +1 -0
- package/dist/components/chat-textarea.js +277 -0
- package/dist/components/chat-textarea.js.map +1 -0
- package/dist/components/chat-virtual-list.cjs +165 -40
- package/dist/components/chat-virtual-list.cjs.map +1 -1
- package/dist/components/chat-virtual-list.js +166 -41
- package/dist/components/chat-virtual-list.js.map +1 -1
- package/dist/components/checkbox.cjs +63 -19
- package/dist/components/checkbox.cjs.map +1 -1
- package/dist/components/checkbox.js +64 -20
- package/dist/components/checkbox.js.map +1 -1
- package/dist/components/checked.cjs +63 -19
- package/dist/components/checked.cjs.map +1 -1
- package/dist/components/checked.js +64 -20
- package/dist/components/checked.js.map +1 -1
- package/dist/components/code-preview.cjs +395 -0
- package/dist/components/code-preview.cjs.map +1 -0
- package/dist/components/code-preview.d.ts +2 -0
- package/dist/components/code-preview.d.ts.map +1 -0
- package/dist/components/code-preview.js +393 -0
- package/dist/components/code-preview.js.map +1 -0
- package/dist/components/color-picker.cjs +69 -22
- package/dist/components/color-picker.cjs.map +1 -1
- package/dist/components/color-picker.js +70 -23
- package/dist/components/color-picker.js.map +1 -1
- package/dist/components/comic-reader.cjs +72 -27
- package/dist/components/comic-reader.cjs.map +1 -1
- package/dist/components/comic-reader.js +73 -28
- package/dist/components/comic-reader.js.map +1 -1
- package/dist/components/config-provider.cjs +49 -8
- package/dist/components/config-provider.cjs.map +1 -1
- package/dist/components/config-provider.js +50 -9
- package/dist/components/config-provider.js.map +1 -1
- package/dist/components/config-table.cjs +105 -53
- package/dist/components/config-table.cjs.map +1 -1
- package/dist/components/config-table.js +106 -54
- package/dist/components/config-table.js.map +1 -1
- package/dist/components/countdown.cjs +53 -9
- package/dist/components/countdown.cjs.map +1 -1
- package/dist/components/countdown.js +54 -10
- package/dist/components/countdown.js.map +1 -1
- package/dist/components/danmaku.cjs +73 -29
- package/dist/components/danmaku.cjs.map +1 -1
- package/dist/components/danmaku.js +74 -30
- package/dist/components/danmaku.js.map +1 -1
- package/dist/components/date-picker.cjs +64 -19
- package/dist/components/date-picker.cjs.map +1 -1
- package/dist/components/date-picker.js +65 -20
- package/dist/components/date-picker.js.map +1 -1
- package/dist/components/date-range-picker.cjs +64 -19
- package/dist/components/date-range-picker.cjs.map +1 -1
- package/dist/components/date-range-picker.js +65 -20
- package/dist/components/date-range-picker.js.map +1 -1
- package/dist/components/design-effect.cjs +51 -9
- package/dist/components/design-effect.cjs.map +1 -1
- package/dist/components/design-effect.js +52 -10
- package/dist/components/design-effect.js.map +1 -1
- package/dist/components/drag-drop-board.cjs +210 -131
- package/dist/components/drag-drop-board.cjs.map +1 -1
- package/dist/components/drag-drop-board.js +211 -132
- package/dist/components/drag-drop-board.js.map +1 -1
- package/dist/components/draggable.cjs +91 -44
- package/dist/components/draggable.cjs.map +1 -1
- package/dist/components/draggable.js +92 -45
- package/dist/components/draggable.js.map +1 -1
- package/dist/components/ellipsis-text.cjs +57 -14
- package/dist/components/ellipsis-text.cjs.map +1 -1
- package/dist/components/ellipsis-text.js +58 -15
- package/dist/components/ellipsis-text.js.map +1 -1
- package/dist/components/empty.cjs +58 -14
- package/dist/components/empty.cjs.map +1 -1
- package/dist/components/empty.js +59 -15
- package/dist/components/empty.js.map +1 -1
- package/dist/components/field.cjs +63 -19
- package/dist/components/field.cjs.map +1 -1
- package/dist/components/field.js +64 -20
- package/dist/components/field.js.map +1 -1
- package/dist/components/file-preview.cjs +99 -36
- package/dist/components/file-preview.cjs.map +1 -1
- package/dist/components/file-preview.js +100 -37
- package/dist/components/file-preview.js.map +1 -1
- package/dist/components/floating-ball.cjs +100 -51
- package/dist/components/floating-ball.cjs.map +1 -1
- package/dist/components/floating-ball.js +101 -52
- package/dist/components/floating-ball.js.map +1 -1
- package/dist/components/form.cjs +73 -28
- package/dist/components/form.cjs.map +1 -1
- package/dist/components/form.js +74 -29
- package/dist/components/form.js.map +1 -1
- package/dist/components/gradient-text.cjs +51 -9
- package/dist/components/gradient-text.cjs.map +1 -1
- package/dist/components/gradient-text.js +52 -10
- package/dist/components/gradient-text.js.map +1 -1
- package/dist/components/height-transition.cjs +163 -0
- package/dist/components/height-transition.cjs.map +1 -0
- package/dist/components/height-transition.d.ts +2 -0
- package/dist/components/height-transition.d.ts.map +1 -0
- package/dist/components/height-transition.js +161 -0
- package/dist/components/height-transition.js.map +1 -0
- package/dist/components/input.cjs +63 -19
- package/dist/components/input.cjs.map +1 -1
- package/dist/components/input.js +64 -20
- package/dist/components/input.js.map +1 -1
- package/dist/components/lazy-image.cjs +62 -21
- package/dist/components/lazy-image.cjs.map +1 -1
- package/dist/components/lazy-image.js +63 -22
- package/dist/components/lazy-image.js.map +1 -1
- package/dist/components/live-room.cjs +100 -46
- package/dist/components/live-room.cjs.map +1 -1
- package/dist/components/live-room.js +101 -47
- package/dist/components/live-room.js.map +1 -1
- package/dist/components/loading.cjs +63 -19
- package/dist/components/loading.cjs.map +1 -1
- package/dist/components/loading.js +64 -20
- package/dist/components/loading.js.map +1 -1
- package/dist/components/marquee.cjs +64 -17
- package/dist/components/marquee.cjs.map +1 -1
- package/dist/components/marquee.js +65 -18
- package/dist/components/marquee.js.map +1 -1
- package/dist/components/masonry-virtual-list.cjs +72 -25
- package/dist/components/masonry-virtual-list.cjs.map +1 -1
- package/dist/components/masonry-virtual-list.js +73 -26
- package/dist/components/masonry-virtual-list.js.map +1 -1
- package/dist/components/menu.cjs +303 -0
- package/dist/components/menu.cjs.map +1 -0
- package/dist/components/menu.d.ts +2 -0
- package/dist/components/menu.d.ts.map +1 -0
- package/dist/components/menu.js +301 -0
- package/dist/components/menu.js.map +1 -0
- package/dist/components/modal.cjs +64 -19
- package/dist/components/modal.cjs.map +1 -1
- package/dist/components/modal.js +65 -20
- package/dist/components/modal.js.map +1 -1
- package/dist/components/multi-column-picker.cjs +78 -28
- package/dist/components/multi-column-picker.cjs.map +1 -1
- package/dist/components/multi-column-picker.js +79 -29
- package/dist/components/multi-column-picker.js.map +1 -1
- package/dist/components/novel-reader.cjs +96 -54
- package/dist/components/novel-reader.cjs.map +1 -1
- package/dist/components/novel-reader.js +97 -55
- package/dist/components/novel-reader.js.map +1 -1
- package/dist/components/number-input.cjs +67 -21
- package/dist/components/number-input.cjs.map +1 -1
- package/dist/components/number-input.js +68 -22
- package/dist/components/number-input.js.map +1 -1
- package/dist/components/orbital-sphere.cjs +172 -0
- package/dist/components/orbital-sphere.cjs.map +1 -0
- package/dist/components/orbital-sphere.d.ts +2 -0
- package/dist/components/orbital-sphere.d.ts.map +1 -0
- package/dist/components/orbital-sphere.js +170 -0
- package/dist/components/orbital-sphere.js.map +1 -0
- package/dist/components/pagination.cjs +49 -8
- package/dist/components/pagination.cjs.map +1 -1
- package/dist/components/pagination.js +50 -9
- package/dist/components/pagination.js.map +1 -1
- package/dist/components/password-input.cjs +74 -33
- package/dist/components/password-input.cjs.map +1 -1
- package/dist/components/password-input.js +75 -34
- package/dist/components/password-input.js.map +1 -1
- package/dist/components/popconfirm.cjs +121 -36
- package/dist/components/popconfirm.cjs.map +1 -1
- package/dist/components/popconfirm.js +122 -37
- package/dist/components/popconfirm.js.map +1 -1
- package/dist/components/popup.cjs +68 -24
- package/dist/components/popup.cjs.map +1 -1
- package/dist/components/popup.js +69 -25
- package/dist/components/popup.js.map +1 -1
- package/dist/components/progress-bar.cjs +76 -25
- package/dist/components/progress-bar.cjs.map +1 -1
- package/dist/components/progress-bar.js +77 -26
- package/dist/components/progress-bar.js.map +1 -1
- package/dist/components/qr-code.cjs +52 -10
- package/dist/components/qr-code.cjs.map +1 -1
- package/dist/components/qr-code.js +53 -11
- package/dist/components/qr-code.js.map +1 -1
- package/dist/components/radio-group.cjs +63 -19
- package/dist/components/radio-group.cjs.map +1 -1
- package/dist/components/radio-group.js +64 -20
- package/dist/components/radio-group.js.map +1 -1
- package/dist/components/rating.cjs +67 -22
- package/dist/components/rating.cjs.map +1 -1
- package/dist/components/rating.js +68 -23
- package/dist/components/rating.js.map +1 -1
- package/dist/components/rolling-number.cjs +49 -8
- package/dist/components/rolling-number.cjs.map +1 -1
- package/dist/components/rolling-number.js +50 -9
- package/dist/components/rolling-number.js.map +1 -1
- package/dist/components/select.cjs +69 -24
- package/dist/components/select.cjs.map +1 -1
- package/dist/components/select.js +70 -25
- package/dist/components/select.js.map +1 -1
- package/dist/components/signature.cjs +78 -29
- package/dist/components/signature.cjs.map +1 -1
- package/dist/components/signature.js +79 -30
- package/dist/components/signature.js.map +1 -1
- package/dist/components/skeleton.cjs +52 -10
- package/dist/components/skeleton.cjs.map +1 -1
- package/dist/components/skeleton.js +53 -11
- package/dist/components/skeleton.js.map +1 -1
- package/dist/components/slide-captcha.cjs +74 -24
- package/dist/components/slide-captcha.cjs.map +1 -1
- package/dist/components/slide-captcha.js +75 -25
- package/dist/components/slide-captcha.js.map +1 -1
- package/dist/components/swiper.cjs +75 -21
- package/dist/components/swiper.cjs.map +1 -1
- package/dist/components/swiper.js +76 -22
- package/dist/components/swiper.js.map +1 -1
- package/dist/components/switch.cjs +63 -19
- package/dist/components/switch.cjs.map +1 -1
- package/dist/components/switch.js +64 -20
- package/dist/components/switch.js.map +1 -1
- package/dist/components/table.cjs +105 -53
- package/dist/components/table.cjs.map +1 -1
- package/dist/components/table.js +106 -54
- package/dist/components/table.js.map +1 -1
- package/dist/components/tabs.cjs +91 -43
- package/dist/components/tabs.cjs.map +1 -1
- package/dist/components/tabs.js +92 -44
- package/dist/components/tabs.js.map +1 -1
- package/dist/components/tag.cjs +51 -9
- package/dist/components/tag.cjs.map +1 -1
- package/dist/components/tag.js +52 -10
- package/dist/components/tag.js.map +1 -1
- package/dist/components/textarea.cjs +63 -19
- package/dist/components/textarea.cjs.map +1 -1
- package/dist/components/textarea.js +64 -20
- package/dist/components/textarea.js.map +1 -1
- package/dist/components/theme-box.cjs +132 -0
- package/dist/components/theme-box.cjs.map +1 -0
- package/dist/components/theme-box.d.ts +2 -0
- package/dist/components/theme-box.d.ts.map +1 -0
- package/dist/components/theme-box.js +130 -0
- package/dist/components/theme-box.js.map +1 -0
- package/dist/components/tilt-card.cjs +88 -41
- package/dist/components/tilt-card.cjs.map +1 -1
- package/dist/components/tilt-card.js +89 -42
- package/dist/components/tilt-card.js.map +1 -1
- package/dist/components/timeline.cjs +64 -20
- package/dist/components/timeline.cjs.map +1 -1
- package/dist/components/timeline.js +65 -21
- package/dist/components/timeline.js.map +1 -1
- package/dist/components/toast.cjs +220 -35
- package/dist/components/toast.cjs.map +1 -1
- package/dist/components/toast.d.ts +1 -1
- package/dist/components/toast.d.ts.map +1 -1
- package/dist/components/toast.js +218 -36
- package/dist/components/toast.js.map +1 -1
- package/dist/components/tooltip.cjs +112 -29
- package/dist/components/tooltip.cjs.map +1 -1
- package/dist/components/tooltip.js +113 -30
- package/dist/components/tooltip.js.map +1 -1
- package/dist/components/typewriter-text.cjs +66 -24
- package/dist/components/typewriter-text.cjs.map +1 -1
- package/dist/components/typewriter-text.js +67 -25
- package/dist/components/typewriter-text.js.map +1 -1
- package/dist/components/upload.cjs +68 -22
- package/dist/components/upload.cjs.map +1 -1
- package/dist/components/upload.js +69 -23
- package/dist/components/upload.js.map +1 -1
- package/dist/components/verification-code.cjs +119 -69
- package/dist/components/verification-code.cjs.map +1 -1
- package/dist/components/verification-code.js +120 -70
- package/dist/components/verification-code.js.map +1 -1
- package/dist/components/video-detail-transition.cjs +80 -28
- package/dist/components/video-detail-transition.cjs.map +1 -1
- package/dist/components/video-detail-transition.js +81 -29
- package/dist/components/video-detail-transition.js.map +1 -1
- package/dist/components/video-player.cjs +76 -25
- package/dist/components/video-player.cjs.map +1 -1
- package/dist/components/video-player.js +77 -26
- package/dist/components/video-player.js.map +1 -1
- package/dist/components/virtual-list.cjs +86 -37
- package/dist/components/virtual-list.cjs.map +1 -1
- package/dist/components/virtual-list.js +87 -38
- package/dist/components/virtual-list.js.map +1 -1
- package/dist/components/virtual-select.cjs +71 -25
- package/dist/components/virtual-select.cjs.map +1 -1
- package/dist/components/virtual-select.js +72 -26
- package/dist/components/virtual-select.js.map +1 -1
- package/dist/components/virtual-table.cjs +105 -53
- package/dist/components/virtual-table.cjs.map +1 -1
- package/dist/components/virtual-table.js +106 -54
- package/dist/components/virtual-table.js.map +1 -1
- package/dist/components/width-transition.cjs +163 -0
- package/dist/components/width-transition.cjs.map +1 -0
- package/dist/components/width-transition.d.ts +2 -0
- package/dist/components/width-transition.d.ts.map +1 -0
- package/dist/components/width-transition.js +161 -0
- package/dist/components/width-transition.js.map +1 -0
- package/dist/import-transform-B8NYJq5a.js +150 -0
- package/dist/import-transform-B8NYJq5a.js.map +1 -0
- package/dist/{import-transform-DLby8nRN.js → import-transform-D0YbYGmj.js} +10 -4
- package/dist/import-transform-D0YbYGmj.js.map +1 -0
- package/dist/{import-transform-BiXH181o.js → import-transform-DgmJXsp_.js} +10 -4
- package/dist/import-transform-DgmJXsp_.js.map +1 -0
- package/dist/import-transform-DydmFGaG.js +152 -0
- package/dist/import-transform-DydmFGaG.js.map +1 -0
- package/dist/import-transform.d.ts.map +1 -1
- package/dist/index.cjs +2408 -1119
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +635 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2381 -1123
- package/dist/index.js.map +1 -1
- package/dist/styles/base.css +156 -185
- package/dist/styles/components/backtop.css +8 -14
- package/dist/styles/components/barcode.css +196 -0
- package/dist/styles/components/button.css +17 -29
- package/dist/styles/components/calendar.css +2 -25
- package/dist/styles/components/canvas-editor.css +20 -23
- package/dist/styles/components/canvas-image.css +0 -23
- package/dist/styles/components/chat-textarea.css +125 -0
- package/dist/styles/components/chat-virtual-list.css +12 -27
- package/dist/styles/components/checkbox.css +39 -30
- package/dist/styles/components/checked.css +39 -30
- package/dist/styles/components/code-preview.css +198 -0
- package/dist/styles/components/color-picker.css +45 -42
- package/dist/styles/components/comic-reader.css +5 -23
- package/dist/styles/components/config-provider.css +87 -1
- package/dist/styles/components/config-table.css +16 -68
- package/dist/styles/components/date-picker.css +45 -33
- package/dist/styles/components/date-range-picker.css +51 -37
- package/dist/styles/components/design-effect.css +28 -85
- package/dist/styles/components/drag-drop-board.css +6 -1
- package/dist/styles/components/draggable.css +3 -10
- package/dist/styles/components/ellipsis-text.css +6 -7
- package/dist/styles/components/empty.css +13 -27
- package/dist/styles/components/field.css +36 -27
- package/dist/styles/components/file-preview.css +10 -25
- package/dist/styles/components/form.css +36 -27
- package/dist/styles/components/gradient-text.css +6 -16
- package/dist/styles/components/height-transition.css +50 -0
- package/dist/styles/components/input.css +36 -27
- package/dist/styles/components/live-room.css +5 -19
- package/dist/styles/components/loading.css +50 -8
- package/dist/styles/components/marquee.css +4 -0
- package/dist/styles/components/masonry-virtual-list.css +0 -1
- package/dist/styles/components/menu.css +286 -0
- package/dist/styles/components/modal.css +10 -24
- package/dist/styles/components/multi-column-picker.css +5 -3
- package/dist/styles/components/novel-reader.css +5 -28
- package/dist/styles/components/number-input.css +36 -27
- package/dist/styles/components/orbital-sphere.css +224 -0
- package/dist/styles/components/password-input.css +42 -28
- package/dist/styles/components/popconfirm.css +5 -0
- package/dist/styles/components/popup.css +10 -25
- package/dist/styles/components/qr-code.css +196 -0
- package/dist/styles/components/radio-group.css +39 -30
- package/dist/styles/components/rating.css +41 -27
- package/dist/styles/components/select.css +40 -29
- package/dist/styles/components/signature.css +39 -35
- package/dist/styles/components/skeleton.css +8 -8
- package/dist/styles/components/slide-captcha.css +15 -54
- package/dist/styles/components/swiper.css +2 -3
- package/dist/styles/components/switch.css +39 -34
- package/dist/styles/components/table.css +16 -68
- package/dist/styles/components/tabs.css +10 -0
- package/dist/styles/components/tag.css +3 -12
- package/dist/styles/components/textarea.css +36 -27
- package/dist/styles/components/theme-box.css +39 -0
- package/dist/styles/components/tilt-card.css +3 -28
- package/dist/styles/components/toast.css +116 -49
- package/dist/styles/components/tooltip.css +8 -23
- package/dist/styles/components/typewriter-text.css +4 -0
- package/dist/styles/components/upload.css +37 -29
- package/dist/styles/components/verification-code.css +36 -27
- package/dist/styles/components/video-detail-transition.css +20 -2
- package/dist/styles/components/video-player.css +0 -5
- package/dist/styles/components/virtual-list.css +9 -13
- package/dist/styles/components/virtual-select.css +47 -35
- package/dist/styles/components/virtual-table.css +16 -68
- package/dist/styles/components/width-transition.css +50 -0
- package/dist/styles/components.css +1671 -802
- package/dist/styles/themes/business-blue.css +384 -0
- package/dist/styles/themes/cartoon-3d.css +626 -0
- package/dist/styles/themes/creative-purple.css +385 -0
- package/dist/styles/themes/dark-tech.css +492 -0
- package/dist/styles/themes/liquid-glass.css +447 -30
- package/dist/styles/themes/minimal.css +410 -14
- package/dist/styles/themes/soft-pink.css +385 -0
- package/dist/styles.css +1671 -802
- package/dist/vite.cjs +2 -2
- package/dist/vite.cjs.map +1 -1
- package/dist/vite.d.ts +1 -1
- package/dist/vite.js +2 -2
- package/dist/vite.js.map +1 -1
- package/dist/webpack-loader.cjs +5 -4
- package/dist/webpack-loader.cjs.map +1 -1
- package/dist/webpack-loader.js +5 -4
- package/dist/webpack-loader.js.map +1 -1
- package/dist/webpack.cjs +11 -6
- package/dist/webpack.cjs.map +1 -1
- package/dist/webpack.d.ts.map +1 -1
- package/dist/webpack.js +11 -6
- package/dist/webpack.js.map +1 -1
- package/package.json +4 -3
- package/dist/import-transform-BiXH181o.js.map +0 -1
- package/dist/import-transform-DLby8nRN.js.map +0 -1
- package/dist/styles/themes/amber.css +0 -19
- package/dist/styles/themes/emerald.css +0 -19
- package/dist/styles/themes/rose.css +0 -19
- package/dist/styles/themes/sky.css +0 -19
- package/dist/styles/themes/violet.css +0 -19
|
@@ -1,34 +1,20 @@
|
|
|
1
1
|
@import "../base.css";
|
|
2
2
|
|
|
3
|
-
.cc-field__control,
|
|
4
|
-
.cc-color-picker__panel,
|
|
5
|
-
.cc-verification-code__input,
|
|
6
|
-
.cc-select__menu,
|
|
7
|
-
.cc-virtual-select__menu,
|
|
8
|
-
.cc-date-picker__panel,
|
|
9
|
-
.cc-date-range-picker__panel,
|
|
10
|
-
.cc-calendar,
|
|
11
|
-
.cc-canvas-image,
|
|
12
|
-
.cc-canvas-editor,
|
|
13
|
-
.cc-canvas-editor__toolbar,
|
|
14
|
-
.cc-canvas-editor__card,
|
|
15
|
-
.cc-tilt-card__surface,
|
|
16
|
-
.cc-table,
|
|
17
|
-
.cc-upload,
|
|
18
|
-
.cc-modal__panel,
|
|
19
|
-
.cc-popup__panel,
|
|
20
|
-
.cc-tooltip__content,
|
|
21
|
-
.cc-toast {
|
|
22
|
-
backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
23
|
-
-webkit-backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
3
|
.cc-toast-viewport {
|
|
27
|
-
--cc-toast-enter-transform:
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
4
|
+
--cc-toast-enter-transform: translateY(
|
|
5
|
+
calc(-1 * var(--cc-toast-slide-distance))
|
|
6
|
+
)
|
|
7
|
+
scale(0.98);
|
|
8
|
+
--cc-toast-exit-transform: translateY(
|
|
9
|
+
calc(-1 * var(--cc-toast-slide-distance))
|
|
10
|
+
)
|
|
11
|
+
scale(0.98);
|
|
12
|
+
--cc-toast-stack-gap: 10px;
|
|
13
|
+
--cc-toast-max-height: 160px;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
max-width: 360px;
|
|
17
|
+
width: calc(100vw - 32px);
|
|
32
18
|
position: fixed;
|
|
33
19
|
right: 16px;
|
|
34
20
|
top: 16px;
|
|
@@ -39,24 +25,26 @@
|
|
|
39
25
|
--cc-toast-enter-transform: translateY(
|
|
40
26
|
calc(-1 * var(--cc-toast-slide-distance))
|
|
41
27
|
)
|
|
42
|
-
scale(
|
|
28
|
+
scale(0.98);
|
|
43
29
|
left: 50%;
|
|
44
30
|
right: auto;
|
|
45
31
|
transform: translateX(-50%);
|
|
46
32
|
}
|
|
47
33
|
|
|
48
34
|
.cc-toast-viewport--top-left {
|
|
49
|
-
--cc-toast-enter-transform:
|
|
35
|
+
--cc-toast-enter-transform: translateY(
|
|
50
36
|
calc(-1 * var(--cc-toast-slide-distance))
|
|
51
37
|
)
|
|
52
|
-
scale(
|
|
38
|
+
scale(0.98);
|
|
53
39
|
left: 16px;
|
|
54
40
|
right: auto;
|
|
55
41
|
}
|
|
56
42
|
|
|
57
43
|
.cc-toast-viewport--top-right {
|
|
58
|
-
--cc-toast-enter-transform:
|
|
59
|
-
|
|
44
|
+
--cc-toast-enter-transform: translateY(
|
|
45
|
+
calc(-1 * var(--cc-toast-slide-distance))
|
|
46
|
+
)
|
|
47
|
+
scale(0.98);
|
|
60
48
|
right: 16px;
|
|
61
49
|
}
|
|
62
50
|
|
|
@@ -69,24 +57,28 @@
|
|
|
69
57
|
|
|
70
58
|
.cc-toast-viewport--bottom {
|
|
71
59
|
--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance))
|
|
72
|
-
scale(
|
|
60
|
+
scale(0.98);
|
|
61
|
+
--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance))
|
|
62
|
+
scale(0.98);
|
|
73
63
|
left: 50%;
|
|
74
64
|
right: auto;
|
|
75
65
|
transform: translateX(-50%);
|
|
76
66
|
}
|
|
77
67
|
|
|
78
68
|
.cc-toast-viewport--bottom-left {
|
|
79
|
-
--cc-toast-enter-transform:
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
scale(
|
|
69
|
+
--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance))
|
|
70
|
+
scale(0.98);
|
|
71
|
+
--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance))
|
|
72
|
+
scale(0.98);
|
|
83
73
|
left: 16px;
|
|
84
74
|
right: auto;
|
|
85
75
|
}
|
|
86
76
|
|
|
87
77
|
.cc-toast-viewport--bottom-right {
|
|
88
|
-
--cc-toast-enter-transform:
|
|
89
|
-
scale(
|
|
78
|
+
--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance))
|
|
79
|
+
scale(0.98);
|
|
80
|
+
--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance))
|
|
81
|
+
scale(0.98);
|
|
90
82
|
right: 16px;
|
|
91
83
|
}
|
|
92
84
|
|
|
@@ -99,6 +91,8 @@
|
|
|
99
91
|
}
|
|
100
92
|
|
|
101
93
|
.cc-toast {
|
|
94
|
+
--cc-toast-stack-offset: 0px;
|
|
95
|
+
--cc-toast-stack-index: 0;
|
|
102
96
|
align-items: start;
|
|
103
97
|
background: var(--cc-toast-background);
|
|
104
98
|
border: 1px solid var(--cc-toast-border-color);
|
|
@@ -110,39 +104,84 @@
|
|
|
110
104
|
font-family: var(--cc-form-font);
|
|
111
105
|
gap: 4px 10px;
|
|
112
106
|
grid-template-columns: 1fr auto;
|
|
107
|
+
max-height: var(--cc-toast-max-height);
|
|
108
|
+
margin: 0;
|
|
113
109
|
opacity: 0;
|
|
110
|
+
overflow: hidden;
|
|
114
111
|
padding: 12px;
|
|
115
|
-
transform: var(--cc-toast-
|
|
112
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
113
|
+
var(--cc-toast-enter-transform);
|
|
116
114
|
transition:
|
|
115
|
+
border-color var(--cc-animation-duration) var(--cc-animation-easing),
|
|
116
|
+
filter var(--cc-animation-duration) var(--cc-animation-easing),
|
|
117
|
+
opacity var(--cc-animation-duration) var(--cc-animation-easing);
|
|
118
|
+
will-change: auto;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.cc-toast[data-motion="true"] {
|
|
122
|
+
transition:
|
|
123
|
+
border-color var(--cc-animation-duration) var(--cc-animation-easing),
|
|
124
|
+
filter var(--cc-animation-duration) var(--cc-animation-easing),
|
|
125
|
+
margin var(--cc-animation-duration) var(--cc-animation-easing),
|
|
126
|
+
max-height var(--cc-animation-duration) var(--cc-animation-easing),
|
|
117
127
|
opacity var(--cc-animation-duration) var(--cc-animation-easing),
|
|
128
|
+
padding var(--cc-animation-duration) var(--cc-animation-easing),
|
|
118
129
|
transform var(--cc-animation-duration) var(--cc-animation-easing);
|
|
130
|
+
will-change: transform, opacity, filter;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.cc-toast + .cc-toast {
|
|
134
|
+
margin-top: var(--cc-toast-stack-gap);
|
|
119
135
|
}
|
|
120
136
|
|
|
121
137
|
.cc-toast[data-state="enter"] {
|
|
138
|
+
filter: blur(0);
|
|
122
139
|
opacity: 1;
|
|
123
|
-
transform: translate3d(0,
|
|
140
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
141
|
+
scale(var(--cc-toast-scale-active));
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.cc-toast[data-state="prepare"] {
|
|
145
|
+
filter: blur(2px);
|
|
146
|
+
opacity: 0;
|
|
147
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
148
|
+
var(--cc-toast-enter-transform);
|
|
124
149
|
}
|
|
125
150
|
|
|
126
151
|
.cc-toast[data-state="exit"] {
|
|
152
|
+
filter: blur(2px);
|
|
153
|
+
margin-top: 0;
|
|
154
|
+
max-height: 0;
|
|
127
155
|
opacity: 0;
|
|
128
|
-
|
|
156
|
+
padding-bottom: 0;
|
|
157
|
+
padding-top: 0;
|
|
158
|
+
pointer-events: none;
|
|
159
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
160
|
+
var(--cc-toast-exit-transform);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.cc-toast[data-state="exit"] + .cc-toast {
|
|
164
|
+
margin-top: 0;
|
|
129
165
|
}
|
|
130
166
|
|
|
131
167
|
.cc-toast[data-animation="fade"],
|
|
132
168
|
.cc-toast[data-animation="fade"][data-state="exit"] {
|
|
133
|
-
transform: translate3d(0,
|
|
169
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0) scale(1);
|
|
134
170
|
}
|
|
135
171
|
|
|
136
172
|
.cc-toast[data-animation="scale"] {
|
|
137
|
-
transform:
|
|
173
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
174
|
+
scale(var(--cc-toast-scale-enter));
|
|
138
175
|
}
|
|
139
176
|
|
|
140
177
|
.cc-toast[data-animation="scale"][data-state="enter"] {
|
|
141
|
-
transform:
|
|
178
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
179
|
+
scale(var(--cc-toast-scale-active));
|
|
142
180
|
}
|
|
143
181
|
|
|
144
182
|
.cc-toast[data-animation="scale"][data-state="exit"] {
|
|
145
|
-
transform:
|
|
183
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
184
|
+
scale(var(--cc-toast-scale-enter));
|
|
146
185
|
}
|
|
147
186
|
|
|
148
187
|
.cc-toast[data-animation="none"] {
|
|
@@ -175,14 +214,40 @@
|
|
|
175
214
|
}
|
|
176
215
|
|
|
177
216
|
.cc-toast__close {
|
|
217
|
+
align-items: center;
|
|
178
218
|
background: transparent;
|
|
179
|
-
border:
|
|
219
|
+
border: 1px solid transparent;
|
|
220
|
+
border-radius: var(--cc-radius-md);
|
|
180
221
|
color: var(--cc-form-color-muted);
|
|
181
222
|
cursor: pointer;
|
|
223
|
+
display: inline-flex;
|
|
182
224
|
font: inherit;
|
|
183
225
|
grid-column: 2;
|
|
184
226
|
grid-row: 1 / span 2;
|
|
185
|
-
|
|
227
|
+
height: 28px;
|
|
228
|
+
justify-content: center;
|
|
229
|
+
padding: 0;
|
|
230
|
+
transition:
|
|
231
|
+
background 160ms ease,
|
|
232
|
+
border-color 160ms ease,
|
|
233
|
+
color 160ms ease;
|
|
234
|
+
width: 28px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.cc-toast__close:hover {
|
|
238
|
+
background: var(--cc-form-color-surface-soft);
|
|
239
|
+
border-color: var(--cc-form-color-border);
|
|
240
|
+
color: var(--cc-form-color-text);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.cc-toast__close:focus {
|
|
244
|
+
box-shadow: none;
|
|
245
|
+
outline: none;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.cc-toast__close:focus-visible {
|
|
249
|
+
box-shadow: var(--cc-form-shadow-focus);
|
|
250
|
+
outline: none;
|
|
186
251
|
}
|
|
187
252
|
|
|
188
253
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -191,6 +256,8 @@
|
|
|
191
256
|
.cc-popup__overlay,
|
|
192
257
|
.cc-popup__panel,
|
|
193
258
|
.cc-tooltip__content,
|
|
259
|
+
.cc-orbital-sphere__stage,
|
|
260
|
+
.cc-orbital-sphere__item,
|
|
194
261
|
.cc-tilt-card,
|
|
195
262
|
.cc-tilt-card__surface,
|
|
196
263
|
.cc-tilt-card__glare,
|
|
@@ -1,33 +1,16 @@
|
|
|
1
1
|
@import "../base.css";
|
|
2
2
|
|
|
3
|
-
.cc-field__control,
|
|
4
|
-
.cc-color-picker__panel,
|
|
5
|
-
.cc-verification-code__input,
|
|
6
|
-
.cc-select__menu,
|
|
7
|
-
.cc-virtual-select__menu,
|
|
8
|
-
.cc-date-picker__panel,
|
|
9
|
-
.cc-date-range-picker__panel,
|
|
10
|
-
.cc-calendar,
|
|
11
|
-
.cc-canvas-image,
|
|
12
|
-
.cc-canvas-editor,
|
|
13
|
-
.cc-canvas-editor__toolbar,
|
|
14
|
-
.cc-canvas-editor__card,
|
|
15
|
-
.cc-tilt-card__surface,
|
|
16
|
-
.cc-table,
|
|
17
|
-
.cc-upload,
|
|
18
|
-
.cc-modal__panel,
|
|
19
|
-
.cc-popup__panel,
|
|
20
|
-
.cc-tooltip__content,
|
|
21
|
-
.cc-toast {
|
|
22
|
-
backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
23
|
-
-webkit-backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
3
|
.cc-tooltip {
|
|
27
4
|
display: inline-flex;
|
|
28
5
|
position: relative;
|
|
29
6
|
}
|
|
30
7
|
|
|
8
|
+
.cc-tooltip--portal {
|
|
9
|
+
pointer-events: none;
|
|
10
|
+
position: fixed;
|
|
11
|
+
z-index: 1200;
|
|
12
|
+
}
|
|
13
|
+
|
|
31
14
|
.cc-tooltip__content {
|
|
32
15
|
background: var(--cc-tooltip-background);
|
|
33
16
|
border-radius: var(--cc-tooltip-radius);
|
|
@@ -124,6 +107,8 @@
|
|
|
124
107
|
.cc-popup__overlay,
|
|
125
108
|
.cc-popup__panel,
|
|
126
109
|
.cc-tooltip__content,
|
|
110
|
+
.cc-orbital-sphere__stage,
|
|
111
|
+
.cc-orbital-sphere__item,
|
|
127
112
|
.cc-tilt-card,
|
|
128
113
|
.cc-tilt-card__surface,
|
|
129
114
|
.cc-tilt-card__glare,
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
.cc-popup__overlay,
|
|
51
51
|
.cc-popup__panel,
|
|
52
52
|
.cc-tooltip__content,
|
|
53
|
+
.cc-orbital-sphere__stage,
|
|
54
|
+
.cc-orbital-sphere__item,
|
|
53
55
|
.cc-tilt-card,
|
|
54
56
|
.cc-tilt-card__surface,
|
|
55
57
|
.cc-tilt-card__glare,
|
|
@@ -64,6 +66,8 @@
|
|
|
64
66
|
.cc-design-effect,
|
|
65
67
|
.cc-design-effect__overlay,
|
|
66
68
|
.cc-design-effect::after,
|
|
69
|
+
.cc-orbital-sphere__stage,
|
|
70
|
+
.cc-orbital-sphere__item,
|
|
67
71
|
.cc-typewriter-text__cursor {
|
|
68
72
|
animation: none;
|
|
69
73
|
}
|
|
@@ -1,28 +1,5 @@
|
|
|
1
1
|
@import "../base.css";
|
|
2
2
|
|
|
3
|
-
.cc-field__control,
|
|
4
|
-
.cc-color-picker__panel,
|
|
5
|
-
.cc-verification-code__input,
|
|
6
|
-
.cc-select__menu,
|
|
7
|
-
.cc-virtual-select__menu,
|
|
8
|
-
.cc-date-picker__panel,
|
|
9
|
-
.cc-date-range-picker__panel,
|
|
10
|
-
.cc-calendar,
|
|
11
|
-
.cc-canvas-image,
|
|
12
|
-
.cc-canvas-editor,
|
|
13
|
-
.cc-canvas-editor__toolbar,
|
|
14
|
-
.cc-canvas-editor__card,
|
|
15
|
-
.cc-tilt-card__surface,
|
|
16
|
-
.cc-table,
|
|
17
|
-
.cc-upload,
|
|
18
|
-
.cc-modal__panel,
|
|
19
|
-
.cc-popup__panel,
|
|
20
|
-
.cc-tooltip__content,
|
|
21
|
-
.cc-toast {
|
|
22
|
-
backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
23
|
-
-webkit-backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
3
|
.cc-field {
|
|
27
4
|
display: grid;
|
|
28
5
|
gap: 6px;
|
|
@@ -59,6 +36,33 @@
|
|
|
59
36
|
box-shadow 120ms ease;
|
|
60
37
|
}
|
|
61
38
|
|
|
39
|
+
.cc-field__control:autofill,
|
|
40
|
+
.cc-field__control:autofill:hover,
|
|
41
|
+
.cc-field__control:autofill:focus,
|
|
42
|
+
.cc-chat-textarea__control:autofill,
|
|
43
|
+
.cc-chat-textarea__control:autofill:hover,
|
|
44
|
+
.cc-chat-textarea__control:autofill:focus,
|
|
45
|
+
.cc-canvas-editor__card input:autofill,
|
|
46
|
+
.cc-canvas-editor__card input:autofill:hover,
|
|
47
|
+
.cc-canvas-editor__card input:autofill:focus,
|
|
48
|
+
.cc-canvas-editor__card textarea:autofill,
|
|
49
|
+
.cc-canvas-editor__card textarea:autofill:hover,
|
|
50
|
+
.cc-canvas-editor__card textarea:autofill:focus {
|
|
51
|
+
box-shadow: 0 0 0 1000px var(--cc-form-control-background) inset;
|
|
52
|
+
caret-color: var(--cc-form-color-text);
|
|
53
|
+
transition:
|
|
54
|
+
background-color 9999s ease-out,
|
|
55
|
+
color 9999s ease-out;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.cc-field__control[type="search"] {
|
|
59
|
+
appearance: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.cc-field__control[type="number"] {
|
|
63
|
+
appearance: textfield;
|
|
64
|
+
}
|
|
65
|
+
|
|
62
66
|
.cc-field__control--clearable {
|
|
63
67
|
padding-right: 38px;
|
|
64
68
|
}
|
|
@@ -93,6 +97,11 @@
|
|
|
93
97
|
color: var(--cc-form-color-text);
|
|
94
98
|
}
|
|
95
99
|
|
|
100
|
+
.cc-field__clear:focus {
|
|
101
|
+
box-shadow: none;
|
|
102
|
+
outline: none;
|
|
103
|
+
}
|
|
104
|
+
|
|
96
105
|
.cc-field__clear:focus-visible {
|
|
97
106
|
box-shadow: var(--cc-form-shadow-focus);
|
|
98
107
|
outline: none;
|
|
@@ -135,9 +144,9 @@
|
|
|
135
144
|
}
|
|
136
145
|
|
|
137
146
|
.cc-field__control[data-readonly="true"]:focus,
|
|
138
|
-
.cc-field__control[data-readonly="true"]:focus
|
|
147
|
+
.cc-field__control[data-readonly="true"]:focus,
|
|
139
148
|
.cc-field[data-readonly="true"] .cc-field__control:focus,
|
|
140
|
-
.cc-field[data-readonly="true"] .cc-field__control:focus
|
|
149
|
+
.cc-field[data-readonly="true"] .cc-field__control:focus {
|
|
141
150
|
border-color: var(--cc-form-readonly-border-color);
|
|
142
151
|
box-shadow: none;
|
|
143
152
|
}
|
|
@@ -190,9 +199,9 @@
|
|
|
190
199
|
}
|
|
191
200
|
|
|
192
201
|
.cc-field[data-readonly="true"] .cc-select__option:hover:not(:disabled),
|
|
193
|
-
.cc-field[data-readonly="true"] .cc-select__option:focus
|
|
202
|
+
.cc-field[data-readonly="true"] .cc-select__option:focus,
|
|
194
203
|
.cc-select[data-readonly="true"] .cc-select__option:hover:not(:disabled),
|
|
195
|
-
.cc-select[data-readonly="true"] .cc-select__option:focus
|
|
204
|
+
.cc-select[data-readonly="true"] .cc-select__option:focus {
|
|
196
205
|
background: transparent;
|
|
197
206
|
color: inherit;
|
|
198
207
|
cursor: default;
|
|
@@ -217,8 +226,7 @@
|
|
|
217
226
|
|
|
218
227
|
.cc-upload[data-dragging="true"] {
|
|
219
228
|
border-color: var(--cc-form-color-accent);
|
|
220
|
-
box-shadow: 0 0 0 4px
|
|
221
|
-
color-mix(in srgb, var(--cc-form-color-accent) 14%, transparent);
|
|
229
|
+
box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.16);
|
|
222
230
|
transform: translateY(-1px);
|
|
223
231
|
}
|
|
224
232
|
|
|
@@ -1,28 +1,5 @@
|
|
|
1
1
|
@import "../base.css";
|
|
2
2
|
|
|
3
|
-
.cc-field__control,
|
|
4
|
-
.cc-color-picker__panel,
|
|
5
|
-
.cc-verification-code__input,
|
|
6
|
-
.cc-select__menu,
|
|
7
|
-
.cc-virtual-select__menu,
|
|
8
|
-
.cc-date-picker__panel,
|
|
9
|
-
.cc-date-range-picker__panel,
|
|
10
|
-
.cc-calendar,
|
|
11
|
-
.cc-canvas-image,
|
|
12
|
-
.cc-canvas-editor,
|
|
13
|
-
.cc-canvas-editor__toolbar,
|
|
14
|
-
.cc-canvas-editor__card,
|
|
15
|
-
.cc-tilt-card__surface,
|
|
16
|
-
.cc-table,
|
|
17
|
-
.cc-upload,
|
|
18
|
-
.cc-modal__panel,
|
|
19
|
-
.cc-popup__panel,
|
|
20
|
-
.cc-tooltip__content,
|
|
21
|
-
.cc-toast {
|
|
22
|
-
backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
23
|
-
-webkit-backdrop-filter: var(--cc-theme-backdrop-filter);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
3
|
.cc-field {
|
|
27
4
|
display: grid;
|
|
28
5
|
gap: 6px;
|
|
@@ -59,6 +36,33 @@
|
|
|
59
36
|
box-shadow 120ms ease;
|
|
60
37
|
}
|
|
61
38
|
|
|
39
|
+
.cc-field__control:autofill,
|
|
40
|
+
.cc-field__control:autofill:hover,
|
|
41
|
+
.cc-field__control:autofill:focus,
|
|
42
|
+
.cc-chat-textarea__control:autofill,
|
|
43
|
+
.cc-chat-textarea__control:autofill:hover,
|
|
44
|
+
.cc-chat-textarea__control:autofill:focus,
|
|
45
|
+
.cc-canvas-editor__card input:autofill,
|
|
46
|
+
.cc-canvas-editor__card input:autofill:hover,
|
|
47
|
+
.cc-canvas-editor__card input:autofill:focus,
|
|
48
|
+
.cc-canvas-editor__card textarea:autofill,
|
|
49
|
+
.cc-canvas-editor__card textarea:autofill:hover,
|
|
50
|
+
.cc-canvas-editor__card textarea:autofill:focus {
|
|
51
|
+
box-shadow: 0 0 0 1000px var(--cc-form-control-background) inset;
|
|
52
|
+
caret-color: var(--cc-form-color-text);
|
|
53
|
+
transition:
|
|
54
|
+
background-color 9999s ease-out,
|
|
55
|
+
color 9999s ease-out;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.cc-field__control[type="search"] {
|
|
59
|
+
appearance: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.cc-field__control[type="number"] {
|
|
63
|
+
appearance: textfield;
|
|
64
|
+
}
|
|
65
|
+
|
|
62
66
|
.cc-field__control--clearable {
|
|
63
67
|
padding-right: 38px;
|
|
64
68
|
}
|
|
@@ -93,6 +97,11 @@
|
|
|
93
97
|
color: var(--cc-form-color-text);
|
|
94
98
|
}
|
|
95
99
|
|
|
100
|
+
.cc-field__clear:focus {
|
|
101
|
+
box-shadow: none;
|
|
102
|
+
outline: none;
|
|
103
|
+
}
|
|
104
|
+
|
|
96
105
|
.cc-field__clear:focus-visible {
|
|
97
106
|
box-shadow: var(--cc-form-shadow-focus);
|
|
98
107
|
outline: none;
|
|
@@ -135,9 +144,9 @@
|
|
|
135
144
|
}
|
|
136
145
|
|
|
137
146
|
.cc-field__control[data-readonly="true"]:focus,
|
|
138
|
-
.cc-field__control[data-readonly="true"]:focus
|
|
147
|
+
.cc-field__control[data-readonly="true"]:focus,
|
|
139
148
|
.cc-field[data-readonly="true"] .cc-field__control:focus,
|
|
140
|
-
.cc-field[data-readonly="true"] .cc-field__control:focus
|
|
149
|
+
.cc-field[data-readonly="true"] .cc-field__control:focus {
|
|
141
150
|
border-color: var(--cc-form-readonly-border-color);
|
|
142
151
|
box-shadow: none;
|
|
143
152
|
}
|
|
@@ -226,9 +235,9 @@
|
|
|
226
235
|
}
|
|
227
236
|
|
|
228
237
|
.cc-field[data-readonly="true"] .cc-select__option:hover:not(:disabled),
|
|
229
|
-
.cc-field[data-readonly="true"] .cc-select__option:focus
|
|
238
|
+
.cc-field[data-readonly="true"] .cc-select__option:focus,
|
|
230
239
|
.cc-select[data-readonly="true"] .cc-select__option:hover:not(:disabled),
|
|
231
|
-
.cc-select[data-readonly="true"] .cc-select__option:focus
|
|
240
|
+
.cc-select[data-readonly="true"] .cc-select__option:focus {
|
|
232
241
|
background: transparent;
|
|
233
242
|
color: inherit;
|
|
234
243
|
cursor: default;
|
|
@@ -31,10 +31,18 @@
|
|
|
31
31
|
transform: translateZ(0);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
+
.cc-video-detail-transition__item::before {
|
|
35
|
+
content: "";
|
|
36
|
+
display: block;
|
|
37
|
+
padding-top: 177.7778%;
|
|
38
|
+
}
|
|
39
|
+
|
|
34
40
|
.cc-video-detail-transition__item img {
|
|
35
|
-
aspect-ratio: 9 / 16;
|
|
36
41
|
display: block;
|
|
42
|
+
height: 100%;
|
|
43
|
+
inset: 0;
|
|
37
44
|
object-fit: cover;
|
|
45
|
+
position: absolute;
|
|
38
46
|
width: 100%;
|
|
39
47
|
}
|
|
40
48
|
|
|
@@ -109,14 +117,24 @@
|
|
|
109
117
|
.cc-video-detail-transition__player {
|
|
110
118
|
background: #000;
|
|
111
119
|
display: block;
|
|
120
|
+
overflow: hidden;
|
|
121
|
+
position: relative;
|
|
112
122
|
width: 100%;
|
|
113
123
|
}
|
|
114
124
|
|
|
125
|
+
.cc-video-detail-transition__player::before {
|
|
126
|
+
content: "";
|
|
127
|
+
display: block;
|
|
128
|
+
padding-top: 56.25%;
|
|
129
|
+
}
|
|
130
|
+
|
|
115
131
|
.cc-video-detail-transition__video {
|
|
116
|
-
aspect-ratio: 16 / 9;
|
|
117
132
|
background: #000;
|
|
118
133
|
display: block;
|
|
134
|
+
height: 100%;
|
|
135
|
+
inset: 0;
|
|
119
136
|
object-fit: cover;
|
|
137
|
+
position: absolute;
|
|
120
138
|
width: 100%;
|
|
121
139
|
}
|
|
122
140
|
|
|
@@ -7,11 +7,6 @@
|
|
|
7
7
|
width: 100%;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.cc-video-player__video::-webkit-media-controls,
|
|
11
|
-
.cc-video-player__video::-webkit-media-controls-start-playback-button {
|
|
12
|
-
display: none !important;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
10
|
.cc-video-player__controls {
|
|
16
11
|
align-items: center;
|
|
17
12
|
background: var(--cc-video-player-controls-background);
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
overflow: auto;
|
|
14
14
|
overscroll-behavior: contain;
|
|
15
15
|
position: relative;
|
|
16
|
-
scrollbar-gutter: stable;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
.cc-virtual-list__content {
|
|
@@ -33,7 +32,7 @@
|
|
|
33
32
|
height: 72px;
|
|
34
33
|
justify-content: center;
|
|
35
34
|
left: 0;
|
|
36
|
-
opacity:
|
|
35
|
+
opacity: var(--cc-virtual-list-pull-down-progress, 0);
|
|
37
36
|
pointer-events: none;
|
|
38
37
|
position: absolute;
|
|
39
38
|
right: 0;
|
|
@@ -60,12 +59,11 @@
|
|
|
60
59
|
rgba(255, 255, 255, 0.92),
|
|
61
60
|
transparent 48%
|
|
62
61
|
),
|
|
63
|
-
|
|
64
|
-
border: 1px solid
|
|
65
|
-
color-mix(in srgb, var(--cc-form-color-accent) 24%, transparent);
|
|
62
|
+
rgba(22, 119, 255, 0);
|
|
63
|
+
border: 1px solid rgba(22, 119, 255, 0);
|
|
66
64
|
border-radius: 999px;
|
|
67
65
|
box-shadow:
|
|
68
|
-
0 8px 22px
|
|
66
|
+
0 8px 22px rgba(22, 119, 255, 0),
|
|
69
67
|
inset 0 0 0 1px rgba(255, 255, 255, 0.42);
|
|
70
68
|
color: var(--cc-form-color-accent);
|
|
71
69
|
display: inline-flex;
|
|
@@ -127,10 +125,10 @@
|
|
|
127
125
|
rgba(255, 255, 255, 0.94),
|
|
128
126
|
transparent 48%
|
|
129
127
|
),
|
|
130
|
-
|
|
131
|
-
border-color:
|
|
128
|
+
rgba(36, 209, 139, 0);
|
|
129
|
+
border-color: rgba(36, 209, 139, 0);
|
|
132
130
|
box-shadow:
|
|
133
|
-
0 10px 24px
|
|
131
|
+
0 10px 24px rgba(36, 209, 139, 0),
|
|
134
132
|
inset 0 0 0 1px rgba(255, 255, 255, 0.52);
|
|
135
133
|
color: #12b76a;
|
|
136
134
|
transform: rotate(360deg) scale(1.08);
|
|
@@ -177,14 +175,12 @@
|
|
|
177
175
|
0%,
|
|
178
176
|
100% {
|
|
179
177
|
box-shadow:
|
|
180
|
-
0 8px 22px
|
|
181
|
-
color-mix(in srgb, var(--cc-form-color-accent) 18%, transparent),
|
|
178
|
+
0 8px 22px rgba(22, 119, 255, 0),
|
|
182
179
|
inset 0 0 0 1px rgba(255, 255, 255, 0.42);
|
|
183
180
|
}
|
|
184
181
|
50% {
|
|
185
182
|
box-shadow:
|
|
186
|
-
0 12px 30px
|
|
187
|
-
color-mix(in srgb, var(--cc-form-color-accent) 32%, transparent),
|
|
183
|
+
0 12px 30px rgba(22, 119, 255, 0),
|
|
188
184
|
inset 0 0 0 1px rgba(255, 255, 255, 0.62);
|
|
189
185
|
}
|
|
190
186
|
}
|