@varlet/ui 3.0.0-alpha.1708348990073 → 3.0.0
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/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/themes/dark/actionSheet.mjs +10 -1
- package/es/themes/dark/appBar.mjs +9 -1
- package/es/themes/dark/avatar.mjs +8 -1
- package/es/themes/dark/avatarGroup.mjs +6 -0
- package/es/themes/dark/backTop.mjs +9 -0
- package/es/themes/dark/badge.mjs +18 -1
- package/es/themes/dark/bottomNavigation.mjs +11 -0
- package/es/themes/dark/bottomNavigationItem.mjs +7 -1
- package/es/themes/dark/breadcrumb.mjs +4 -1
- package/es/themes/dark/button.mjs +37 -1
- package/es/themes/dark/card.mjs +34 -1
- package/es/themes/dark/cell.mjs +12 -1
- package/es/themes/dark/checkbox.mjs +6 -1
- package/es/themes/dark/chip.mjs +34 -1
- package/es/themes/dark/collapse.mjs +9 -1
- package/es/themes/dark/countdown.mjs +7 -0
- package/es/themes/dark/counter.mjs +17 -0
- package/es/themes/dark/datePicker.mjs +38 -1
- package/es/themes/dark/dialog.mjs +13 -1
- package/es/themes/dark/divider.mjs +5 -1
- package/es/themes/dark/fab.mjs +18 -0
- package/es/themes/dark/fieldDecorator.mjs +33 -1
- package/es/themes/dark/floatingPanel.mjs +15 -0
- package/es/themes/dark/formDetails.mjs +10 -0
- package/es/themes/dark/hoverOverlay.mjs +6 -0
- package/es/themes/dark/icon.mjs +6 -0
- package/es/themes/dark/imagePreview.mjs +14 -0
- package/es/themes/dark/index.mjs +43 -5
- package/es/themes/dark/indexBar.mjs +15 -0
- package/es/themes/dark/input.mjs +8 -0
- package/es/themes/dark/link.mjs +8 -1
- package/es/themes/dark/list.mjs +14 -0
- package/es/themes/dark/loading.mjs +9 -0
- package/es/themes/dark/loadingBar.mjs +8 -0
- package/es/themes/dark/menu.mjs +2 -1
- package/es/themes/dark/menuOption.mjs +12 -1
- package/es/themes/dark/menuSelect.mjs +4 -1
- package/es/themes/dark/option.mjs +6 -1
- package/es/themes/dark/overlay.mjs +6 -0
- package/es/themes/dark/pagination.mjs +16 -1
- package/es/themes/dark/paper.mjs +6 -0
- package/es/themes/dark/picker.mjs +7 -1
- package/es/themes/dark/popup.mjs +2 -1
- package/es/themes/dark/progress.mjs +11 -1
- package/es/themes/dark/pullRefresh.mjs +5 -1
- package/es/themes/dark/radio.mjs +6 -1
- package/es/themes/dark/rate.mjs +11 -0
- package/es/themes/dark/result.mjs +18 -1
- package/es/themes/dark/ripple.mjs +7 -0
- package/es/themes/dark/select.mjs +8 -1
- package/es/themes/dark/skeleton.mjs +13 -1
- package/es/themes/dark/slider.mjs +18 -0
- package/es/themes/dark/snackbar.mjs +20 -0
- package/es/themes/dark/space.mjs +13 -0
- package/es/themes/dark/step.mjs +19 -0
- package/es/themes/dark/swipe.mjs +17 -0
- package/es/themes/dark/switch.mjs +8 -1
- package/es/themes/dark/tab.mjs +6 -1
- package/es/themes/dark/table.mjs +10 -1
- package/es/themes/dark/tabs.mjs +9 -1
- package/es/themes/dark/timePicker.mjs +50 -1
- package/es/themes/dark/tooltip.mjs +22 -0
- package/es/themes/dark/uploader.mjs +24 -1
- package/es/themes/md3-dark/actionSheet.mjs +9 -1
- package/es/themes/md3-dark/appBar.mjs +8 -1
- package/es/themes/md3-dark/avatar.mjs +8 -1
- package/es/themes/md3-dark/avatarGroup.mjs +6 -0
- package/es/themes/md3-dark/backTop.mjs +4 -1
- package/es/themes/md3-dark/badge.mjs +18 -1
- package/es/themes/md3-dark/bottomNavigation.mjs +6 -1
- package/es/themes/md3-dark/bottomNavigationItem.mjs +6 -1
- package/es/themes/md3-dark/breadcrumb.mjs +4 -1
- package/es/themes/md3-dark/button.mjs +36 -1
- package/es/themes/md3-dark/card.mjs +15 -1
- package/es/themes/md3-dark/cell.mjs +12 -1
- package/es/themes/md3-dark/checkbox.mjs +6 -1
- package/es/themes/md3-dark/chip.mjs +33 -1
- package/es/themes/md3-dark/collapse.mjs +8 -1
- package/es/themes/md3-dark/countdown.mjs +7 -0
- package/es/themes/md3-dark/counter.mjs +11 -1
- package/es/themes/md3-dark/datePicker.mjs +28 -1
- package/es/themes/md3-dark/dialog.mjs +5 -1
- package/es/themes/md3-dark/divider.mjs +5 -1
- package/es/themes/md3-dark/fab.mjs +11 -1
- package/es/themes/md3-dark/fieldDecorator.mjs +33 -1
- package/es/themes/md3-dark/floatingPanel.mjs +6 -1
- package/es/themes/md3-dark/formDetails.mjs +10 -0
- package/es/themes/md3-dark/icon.mjs +6 -0
- package/es/themes/md3-dark/imagePreview.mjs +14 -0
- package/es/themes/md3-dark/index.mjs +31 -5
- package/es/themes/md3-dark/indexBar.mjs +15 -0
- package/es/themes/md3-dark/input.mjs +8 -0
- package/es/themes/md3-dark/link.mjs +8 -1
- package/es/themes/md3-dark/list.mjs +14 -0
- package/es/themes/md3-dark/loading.mjs +9 -0
- package/es/themes/md3-dark/loadingBar.mjs +8 -0
- package/es/themes/md3-dark/menuOption.mjs +12 -1
- package/es/themes/md3-dark/menuSelect.mjs +3 -1
- package/es/themes/md3-dark/option.mjs +6 -1
- package/es/themes/md3-dark/overlay.mjs +6 -0
- package/es/themes/md3-dark/pagination.mjs +17 -1
- package/es/themes/md3-dark/picker.mjs +7 -1
- package/es/themes/md3-dark/popup.mjs +2 -1
- package/es/themes/md3-dark/progress.mjs +11 -1
- package/es/themes/md3-dark/pullRefresh.mjs +5 -1
- package/es/themes/md3-dark/radio.mjs +6 -1
- package/es/themes/md3-dark/rate.mjs +6 -1
- package/es/themes/md3-dark/result.mjs +13 -1
- package/es/themes/md3-dark/ripple.mjs +7 -0
- package/es/themes/md3-dark/select.mjs +7 -1
- package/es/themes/md3-dark/skeleton.mjs +13 -1
- package/es/themes/md3-dark/slider.mjs +9 -1
- package/es/themes/md3-dark/snackbar.mjs +14 -1
- package/es/themes/md3-dark/space.mjs +13 -0
- package/es/themes/md3-dark/step.mjs +19 -0
- package/es/themes/md3-dark/swipe.mjs +17 -0
- package/es/themes/md3-dark/switch.mjs +8 -1
- package/es/themes/md3-dark/tab.mjs +6 -1
- package/es/themes/md3-dark/table.mjs +10 -1
- package/es/themes/md3-dark/tabs.mjs +9 -1
- package/es/themes/md3-dark/timePicker.mjs +33 -1
- package/es/themes/md3-dark/tooltip.mjs +15 -1
- package/es/themes/md3-dark/uploader.mjs +23 -1
- package/es/themes/md3-light/appBar.mjs +14 -0
- package/es/themes/md3-light/avatarGroup.mjs +6 -0
- package/es/themes/md3-light/backTop.mjs +4 -1
- package/es/themes/md3-light/badge.mjs +24 -0
- package/es/themes/md3-light/bottomNavigation.mjs +5 -1
- package/es/themes/md3-light/bottomNavigationItem.mjs +6 -1
- package/es/themes/md3-light/breadcrumb.mjs +4 -1
- package/es/themes/md3-light/button.mjs +36 -1
- package/es/themes/md3-light/card.mjs +15 -1
- package/es/themes/md3-light/cell.mjs +12 -1
- package/es/themes/md3-light/checkbox.mjs +6 -1
- package/es/themes/md3-light/chip.mjs +33 -1
- package/es/themes/md3-light/collapse.mjs +8 -1
- package/es/themes/md3-light/countdown.mjs +7 -0
- package/es/themes/md3-light/counter.mjs +17 -0
- package/es/themes/md3-light/datePicker.mjs +28 -1
- package/es/themes/md3-light/dialog.mjs +5 -1
- package/es/themes/md3-light/divider.mjs +10 -0
- package/es/themes/md3-light/fab.mjs +11 -1
- package/es/themes/md3-light/fieldDecorator.mjs +33 -1
- package/es/themes/md3-light/floatingPanel.mjs +6 -1
- package/es/themes/md3-light/formDetails.mjs +10 -0
- package/es/themes/md3-light/icon.mjs +6 -0
- package/es/themes/md3-light/imagePreview.mjs +14 -0
- package/es/themes/md3-light/index.mjs +42 -5
- package/es/themes/md3-light/indexBar.mjs +15 -0
- package/es/themes/md3-light/input.mjs +8 -0
- package/es/themes/md3-light/link.mjs +8 -1
- package/es/themes/md3-light/list.mjs +14 -0
- package/es/themes/md3-light/loading.mjs +9 -0
- package/es/themes/md3-light/loadingBar.mjs +8 -0
- package/es/themes/md3-light/menuOption.mjs +12 -1
- package/es/themes/md3-light/menuSelect.mjs +3 -1
- package/es/themes/md3-light/option.mjs +6 -1
- package/es/themes/md3-light/overlay.mjs +6 -0
- package/es/themes/md3-light/pagination.mjs +23 -0
- package/es/themes/md3-light/picker.mjs +9 -1
- package/es/themes/md3-light/popup.mjs +2 -1
- package/es/themes/md3-light/progress.mjs +16 -0
- package/es/themes/md3-light/pullRefresh.mjs +5 -1
- package/es/themes/md3-light/radio.mjs +6 -1
- package/es/themes/md3-light/rate.mjs +6 -1
- package/es/themes/md3-light/result.mjs +17 -1
- package/es/themes/md3-light/ripple.mjs +7 -0
- package/es/themes/md3-light/select.mjs +7 -1
- package/es/themes/md3-light/skeleton.mjs +21 -0
- package/es/themes/md3-light/slider.mjs +9 -1
- package/es/themes/md3-light/snackbar.mjs +14 -1
- package/es/themes/md3-light/space.mjs +13 -0
- package/es/themes/md3-light/step.mjs +19 -0
- package/es/themes/md3-light/swipe.mjs +17 -0
- package/es/themes/md3-light/switch.mjs +8 -1
- package/es/themes/md3-light/tab.mjs +6 -1
- package/es/themes/md3-light/table.mjs +12 -1
- package/es/themes/md3-light/tabs.mjs +9 -1
- package/es/themes/md3-light/timePicker.mjs +35 -1
- package/es/themes/md3-light/tooltip.mjs +16 -1
- package/es/themes/md3-light/uploader.mjs +23 -1
- package/es/themes/md3-light/watermark.mjs +6 -0
- package/es/varlet.esm.js +8958 -7094
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/varlet.cjs.js +3017 -1090
- package/package.json +7 -7
- package/types/styleVars.d.ts +34 -2
- package/umd/varlet.js +5 -5
- package/es/themes/dark/steps.mjs +0 -8
- package/es/themes/md3-dark/steps.mjs +0 -8
package/es/index.bundle.mjs
CHANGED
|
@@ -262,7 +262,7 @@ import './tooltip/style/index.mjs'
|
|
|
262
262
|
import './uploader/style/index.mjs'
|
|
263
263
|
import './watermark/style/index.mjs'
|
|
264
264
|
|
|
265
|
-
const version = '3.0.0
|
|
265
|
+
const version = '3.0.0'
|
|
266
266
|
|
|
267
267
|
function install(app) {
|
|
268
268
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/index.mjs
CHANGED
|
@@ -174,7 +174,7 @@ export * from './tooltip/index.mjs'
|
|
|
174
174
|
export * from './uploader/index.mjs'
|
|
175
175
|
export * from './watermark/index.mjs'
|
|
176
176
|
|
|
177
|
-
const version = '3.0.0
|
|
177
|
+
const version = '3.0.0'
|
|
178
178
|
|
|
179
179
|
function install(app) {
|
|
180
180
|
ActionSheet.install && app.use(ActionSheet)
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--action-sheet-background": "var(--color-surface-container-low)",
|
|
3
3
|
"--action-sheet-title-color": "#aaa",
|
|
4
|
-
"--action-sheet-action-item-color": "#fff"
|
|
4
|
+
"--action-sheet-action-item-color": "#fff",
|
|
5
|
+
"--action-sheet-border-radius": "2px",
|
|
6
|
+
"--action-sheet-border-top": "none",
|
|
7
|
+
"--action-sheet-title-padding": "10px 16px",
|
|
8
|
+
"--action-sheet-title-font-size": "14px",
|
|
9
|
+
"--action-sheet-action-item-height": "48px",
|
|
10
|
+
"--action-sheet-action-item-padding": "0 18px",
|
|
11
|
+
"--action-sheet-action-item-disabled-color": "var(--color-text-disabled)",
|
|
12
|
+
"--action-sheet-icon-margin": "0 20px 0 0",
|
|
13
|
+
"--action-sheet-icon-size": "24px"
|
|
5
14
|
};
|
|
6
15
|
export {
|
|
7
16
|
stdin_default as default
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
|
-
"--app-bar-color": "#272727"
|
|
2
|
+
"--app-bar-color": "#272727",
|
|
3
|
+
"--app-bar-title-padding": "0 12px",
|
|
4
|
+
"--app-bar-title-font-size": "var(--font-size-lg)",
|
|
5
|
+
"--app-bar-text-color": "#fff",
|
|
6
|
+
"--app-bar-height": "54px",
|
|
7
|
+
"--app-bar-left-gap": "6px",
|
|
8
|
+
"--app-bar-right-gap": "6px",
|
|
9
|
+
"--app-bar-border-radius": "4px",
|
|
10
|
+
"--app-bar-font-size": "var(--font-size-lg)"
|
|
3
11
|
};
|
|
4
12
|
export {
|
|
5
13
|
stdin_default as default
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--avatar-background-color": "#303030",
|
|
3
|
-
"--avatar-border": "2px solid #1e1e1e"
|
|
3
|
+
"--avatar-border": "2px solid #1e1e1e",
|
|
4
|
+
"--avatar-text-color": "#f5f5f5",
|
|
5
|
+
"--avatar-border-radius": "4px",
|
|
6
|
+
"--avatar-mini-size": "28px",
|
|
7
|
+
"--avatar-small-size": "36px",
|
|
8
|
+
"--avatar-normal-size": "48px",
|
|
9
|
+
"--avatar-large-size": "64px",
|
|
10
|
+
"--avatar-hover-transform": "scale(1.1)"
|
|
4
11
|
};
|
|
5
12
|
export {
|
|
6
13
|
stdin_default as default
|
package/es/themes/dark/badge.mjs
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--badge-default-color": "#555",
|
|
3
|
-
"--badge-default-text-color": "#fff"
|
|
3
|
+
"--badge-default-text-color": "#fff",
|
|
4
|
+
"--badge-content-padding": "2px 6px",
|
|
5
|
+
"--badge-content-border": "none",
|
|
6
|
+
"--badge-content-border-radius": "100px",
|
|
7
|
+
"--badge-content-font-size": "12px",
|
|
8
|
+
"--badge-icon-size": "12px",
|
|
9
|
+
"--badge-primary-color": "var(--color-primary)",
|
|
10
|
+
"--badge-danger-color": "var(--color-danger)",
|
|
11
|
+
"--badge-success-color": "var(--color-success)",
|
|
12
|
+
"--badge-warning-color": "var(--color-warning)",
|
|
13
|
+
"--badge-info-color": "var(--color-info)",
|
|
14
|
+
"--badge-primary-text-color": "var(--color-on-primary)",
|
|
15
|
+
"--badge-danger-text-color": "var(--color-on-danger)",
|
|
16
|
+
"--badge-success-text-color": "var(--color-on-success)",
|
|
17
|
+
"--badge-warning-text-color": "var(--color-on-warning)",
|
|
18
|
+
"--badge-info-text-color": "var(--color-on-info)",
|
|
19
|
+
"--badge-dot-width": "8px",
|
|
20
|
+
"--badge-dot-height": "8px"
|
|
4
21
|
};
|
|
5
22
|
export {
|
|
6
23
|
stdin_default as default
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--bottom-navigation-height": "50px",
|
|
3
|
+
"--bottom-navigation-z-index": "1",
|
|
4
|
+
"--bottom-navigation-background-color": "var(--color-surface-container-high)",
|
|
5
|
+
"--bottom-navigation-border-color": "var(--color-outline)",
|
|
6
|
+
"--bottom-navigation-fab-offset": "4px",
|
|
7
|
+
"--bottom-navigation-fab-border-radius": "50%"
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
stdin_default as default
|
|
11
|
+
};
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
|
-
"--bottom-navigation-item-inactive-color": "#BFBFBF"
|
|
2
|
+
"--bottom-navigation-item-inactive-color": "#BFBFBF",
|
|
3
|
+
"--bottom-navigation-item-font-size": "var(--font-size-sm)",
|
|
4
|
+
"--bottom-navigation-item-active-color": "var(--color-primary)",
|
|
5
|
+
"--bottom-navigation-item-active-background-color": "var(--color-surface-container-high)",
|
|
6
|
+
"--bottom-navigation-item-line-height": "1",
|
|
7
|
+
"--bottom-navigation-item-icon-size": "22px",
|
|
8
|
+
"--bottom-navigation-item-icon-margin-bottom": "5px"
|
|
3
9
|
};
|
|
4
10
|
export {
|
|
5
11
|
stdin_default as default
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
|
-
"--breadcrumb-inactive-color": "#aaa"
|
|
2
|
+
"--breadcrumb-inactive-color": "#aaa",
|
|
3
|
+
"--breadcrumb-active-color": "var(--color-primary)",
|
|
4
|
+
"--breadcrumb-separator-margin": "0 10px",
|
|
5
|
+
"--breadcrumb-separator-font-size": "14px"
|
|
3
6
|
};
|
|
4
7
|
export {
|
|
5
8
|
stdin_default as default
|
|
@@ -2,7 +2,43 @@ var stdin_default = {
|
|
|
2
2
|
"--button-default-color": "#303030",
|
|
3
3
|
"--button-default-text-color": "#fff",
|
|
4
4
|
"--button-default-icon-container-color": "#303030",
|
|
5
|
-
"--button-default-icon-color": "#fff"
|
|
5
|
+
"--button-default-icon-color": "#fff",
|
|
6
|
+
"--button-primary-text-color": "var(--color-on-primary)",
|
|
7
|
+
"--button-danger-text-color": "var(--color-on-danger)",
|
|
8
|
+
"--button-success-text-color": "var(--color-on-success)",
|
|
9
|
+
"--button-warning-text-color": "var(--color-on-warning)",
|
|
10
|
+
"--button-info-text-color": "var(--color-on-info)",
|
|
11
|
+
"--button-primary-color": "var(--color-primary)",
|
|
12
|
+
"--button-danger-color": "var(--color-danger)",
|
|
13
|
+
"--button-success-color": "var(--color-success)",
|
|
14
|
+
"--button-warning-color": "var(--color-warning)",
|
|
15
|
+
"--button-info-color": "var(--color-info)",
|
|
16
|
+
"--button-primary-icon-color": "var(--color-on-primary-container)",
|
|
17
|
+
"--button-danger-icon-color": "var(--color-on-danger-container)",
|
|
18
|
+
"--button-success-icon-color": "var(--color-on-success-container)",
|
|
19
|
+
"--button-warning-icon-color": "var(--color-on-warning-container)",
|
|
20
|
+
"--button-info-icon-color": "var(--color-on-info-container)",
|
|
21
|
+
"--button-primary-icon-container-color": "var(--color-primary-container)",
|
|
22
|
+
"--button-danger-icon-container-color": "var(--color-danger-container)",
|
|
23
|
+
"--button-success-icon-container-color": "var(--color-success-container)",
|
|
24
|
+
"--button-warning-icon-container-color": "var(--color-warning-container)",
|
|
25
|
+
"--button-info-icon-container-color": "var(--color-info-container)",
|
|
26
|
+
"--button-disabled-color": "var(--color-disabled)",
|
|
27
|
+
"--button-disabled-text-color": "var(--color-text-disabled)",
|
|
28
|
+
"--button-border-radius": "4px",
|
|
29
|
+
"--button-mini-padding": "0 8px",
|
|
30
|
+
"--button-small-padding": "0 12px",
|
|
31
|
+
"--button-normal-padding": "0 16px",
|
|
32
|
+
"--button-large-padding": "0 22px",
|
|
33
|
+
"--button-round-padding": "6px",
|
|
34
|
+
"--button-mini-height": "20px",
|
|
35
|
+
"--button-small-height": "28px",
|
|
36
|
+
"--button-normal-height": "36px",
|
|
37
|
+
"--button-large-height": "44px",
|
|
38
|
+
"--button-mini-font-size": "var(--font-size-xs)",
|
|
39
|
+
"--button-small-font-size": "var(--font-size-sm)",
|
|
40
|
+
"--button-normal-font-size": "var(--font-size-md)",
|
|
41
|
+
"--button-large-font-size": "var(--font-size-lg)"
|
|
6
42
|
};
|
|
7
43
|
export {
|
|
8
44
|
stdin_default as default
|
package/es/themes/dark/card.mjs
CHANGED
|
@@ -1,7 +1,40 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--card-title-color": "#ffffff",
|
|
3
3
|
"--card-subtitle-color": "#aaaaaa",
|
|
4
|
-
"--card-description-color": "#aaaaaa"
|
|
4
|
+
"--card-description-color": "#aaaaaa",
|
|
5
|
+
"--card-padding": "0 0 15px 0",
|
|
6
|
+
"--card-background": "var(--color-surface-container-highest)",
|
|
7
|
+
"--card-outline-color": "var(--color-outline)",
|
|
8
|
+
"--card-border-radius": "4px",
|
|
9
|
+
"--card-image-width": "100%",
|
|
10
|
+
"--card-row-image-width": "140px",
|
|
11
|
+
"--card-image-height": "200px",
|
|
12
|
+
"--card-row-height": "140px",
|
|
13
|
+
"--card-title-font-size": "20px",
|
|
14
|
+
"--card-title-padding": "0 12px",
|
|
15
|
+
"--card-title-margin": "15px 0 0 0",
|
|
16
|
+
"--card-title-row-margin": "12px 0",
|
|
17
|
+
"--card-subtitle-font-size": "14px",
|
|
18
|
+
"--card-subtitle-padding": "0 12px",
|
|
19
|
+
"--card-subtitle-margin": "10px 0 0 0",
|
|
20
|
+
"--card-subtitle-row-margin": "-8px 0 0 0",
|
|
21
|
+
"--card-description-font-size": "14px",
|
|
22
|
+
"--card-description-margin": "20px 0 0 0",
|
|
23
|
+
"--card-description-padding": "0 13px",
|
|
24
|
+
"--card-footer-padding": "0 12px",
|
|
25
|
+
"--card-footer-right": "13px",
|
|
26
|
+
"--card-footer-bottom": "9px",
|
|
27
|
+
"--card-footer-margin": "30px 0 0 0",
|
|
28
|
+
"--card-line-height": "22px",
|
|
29
|
+
"--card-row-line-height": "1.5",
|
|
30
|
+
"--card-floating-buttons-bottom": "16px",
|
|
31
|
+
"--card-floating-buttons-right": "16px",
|
|
32
|
+
"--card-floating-buttons-color": "#fff",
|
|
33
|
+
"--card-close-button-icon-size": "24px",
|
|
34
|
+
"--card-close-button-size": "56px",
|
|
35
|
+
"--card-close-button-primary-color": "#212121",
|
|
36
|
+
"--card-close-button-text-color": "#fff",
|
|
37
|
+
"--card-close-button-border-radius": "50%"
|
|
5
38
|
};
|
|
6
39
|
export {
|
|
7
40
|
stdin_default as default
|
package/es/themes/dark/cell.mjs
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
|
-
"--cell-description-color": "#aaa"
|
|
2
|
+
"--cell-description-color": "#aaa",
|
|
3
|
+
"--cell-color": "var(--color-text)",
|
|
4
|
+
"--cell-font-size": "var(--font-size-md)",
|
|
5
|
+
"--cell-description-font-size": "var(--font-size-sm)",
|
|
6
|
+
"--cell-description-margin-top": "4px",
|
|
7
|
+
"--cell-padding": "10px 12px",
|
|
8
|
+
"--cell-min-height": "40px",
|
|
9
|
+
"--cell-border-color": "var(--color-outline)",
|
|
10
|
+
"--cell-border-left": "12px",
|
|
11
|
+
"--cell-border-right": "12px",
|
|
12
|
+
"--cell-icon-right": "8px",
|
|
13
|
+
"--cell-extra-left": "8px"
|
|
3
14
|
};
|
|
4
15
|
export {
|
|
5
16
|
stdin_default as default
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--checkbox-unchecked-color": "#fff",
|
|
3
|
-
"--checkbox-text-color": "#fff"
|
|
3
|
+
"--checkbox-text-color": "#fff",
|
|
4
|
+
"--checkbox-checked-color": "var(--color-primary)",
|
|
5
|
+
"--checkbox-disabled-color": "var(--color-text-disabled)",
|
|
6
|
+
"--checkbox-error-color": "var(--color-danger)",
|
|
7
|
+
"--checkbox-action-padding": "6px",
|
|
8
|
+
"--checkbox-icon-size": "24px"
|
|
4
9
|
};
|
|
5
10
|
export {
|
|
6
11
|
stdin_default as default
|
package/es/themes/dark/chip.mjs
CHANGED
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--chip-default-color": "#555",
|
|
3
|
-
"--chip-default-text-color": "#fff"
|
|
3
|
+
"--chip-default-text-color": "#fff",
|
|
4
|
+
"--chip-primary-text-color": "var(--color-on-primary-container)",
|
|
5
|
+
"--chip-danger-text-color": "var(--color-on-danger-container)",
|
|
6
|
+
"--chip-success-text-color": "var(--color-on-success-container)",
|
|
7
|
+
"--chip-warning-text-color": "var(--color-on-warning-container)",
|
|
8
|
+
"--chip-info-text-color": "var(--color-on-info-container)",
|
|
9
|
+
"--chip-primary-color": "var(--color-primary-container)",
|
|
10
|
+
"--chip-danger-color": "var(--color-danger-container)",
|
|
11
|
+
"--chip-success-color": "var(--color-success-container)",
|
|
12
|
+
"--chip-warning-color": "var(--color-warning-container)",
|
|
13
|
+
"--chip-info-color": "var(--color-info-container)",
|
|
14
|
+
"--chip-primary-plain-color": "var(--color-primary)",
|
|
15
|
+
"--chip-danger-plain-color": "var(--color-danger)",
|
|
16
|
+
"--chip-success-plain-color": "var(--color-success)",
|
|
17
|
+
"--chip-warning-plain-color": "var(--color-warning)",
|
|
18
|
+
"--chip-info-plain-color": "var(--color-info)",
|
|
19
|
+
"--chip-border-radius": "2px",
|
|
20
|
+
"--chip-normal-height": "32px",
|
|
21
|
+
"--chip-large-height": "40px",
|
|
22
|
+
"--chip-small-height": "24px",
|
|
23
|
+
"--chip-mini-height": "16px",
|
|
24
|
+
"--chip-round-radius": "100px",
|
|
25
|
+
"--chip-normal-padding": "0 10px",
|
|
26
|
+
"--chip-large-padding": "0 17px",
|
|
27
|
+
"--chip-small-padding": "0 6px",
|
|
28
|
+
"--chip-mini-padding": "0 4px",
|
|
29
|
+
"--chip-text-normal-margin": "0 5px",
|
|
30
|
+
"--chip-text-large-margin": "0 5px",
|
|
31
|
+
"--chip-text-small-margin": "0 3px",
|
|
32
|
+
"--chip-text-mini-margin": "0 2px",
|
|
33
|
+
"--chip-mini-font-size": "var(--font-size-xs)",
|
|
34
|
+
"--chip-small-font-size": "var(--font-size-sm)",
|
|
35
|
+
"--chip-normal-font-size": "var(--font-size-md)",
|
|
36
|
+
"--chip-large-font-size": "var(--font-size-lg)"
|
|
4
37
|
};
|
|
5
38
|
export {
|
|
6
39
|
stdin_default as default
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
|
-
"--collapse-text-color": "#fff"
|
|
2
|
+
"--collapse-text-color": "#fff",
|
|
3
|
+
"--collapse-background": "var(--color-surface-container-highest)",
|
|
4
|
+
"--collapse-header-font-size": "var(--font-size-lg)",
|
|
5
|
+
"--collapse-header-padding": "10px 12px",
|
|
6
|
+
"--collapse-content-font-size": "var(--font-size-md)",
|
|
7
|
+
"--collapse-content-padding": "0 12px 10px",
|
|
8
|
+
"--collapse-item-margin-top": "16px",
|
|
9
|
+
"--collapse-disable-color": "#bdbdbd",
|
|
10
|
+
"--collapse-border-top": "thin solid var(--color-outline)"
|
|
3
11
|
};
|
|
4
12
|
export {
|
|
5
13
|
stdin_default as default
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--counter-padding": "0 4px",
|
|
3
|
+
"--counter-font-color": "#fff",
|
|
4
|
+
"--counter-background": "var(--color-primary)",
|
|
5
|
+
"--counter-input-width": "28px",
|
|
6
|
+
"--counter-input-margin": "0 4px",
|
|
7
|
+
"--counter-input-font-size": "14px",
|
|
8
|
+
"--counter-button-size": "28px",
|
|
9
|
+
"--counter-button-text-color": "#fff",
|
|
10
|
+
"--counter-button-icon-size": "100%",
|
|
11
|
+
"--counter-disabled-color": "var(--color-disabled)",
|
|
12
|
+
"--counter-disabled-opacity": "var(--opacity-disabled)",
|
|
13
|
+
"--counter-error-color": "var(--color-danger)"
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
stdin_default as default
|
|
17
|
+
};
|
|
@@ -3,7 +3,44 @@ 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
|
-
"--date-picker-header-color": "#fff"
|
|
6
|
+
"--date-picker-header-color": "#fff",
|
|
7
|
+
"--date-picker-border-radius": "4px",
|
|
8
|
+
"--date-picker-font-size": "var(--font-size-md)",
|
|
9
|
+
"--date-picker-min-width": "290px",
|
|
10
|
+
"--date-picker-title-hint-color": "#fff",
|
|
11
|
+
"--date-picker-title-hint-font-size": "var(--font-size-md)",
|
|
12
|
+
"--date-picker-title-height": "105px",
|
|
13
|
+
"--date-picker-title-padding": "16px",
|
|
14
|
+
"--date-picker-title-background": "var(--color-primary)",
|
|
15
|
+
"--date-picker-title-color": "#fff",
|
|
16
|
+
"--date-picker-title-year-font-size": "var(--font-size-md)",
|
|
17
|
+
"--date-picker-title-year-font-weight": "500",
|
|
18
|
+
"--date-picker-title-year-margin-bottom": "8px",
|
|
19
|
+
"--date-picker-title-date-height": "48px",
|
|
20
|
+
"--date-picker-title-date-font-size": "34px",
|
|
21
|
+
"--date-picker-title-date-font-weight": "500",
|
|
22
|
+
"--date-picker-title-date-range-font-size": "20px",
|
|
23
|
+
"--date-picker-body-height": "280px",
|
|
24
|
+
"--date-picker-body-padding": "0",
|
|
25
|
+
"--date-picker-header-padding": "4px 16px",
|
|
26
|
+
"--date-picker-actions-padding": "0 8px 12px 8px",
|
|
27
|
+
"--date-picker-header-arrow-filter": "opacity(0.54)",
|
|
28
|
+
"--month-picker-padding": "0 12px",
|
|
29
|
+
"--month-picker-item-width": "33%",
|
|
30
|
+
"--month-picker-item-height": "56px",
|
|
31
|
+
"--month-picker-item-button-max-width": "140px",
|
|
32
|
+
"--year-picker-padding": "0 12px",
|
|
33
|
+
"--year-picker-item-width": "33%",
|
|
34
|
+
"--year-picker-item-height": "56px",
|
|
35
|
+
"--year-picker-item-button-max-width": "140px",
|
|
36
|
+
"--day-picker-content-item-width": "14.28%",
|
|
37
|
+
"--day-picker-content-item-font-size": "var(--font-size-sm)",
|
|
38
|
+
"--day-picker-content-item-padding": "2px 0",
|
|
39
|
+
"--day-picker-content-item-button-width": "32px",
|
|
40
|
+
"--day-picker-content-item-button-height": "32px",
|
|
41
|
+
"--day-picker-content-item-button-font-size": "var(--font-size-sm)",
|
|
42
|
+
"--day-picker-head-item-padding": "8px 0",
|
|
43
|
+
"--day-picker-head-item-font-weight": "600"
|
|
7
44
|
};
|
|
8
45
|
export {
|
|
9
46
|
stdin_default as default
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--dialog-title-color": "#fff",
|
|
3
|
-
"--dialog-message-color": "#bbb"
|
|
3
|
+
"--dialog-message-color": "#bbb",
|
|
4
|
+
"--dialog-width": "280px",
|
|
5
|
+
"--dialog-border-radius": "3px",
|
|
6
|
+
"--dialog-title-padding": "20px 20px 0",
|
|
7
|
+
"--dialog-message-padding": "12px 20px",
|
|
8
|
+
"--dialog-message-line-height": "24px",
|
|
9
|
+
"--dialog-message-font-size": "var(--font-size-md)",
|
|
10
|
+
"--dialog-title-font-size": "var(--font-size-lg)",
|
|
11
|
+
"--dialog-actions-padding": "0 12px 12px",
|
|
12
|
+
"--dialog-button-margin-left": "6px",
|
|
13
|
+
"--dialog-confirm-button-color": "var(--color-primary)",
|
|
14
|
+
"--dialog-cancel-button-color": "var(--color-primary)",
|
|
15
|
+
"--dialog-background": "var(--color-surface-container-low)"
|
|
4
16
|
};
|
|
5
17
|
export {
|
|
6
18
|
stdin_default as default
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
|
-
"--divider-text-color": "#aaa"
|
|
2
|
+
"--divider-text-color": "#aaa",
|
|
3
|
+
"--divider-color": "var(--color-outline)",
|
|
4
|
+
"--divider-text-margin": "8px 0",
|
|
5
|
+
"--divider-text-padding": "0 8px",
|
|
6
|
+
"--divider-inset": "72px"
|
|
3
7
|
};
|
|
4
8
|
export {
|
|
5
9
|
stdin_default as default
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--fab-top": "70px",
|
|
3
|
+
"--fab-bottom": "16px",
|
|
4
|
+
"--fab-left": "16px",
|
|
5
|
+
"--fab-right": "16px",
|
|
6
|
+
"--fab-trigger-size": "56px",
|
|
7
|
+
"--fab-trigger-border-radius": "50%",
|
|
8
|
+
"--fab-trigger-inactive-icon-size": "26px",
|
|
9
|
+
"--fab-trigger-active-icon-size": "22px",
|
|
10
|
+
"--fab-actions-padding": "10px 0",
|
|
11
|
+
"--fab-action-margin": "6px",
|
|
12
|
+
"--fab-action-size": "40px",
|
|
13
|
+
"--fab-action-border-radius": "50%",
|
|
14
|
+
"--fab-transition-standard-easing": "cubic-bezier(0.4, 0, 0.2, 1)"
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
stdin_default as default
|
|
18
|
+
};
|
|
@@ -1,6 +1,38 @@
|
|
|
1
1
|
var stdin_default = {
|
|
2
2
|
"--field-decorator-text-color": "#fff",
|
|
3
|
-
"--field-decorator-blur-color": "rgb(255, 255, 255, .7)"
|
|
3
|
+
"--field-decorator-blur-color": "rgb(255, 255, 255, .7)",
|
|
4
|
+
"--field-decorator-error-color": "var(--color-danger)",
|
|
5
|
+
"--field-decorator-focus-color": "var(--color-primary)",
|
|
6
|
+
"--field-decorator-placeholder-size": "16px",
|
|
7
|
+
"--field-decorator-icon-size": "20px",
|
|
8
|
+
"--field-decorator-line-size": "1px",
|
|
9
|
+
"--field-decorator-line-focus-size": "2px",
|
|
10
|
+
"--field-decorator-line-border-radius": "4px",
|
|
11
|
+
"--field-decorator-disabled-color": "var(--color-text-disabled)",
|
|
12
|
+
"--field-decorator-standard-normal-margin-top": "22px",
|
|
13
|
+
"--field-decorator-standard-normal-margin-bottom": "4px",
|
|
14
|
+
"--field-decorator-standard-normal-icon-margin-top": "22px",
|
|
15
|
+
"--field-decorator-standard-normal-icon-margin-bottom": "4px",
|
|
16
|
+
"--field-decorator-standard-normal-non-hint-margin-top": "4px",
|
|
17
|
+
"--field-decorator-standard-small-margin-top": "18px",
|
|
18
|
+
"--field-decorator-standard-small-margin-bottom": "4px",
|
|
19
|
+
"--field-decorator-standard-small-icon-margin-top": "18px",
|
|
20
|
+
"--field-decorator-standard-small-icon-margin-bottom": "4px",
|
|
21
|
+
"--field-decorator-standard-small-non-hint-margin-top": "2px",
|
|
22
|
+
"--field-decorator-outlined-normal-margin-top": "16px",
|
|
23
|
+
"--field-decorator-outlined-normal-margin-bottom": "16px",
|
|
24
|
+
"--field-decorator-outlined-normal-padding-left": "16px",
|
|
25
|
+
"--field-decorator-outlined-normal-padding-right": "16px",
|
|
26
|
+
"--field-decorator-outlined-normal-placeholder-space": "4px",
|
|
27
|
+
"--field-decorator-outlined-normal-icon-margin-top": "16px",
|
|
28
|
+
"--field-decorator-outlined-normal-icon-margin-bottom": "16px",
|
|
29
|
+
"--field-decorator-outlined-small-margin-top": "8px",
|
|
30
|
+
"--field-decorator-outlined-small-margin-bottom": "8px",
|
|
31
|
+
"--field-decorator-outlined-small-padding-left": "12px",
|
|
32
|
+
"--field-decorator-outlined-small-padding-right": "12px",
|
|
33
|
+
"--field-decorator-outlined-small-placeholder-space": "2px",
|
|
34
|
+
"--field-decorator-outlined-small-icon-margin-top": "8px",
|
|
35
|
+
"--field-decorator-outlined-small-icon-margin-bottom": "8px"
|
|
4
36
|
};
|
|
5
37
|
export {
|
|
6
38
|
stdin_default as default
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--floating-panel-z-index": "999",
|
|
3
|
+
"--floating-panel-border-top": "none",
|
|
4
|
+
"--floating-panel-border-radius": "0",
|
|
5
|
+
"--floating-panel-background": "var(--color-surface-container-high)",
|
|
6
|
+
"--floating-panel-header-height": "30px",
|
|
7
|
+
"--floating-panel-toolbar-width": "20px",
|
|
8
|
+
"--floating-panel-toolbar-height": "3px",
|
|
9
|
+
"--floating-panel-toolbar-border-radius": "10px",
|
|
10
|
+
"--floating-panel-toolbar-background": "#ddd",
|
|
11
|
+
"--floating-panel-transition-timing-function": "cubic-bezier(0.18, 0.89, 0.32, 1.28)"
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
stdin_default as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--form-details-error-message-color": "var(--color-danger)",
|
|
3
|
+
"--form-details-extra-message-color": "#888",
|
|
4
|
+
"--form-details-margin-top": "6px",
|
|
5
|
+
"--form-details-font-size": "12px",
|
|
6
|
+
"--form-details-message-margin-right": "4px"
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
stdin_default as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var stdin_default = {
|
|
2
|
+
"--image-preview-swipe-indicators-text-color": "#ddd",
|
|
3
|
+
"--image-preview-swipe-indicators-padding": "16px 0",
|
|
4
|
+
"--image-preview-zoom-container-background": "#000",
|
|
5
|
+
"--image-preview-close-icon-top": "14px",
|
|
6
|
+
"--image-preview-close-icon-right": "14px",
|
|
7
|
+
"--image-preview-extra-top": "14px",
|
|
8
|
+
"--image-preview-extra-left": "14px",
|
|
9
|
+
"--image-preview-close-icon-size": "22px",
|
|
10
|
+
"--image-preview-close-icon-color": "#fff"
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
stdin_default as default
|
|
14
|
+
};
|
package/es/themes/dark/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import pullRefresh from "./pullRefresh.mjs";
|
|
|
33
33
|
import radio from "./radio.mjs";
|
|
34
34
|
import result from "./result.mjs";
|
|
35
35
|
import skeleton from "./skeleton.mjs";
|
|
36
|
-
import
|
|
36
|
+
import step from "./step.mjs";
|
|
37
37
|
import switchThemes from "./switch.mjs";
|
|
38
38
|
import tab from "./tab.mjs";
|
|
39
39
|
import table from "./table.mjs";
|
|
@@ -51,8 +51,41 @@ import option from "./option.mjs";
|
|
|
51
51
|
import watermark from "./watermark.mjs";
|
|
52
52
|
import menuSelect from "./menuSelect.mjs";
|
|
53
53
|
import menuOption from "./menuOption.mjs";
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
import avatarGroup from "./avatarGroup.mjs";
|
|
55
|
+
import backTop from "./backTop.mjs";
|
|
56
|
+
import bottomNavigation from "./bottomNavigation.mjs";
|
|
57
|
+
import countdown from "./countdown.mjs";
|
|
58
|
+
import counter from "./counter.mjs";
|
|
59
|
+
import fab from "./fab.mjs";
|
|
60
|
+
import floatingPanel from "./floatingPanel.mjs";
|
|
61
|
+
import formDetails from "./formDetails.mjs";
|
|
62
|
+
import hoverOverlay from "./hoverOverlay.mjs";
|
|
63
|
+
import icon from "./icon.mjs";
|
|
64
|
+
import imagePreview from "./imagePreview.mjs";
|
|
65
|
+
import indexBar from "./indexBar.mjs";
|
|
66
|
+
import input from "./input.mjs";
|
|
67
|
+
import list from "./list.mjs";
|
|
68
|
+
import loading from "./loading.mjs";
|
|
69
|
+
import loadingBar from "./loadingBar.mjs";
|
|
70
|
+
import overlay from "./overlay.mjs";
|
|
71
|
+
import paper from "./paper.mjs";
|
|
72
|
+
import rate from "./rate.mjs";
|
|
73
|
+
import ripple from "./ripple.mjs";
|
|
74
|
+
import slider from "./slider.mjs";
|
|
75
|
+
import snackbar from "./snackbar.mjs";
|
|
76
|
+
import space from "./space.mjs";
|
|
77
|
+
import swipe from "./swipe.mjs";
|
|
78
|
+
import tooltip from "./tooltip.mjs";
|
|
79
|
+
import select from "./select.mjs";
|
|
80
|
+
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(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues({
|
|
81
|
+
"--font-size-xs": "10px",
|
|
82
|
+
"--font-size-sm": "12px",
|
|
83
|
+
"--font-size-md": "14px",
|
|
84
|
+
"--font-size-lg": "16px",
|
|
85
|
+
"--icon-size-xs": "16px",
|
|
86
|
+
"--icon-size-sm": "18px",
|
|
87
|
+
"--icon-size-md": "20px",
|
|
88
|
+
"--icon-size-lg": "22px",
|
|
56
89
|
"--color-body": "#1e1e1e",
|
|
57
90
|
"--color-text": "#fff",
|
|
58
91
|
"--color-primary": "#4a7afe",
|
|
@@ -83,8 +116,13 @@ var stdin_default = __spreadValues(__spreadValues(__spreadValues(__spreadValues(
|
|
|
83
116
|
"--color-surface-container-highest": "#303030",
|
|
84
117
|
"--color-inverse-surface": "#fff",
|
|
85
118
|
"--color-outline": "rgba(255, 255, 255, 0.2)",
|
|
86
|
-
"--color-on-surface-variant": "#fff"
|
|
87
|
-
|
|
119
|
+
"--color-on-surface-variant": "#fff",
|
|
120
|
+
"--opacity-disabled": "0.6",
|
|
121
|
+
"--cubic-bezier": "cubic-bezier(0.25, 0.8, 0.5, 1)",
|
|
122
|
+
"--shadow-key-umbra-opacity": "rgba(0, 0, 0, 0.2)",
|
|
123
|
+
"--shadow-key-penumbra-opacity": "rgba(0, 0, 0, 0.14)",
|
|
124
|
+
"--shadow-key-ambient-opacity": "rgba(0, 0, 0, 0.12)"
|
|
125
|
+
}, button), cell), card), timePicker), datePicker), skeleton), tabs), tab), popup), dialog), actionSheet), chip), badge), uploader), collapse), pullRefresh), switchThemes), step), pagination), table), fieldDecorator), radio), checkbox), divider), picker), appBar), bottomNavigationItem), menu), result), breadcrumb), avatar), link), progress), option), watermark), menuSelect), menuOption), avatarGroup), backTop), bottomNavigation), countdown), counter), fab), floatingPanel), formDetails), hoverOverlay), icon), imagePreview), indexBar), input), list), loading), loadingBar), overlay), paper), rate), ripple), slider), snackbar), space), swipe), tooltip), select);
|
|
88
126
|
export {
|
|
89
127
|
stdin_default as default
|
|
90
128
|
};
|