@appscode/design-system 1.1.0-beta.2 → 1.1.0-beta.25
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/base/_video-player.scss +65 -0
- package/base/utilities/_all.scss +5 -4
- package/base/utilities/_colors.scss +341 -0
- package/base/utilities/_customize-bulma.scss +23 -27
- package/base/utilities/_extended.scss +3 -2
- package/base/utilities/{_default.scss → _global.scss} +167 -313
- package/base/utilities/_layouts.scss +157 -0
- package/base/utilities/_spacing.scss +96 -0
- package/base/utilities/_typography.scss +36 -4
- package/base/utilities/dark-theme.scss +2 -8
- package/components/_ac-alert-box.scss +205 -262
- package/components/_ac-code-highlight.scss +9 -12
- package/components/_ac-drag.scss +4 -4
- package/components/_ac-modal.scss +212 -212
- package/components/_ac-multi-select.scss +101 -72
- package/components/_ac-options.scss +122 -122
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +503 -502
- package/components/_ac-tabs.scss +16 -16
- package/components/_ac-tags.scss +116 -116
- package/components/_accordion.scss +117 -0
- package/components/_all.scss +34 -29
- package/components/_app-drawer.scss +0 -134
- package/components/_breadcumb.scss +0 -71
- package/components/_buttons.scss +779 -779
- package/components/_dashboard-header.scss +0 -115
- package/components/_image-upload.scss +6 -6
- package/components/_input-card.scss +232 -0
- package/components/_input.scss +947 -0
- package/components/_left-sidebar-menu.scss +350 -483
- package/components/_monaco-editor.scss +2 -2
- package/components/_navbar.scss +786 -752
- package/components/_nested-list.scss +2 -2
- package/components/_overview-info.scss +3 -3
- package/components/_pagination.scss +9 -27
- package/components/_payment-card.scss +1 -1
- package/components/_pricing-table.scss +5 -5
- package/components/_progress-bar.scss +61 -74
- package/components/_subscription-card.scss +8 -10
- package/components/_table-of-content.scss +4 -4
- package/components/_terminal.scss +331 -0
- package/components/_widget-menu.scss +252 -257
- package/components/_wizard.scss +522 -801
- package/components/ac-toaster/_ac-toasted.scss +6 -11
- package/components/bbum/_information-center.scss +8 -10
- package/components/bbum/_mobile-desktop.scss +9 -14
- package/components/bbum/_single-post-preview.scss +9 -9
- package/components/ui-builder/_ui-builder.scss +18 -22
- package/components/ui-builder/_vue-open-api.scss +514 -1
- package/layouts/_code-preview.scss +6 -7
- package/main.scss +26 -10
- package/package.json +1 -1
- package/plugins/theme.js +11 -9
- package/plugins/vue-toaster.js +1 -1
- package/vue-components/types/importFlow.ts +16 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/card/Card.vue +1 -1
- package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
- package/vue-components/v2/modal/Modal.vue +1 -1
- package/vue-components/v2/pagination/Pagination.vue +1 -0
- package/vue-components/v3/alert/Alert.vue +7 -7
- package/vue-components/v3/banner/Banner.vue +2 -2
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +4 -2
- package/vue-components/v3/button/Button.vue +22 -10
- package/vue-components/v3/cards/Card.vue +1 -1
- package/vue-components/v3/cards/Cluster.vue +3 -4
- package/vue-components/v3/cards/Counter.vue +12 -0
- package/vue-components/v3/cards/FeatureCard.vue +31 -0
- package/vue-components/v3/cards/InfoCard.vue +4 -9
- package/vue-components/v3/cards/Monitoring.vue +1 -1
- package/vue-components/v3/cards/Vendor.vue +67 -5
- package/vue-components/v3/content/ContentTable.vue +7 -2
- package/vue-components/v3/editor/FilteredFileEditor.vue +200 -3
- package/vue-components/v3/footer/FooterItem.vue +4 -1
- package/vue-components/v3/footer/Info.vue +10 -8
- package/vue-components/v3/footer/Status.vue +21 -23
- package/vue-components/v3/footer/Usage.vue +20 -30
- package/vue-components/v3/form/Form.vue +0 -3
- package/vue-components/v3/form-fields/AcSingleInput.vue +9 -1
- package/vue-components/v3/header/Header.vue +5 -4
- package/vue-components/v3/loaders/InfoCardLoader.vue +65 -0
- package/vue-components/v3/modal/Modal.vue +1 -1
- package/vue-components/v3/navbar/Navbar.vue +3 -1
- package/vue-components/v3/navbar/User.vue +4 -4
- package/vue-components/v3/notification/AlertBox.vue +233 -4
- package/vue-components/v3/option-dots/Options.vue +2 -1
- package/vue-components/v3/pagination/Pagination.vue +2 -1
- package/vue-components/v3/preloader/Preloader.vue +1 -1
- package/vue-components/v3/searchbars/SearchBar.vue +10 -2
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +35 -31
- package/vue-components/v3/sidebar/Sidebar.vue +7 -11
- package/vue-components/v3/sidebar/SidebarFooter.vue +3 -3
- package/vue-components/v3/sidebar/SidebarHeader.vue +3 -3
- package/vue-components/v3/sidebar/Steps.vue +152 -0
- package/vue-components/v3/table/InfoTable.vue +6 -4
- package/vue-components/v3/table/Table.vue +38 -31
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/base/utilities/_derived-variables.scss +0 -24
- package/base/utilities/_initial-variables.scss +0 -217
- package/components/_ac-accordion.scss +0 -117
- package/components/_ac-card.scss +0 -597
- package/components/_ac-input.scss +0 -876
- package/components/_ac-terminal.scss +0 -270
- package/components/_basic-card.scss +0 -118
- /package/components/{_ac-report.scss → _report.scss} +0 -0
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
.ac-options {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// dark theme start
|
|
115
|
-
.is-dark-theme {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
// dark theme end
|
|
1
|
+
// .ac-options {
|
|
2
|
+
// position: relative;
|
|
3
|
+
// z-index: 9;
|
|
4
|
+
|
|
5
|
+
// &.is-horaizental {
|
|
6
|
+
// .option-dots {
|
|
7
|
+
// flex-direction: row;
|
|
8
|
+
|
|
9
|
+
// span {
|
|
10
|
+
// margin-bottom: 0;
|
|
11
|
+
// margin-right: 2px;
|
|
12
|
+
// }
|
|
13
|
+
// }
|
|
14
|
+
// }
|
|
15
|
+
|
|
16
|
+
// &.is-centered {
|
|
17
|
+
// .option-dots {
|
|
18
|
+
// align-items: center;
|
|
19
|
+
// }
|
|
20
|
+
|
|
21
|
+
// .options-items {
|
|
22
|
+
// left: 50%;
|
|
23
|
+
// }
|
|
24
|
+
// }
|
|
25
|
+
|
|
26
|
+
// &.is-right {
|
|
27
|
+
// .option-dots {
|
|
28
|
+
// align-items: flex-end;
|
|
29
|
+
// padding: 0 10px;
|
|
30
|
+
// margin-right: -10px;
|
|
31
|
+
// }
|
|
32
|
+
|
|
33
|
+
// .options-items {
|
|
34
|
+
// right: 0px;
|
|
35
|
+
// }
|
|
36
|
+
// }
|
|
37
|
+
|
|
38
|
+
// .option-dots {
|
|
39
|
+
// display: flex;
|
|
40
|
+
// flex-direction: column;
|
|
41
|
+
// cursor: pointer;
|
|
42
|
+
// align-items: flex-start;
|
|
43
|
+
// border: none;
|
|
44
|
+
// background-color: transparent;
|
|
45
|
+
// transition: 0.3 ease-in-out;
|
|
46
|
+
|
|
47
|
+
// &:hover {
|
|
48
|
+
// color: $primary;
|
|
49
|
+
// }
|
|
50
|
+
|
|
51
|
+
// span {
|
|
52
|
+
// width: 4px;
|
|
53
|
+
// height: 4px;
|
|
54
|
+
// background-color: $primary-20;
|
|
55
|
+
// border-radius: 50%;
|
|
56
|
+
// margin-bottom: 1px;
|
|
57
|
+
// }
|
|
58
|
+
// }
|
|
59
|
+
|
|
60
|
+
// .options-items {
|
|
61
|
+
// border-radius: 4px;
|
|
62
|
+
// position: absolute;
|
|
63
|
+
// z-index: 99;
|
|
64
|
+
// background-color: $white-100;
|
|
65
|
+
// min-width: 160px;
|
|
66
|
+
// top: 30px;
|
|
67
|
+
// padding: 5px 0;
|
|
68
|
+
// border: 1px solid $primary-90;
|
|
69
|
+
|
|
70
|
+
// li {
|
|
71
|
+
// .list-button {
|
|
72
|
+
// width: 100%;
|
|
73
|
+
// background-color: transparent;
|
|
74
|
+
// border: none;
|
|
75
|
+
// cursor: pointer;
|
|
76
|
+
// font-weight: 400;
|
|
77
|
+
// text-align: left;
|
|
78
|
+
// color: $primary-20;
|
|
79
|
+
// font-size: 13px;
|
|
80
|
+
// padding: 10px 30px;
|
|
81
|
+
// display: block;
|
|
82
|
+
|
|
83
|
+
// &:hover {
|
|
84
|
+
// background-color: $black-60;
|
|
85
|
+
// color: $primary;
|
|
86
|
+
// }
|
|
87
|
+
|
|
88
|
+
// span {
|
|
89
|
+
// background-color: transparent;
|
|
90
|
+
|
|
91
|
+
// &.icon {
|
|
92
|
+
// margin-right: 5px;
|
|
93
|
+
// }
|
|
94
|
+
// }
|
|
95
|
+
// }
|
|
96
|
+
|
|
97
|
+
// a {
|
|
98
|
+
// font-size: 13px;
|
|
99
|
+
// padding: 7px 15px;
|
|
100
|
+
// display: block;
|
|
101
|
+
// text-decoration: none !important;
|
|
102
|
+
// color: $primary-10 !important;
|
|
103
|
+
// border: none;
|
|
104
|
+
|
|
105
|
+
// &:hover {
|
|
106
|
+
// background-color: $black-60;
|
|
107
|
+
// color: $primary !important;
|
|
108
|
+
// }
|
|
109
|
+
// }
|
|
110
|
+
// }
|
|
111
|
+
// }
|
|
112
|
+
// }
|
|
113
|
+
|
|
114
|
+
// // dark theme start
|
|
115
|
+
// .is-dark-theme {
|
|
116
|
+
// .ac-options {
|
|
117
|
+
// .options-items {
|
|
118
|
+
// --ac-white: var(--dark-bg-light);
|
|
119
|
+
// }
|
|
120
|
+
// }
|
|
121
|
+
// }
|
|
122
|
+
// // dark theme end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.ac-select-box {
|
|
2
2
|
select {
|
|
3
3
|
background-color: $info-light;
|
|
4
|
-
border: 1px solid $
|
|
4
|
+
border: 1px solid $primary-10;
|
|
5
5
|
font-size: 13px;
|
|
6
6
|
height: 42px;
|
|
7
7
|
padding-left: 20px;
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&.select:not(.is-multiple):not(.is-loading)::after {
|
|
37
|
-
border-color: $
|
|
37
|
+
border-color: $primary-10;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.is-dark-theme {
|
|
42
42
|
.select {
|
|
43
43
|
select {
|
|
44
|
-
background-color: $
|
|
45
|
-
color: $
|
|
44
|
+
background-color: $black-80;
|
|
45
|
+
color: $white-100;
|
|
46
46
|
border: 1px solid $primary-90;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
}
|
|
49
|
+
}
|