@class-kit/react 0.1.0 → 0.1.2
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 +7 -0
- package/LICENSE +20 -2
- package/README.md +10 -2
- package/dist/components/affix.cjs.map +1 -1
- package/dist/components/affix.js.map +1 -1
- package/dist/components/backtop.cjs.map +1 -1
- package/dist/components/backtop.js.map +1 -1
- package/dist/components/badge.cjs.map +1 -1
- package/dist/components/badge.js.map +1 -1
- package/dist/components/barcode.cjs.map +1 -1
- package/dist/components/barcode.js.map +1 -1
- package/dist/components/breadcrumb.cjs.map +1 -1
- package/dist/components/breadcrumb.js.map +1 -1
- package/dist/components/button.cjs.map +1 -1
- package/dist/components/button.js.map +1 -1
- package/dist/components/calendar.cjs.map +1 -1
- package/dist/components/calendar.js.map +1 -1
- package/dist/components/canvas-editor.cjs.map +1 -1
- package/dist/components/canvas-editor.js.map +1 -1
- package/dist/components/canvas-image.cjs.map +1 -1
- package/dist/components/canvas-image.js.map +1 -1
- package/dist/components/chat-textarea.cjs +103 -0
- package/dist/components/chat-textarea.cjs.map +1 -0
- package/dist/components/chat-textarea.d.ts +3 -0
- package/dist/components/chat-textarea.d.ts.map +1 -0
- package/dist/components/chat-textarea.js +101 -0
- package/dist/components/chat-textarea.js.map +1 -0
- package/dist/components/chat-virtual-list.cjs +91 -6
- package/dist/components/chat-virtual-list.cjs.map +1 -1
- package/dist/components/chat-virtual-list.js +91 -6
- package/dist/components/chat-virtual-list.js.map +1 -1
- package/dist/components/checkbox.cjs.map +1 -1
- package/dist/components/checkbox.js.map +1 -1
- package/dist/components/checked.cjs.map +1 -1
- package/dist/components/checked.js.map +1 -1
- package/dist/components/code-preview.cjs +190 -0
- package/dist/components/code-preview.cjs.map +1 -0
- package/dist/components/code-preview.d.ts +3 -0
- package/dist/components/code-preview.d.ts.map +1 -0
- package/dist/components/code-preview.js +188 -0
- package/dist/components/code-preview.js.map +1 -0
- package/dist/components/color-picker.cjs +2 -2
- package/dist/components/color-picker.cjs.map +1 -1
- package/dist/components/color-picker.js +2 -2
- package/dist/components/color-picker.js.map +1 -1
- package/dist/components/comic-reader.cjs.map +1 -1
- package/dist/components/comic-reader.js.map +1 -1
- package/dist/components/config-provider.cjs.map +1 -1
- package/dist/components/config-provider.js.map +1 -1
- package/dist/components/config-table.cjs.map +1 -1
- package/dist/components/config-table.js.map +1 -1
- package/dist/components/countdown.cjs.map +1 -1
- package/dist/components/countdown.js.map +1 -1
- package/dist/components/danmaku.cjs.map +1 -1
- package/dist/components/danmaku.js.map +1 -1
- package/dist/components/date-picker.cjs.map +1 -1
- package/dist/components/date-picker.js.map +1 -1
- package/dist/components/date-range-picker.cjs.map +1 -1
- package/dist/components/date-range-picker.js.map +1 -1
- package/dist/components/design-effect.cjs.map +1 -1
- package/dist/components/design-effect.js.map +1 -1
- package/dist/components/drag-drop-board.cjs +24 -0
- package/dist/components/drag-drop-board.cjs.map +1 -1
- package/dist/components/drag-drop-board.js +24 -0
- package/dist/components/drag-drop-board.js.map +1 -1
- package/dist/components/draggable.cjs.map +1 -1
- package/dist/components/draggable.js.map +1 -1
- package/dist/components/ellipsis-text.cjs.map +1 -1
- package/dist/components/ellipsis-text.js.map +1 -1
- package/dist/components/empty.cjs.map +1 -1
- package/dist/components/empty.js.map +1 -1
- package/dist/components/field.cjs.map +1 -1
- package/dist/components/field.js.map +1 -1
- package/dist/components/file-preview.cjs.map +1 -1
- package/dist/components/file-preview.js.map +1 -1
- package/dist/components/floating-ball.cjs.map +1 -1
- package/dist/components/floating-ball.js.map +1 -1
- package/dist/components/form.cjs.map +1 -1
- package/dist/components/form.js.map +1 -1
- package/dist/components/gradient-text.cjs.map +1 -1
- package/dist/components/gradient-text.js.map +1 -1
- package/dist/components/height-transition.cjs +35 -0
- package/dist/components/height-transition.cjs.map +1 -0
- package/dist/components/height-transition.d.ts +3 -0
- package/dist/components/height-transition.d.ts.map +1 -0
- package/dist/components/height-transition.js +33 -0
- package/dist/components/height-transition.js.map +1 -0
- package/dist/components/input.cjs.map +1 -1
- package/dist/components/input.js.map +1 -1
- package/dist/components/lazy-image.cjs.map +1 -1
- package/dist/components/lazy-image.js.map +1 -1
- package/dist/components/live-room.cjs.map +1 -1
- package/dist/components/live-room.js.map +1 -1
- package/dist/components/loading.cjs.map +1 -1
- package/dist/components/loading.js.map +1 -1
- package/dist/components/marquee.cjs.map +1 -1
- package/dist/components/marquee.js.map +1 -1
- package/dist/components/masonry-virtual-list.cjs.map +1 -1
- package/dist/components/masonry-virtual-list.js.map +1 -1
- package/dist/components/menu.cjs +100 -0
- package/dist/components/menu.cjs.map +1 -0
- package/dist/components/menu.d.ts +3 -0
- package/dist/components/menu.d.ts.map +1 -0
- package/dist/components/menu.js +98 -0
- package/dist/components/menu.js.map +1 -0
- package/dist/components/modal.cjs.map +1 -1
- package/dist/components/modal.js.map +1 -1
- package/dist/components/multi-column-picker.cjs.map +1 -1
- package/dist/components/multi-column-picker.js.map +1 -1
- package/dist/components/novel-reader.cjs.map +1 -1
- package/dist/components/novel-reader.js.map +1 -1
- package/dist/components/number-input.cjs.map +1 -1
- package/dist/components/number-input.js.map +1 -1
- package/dist/components/orbital-sphere.cjs +40 -0
- package/dist/components/orbital-sphere.cjs.map +1 -0
- package/dist/components/orbital-sphere.d.ts +3 -0
- package/dist/components/orbital-sphere.d.ts.map +1 -0
- package/dist/components/orbital-sphere.js +38 -0
- package/dist/components/orbital-sphere.js.map +1 -0
- package/dist/components/pagination.cjs.map +1 -1
- package/dist/components/pagination.js.map +1 -1
- package/dist/components/password-input.cjs.map +1 -1
- package/dist/components/password-input.js.map +1 -1
- package/dist/components/popconfirm.cjs +40 -6
- package/dist/components/popconfirm.cjs.map +1 -1
- package/dist/components/popconfirm.js +41 -7
- package/dist/components/popconfirm.js.map +1 -1
- package/dist/components/popup.cjs +2 -1
- package/dist/components/popup.cjs.map +1 -1
- package/dist/components/popup.js +2 -1
- package/dist/components/popup.js.map +1 -1
- package/dist/components/progress-bar.cjs.map +1 -1
- package/dist/components/progress-bar.js.map +1 -1
- package/dist/components/qr-code.cjs.map +1 -1
- package/dist/components/qr-code.js.map +1 -1
- package/dist/components/radio-group.cjs.map +1 -1
- package/dist/components/radio-group.js.map +1 -1
- package/dist/components/rating.cjs.map +1 -1
- package/dist/components/rating.js.map +1 -1
- package/dist/components/rolling-number.cjs.map +1 -1
- package/dist/components/rolling-number.js.map +1 -1
- package/dist/components/select.cjs.map +1 -1
- package/dist/components/select.js.map +1 -1
- package/dist/components/signature.cjs +1 -1
- package/dist/components/signature.cjs.map +1 -1
- package/dist/components/signature.js +1 -1
- package/dist/components/signature.js.map +1 -1
- package/dist/components/skeleton.cjs.map +1 -1
- package/dist/components/skeleton.js.map +1 -1
- package/dist/components/slide-captcha.cjs.map +1 -1
- package/dist/components/slide-captcha.js.map +1 -1
- package/dist/components/swiper.cjs.map +1 -1
- package/dist/components/swiper.js.map +1 -1
- package/dist/components/switch.cjs.map +1 -1
- package/dist/components/switch.js.map +1 -1
- package/dist/components/table.cjs.map +1 -1
- package/dist/components/table.js.map +1 -1
- package/dist/components/tabs.cjs.map +1 -1
- package/dist/components/tabs.js.map +1 -1
- package/dist/components/tag.cjs.map +1 -1
- package/dist/components/tag.js.map +1 -1
- package/dist/components/textarea.cjs.map +1 -1
- package/dist/components/textarea.js.map +1 -1
- package/dist/components/tilt-card.cjs.map +1 -1
- package/dist/components/tilt-card.js.map +1 -1
- package/dist/components/timeline.cjs.map +1 -1
- package/dist/components/timeline.js.map +1 -1
- package/dist/components/toast.cjs +146 -14
- 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 +144 -15
- package/dist/components/toast.js.map +1 -1
- package/dist/components/tooltip.cjs +38 -5
- package/dist/components/tooltip.cjs.map +1 -1
- package/dist/components/tooltip.js +39 -6
- package/dist/components/tooltip.js.map +1 -1
- package/dist/components/typewriter-text.cjs.map +1 -1
- package/dist/components/typewriter-text.js.map +1 -1
- package/dist/components/upload.cjs.map +1 -1
- package/dist/components/upload.js.map +1 -1
- package/dist/components/verification-code.cjs.map +1 -1
- package/dist/components/verification-code.js.map +1 -1
- package/dist/components/video-detail-transition.cjs.map +1 -1
- package/dist/components/video-detail-transition.js.map +1 -1
- package/dist/components/video-player.cjs.map +1 -1
- package/dist/components/video-player.js.map +1 -1
- package/dist/components/virtual-list.cjs.map +1 -1
- package/dist/components/virtual-list.js.map +1 -1
- package/dist/components/virtual-select.cjs.map +1 -1
- package/dist/components/virtual-select.js.map +1 -1
- package/dist/components/virtual-table.cjs.map +1 -1
- package/dist/components/virtual-table.js.map +1 -1
- package/dist/{import-transform-jqLjtD6M.js → import-transform-Cw4K2Iky.js} +7 -1
- package/dist/import-transform-Cw4K2Iky.js.map +1 -0
- package/dist/{import-transform-DIRVOYvz.js → import-transform-ieMdZBuN.js} +7 -1
- package/dist/import-transform-ieMdZBuN.js.map +1 -0
- package/dist/import-transform.d.ts.map +1 -1
- package/dist/index.cjs +657 -35
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +71 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +635 -38
- package/dist/index.js.map +1 -1
- package/dist/styles/base.css +168 -41
- package/dist/styles/components/barcode.css +206 -0
- package/dist/styles/components/button.css +7 -2
- package/dist/styles/components/calendar.css +0 -23
- package/dist/styles/components/canvas-editor.css +18 -21
- package/dist/styles/components/canvas-image.css +0 -23
- package/dist/styles/components/chat-textarea.css +124 -0
- package/dist/styles/components/chat-virtual-list.css +15 -26
- package/dist/styles/components/checkbox.css +39 -23
- package/dist/styles/components/checked.css +39 -23
- package/dist/styles/components/code-preview.css +208 -0
- package/dist/styles/components/color-picker.css +46 -27
- package/dist/styles/components/config-table.css +0 -23
- package/dist/styles/components/date-picker.css +39 -23
- package/dist/styles/components/date-range-picker.css +39 -23
- package/dist/styles/components/design-effect.css +5 -1
- package/dist/styles/components/drag-drop-board.css +6 -1
- package/dist/styles/components/field.css +39 -23
- package/dist/styles/components/form.css +39 -23
- package/dist/styles/components/gradient-text.css +4 -0
- package/dist/styles/components/height-transition.css +50 -0
- package/dist/styles/components/input.css +39 -23
- package/dist/styles/components/loading.css +47 -0
- package/dist/styles/components/menu.css +286 -0
- package/dist/styles/components/modal.css +2 -23
- package/dist/styles/components/number-input.css +39 -23
- package/dist/styles/components/orbital-sphere.css +224 -0
- package/dist/styles/components/password-input.css +39 -23
- package/dist/styles/components/popconfirm.css +5 -0
- package/dist/styles/components/popup.css +2 -23
- package/dist/styles/components/qr-code.css +206 -0
- package/dist/styles/components/radio-group.css +39 -23
- package/dist/styles/components/rating.css +39 -23
- package/dist/styles/components/select.css +39 -23
- package/dist/styles/components/signature.css +39 -23
- package/dist/styles/components/switch.css +39 -23
- package/dist/styles/components/table.css +0 -23
- package/dist/styles/components/tabs.css +10 -0
- package/dist/styles/components/textarea.css +39 -23
- package/dist/styles/components/tilt-card.css +2 -23
- package/dist/styles/components/toast.css +109 -48
- package/dist/styles/components/tooltip.css +8 -23
- package/dist/styles/components/typewriter-text.css +4 -0
- package/dist/styles/components/upload.css +39 -23
- package/dist/styles/components/verification-code.css +39 -23
- package/dist/styles/components/virtual-select.css +39 -23
- package/dist/styles/components/virtual-table.css +0 -23
- package/dist/styles/components.css +1250 -165
- package/dist/styles/themes/business-blue.css +375 -0
- package/dist/styles/themes/cartoon-3d.css +695 -0
- package/dist/styles/themes/creative-purple.css +376 -0
- package/dist/styles/themes/dark-tech.css +495 -0
- package/dist/styles/themes/liquid-glass.css +526 -21
- package/dist/styles/themes/minimal.css +406 -14
- package/dist/styles/themes/soft-pink.css +376 -0
- package/dist/styles.css +1250 -165
- package/dist/vite.cjs +1 -1
- package/dist/vite.cjs.map +1 -1
- package/dist/vite.d.ts +1 -1
- package/dist/vite.js +1 -1
- package/dist/vite.js.map +1 -1
- package/dist/webpack-loader.cjs +1 -1
- package/dist/webpack-loader.js +1 -1
- package/package.json +4 -4
- package/dist/import-transform-DIRVOYvz.js.map +0 -1
- package/dist/import-transform-jqLjtD6M.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,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,45 @@
|
|
|
59
36
|
box-shadow 120ms ease;
|
|
60
37
|
}
|
|
61
38
|
|
|
39
|
+
.cc-field__control:-webkit-autofill,
|
|
40
|
+
.cc-field__control:-webkit-autofill:hover,
|
|
41
|
+
.cc-field__control:-webkit-autofill:focus,
|
|
42
|
+
.cc-chat-textarea__control:-webkit-autofill,
|
|
43
|
+
.cc-chat-textarea__control:-webkit-autofill:hover,
|
|
44
|
+
.cc-chat-textarea__control:-webkit-autofill:focus,
|
|
45
|
+
.cc-canvas-editor__card input:-webkit-autofill,
|
|
46
|
+
.cc-canvas-editor__card input:-webkit-autofill:hover,
|
|
47
|
+
.cc-canvas-editor__card input:-webkit-autofill:focus,
|
|
48
|
+
.cc-canvas-editor__card textarea:-webkit-autofill,
|
|
49
|
+
.cc-canvas-editor__card textarea:-webkit-autofill:hover,
|
|
50
|
+
.cc-canvas-editor__card textarea:-webkit-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
|
+
-webkit-text-fill-color: var(--cc-form-color-text);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.cc-field__control::-ms-clear,
|
|
60
|
+
.cc-field__control::-ms-reveal,
|
|
61
|
+
.cc-field__control::-webkit-search-cancel-button,
|
|
62
|
+
.cc-field__control::-webkit-search-decoration {
|
|
63
|
+
display: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.cc-field__control[type="number"] {
|
|
67
|
+
appearance: textfield;
|
|
68
|
+
-moz-appearance: textfield;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.cc-field__control[type="number"]::-webkit-inner-spin-button,
|
|
72
|
+
.cc-field__control[type="number"]::-webkit-outer-spin-button {
|
|
73
|
+
appearance: none;
|
|
74
|
+
margin: 0;
|
|
75
|
+
-webkit-appearance: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
62
78
|
.cc-field__control--clearable {
|
|
63
79
|
padding-right: 38px;
|
|
64
80
|
}
|
|
@@ -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-tilt-card {
|
|
27
4
|
color: var(--cc-tilt-card-color);
|
|
28
5
|
display: block;
|
|
@@ -101,6 +78,8 @@
|
|
|
101
78
|
.cc-popup__overlay,
|
|
102
79
|
.cc-popup__panel,
|
|
103
80
|
.cc-tooltip__content,
|
|
81
|
+
.cc-orbital-sphere__stage,
|
|
82
|
+
.cc-orbital-sphere__item,
|
|
104
83
|
.cc-tilt-card,
|
|
105
84
|
.cc-tilt-card__surface,
|
|
106
85
|
.cc-tilt-card__glare,
|
|
@@ -1,33 +1,18 @@
|
|
|
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
|
-
|
|
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;
|
|
31
16
|
max-width: min(360px, calc(100vw - 32px));
|
|
32
17
|
position: fixed;
|
|
33
18
|
right: 16px;
|
|
@@ -39,24 +24,26 @@
|
|
|
39
24
|
--cc-toast-enter-transform: translateY(
|
|
40
25
|
calc(-1 * var(--cc-toast-slide-distance))
|
|
41
26
|
)
|
|
42
|
-
scale(
|
|
27
|
+
scale(0.98);
|
|
43
28
|
left: 50%;
|
|
44
29
|
right: auto;
|
|
45
30
|
transform: translateX(-50%);
|
|
46
31
|
}
|
|
47
32
|
|
|
48
33
|
.cc-toast-viewport--top-left {
|
|
49
|
-
--cc-toast-enter-transform:
|
|
34
|
+
--cc-toast-enter-transform: translateY(
|
|
50
35
|
calc(-1 * var(--cc-toast-slide-distance))
|
|
51
36
|
)
|
|
52
|
-
scale(
|
|
37
|
+
scale(0.98);
|
|
53
38
|
left: 16px;
|
|
54
39
|
right: auto;
|
|
55
40
|
}
|
|
56
41
|
|
|
57
42
|
.cc-toast-viewport--top-right {
|
|
58
|
-
--cc-toast-enter-transform:
|
|
59
|
-
|
|
43
|
+
--cc-toast-enter-transform: translateY(
|
|
44
|
+
calc(-1 * var(--cc-toast-slide-distance))
|
|
45
|
+
)
|
|
46
|
+
scale(0.98);
|
|
60
47
|
right: 16px;
|
|
61
48
|
}
|
|
62
49
|
|
|
@@ -69,24 +56,28 @@
|
|
|
69
56
|
|
|
70
57
|
.cc-toast-viewport--bottom {
|
|
71
58
|
--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance))
|
|
72
|
-
scale(
|
|
59
|
+
scale(0.98);
|
|
60
|
+
--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance))
|
|
61
|
+
scale(0.98);
|
|
73
62
|
left: 50%;
|
|
74
63
|
right: auto;
|
|
75
64
|
transform: translateX(-50%);
|
|
76
65
|
}
|
|
77
66
|
|
|
78
67
|
.cc-toast-viewport--bottom-left {
|
|
79
|
-
--cc-toast-enter-transform:
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
scale(
|
|
68
|
+
--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance))
|
|
69
|
+
scale(0.98);
|
|
70
|
+
--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance))
|
|
71
|
+
scale(0.98);
|
|
83
72
|
left: 16px;
|
|
84
73
|
right: auto;
|
|
85
74
|
}
|
|
86
75
|
|
|
87
76
|
.cc-toast-viewport--bottom-right {
|
|
88
|
-
--cc-toast-enter-transform:
|
|
89
|
-
scale(
|
|
77
|
+
--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance))
|
|
78
|
+
scale(0.98);
|
|
79
|
+
--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance))
|
|
80
|
+
scale(0.98);
|
|
90
81
|
right: 16px;
|
|
91
82
|
}
|
|
92
83
|
|
|
@@ -99,6 +90,8 @@
|
|
|
99
90
|
}
|
|
100
91
|
|
|
101
92
|
.cc-toast {
|
|
93
|
+
--cc-toast-stack-offset: 0px;
|
|
94
|
+
--cc-toast-stack-index: 0;
|
|
102
95
|
align-items: start;
|
|
103
96
|
background: var(--cc-toast-background);
|
|
104
97
|
border: 1px solid var(--cc-toast-border-color);
|
|
@@ -110,39 +103,84 @@
|
|
|
110
103
|
font-family: var(--cc-form-font);
|
|
111
104
|
gap: 4px 10px;
|
|
112
105
|
grid-template-columns: 1fr auto;
|
|
106
|
+
max-height: var(--cc-toast-max-height);
|
|
107
|
+
margin: 0;
|
|
113
108
|
opacity: 0;
|
|
109
|
+
overflow: hidden;
|
|
114
110
|
padding: 12px;
|
|
115
|
-
transform: var(--cc-toast-
|
|
111
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
112
|
+
var(--cc-toast-enter-transform);
|
|
116
113
|
transition:
|
|
114
|
+
border-color var(--cc-animation-duration) var(--cc-animation-easing),
|
|
115
|
+
filter var(--cc-animation-duration) var(--cc-animation-easing),
|
|
116
|
+
opacity var(--cc-animation-duration) var(--cc-animation-easing);
|
|
117
|
+
will-change: auto;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.cc-toast[data-motion="true"] {
|
|
121
|
+
transition:
|
|
122
|
+
border-color var(--cc-animation-duration) var(--cc-animation-easing),
|
|
123
|
+
filter var(--cc-animation-duration) var(--cc-animation-easing),
|
|
124
|
+
margin var(--cc-animation-duration) var(--cc-animation-easing),
|
|
125
|
+
max-height var(--cc-animation-duration) var(--cc-animation-easing),
|
|
117
126
|
opacity var(--cc-animation-duration) var(--cc-animation-easing),
|
|
127
|
+
padding var(--cc-animation-duration) var(--cc-animation-easing),
|
|
118
128
|
transform var(--cc-animation-duration) var(--cc-animation-easing);
|
|
129
|
+
will-change: transform, opacity, filter;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.cc-toast + .cc-toast {
|
|
133
|
+
margin-top: var(--cc-toast-stack-gap);
|
|
119
134
|
}
|
|
120
135
|
|
|
121
136
|
.cc-toast[data-state="enter"] {
|
|
137
|
+
filter: blur(0);
|
|
122
138
|
opacity: 1;
|
|
123
|
-
transform: translate3d(0,
|
|
139
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
140
|
+
scale(var(--cc-toast-scale-active));
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.cc-toast[data-state="prepare"] {
|
|
144
|
+
filter: blur(2px);
|
|
145
|
+
opacity: 0;
|
|
146
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
147
|
+
var(--cc-toast-enter-transform);
|
|
124
148
|
}
|
|
125
149
|
|
|
126
150
|
.cc-toast[data-state="exit"] {
|
|
151
|
+
filter: blur(2px);
|
|
152
|
+
margin-top: 0;
|
|
153
|
+
max-height: 0;
|
|
127
154
|
opacity: 0;
|
|
128
|
-
|
|
155
|
+
padding-bottom: 0;
|
|
156
|
+
padding-top: 0;
|
|
157
|
+
pointer-events: none;
|
|
158
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
159
|
+
var(--cc-toast-exit-transform);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.cc-toast[data-state="exit"] + .cc-toast {
|
|
163
|
+
margin-top: 0;
|
|
129
164
|
}
|
|
130
165
|
|
|
131
166
|
.cc-toast[data-animation="fade"],
|
|
132
167
|
.cc-toast[data-animation="fade"][data-state="exit"] {
|
|
133
|
-
transform: translate3d(0,
|
|
168
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0) scale(1);
|
|
134
169
|
}
|
|
135
170
|
|
|
136
171
|
.cc-toast[data-animation="scale"] {
|
|
137
|
-
transform:
|
|
172
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
173
|
+
scale(var(--cc-toast-scale-enter));
|
|
138
174
|
}
|
|
139
175
|
|
|
140
176
|
.cc-toast[data-animation="scale"][data-state="enter"] {
|
|
141
|
-
transform:
|
|
177
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
178
|
+
scale(var(--cc-toast-scale-active));
|
|
142
179
|
}
|
|
143
180
|
|
|
144
181
|
.cc-toast[data-animation="scale"][data-state="exit"] {
|
|
145
|
-
transform:
|
|
182
|
+
transform: translate3d(0, var(--cc-toast-stack-offset), 0)
|
|
183
|
+
scale(var(--cc-toast-scale-enter));
|
|
146
184
|
}
|
|
147
185
|
|
|
148
186
|
.cc-toast[data-animation="none"] {
|
|
@@ -175,14 +213,35 @@
|
|
|
175
213
|
}
|
|
176
214
|
|
|
177
215
|
.cc-toast__close {
|
|
216
|
+
align-items: center;
|
|
178
217
|
background: transparent;
|
|
179
|
-
border:
|
|
218
|
+
border: 1px solid transparent;
|
|
219
|
+
border-radius: var(--cc-radius-md);
|
|
180
220
|
color: var(--cc-form-color-muted);
|
|
181
221
|
cursor: pointer;
|
|
222
|
+
display: inline-flex;
|
|
182
223
|
font: inherit;
|
|
183
224
|
grid-column: 2;
|
|
184
225
|
grid-row: 1 / span 2;
|
|
185
|
-
|
|
226
|
+
height: 28px;
|
|
227
|
+
justify-content: center;
|
|
228
|
+
padding: 0;
|
|
229
|
+
transition:
|
|
230
|
+
background 160ms ease,
|
|
231
|
+
border-color 160ms ease,
|
|
232
|
+
color 160ms ease;
|
|
233
|
+
width: 28px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.cc-toast__close:hover {
|
|
237
|
+
background: var(--cc-form-color-surface-soft);
|
|
238
|
+
border-color: var(--cc-form-color-border);
|
|
239
|
+
color: var(--cc-form-color-text);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.cc-toast__close:focus-visible {
|
|
243
|
+
box-shadow: var(--cc-form-shadow-focus);
|
|
244
|
+
outline: none;
|
|
186
245
|
}
|
|
187
246
|
|
|
188
247
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -191,6 +250,8 @@
|
|
|
191
250
|
.cc-popup__overlay,
|
|
192
251
|
.cc-popup__panel,
|
|
193
252
|
.cc-tooltip__content,
|
|
253
|
+
.cc-orbital-sphere__stage,
|
|
254
|
+
.cc-orbital-sphere__item,
|
|
194
255
|
.cc-tilt-card,
|
|
195
256
|
.cc-tilt-card__surface,
|
|
196
257
|
.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,45 @@
|
|
|
59
36
|
box-shadow 120ms ease;
|
|
60
37
|
}
|
|
61
38
|
|
|
39
|
+
.cc-field__control:-webkit-autofill,
|
|
40
|
+
.cc-field__control:-webkit-autofill:hover,
|
|
41
|
+
.cc-field__control:-webkit-autofill:focus,
|
|
42
|
+
.cc-chat-textarea__control:-webkit-autofill,
|
|
43
|
+
.cc-chat-textarea__control:-webkit-autofill:hover,
|
|
44
|
+
.cc-chat-textarea__control:-webkit-autofill:focus,
|
|
45
|
+
.cc-canvas-editor__card input:-webkit-autofill,
|
|
46
|
+
.cc-canvas-editor__card input:-webkit-autofill:hover,
|
|
47
|
+
.cc-canvas-editor__card input:-webkit-autofill:focus,
|
|
48
|
+
.cc-canvas-editor__card textarea:-webkit-autofill,
|
|
49
|
+
.cc-canvas-editor__card textarea:-webkit-autofill:hover,
|
|
50
|
+
.cc-canvas-editor__card textarea:-webkit-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
|
+
-webkit-text-fill-color: var(--cc-form-color-text);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.cc-field__control::-ms-clear,
|
|
60
|
+
.cc-field__control::-ms-reveal,
|
|
61
|
+
.cc-field__control::-webkit-search-cancel-button,
|
|
62
|
+
.cc-field__control::-webkit-search-decoration {
|
|
63
|
+
display: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.cc-field__control[type="number"] {
|
|
67
|
+
appearance: textfield;
|
|
68
|
+
-moz-appearance: textfield;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.cc-field__control[type="number"]::-webkit-inner-spin-button,
|
|
72
|
+
.cc-field__control[type="number"]::-webkit-outer-spin-button {
|
|
73
|
+
appearance: none;
|
|
74
|
+
margin: 0;
|
|
75
|
+
-webkit-appearance: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
62
78
|
.cc-field__control--clearable {
|
|
63
79
|
padding-right: 38px;
|
|
64
80
|
}
|
|
@@ -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,45 @@
|
|
|
59
36
|
box-shadow 120ms ease;
|
|
60
37
|
}
|
|
61
38
|
|
|
39
|
+
.cc-field__control:-webkit-autofill,
|
|
40
|
+
.cc-field__control:-webkit-autofill:hover,
|
|
41
|
+
.cc-field__control:-webkit-autofill:focus,
|
|
42
|
+
.cc-chat-textarea__control:-webkit-autofill,
|
|
43
|
+
.cc-chat-textarea__control:-webkit-autofill:hover,
|
|
44
|
+
.cc-chat-textarea__control:-webkit-autofill:focus,
|
|
45
|
+
.cc-canvas-editor__card input:-webkit-autofill,
|
|
46
|
+
.cc-canvas-editor__card input:-webkit-autofill:hover,
|
|
47
|
+
.cc-canvas-editor__card input:-webkit-autofill:focus,
|
|
48
|
+
.cc-canvas-editor__card textarea:-webkit-autofill,
|
|
49
|
+
.cc-canvas-editor__card textarea:-webkit-autofill:hover,
|
|
50
|
+
.cc-canvas-editor__card textarea:-webkit-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
|
+
-webkit-text-fill-color: var(--cc-form-color-text);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.cc-field__control::-ms-clear,
|
|
60
|
+
.cc-field__control::-ms-reveal,
|
|
61
|
+
.cc-field__control::-webkit-search-cancel-button,
|
|
62
|
+
.cc-field__control::-webkit-search-decoration {
|
|
63
|
+
display: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.cc-field__control[type="number"] {
|
|
67
|
+
appearance: textfield;
|
|
68
|
+
-moz-appearance: textfield;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.cc-field__control[type="number"]::-webkit-inner-spin-button,
|
|
72
|
+
.cc-field__control[type="number"]::-webkit-outer-spin-button {
|
|
73
|
+
appearance: none;
|
|
74
|
+
margin: 0;
|
|
75
|
+
-webkit-appearance: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
62
78
|
.cc-field__control--clearable {
|
|
63
79
|
padding-right: 38px;
|
|
64
80
|
}
|
|
@@ -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,45 @@
|
|
|
59
36
|
box-shadow 120ms ease;
|
|
60
37
|
}
|
|
61
38
|
|
|
39
|
+
.cc-field__control:-webkit-autofill,
|
|
40
|
+
.cc-field__control:-webkit-autofill:hover,
|
|
41
|
+
.cc-field__control:-webkit-autofill:focus,
|
|
42
|
+
.cc-chat-textarea__control:-webkit-autofill,
|
|
43
|
+
.cc-chat-textarea__control:-webkit-autofill:hover,
|
|
44
|
+
.cc-chat-textarea__control:-webkit-autofill:focus,
|
|
45
|
+
.cc-canvas-editor__card input:-webkit-autofill,
|
|
46
|
+
.cc-canvas-editor__card input:-webkit-autofill:hover,
|
|
47
|
+
.cc-canvas-editor__card input:-webkit-autofill:focus,
|
|
48
|
+
.cc-canvas-editor__card textarea:-webkit-autofill,
|
|
49
|
+
.cc-canvas-editor__card textarea:-webkit-autofill:hover,
|
|
50
|
+
.cc-canvas-editor__card textarea:-webkit-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
|
+
-webkit-text-fill-color: var(--cc-form-color-text);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.cc-field__control::-ms-clear,
|
|
60
|
+
.cc-field__control::-ms-reveal,
|
|
61
|
+
.cc-field__control::-webkit-search-cancel-button,
|
|
62
|
+
.cc-field__control::-webkit-search-decoration {
|
|
63
|
+
display: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.cc-field__control[type="number"] {
|
|
67
|
+
appearance: textfield;
|
|
68
|
+
-moz-appearance: textfield;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.cc-field__control[type="number"]::-webkit-inner-spin-button,
|
|
72
|
+
.cc-field__control[type="number"]::-webkit-outer-spin-button {
|
|
73
|
+
appearance: none;
|
|
74
|
+
margin: 0;
|
|
75
|
+
-webkit-appearance: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
62
78
|
.cc-field__control--clearable {
|
|
63
79
|
padding-right: 38px;
|
|
64
80
|
}
|
|
@@ -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-choice-group {
|
|
27
4
|
border: 0;
|
|
28
5
|
margin: 0;
|