@appscode/design-system 2.0.33 → 2.0.35-alpha.1
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/main.scss +3 -0
- package/package.json +1 -1
- package/vue-components/styles/base/utilities/_colors.scss +32 -44
- package/vue-components/styles/base/utilities/_extended.scss +2 -2
- package/vue-components/styles/base/utilities/_global.scss +5 -126
- package/vue-components/styles/base/utilities/_typography.scss +8 -5
- package/vue-components/styles/components/_ac-code-highlight.scss +12 -7
- package/vue-components/styles/components/_ac-drag.scss +7 -7
- package/vue-components/styles/components/_ac-tags.scss +3 -3
- package/vue-components/styles/components/_accordion.scss +4 -4
- package/vue-components/styles/components/_add-card.scss +1 -1
- package/vue-components/styles/components/_breadcrumb.scss +4 -4
- package/vue-components/styles/components/_button.scss +1 -1
- package/vue-components/styles/components/_card-body-wrapper.scss +2 -2
- package/vue-components/styles/components/_direct-deploy.scss +5 -5
- package/vue-components/styles/components/_dropdown.scss +5 -5
- package/vue-components/styles/components/_getkeeper.scss +5 -5
- package/vue-components/styles/components/_graph.scss +3 -3
- package/vue-components/styles/components/_modal.scss +5 -5
- package/vue-components/styles/components/_nested-list.scss +3 -3
- package/vue-components/styles/components/_options.scss +5 -5
- package/vue-components/styles/components/_overview-info.scss +8 -8
- package/vue-components/styles/components/_overview-page.scss +3 -3
- package/vue-components/styles/components/_pagination.scss +6 -8
- package/vue-components/styles/components/_preview-modal.scss +5 -5
- package/vue-components/styles/components/_pricing-table.scss +9 -9
- package/vue-components/styles/components/_progress-bar.scss +72 -58
- package/vue-components/styles/components/_table-of-content.scss +5 -5
- package/vue-components/styles/components/_table.scss +21 -21
- package/vue-components/styles/components/_tabs.scss +19 -19
- package/vue-components/styles/components/_terminal.scss +5 -5
- package/vue-components/styles/components/_widget-menu.scss +15 -10
- package/vue-components/styles/components/_wizard.scss +16 -16
- package/vue-components/styles/components/bbum/_card-team.scss +4 -4
- package/vue-components/styles/components/bbum/_information-center.scss +14 -10
- package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/bbum/_post.scss +2 -2
- package/vue-components/styles/components/bbum/_sign-up-notification.scss +3 -3
- package/vue-components/styles/components/bbum/_single-post-preview.scss +15 -11
- package/vue-components/styles/components/bbum/_user-profile.scss +5 -5
- package/vue-components/styles/components/cards/_cluster.scss +1 -1
- package/vue-components/styles/components/cards/_info.scss +4 -4
- package/vue-components/styles/components/cards/_org.scss +1 -1
- package/vue-components/styles/components/cards/_payment-card.scss +3 -3
- package/vue-components/styles/components/cards/_subscription-card.scss +14 -10
- package/vue-components/styles/components/cards/_vendor.scss +3 -3
- package/vue-components/styles/components/content/_content-header.scss +1 -1
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +5 -5
- package/vue-components/styles/components/footer/_footer-area.scss +2 -2
- package/vue-components/styles/components/footer/_footer-item.scss +1 -1
- package/vue-components/styles/components/form-fields/_file-upload.scss +5 -5
- package/vue-components/styles/components/form-fields/_form-footer.scss +1 -1
- package/vue-components/styles/components/form-fields/_image-upload.scss +5 -5
- package/vue-components/styles/components/form-fields/_input-card.scss +6 -6
- package/vue-components/styles/components/form-fields/_input.scss +16 -16
- package/vue-components/styles/components/header/_header.scss +1 -1
- package/vue-components/styles/components/navbar/_menu-content.scss +23 -23
- package/vue-components/styles/components/navbar/_navbar.scss +2 -2
- package/vue-components/styles/components/navbar/_notification.scss +5 -5
- package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
- package/vue-components/styles/components/select-box/_multi-select.scss +8 -8
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +1 -1
- package/vue-components/styles/components/sidebar-tabs/_sidebar-tabs.scss +4 -4
- package/vue-components/styles/components/ui-builder/_ui-builder.scss +11 -11
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +9 -9
- package/vue-components/styles/layouts/_code-preview.scss +10 -8
- package/vue-components/v2/card/OverviewCards.vue +1 -1
- package/vue-components/v2/pagination/Pagination.vue +3 -3
- package/vue-components/v3/cards/Counter.vue +1 -1
- package/vue-components/v3/cards/OverviewCard.vue +1 -1
- package/vue-components/v3/cards/OverviewCards.vue +1 -1
- package/vue-components/v3/editor/MonacoEditor.vue +14 -8
- package/vue-components/v3/header/Header.vue +5 -5
- package/vue-components/v3/navbar/ThemeMode.vue +3 -3
- package/vue-components/v3/pagination/Pagination.vue +6 -6
- package/vue-components/v3/sidebar/SidebarFooter.vue +2 -3
- package/vue-components/v3/sidebar/SidebarHeader.vue +1 -1
- package/vue-components/v3/sidebar/Steps.vue +2 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +3 -1
- package/vue-components/v3/table/InfoTable.vue +3 -3
|
@@ -57,10 +57,12 @@ export default defineComponent({
|
|
|
57
57
|
// dispose model
|
|
58
58
|
monaco.editor.getModel(this.modelId)?.dispose();
|
|
59
59
|
// remove the schema
|
|
60
|
-
this.$monacoValidationOptions
|
|
61
|
-
this.$monacoValidationOptions.schemas
|
|
62
|
-
|
|
63
|
-
|
|
60
|
+
if (this.$monacoValidationOptions) {
|
|
61
|
+
this.$monacoValidationOptions.schemas =
|
|
62
|
+
this.$monacoValidationOptions.schemas.filter(
|
|
63
|
+
(schema) => !schema.fileMatch.includes(this.modelId)
|
|
64
|
+
);
|
|
65
|
+
}
|
|
64
66
|
// dispose editor
|
|
65
67
|
this.editor && this.editor.dispose();
|
|
66
68
|
},
|
|
@@ -80,14 +82,16 @@ export default defineComponent({
|
|
|
80
82
|
if (validation.schema?.type) {
|
|
81
83
|
// schema is provided
|
|
82
84
|
const schemas = [
|
|
83
|
-
...this.$monacoValidationOptions
|
|
85
|
+
...(this.$monacoValidationOptions?.schemas || []),
|
|
84
86
|
{
|
|
85
87
|
fileMatch: [this.modelId],
|
|
86
88
|
schema: validation.schema,
|
|
87
89
|
uri: validation.uri,
|
|
88
90
|
},
|
|
89
91
|
];
|
|
90
|
-
this.$monacoValidationOptions
|
|
92
|
+
if (this.$monacoValidationOptions) {
|
|
93
|
+
this.$monacoValidationOptions.schemas = schemas;
|
|
94
|
+
}
|
|
91
95
|
// yaml validation
|
|
92
96
|
if (this.$monacoYaml) {
|
|
93
97
|
this.$monacoYaml.update({
|
|
@@ -108,14 +112,16 @@ export default defineComponent({
|
|
|
108
112
|
if (validationSchema.ok) {
|
|
109
113
|
const schema = await validationSchema.json();
|
|
110
114
|
const schemas = [
|
|
111
|
-
...this.$monacoValidationOptions
|
|
115
|
+
...(this.$monacoValidationOptions?.schemas || []),
|
|
112
116
|
{
|
|
113
117
|
fileMatch: [this.modelId],
|
|
114
118
|
schema,
|
|
115
119
|
uri: validation.uri,
|
|
116
120
|
},
|
|
117
121
|
];
|
|
118
|
-
this.$monacoValidationOptions
|
|
122
|
+
if (this.$monacoValidationOptions) {
|
|
123
|
+
this.$monacoValidationOptions.schemas = schemas;
|
|
124
|
+
}
|
|
119
125
|
// yaml validation
|
|
120
126
|
if (this.$monacoYaml) {
|
|
121
127
|
this.$monacoYaml.update({
|
|
@@ -62,9 +62,9 @@ withDefaults(defineProps<Props>(), {
|
|
|
62
62
|
// display: table;
|
|
63
63
|
// width: 100%;
|
|
64
64
|
// border-left: 5px solid $primary;
|
|
65
|
-
// border-bottom: 1px solid $
|
|
66
|
-
// border-top: 1px solid $
|
|
67
|
-
// border-right: 1px solid $
|
|
65
|
+
// border-bottom: 1px solid $color-border;
|
|
66
|
+
// border-top: 1px solid $color-border;
|
|
67
|
+
// border-right: 1px solid $color-border;
|
|
68
68
|
|
|
69
69
|
// .dashboard-header-wrapper {
|
|
70
70
|
// height: 100%;
|
|
@@ -102,7 +102,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
102
102
|
// .resource {
|
|
103
103
|
// display: flex;
|
|
104
104
|
// align-items: center;
|
|
105
|
-
// border-left: 1px solid $
|
|
105
|
+
// border-left: 1px solid $color-border;
|
|
106
106
|
// padding: 0 1.5rem;
|
|
107
107
|
// margin-top: -10px;
|
|
108
108
|
// margin-bottom: -10px;
|
|
@@ -126,7 +126,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
126
126
|
// hr {
|
|
127
127
|
// margin: 0;
|
|
128
128
|
// padding: 0;
|
|
129
|
-
// background-color: $
|
|
129
|
+
// background-color: $color-border;
|
|
130
130
|
// }
|
|
131
131
|
// }
|
|
132
132
|
// }
|
|
@@ -107,7 +107,7 @@ watch(themeMode, (n) => {
|
|
|
107
107
|
|
|
108
108
|
<style lang="scss">
|
|
109
109
|
.theme-choicee {
|
|
110
|
-
border-top: 1px solid $
|
|
110
|
+
border-top: 1px solid $color-border;
|
|
111
111
|
|
|
112
112
|
li {
|
|
113
113
|
cursor: pointer;
|
|
@@ -117,7 +117,7 @@ watch(themeMode, (n) => {
|
|
|
117
117
|
display: flex;
|
|
118
118
|
align-items: center;
|
|
119
119
|
justify-content: center;
|
|
120
|
-
color: $
|
|
120
|
+
color: $color-text;
|
|
121
121
|
|
|
122
122
|
&:last-child {
|
|
123
123
|
border-right: none;
|
|
@@ -128,7 +128,7 @@ watch(themeMode, (n) => {
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
&.is-active {
|
|
131
|
-
background: $
|
|
131
|
+
background: $color-border;
|
|
132
132
|
color: $primary;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
@@ -182,14 +182,14 @@ watch(
|
|
|
182
182
|
font-size: 13px;
|
|
183
183
|
font-weight: 500;
|
|
184
184
|
border-radius: 4px;
|
|
185
|
-
border: 1px solid $
|
|
185
|
+
border: 1px solid $color-border;
|
|
186
186
|
color: $primary;
|
|
187
187
|
margin-left: 4px;
|
|
188
188
|
|
|
189
189
|
&:hover {
|
|
190
190
|
background-color: $primary !important;
|
|
191
191
|
color: $white-100;
|
|
192
|
-
border: 1px solid $
|
|
192
|
+
border: 1px solid $color-border;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
&.previous {
|
|
@@ -223,7 +223,7 @@ watch(
|
|
|
223
223
|
.pagination-filter {
|
|
224
224
|
select {
|
|
225
225
|
background-color: $primary-97;
|
|
226
|
-
border: 1px solid $
|
|
226
|
+
border: 1px solid $color-border;
|
|
227
227
|
border-radius: 2px;
|
|
228
228
|
margin-left: 4px;
|
|
229
229
|
height: 22px;
|
|
@@ -239,11 +239,11 @@ watch(
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
// .counting-page {
|
|
242
|
-
// color: $
|
|
242
|
+
// color: $color-text;
|
|
243
243
|
// font-size: 12px;
|
|
244
244
|
|
|
245
245
|
// span {
|
|
246
|
-
// color: $
|
|
246
|
+
// color: $color-heading;
|
|
247
247
|
// padding: 0 4px;
|
|
248
248
|
// font-weight: 500;
|
|
249
249
|
// }
|
|
@@ -254,7 +254,7 @@ watch(
|
|
|
254
254
|
// height: 20px;
|
|
255
255
|
// font-size: 11px;
|
|
256
256
|
// background-color: $white-100;
|
|
257
|
-
// color: $
|
|
257
|
+
// color: $color-text;
|
|
258
258
|
// &:focus-visible {
|
|
259
259
|
// outline: none;
|
|
260
260
|
// }
|
|
@@ -65,11 +65,10 @@ const AccentColorPicker = defineAsyncComponent(
|
|
|
65
65
|
align-items: center;
|
|
66
66
|
justify-content: space-between;
|
|
67
67
|
height: 30px;
|
|
68
|
-
border-top: 1px solid
|
|
69
|
-
|
|
68
|
+
border-top: 1px solid $secondary-30;
|
|
70
69
|
.back-button-hide {
|
|
71
70
|
display: none !important;
|
|
72
|
-
color: $
|
|
71
|
+
color: $color-text;
|
|
73
72
|
margin-bottom: 10px !important;
|
|
74
73
|
background-color: transparent;
|
|
75
74
|
}
|
|
@@ -107,7 +107,7 @@ ul {
|
|
|
107
107
|
&.is-active {
|
|
108
108
|
background-color: $primary;
|
|
109
109
|
color: $white-100;
|
|
110
|
-
border: 1px solid $
|
|
110
|
+
border: 1px solid $color-border;
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
@@ -121,7 +121,7 @@ ul {
|
|
|
121
121
|
.step-count {
|
|
122
122
|
background-color: $primary;
|
|
123
123
|
color: $white-100;
|
|
124
|
-
border: 1px solid $
|
|
124
|
+
border: 1px solid $color-border;
|
|
125
125
|
}
|
|
126
126
|
.label-text {
|
|
127
127
|
color: $white-100;
|
|
@@ -91,7 +91,7 @@ const isFullTableLoaderActive = computed(() => {
|
|
|
91
91
|
// INFO TABLE START
|
|
92
92
|
.table.ac-info-table {
|
|
93
93
|
background-color: transparent;
|
|
94
|
-
border-top: 1px solid $
|
|
94
|
+
border-top: 1px solid $color-border-light;
|
|
95
95
|
|
|
96
96
|
&.is-fullwidth {
|
|
97
97
|
tbody {
|
|
@@ -116,7 +116,7 @@ const isFullTableLoaderActive = computed(() => {
|
|
|
116
116
|
td {
|
|
117
117
|
border: none;
|
|
118
118
|
font-size: 13px;
|
|
119
|
-
color: $
|
|
119
|
+
color: $color-text;
|
|
120
120
|
font-weight: 400;
|
|
121
121
|
padding: 3px 0px;
|
|
122
122
|
min-width: 230px;
|
|
@@ -124,7 +124,7 @@ const isFullTableLoaderActive = computed(() => {
|
|
|
124
124
|
&:first-child {
|
|
125
125
|
font-weight: 400;
|
|
126
126
|
padding-right: 10px;
|
|
127
|
-
color: $
|
|
127
|
+
color: $color-heading;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
}
|