@varlet/ui 2.20.5 → 3.0.0-alpha.1704352780759
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/es/back-top/BackTop.mjs +0 -1
- package/es/back-top/backTop.css +1 -1
- package/es/badge/badge.css +1 -1
- package/es/bottom-navigation/BottomNavigation.mjs +1 -1
- package/es/bottom-navigation/bottomNavigation.css +1 -1
- package/es/button/button.css +1 -1
- package/es/card/Card.mjs +2 -1
- package/es/card/card.css +1 -1
- package/es/cell/cell.css +1 -1
- package/es/chip/Chip.mjs +1 -1
- package/es/chip/chip.css +1 -1
- package/es/chip/props.mjs +0 -2
- package/es/date-picker/DatePicker.mjs +1 -1
- package/es/date-picker/date-picker.css +1 -1
- package/es/date-picker/props.mjs +0 -2
- package/es/date-picker/src/panel-header.mjs +8 -6
- package/es/fab/Fab.mjs +1 -2
- package/es/fab/fab.css +1 -1
- package/es/field-decorator/FieldDecorator.mjs +9 -8
- package/es/hover-overlay/hoverOverlay.css +1 -1
- package/es/icon/icon.css +1 -1
- package/es/image-preview/ImagePreview.mjs +2 -10
- package/es/image-preview/props.mjs +0 -2
- package/es/index-bar/IndexBar.mjs +1 -1
- package/es/index-bar/props.mjs +0 -2
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +3 -0
- package/es/loading-bar/index.mjs +0 -5
- package/es/progress/Progress.mjs +1 -1
- package/es/progress/progress.css +1 -1
- package/es/progress/props.mjs +0 -1
- package/es/select/Select.mjs +3 -0
- package/es/snackbar/core.mjs +4 -3
- package/es/step/step.css +1 -1
- package/es/style.css +1 -1
- package/es/switch/Switch.mjs +1 -1
- package/es/themes/dark/badge.mjs +2 -1
- package/es/themes/dark/bottomNavigationItem.mjs +2 -1
- package/es/themes/dark/datePicker.mjs +1 -1
- package/es/themes/dark/timePicker.mjs +2 -1
- package/es/themes/index.mjs +3 -1
- package/es/themes/md3-dark/actionSheet.mjs +9 -0
- package/es/themes/md3-dark/appBar.mjs +7 -0
- package/es/themes/md3-dark/avatar.mjs +7 -0
- package/es/themes/md3-dark/backTop.mjs +6 -0
- package/es/themes/md3-dark/badge.mjs +12 -0
- package/es/themes/md3-dark/bottomNavigation.mjs +7 -0
- package/es/themes/md3-dark/bottomNavigationItem.mjs +8 -0
- package/es/themes/md3-dark/breadcrumb.mjs +6 -0
- package/es/themes/md3-dark/button.mjs +13 -0
- package/es/themes/md3-dark/card.mjs +28 -0
- package/es/themes/md3-dark/cell.mjs +7 -0
- package/es/themes/md3-dark/checkbox.mjs +7 -0
- package/es/themes/md3-dark/chip.mjs +18 -0
- package/es/themes/md3-dark/collapse.mjs +8 -0
- package/es/themes/md3-dark/countdown.mjs +6 -0
- package/es/themes/md3-dark/counter.mjs +7 -0
- package/es/themes/md3-dark/datePicker.mjs +19 -0
- package/es/themes/md3-dark/dialog.mjs +15 -0
- package/es/themes/md3-dark/divider.mjs +7 -0
- package/es/themes/md3-dark/fab.mjs +8 -0
- package/es/themes/md3-dark/fieldDecorator.mjs +7 -0
- package/es/themes/md3-dark/floatingPanel.mjs +10 -0
- package/es/themes/md3-dark/hoverOverlay.mjs +6 -0
- package/es/themes/md3-dark/index.d.ts +5 -0
- package/es/themes/md3-dark/index.mjs +79 -0
- package/es/themes/md3-dark/link.mjs +6 -0
- package/es/themes/md3-dark/menu.mjs +7 -0
- package/es/themes/md3-dark/menuOption.mjs +6 -0
- package/es/themes/md3-dark/menuSelect.mjs +7 -0
- package/es/themes/md3-dark/option.mjs +6 -0
- package/es/themes/md3-dark/pagination.mjs +11 -0
- package/es/themes/md3-dark/paper.mjs +6 -0
- package/es/themes/md3-dark/picker.mjs +11 -0
- package/es/themes/md3-dark/popup.mjs +6 -0
- package/es/themes/md3-dark/progress.mjs +6 -0
- package/es/themes/md3-dark/pullRefresh.mjs +6 -0
- package/es/themes/md3-dark/radio.mjs +7 -0
- package/es/themes/md3-dark/result.mjs +16 -0
- package/es/themes/md3-dark/select.mjs +7 -0
- package/es/themes/md3-dark/slider.mjs +11 -0
- package/es/themes/md3-dark/snackbar.mjs +7 -0
- package/es/themes/md3-dark/steps.mjs +9 -0
- package/es/themes/md3-dark/switch.mjs +6 -0
- package/es/themes/md3-dark/tab.mjs +6 -0
- package/es/themes/md3-dark/table.mjs +12 -0
- package/es/themes/md3-dark/tabs.mjs +6 -0
- package/es/themes/md3-dark/timePicker.mjs +17 -0
- package/es/themes/md3-dark/tooltip.mjs +13 -0
- package/es/themes/md3-dark/uploader.mjs +11 -0
- package/es/themes/md3-dark/watermark.mjs +6 -0
- package/es/themes/md3-light/actionSheet.mjs +9 -0
- package/es/themes/md3-light/avatar.mjs +7 -0
- package/es/themes/md3-light/backTop.mjs +6 -0
- package/es/themes/md3-light/badge.mjs +10 -0
- package/es/themes/md3-light/bottomNavigation.mjs +8 -0
- package/es/themes/md3-light/bottomNavigationItem.mjs +7 -0
- package/es/themes/md3-light/breadcrumb.mjs +6 -0
- package/es/themes/md3-light/button.mjs +8 -0
- package/es/themes/md3-light/card.mjs +27 -0
- package/es/themes/md3-light/cell.mjs +7 -0
- package/es/themes/md3-light/checkbox.mjs +7 -0
- package/es/themes/md3-light/chip.mjs +18 -0
- package/es/themes/md3-light/collapse.mjs +8 -0
- package/es/themes/md3-light/countdown.mjs +6 -0
- package/es/themes/md3-light/datePicker.mjs +19 -0
- package/es/themes/md3-light/dialog.mjs +15 -0
- package/es/themes/md3-light/divider.mjs +6 -0
- package/es/themes/md3-light/fab.mjs +8 -0
- package/es/themes/md3-light/fieldDecorator.mjs +7 -0
- package/es/themes/md3-light/floatingPanel.mjs +10 -0
- package/es/themes/md3-light/hoverOverlay.mjs +6 -0
- package/es/themes/md3-light/index.d.ts +5 -0
- package/es/themes/md3-light/index.mjs +71 -0
- package/es/themes/md3-light/link.mjs +6 -0
- package/es/themes/md3-light/menu.mjs +7 -0
- package/es/themes/md3-light/menuOption.mjs +6 -0
- package/es/themes/md3-light/menuSelect.mjs +7 -0
- package/es/themes/md3-light/option.mjs +6 -0
- package/es/themes/md3-light/pagination.mjs +6 -0
- package/es/themes/md3-light/paper.mjs +6 -0
- package/es/themes/md3-light/picker.mjs +8 -0
- package/es/themes/md3-light/popup.mjs +6 -0
- package/es/themes/md3-light/pullRefresh.mjs +6 -0
- package/es/themes/md3-light/radio.mjs +7 -0
- package/es/themes/md3-light/result.mjs +12 -0
- package/es/themes/md3-light/select.mjs +7 -0
- package/es/themes/md3-light/slider.mjs +10 -0
- package/es/themes/md3-light/snackbar.mjs +7 -0
- package/es/themes/md3-light/tab.mjs +6 -0
- package/es/themes/md3-light/table.mjs +7 -0
- package/es/themes/md3-light/tabs.mjs +6 -0
- package/es/themes/md3-light/timePicker.mjs +15 -0
- package/es/themes/md3-light/tooltip.mjs +7 -0
- package/es/themes/md3-light/uploader.mjs +11 -0
- package/es/time-picker/TimePicker.mjs +1 -1
- package/es/time-picker/clock.mjs +4 -4
- package/es/time-picker/props.mjs +0 -2
- package/es/time-picker/timePicker.css +1 -1
- package/es/tooltip/tooltip.css +1 -1
- package/es/uploader/uploader.css +1 -1
- package/es/varlet.esm.js +6884 -6415
- package/highlight/web-types.en-US.json +14 -6
- package/highlight/web-types.zh-CN.json +14 -6
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +1873 -1297
- package/package.json +9 -9
- package/types/chip.d.ts +0 -2
- package/types/datePicker.d.ts +0 -2
- package/types/imagePreview.d.ts +0 -6
- package/types/indexBar.d.ts +0 -3
- package/types/input.d.ts +1 -0
- package/types/loadingBar.d.ts +0 -3
- package/types/progress.d.ts +0 -3
- package/types/select.d.ts +1 -0
- package/types/styleVars.d.ts +88 -16
- package/types/themes.d.ts +2 -0
- package/types/timePicker.d.ts +0 -2
- package/types/uploader.d.ts +1 -0
- package/umd/varlet.js +5 -5
package/es/switch/Switch.mjs
CHANGED
|
@@ -142,7 +142,7 @@ const __sfc__ = defineComponent({
|
|
|
142
142
|
},
|
|
143
143
|
ripple: {
|
|
144
144
|
left: modelValue === activeValue ? multiplySizeUnit(size, 0.5) : `-${multiplySizeUnit(size, 0.5)}`,
|
|
145
|
-
color: modelValue === activeValue ? color : closeColor || "
|
|
145
|
+
color: modelValue === activeValue ? color : closeColor || "currentColor",
|
|
146
146
|
width: multiplySizeUnit(size, 2),
|
|
147
147
|
height: multiplySizeUnit(size, 2)
|
|
148
148
|
},
|
package/es/themes/dark/badge.mjs
CHANGED
|
@@ -3,7 +3,7 @@ var stdin_default = {
|
|
|
3
3
|
"--date-picker-body-background-color": "#303030",
|
|
4
4
|
"--day-picker-head-item-color": "#aaaaaa",
|
|
5
5
|
"--year-picker-item-color": "#fff",
|
|
6
|
-
"--picker-header-color": "#fff"
|
|
6
|
+
"--date-picker-header-color": "#fff"
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
stdin_default as default
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--time-picker-clock-container-background": "#545454",
|
|
3
3
|
"--time-picker-body-background": "#303030",
|
|
4
|
-
"--time-picker-clock-item-disable-color": "#
|
|
4
|
+
"--time-picker-clock-item-disable-color": "#fff",
|
|
5
|
+
"--time-picker-clock-item-disable-background": "#aaaaaa",
|
|
5
6
|
"--time-picker-clock-item-text-color": "#fff"
|
|
6
7
|
};
|
|
7
8
|
export {
|
package/es/themes/index.mjs
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import dark from "./dark/index.mjs";
|
|
2
|
-
|
|
2
|
+
import md3Light from "./md3-light/index.mjs";
|
|
3
|
+
import md3Dark from "./md3-dark/index.mjs";
|
|
4
|
+
const Themes = { dark, md3Light, md3Dark };
|
|
3
5
|
const _ThemesComponent = null;
|
|
4
6
|
var stdin_default = Themes;
|
|
5
7
|
export {
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--badge-default-color": "#3B383E",
|
|
3
|
+
"--badge-default-text-color": "#fff",
|
|
4
|
+
"--badge-primary-text-color": "#381E72",
|
|
5
|
+
"--badge-danger-text-color": "#601410",
|
|
6
|
+
"--badge-success-text-color": "#fff",
|
|
7
|
+
"--badge-warning-text-color": "#492532",
|
|
8
|
+
"--badge-info-text-color": "#332D41"
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
stdin_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--button-default-color": "#3B383E",
|
|
3
|
+
"--button-default-text-color": "var(--color-primary)",
|
|
4
|
+
"--button-border-radius": "100px",
|
|
5
|
+
"--button-primary-text-color": "#381E72",
|
|
6
|
+
"--button-danger-text-color": "#601410",
|
|
7
|
+
"--button-success-text-color": "#273500",
|
|
8
|
+
"--button-warning-text-color": "#492532",
|
|
9
|
+
"--button-info-text-color": "#332D41"
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
stdin_default as default
|
|
13
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--card-border-radius": "12px",
|
|
3
|
+
"--card-background": "#36343B",
|
|
4
|
+
"--card-outline-color": "#49454F",
|
|
5
|
+
"--card-image-height": "188px",
|
|
6
|
+
"--card-title-color": "#E6E0E9",
|
|
7
|
+
"--card-title-font-size": "16px",
|
|
8
|
+
"--card-title-padding": "0 16px",
|
|
9
|
+
"--card-title-margin": "16px 0 0 0",
|
|
10
|
+
"--card-subtitle-color": "#CAC4D0",
|
|
11
|
+
"--card-subtitle-padding": "0 16px",
|
|
12
|
+
"--card-subtitle-margin": "4px 0 0 0",
|
|
13
|
+
"--card-description-margin": "32px 0 0 0",
|
|
14
|
+
"--card-description-padding": "0 16px",
|
|
15
|
+
"--card-description-color": "#CAC4D0",
|
|
16
|
+
"--card-padding": "0 0 16px 0",
|
|
17
|
+
"--card-footer-margin": "32px 0 0 0",
|
|
18
|
+
"--card-title-row-margin": "16px 0 0 0",
|
|
19
|
+
"--card-subtitle-row-margin": "4px 0 0 0",
|
|
20
|
+
"--card-footer-padding": "0 16px",
|
|
21
|
+
"--card-close-button-size": "56px",
|
|
22
|
+
"--card-close-button-primary-color": "var(--color-primary)",
|
|
23
|
+
"--card-close-button-text-color": "#381E72",
|
|
24
|
+
"--card-close-button-border-radius": "12px"
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
stdin_default as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--chip-round-radius": "8px",
|
|
3
|
+
"--chip-default-color": "#2B2930",
|
|
4
|
+
"--chip-default-text-color": "#CAC4D0",
|
|
5
|
+
"--chip-primary-color": "#4F378B",
|
|
6
|
+
"--chip-primary-text-color": "#EADDFF",
|
|
7
|
+
"--chip-info-color": "#4A4458",
|
|
8
|
+
"--chip-info-text-color": "#E8DEF8",
|
|
9
|
+
"--chip-warning-color": "#633B48",
|
|
10
|
+
"--chip-warning-text-color": "#FFD8E4",
|
|
11
|
+
"--chip-danger-color": "#8C1D18",
|
|
12
|
+
"--chip-danger-text-color": "#F9DEDC",
|
|
13
|
+
"--chip-success-text-color": "#D5EC9C",
|
|
14
|
+
"--chip-success-color": "#3C4D0E"
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
stdin_default as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--date-picker-title-background": "#2B2930",
|
|
3
|
+
"--date-picker-title-color": "#E6E0E9",
|
|
4
|
+
"--date-picker-title-hint-color": "#CAC4D0",
|
|
5
|
+
"--date-picker-body-background-color": "#2B2930",
|
|
6
|
+
"--date-picker-main-color": "#E6E0E9",
|
|
7
|
+
"--date-picker-border-radius": "20px",
|
|
8
|
+
"--date-picker-title-padding": "20px 20px 16px",
|
|
9
|
+
"--date-picker-actions-padding": "20px",
|
|
10
|
+
"--day-picker-head-item-color": "#E6E0E9",
|
|
11
|
+
"--date-picker-header-arrow-filter": "opacity(1)",
|
|
12
|
+
"--date-picker-header-padding": "0 0 16px",
|
|
13
|
+
"--date-picker-body-height": "300px",
|
|
14
|
+
"--date-picker-body-padding": "0 14px 16px",
|
|
15
|
+
"--date-picker-header-color": "#CAC4D0"
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
stdin_default as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--dialog-width": "312px",
|
|
3
|
+
"--dialog-background": "#2B2930",
|
|
4
|
+
"--dialog-title-color": "#E6E0E9",
|
|
5
|
+
"--dialog-message-color": "#CAC4D0",
|
|
6
|
+
"--dialog-border-radius": "28px",
|
|
7
|
+
"--dialog-title-padding": "24px 24px 0",
|
|
8
|
+
"--dialog-message-padding": "16px 24px 24px",
|
|
9
|
+
"--dialog-actions-padding": "0 24px 24px",
|
|
10
|
+
"--dialog-title-font-size": "20px",
|
|
11
|
+
"--dialog-button-margin-left": "8px"
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
stdin_default as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--floating-panel-background": "#1D1B20",
|
|
3
|
+
"--floating-panel-toolbar-background": "#938F99",
|
|
4
|
+
"--floating-panel-toolbar-width": "32px",
|
|
5
|
+
"--floating-panel-toolbar-height": "4px",
|
|
6
|
+
"--floating-panel-header-height": "36px"
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
stdin_default as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
import button from "./button.mjs";
|
|
18
|
+
import hoverOverlay from "./hoverOverlay.mjs";
|
|
19
|
+
import menu from "./menu.mjs";
|
|
20
|
+
import menuSelect from "./menuSelect.mjs";
|
|
21
|
+
import menuOption from "./menuOption.mjs";
|
|
22
|
+
import fab from "./fab.mjs";
|
|
23
|
+
import breadcrumb from "./breadcrumb.mjs";
|
|
24
|
+
import link from "./link.mjs";
|
|
25
|
+
import cell from "./cell.mjs";
|
|
26
|
+
import paper from "./paper.mjs";
|
|
27
|
+
import avatar from "./avatar.mjs";
|
|
28
|
+
import fieldDecorator from "./fieldDecorator.mjs";
|
|
29
|
+
import checkbox from "./checkbox.mjs";
|
|
30
|
+
import radio from "./radio.mjs";
|
|
31
|
+
import card from "./card.mjs";
|
|
32
|
+
import chip from "./chip.mjs";
|
|
33
|
+
import badge from "./badge.mjs";
|
|
34
|
+
import tooltip from "./tooltip.mjs";
|
|
35
|
+
import progress from "./progress.mjs";
|
|
36
|
+
import tabs from "./tabs.mjs";
|
|
37
|
+
import tab from "./tab.mjs";
|
|
38
|
+
import steps from "./steps.mjs";
|
|
39
|
+
import divider from "./divider.mjs";
|
|
40
|
+
import table from "./table.mjs";
|
|
41
|
+
import pagination from "./pagination.mjs";
|
|
42
|
+
import watermark from "./watermark.mjs";
|
|
43
|
+
import collapse from "./collapse.mjs";
|
|
44
|
+
import result from "./result.mjs";
|
|
45
|
+
import appBar from "./appBar.mjs";
|
|
46
|
+
import bottomNavigation from "./bottomNavigation.mjs";
|
|
47
|
+
import bottomNavigationItem from "./bottomNavigationItem.mjs";
|
|
48
|
+
import snackbar from "./snackbar.mjs";
|
|
49
|
+
import actionSheet from "./actionSheet.mjs";
|
|
50
|
+
import dialog from "./dialog.mjs";
|
|
51
|
+
import pullRefresh from "./pullRefresh.mjs";
|
|
52
|
+
import popup from "./popup.mjs";
|
|
53
|
+
import picker from "./picker.mjs";
|
|
54
|
+
import countdown from "./countdown.mjs";
|
|
55
|
+
import floatingPanel from "./floatingPanel.mjs";
|
|
56
|
+
import backTop from "./backTop.mjs";
|
|
57
|
+
import select from "./select.mjs";
|
|
58
|
+
import option from "./option.mjs";
|
|
59
|
+
import counter from "./counter.mjs";
|
|
60
|
+
import switchThemes from "./switch.mjs";
|
|
61
|
+
import slider from "./slider.mjs";
|
|
62
|
+
import uploader from "./uploader.mjs";
|
|
63
|
+
import timePicker from "./timePicker.mjs";
|
|
64
|
+
import datePicker from "./datePicker.mjs";
|
|
65
|
+
var stdin_default = __spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues({
|
|
66
|
+
// common
|
|
67
|
+
"--color-body": "#141218",
|
|
68
|
+
"--color-text": "#fff",
|
|
69
|
+
"--color-primary": "#D0BCFF",
|
|
70
|
+
"--color-info": "#CCC2DC",
|
|
71
|
+
"--color-success": "#BACF83",
|
|
72
|
+
"--color-warning": "#EFB8C8",
|
|
73
|
+
"--color-danger": "#F2B8B5",
|
|
74
|
+
"--color-disabled": "#404040",
|
|
75
|
+
"--color-text-disabled": "#757575"
|
|
76
|
+
}, button), hoverOverlay), menu), menuSelect), menuOption), fab), breadcrumb), link), cell), paper), avatar), fieldDecorator), checkbox), radio), card), chip), badge), tooltip), progress), tabs), tab), steps), divider), table), pagination), watermark), collapse), result), appBar), bottomNavigation), bottomNavigationItem), snackbar), actionSheet), dialog), pullRefresh), popup), picker), countdown), floatingPanel), backTop), select), option), counter), switchThemes), slider), uploader), timePicker), datePicker);
|
|
77
|
+
export {
|
|
78
|
+
stdin_default as default
|
|
79
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--pagination-text-color": "#fff",
|
|
3
|
+
"--pagination-active-color": "#381E72",
|
|
4
|
+
"--pagination-list-bg-color": "#211F26",
|
|
5
|
+
"--pagination-list-active-bg-color": "rgba(208, 188, 255, .2)",
|
|
6
|
+
"--pagination-list-active-color": "#D0BCFF",
|
|
7
|
+
"--pagination-item-background": "#211F26"
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
stdin_default as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--picker-background": "#141218",
|
|
3
|
+
"--picker-cancel-button-text-color": "var(--color-primary)",
|
|
4
|
+
"--picker-title-text-color": "#fff",
|
|
5
|
+
"--picker-option-text-color": "#fff",
|
|
6
|
+
"--picker-picked-border": "1px solid #363636",
|
|
7
|
+
"--picker-mask-background-image": "linear-gradient(180deg, rgba(20, 18, 24, 0.9), rgba(20, 18, 24, 0.4)), linear-gradient(0deg, rgba(20, 18, 24, 0.9), rgba(20, 18, 24, 0.4))"
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
stdin_default as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--result-background": "#36343B",
|
|
3
|
+
"--result-title-color": "#E6E0E9",
|
|
4
|
+
"--result-description-color": "#CAC4D0",
|
|
5
|
+
"--result-question-color": "#7f8e96",
|
|
6
|
+
"--result-question-border-color": "rgba(151,194,216,0.3)",
|
|
7
|
+
"--result-empty-color": "#adadad",
|
|
8
|
+
"--result-empty-border-color": "rgba(232,229,229,0.3)",
|
|
9
|
+
"--result-info-border-color": "rgba(204, 194, 220, 0.3)",
|
|
10
|
+
"--result-success-border-color": "rgba(186, 207, 131, 0.3)",
|
|
11
|
+
"--result-error-border-color": "rgba(242, 184, 181, 0.3)",
|
|
12
|
+
"--result-warning-border-color": "rgba(239, 184, 200, 0.3)"
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
stdin_default as default
|
|
16
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--slider-thumb-size": "16px",
|
|
3
|
+
"--slider-track-height": "4px",
|
|
4
|
+
"--slider-track-background": "#36343B",
|
|
5
|
+
"--slider-track-fill-border-radius": "4px",
|
|
6
|
+
"--slider-track-border-radius": "4px",
|
|
7
|
+
"--slider-thumb-label-text-color": "#381E72"
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
stdin_default as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--table-background": "#36343B",
|
|
3
|
+
"--table-thead-th-text-color": "rgba(255, 255, 255, 0.6)",
|
|
4
|
+
"--table-tbody-td-text-color": "#fff",
|
|
5
|
+
"--table-tbody-tr-hover-background": "#36343B",
|
|
6
|
+
"--table-thead-border-bottom": "thin solid rgba(255, 255, 255, 0.12)",
|
|
7
|
+
"--table-tbody-tr-border-bottom": "thin solid rgba(255, 255, 255, 0.12)",
|
|
8
|
+
"--table-footer-border-top": "thin solid rgba(255, 255, 255, 0.12)"
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
stdin_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--time-picker-title-color": "#E6E0E9",
|
|
3
|
+
"--time-picker-clock-container-background": "#36343B",
|
|
4
|
+
"--time-picker-title-hint-color": "#CAC4D0",
|
|
5
|
+
"--time-picker-title-background": "#2B2930",
|
|
6
|
+
"--time-picker-body-background": "#2B2930",
|
|
7
|
+
"--time-picker-clock-item-active-color": "#381E72",
|
|
8
|
+
"--time-picker-clock-item-disable-color": "#888",
|
|
9
|
+
"--time-picker-clock-item-disable-background": "#ccc",
|
|
10
|
+
"--time-picker-clock-item-text-color": "#E6E0E9",
|
|
11
|
+
"--time-picker-border-radius": "20px",
|
|
12
|
+
"--time-picker-title-padding": "20px 20px 16px",
|
|
13
|
+
"--time-picker-actions-padding": "20px"
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
stdin_default as default
|
|
17
|
+
};
|