@appscode/design-system 2.0.18 → 2.0.19-alpha.10
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 +4 -18
- package/package.json +1 -1
- package/{base → vue-components/styles/base}/utilities/_grid.scss +1 -1
- package/vue-components/styles/components/_accordion.scss +117 -0
- package/vue-components/styles/components/_add-card.scss +70 -0
- package/vue-components/styles/components/_all.scss +38 -0
- package/vue-components/styles/components/_breadcrumb.scss +32 -0
- package/vue-components/styles/components/_button.scss +110 -0
- package/vue-components/styles/components/_card-body-wrapper.scss +54 -0
- package/vue-components/styles/components/_direct-deploy.scss +69 -0
- package/vue-components/styles/components/_dropdown.scss +32 -0
- package/vue-components/styles/components/_modal.scss +216 -0
- package/vue-components/styles/components/_options.scss +134 -0
- package/vue-components/styles/components/_table.scss +430 -0
- package/vue-components/styles/components/_tabs.scss +338 -0
- package/vue-components/styles/components/alert/_alert-message.scss +16 -0
- package/vue-components/styles/components/alert/_alert.scss +123 -0
- package/vue-components/styles/components/alert/_all.scss +3 -0
- package/vue-components/styles/components/alert/_toast.scss +50 -0
- package/vue-components/styles/components/cards/_all.scss +8 -0
- package/vue-components/styles/components/cards/_cluster.scss +97 -0
- package/vue-components/styles/components/cards/_features.scss +26 -0
- package/vue-components/styles/components/cards/_info.scss +83 -0
- package/vue-components/styles/components/cards/_monitoring.scss +24 -0
- package/vue-components/styles/components/cards/_org.scss +59 -0
- package/vue-components/styles/components/cards/_vendor.scss +58 -0
- package/vue-components/styles/components/content/_all.scss +2 -0
- package/vue-components/styles/components/content/_content-header.scss +14 -0
- package/vue-components/styles/components/content/_content-layout.scss +4 -0
- package/vue-components/styles/components/editor/_all.scss +2 -0
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +195 -0
- package/vue-components/styles/components/footer/_all.scss +3 -0
- package/vue-components/styles/components/footer/_footer-area.scss +26 -0
- package/vue-components/styles/components/footer/_footer-item.scss +14 -0
- package/vue-components/styles/components/footer/_footer-items.scss +5 -0
- package/vue-components/styles/components/form-fields/_all.scss +4 -0
- package/vue-components/styles/components/form-fields/_file-upload.scss +42 -0
- package/vue-components/styles/components/form-fields/_form-footer.scss +9 -0
- package/{components → vue-components/styles/components/form-fields}/_input.scss +47 -32
- package/vue-components/styles/components/header/_header-item.scss +13 -0
- package/vue-components/styles/components/header/_header.scss +7 -0
- package/vue-components/styles/components/navbar/_all.scss +2 -0
- package/vue-components/styles/components/navbar/_menu-content.scss +527 -0
- package/vue-components/styles/components/navbar/_navbar.scss +73 -0
- package/vue-components/styles/components/navbar/_notification.scss +103 -0
- package/vue-components/styles/components/select-box/_ac-select-box.scss +49 -0
- package/vue-components/styles/components/select-box/_all.scss +2 -0
- package/vue-components/styles/components/sidebar/_all.scss +1 -0
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +222 -0
- package/{components → vue-components/styles/components}/ui-builder/_ui-builder.scss +6 -39
- package/vue-components/v3/accordion/Accordion.vue +1 -117
- package/vue-components/v3/alert/Alert.vue +1 -218
- package/vue-components/v3/alert/AlertMessage.vue +46 -0
- package/vue-components/v3/alert/Toast.vue +1 -50
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +1 -33
- package/vue-components/v3/button/Button.vue +2 -63
- package/vue-components/v3/button/Buttons.vue +0 -8
- package/vue-components/v3/cards/Cluster.vue +2 -93
- package/vue-components/v3/cards/FeatureCard.vue +1 -25
- package/vue-components/v3/cards/FeatureCards.vue +5 -1
- package/vue-components/v3/cards/InfoCard.vue +1 -80
- package/vue-components/v3/cards/Monitoring.vue +1 -24
- package/vue-components/v3/cards/OrgCard.vue +1 -59
- package/vue-components/v3/cards/Payment.vue +3 -0
- package/vue-components/v3/cards/Vendor.vue +2 -58
- package/vue-components/v3/content/ContentHeader.vue +1 -14
- package/vue-components/v3/content/ContentLayout.vue +1 -7
- package/vue-components/v3/dropdown/DropdownAction.vue +1 -32
- package/vue-components/v3/editor/FilteredFileEditor.vue +2 -196
- package/vue-components/v3/footer/FooterArea.vue +2 -27
- package/vue-components/v3/footer/FooterItem.vue +1 -15
- package/vue-components/v3/footer/FooterItems.vue +2 -7
- package/vue-components/v3/form/FormFooter.vue +1 -9
- package/vue-components/v3/form-fields/AcSingleInput.vue +3 -1
- package/vue-components/v3/form-fields/FileUpload.vue +1 -42
- package/vue-components/v3/header/Header.vue +1 -7
- package/vue-components/v3/header/HeaderItem.vue +1 -13
- package/vue-components/v3/modal/Modal.vue +1 -216
- package/vue-components/v3/navbar/Appdrawer.vue +1 -121
- package/vue-components/v3/navbar/Navbar.vue +2 -92
- package/vue-components/v3/navbar/NavbarItem.vue +0 -65
- package/vue-components/v3/navbar/NavbarItemContent.vue +0 -275
- package/vue-components/v3/navbar/Notification.vue +1 -103
- package/vue-components/v3/navbar/User.vue +6 -175
- package/vue-components/v3/option-dots/Options.vue +1 -144
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +3 -1
- package/vue-components/v3/sidebar/Sidebar.vue +1 -201
- package/vue-components/v3/tab/Tabs.vue +1 -24
- package/vue-components/v3/table/Table.vue +1 -453
- package/components/_ac-alert-box.scss +0 -205
- package/components/_ac-content-layout.scss +0 -165
- package/components/_ac-modal.scss +0 -212
- package/components/_ac-options.scss +0 -122
- package/components/_ac-select-box.scss +0 -49
- package/components/_ac-table.scss +0 -503
- package/components/_ac-tabs.scss +0 -313
- package/components/_accordion.scss +0 -117
- package/components/_add-card.scss +0 -70
- package/components/_all.scss +0 -35
- package/components/_buttons.scss +0 -779
- package/components/_card-body-wrapper.scss +0 -54
- package/components/_direct-deploy.scss +0 -69
- package/components/_left-sidebar-menu.scss +0 -482
- package/components/_navbar.scss +0 -786
- /package/{base → vue-components/styles/base}/_video-player.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_all.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_colors.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_customize-bulma.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_extended.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_global.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_layouts.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_mixin.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_spacing.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_typography.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-calendar.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-code-highlight.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-drag.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-tags.scss +0 -0
- /package/{components → vue-components/styles/components}/_breadcumb.scss +0 -0
- /package/{components → vue-components/styles/components}/_dashboard-header.scss +0 -0
- /package/{components → vue-components/styles/components}/_getkeeper.scss +0 -0
- /package/{components → vue-components/styles/components}/_go-to-top.scss +0 -0
- /package/{components → vue-components/styles/components}/_graph.scss +0 -0
- /package/{components → vue-components/styles/components}/_nested-list.scss +0 -0
- /package/{components → vue-components/styles/components}/_overview-info.scss +0 -0
- /package/{components → vue-components/styles/components}/_overview-page.scss +0 -0
- /package/{components → vue-components/styles/components}/_pagination.scss +0 -0
- /package/{components → vue-components/styles/components}/_preloader.scss +0 -0
- /package/{components → vue-components/styles/components}/_preview-modal.scss +0 -0
- /package/{components → vue-components/styles/components}/_pricing-table.scss +0 -0
- /package/{components → vue-components/styles/components}/_progress-bar.scss +0 -0
- /package/{components → vue-components/styles/components}/_report.scss +0 -0
- /package/{components → vue-components/styles/components}/_table-of-content.scss +0 -0
- /package/{components → vue-components/styles/components}/_terminal.scss +0 -0
- /package/{components → vue-components/styles/components}/_tfa.scss +0 -0
- /package/{components → vue-components/styles/components}/_transitions.scss +0 -0
- /package/{components → vue-components/styles/components}/_widget-menu.scss +0 -0
- /package/{components → vue-components/styles/components}/_wizard.scss +0 -0
- /package/{components → vue-components/styles/components}/ac-toaster/_ac-toasted.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_activities-header.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_all.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_card-team.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_information-center.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_left-sidebar.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_mobile-desktop.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_post.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_sign-up-notification.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_single-post-preview.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_user-profile.scss +0 -0
- /package/{components → vue-components/styles/components/cards}/_payment-card.scss +0 -0
- /package/{components → vue-components/styles/components/cards}/_subscription-card.scss +0 -0
- /package/{components → vue-components/styles/components/editor}/_monaco-editor.scss +0 -0
- /package/{components → vue-components/styles/components/form-fields}/_image-upload.scss +0 -0
- /package/{components → vue-components/styles/components/form-fields}/_input-card.scss +0 -0
- /package/{components/_app-drawer.scss → vue-components/styles/components/header/_all.scss} +0 -0
- /package/{components → vue-components/styles/components/select-box}/_multi-select.scss +0 -0
- /package/{components → vue-components/styles/components}/ui-builder/_vue-open-api.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_404.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_all.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_code-preview.scss +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
modifierClasses?: string;
|
|
4
|
+
message?: string;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
modifierClasses: "",
|
|
9
|
+
message:
|
|
10
|
+
"Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ut eum deserunt facilis natus ipsum eligendi! Consequuntur illo repudiandae at eius nam, ab omnis eveniet obcaecati.",
|
|
11
|
+
});
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<template>
|
|
15
|
+
<div :class="modifierClasses" class="message is-success">
|
|
16
|
+
<div class="message-body">
|
|
17
|
+
<span class="status-icon">
|
|
18
|
+
<slot name="icon"></slot>
|
|
19
|
+
</span>
|
|
20
|
+
<p>{{ message }}</p>
|
|
21
|
+
|
|
22
|
+
<button class="button is-text">
|
|
23
|
+
<span class="icon"
|
|
24
|
+
><svg
|
|
25
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
fill="none"
|
|
27
|
+
viewBox="0 0 24 24"
|
|
28
|
+
stroke-width="1.5"
|
|
29
|
+
stroke="currentColor"
|
|
30
|
+
class="w-6 h-6"
|
|
31
|
+
>
|
|
32
|
+
<path
|
|
33
|
+
stroke-linecap="round"
|
|
34
|
+
stroke-linejoin="round"
|
|
35
|
+
d="M6 18L18 6M6 6l12 12"
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
</span>
|
|
39
|
+
</button>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</template>
|
|
43
|
+
|
|
44
|
+
<style lang="scss" scoped>
|
|
45
|
+
@import "../../../vue-components/styles/components/alert/alert-message";
|
|
46
|
+
</style>
|
|
@@ -26,54 +26,5 @@ withDefaults(defineProps<Props>(), {
|
|
|
26
26
|
</div>
|
|
27
27
|
</template>
|
|
28
28
|
<style lang="scss" scoped>
|
|
29
|
-
|
|
30
|
-
width: 350px;
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
justify-content: space-between;
|
|
34
|
-
font-size: 13px;
|
|
35
|
-
border-radius: 4px;
|
|
36
|
-
position: relative;
|
|
37
|
-
padding-right: 30px;
|
|
38
|
-
margin-bottom: 10px;
|
|
39
|
-
|
|
40
|
-
* {
|
|
41
|
-
color: $white-100;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
p {
|
|
45
|
-
padding-left: 16px;
|
|
46
|
-
|
|
47
|
-
i.fa {
|
|
48
|
-
padding-right: 0 !important;
|
|
49
|
-
margin-right: 4px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
a {
|
|
54
|
-
font-weight: 500;
|
|
55
|
-
text-decoration: underline;
|
|
56
|
-
padding: 0 15px;
|
|
57
|
-
|
|
58
|
-
&:hover {
|
|
59
|
-
color: $black-90;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
button.close-button {
|
|
64
|
-
border-radius: 0px;
|
|
65
|
-
background-color: transparent;
|
|
66
|
-
border: none;
|
|
67
|
-
color: $white-100;
|
|
68
|
-
position: absolute;
|
|
69
|
-
right: 0;
|
|
70
|
-
top: 0;
|
|
71
|
-
padding: 5px;
|
|
72
|
-
height: 100%;
|
|
73
|
-
width: 30px;
|
|
74
|
-
z-index: 1;
|
|
75
|
-
cursor: pointer;
|
|
76
|
-
border-left: 1px solid #dddddd;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
29
|
+
@import "../../../vue-components/styles/components/alert/toast";
|
|
79
30
|
</style>
|
|
@@ -130,37 +130,5 @@ watch(
|
|
|
130
130
|
</template>
|
|
131
131
|
|
|
132
132
|
<style lang="scss" scoped>
|
|
133
|
-
|
|
134
|
-
.ac-breadcrumb {
|
|
135
|
-
padding: 8px 20px;
|
|
136
|
-
border-bottom: 1px solid $primary-95;
|
|
137
|
-
position: sticky;
|
|
138
|
-
top: 50px;
|
|
139
|
-
height: auto;
|
|
140
|
-
background-color: $white-100;
|
|
141
|
-
z-index: 998;
|
|
142
|
-
display: flex;
|
|
143
|
-
align-items: center;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.breadcrumb {
|
|
147
|
-
a {
|
|
148
|
-
color: $primary-20;
|
|
149
|
-
font-size: 13px;
|
|
150
|
-
padding: 0 3px;
|
|
151
|
-
font-weight: 500;
|
|
152
|
-
font-style: normal;
|
|
153
|
-
|
|
154
|
-
&:hover {
|
|
155
|
-
color: $primary-10;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
li.is-active {
|
|
160
|
-
a {
|
|
161
|
-
color: $primary-10;
|
|
162
|
-
font-weight: 500;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
133
|
+
@import "../../../vue-components/styles/components/breadcrumb";
|
|
166
134
|
</style>
|
|
@@ -69,67 +69,6 @@ const showUnpluginIcon = computed(() => {
|
|
|
69
69
|
</button>
|
|
70
70
|
</template>
|
|
71
71
|
|
|
72
|
-
<style lang="scss"
|
|
73
|
-
|
|
74
|
-
&.ac-button {
|
|
75
|
-
padding: 8px 16px;
|
|
76
|
-
font-weight: 500;
|
|
77
|
-
line-height: 1;
|
|
78
|
-
|
|
79
|
-
&.is-primary {
|
|
80
|
-
&.is-light {
|
|
81
|
-
color: $primary;
|
|
82
|
-
&:focus:not(:hover) {
|
|
83
|
-
color: inherit;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
&.is-warning {
|
|
88
|
-
&.is-light {
|
|
89
|
-
color: $yellow-30;
|
|
90
|
-
&:focus:not(:hover) {
|
|
91
|
-
color: inherit;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
&.is-success {
|
|
97
|
-
&.is-light {
|
|
98
|
-
color: $green-30;
|
|
99
|
-
&:focus:not(:hover) {
|
|
100
|
-
color: inherit;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
&.is-light {
|
|
105
|
-
&.is-loading {
|
|
106
|
-
&::after {
|
|
107
|
-
border-color: transparent transparent #1c1c1c #1c1c1c !important;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
&.is-outlined {
|
|
111
|
-
&:hover {
|
|
112
|
-
border-color: inherit;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&.is-small {
|
|
118
|
-
padding: 4px 12px;
|
|
119
|
-
&:not(.is-rounded) {
|
|
120
|
-
border-radius: 4px;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
&.is-medium {
|
|
124
|
-
font-size: 1rem;
|
|
125
|
-
height: 36px;
|
|
126
|
-
&.is-square {
|
|
127
|
-
width: 36px;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
button.is-primary {
|
|
133
|
-
background-color: $primary;
|
|
134
|
-
}
|
|
72
|
+
<style lang="scss">
|
|
73
|
+
@import "../../../vue-components/styles/components/button";
|
|
135
74
|
</style>
|
|
@@ -29,7 +29,7 @@ const OptionDots = defineAsyncComponent(
|
|
|
29
29
|
</script>
|
|
30
30
|
|
|
31
31
|
<template>
|
|
32
|
-
<div class="card-details" data-testid="cluster-item-navigate">
|
|
32
|
+
<div class="card-details cluster" data-testid="cluster-item-navigate">
|
|
33
33
|
<option-dots v-if="showOptions" :position="'is-right'">
|
|
34
34
|
<slot name="options" />
|
|
35
35
|
</option-dots>
|
|
@@ -69,96 +69,5 @@ const OptionDots = defineAsyncComponent(
|
|
|
69
69
|
</template>
|
|
70
70
|
|
|
71
71
|
<style lang="scss" scoped>
|
|
72
|
-
|
|
73
|
-
border: 1px solid $primary-90;
|
|
74
|
-
padding: 24px 20px;
|
|
75
|
-
transition: 0.3s ease-in-out;
|
|
76
|
-
position: relative;
|
|
77
|
-
z-index: 1;
|
|
78
|
-
width: 100%;
|
|
79
|
-
border-radius: 2px;
|
|
80
|
-
|
|
81
|
-
.ac-options {
|
|
82
|
-
position: absolute;
|
|
83
|
-
right: 20px;
|
|
84
|
-
top: 24px;
|
|
85
|
-
z-index: 999;
|
|
86
|
-
}
|
|
87
|
-
.c-header {
|
|
88
|
-
display: flex;
|
|
89
|
-
margin-bottom: 24px;
|
|
90
|
-
|
|
91
|
-
.c-logo {
|
|
92
|
-
width: 54px;
|
|
93
|
-
height: 54px;
|
|
94
|
-
background: #e8f3fc;
|
|
95
|
-
border-radius: 50%;
|
|
96
|
-
display: flex;
|
|
97
|
-
align-items: center;
|
|
98
|
-
justify-content: center;
|
|
99
|
-
margin-right: 24px;
|
|
100
|
-
|
|
101
|
-
img {
|
|
102
|
-
height: 24px;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.c-content {
|
|
107
|
-
width: calc(100% - 78px);
|
|
108
|
-
h4 {
|
|
109
|
-
font-size: 18px;
|
|
110
|
-
line-height: 130%;
|
|
111
|
-
color: #030d17;
|
|
112
|
-
}
|
|
113
|
-
.icon {
|
|
114
|
-
color: #0c365a;
|
|
115
|
-
cursor: pointer;
|
|
116
|
-
position: relative;
|
|
117
|
-
z-index: 1;
|
|
118
|
-
&:after {
|
|
119
|
-
position: absolute;
|
|
120
|
-
content: "";
|
|
121
|
-
border-radius: 50%;
|
|
122
|
-
width: 32px;
|
|
123
|
-
height: 32px;
|
|
124
|
-
background: #e8f3fc;
|
|
125
|
-
opacity: 0;
|
|
126
|
-
visibility: hidden;
|
|
127
|
-
transition: 0.3s ease-in-out;
|
|
128
|
-
z-index: -1;
|
|
129
|
-
}
|
|
130
|
-
&:hover {
|
|
131
|
-
&:after {
|
|
132
|
-
opacity: 1;
|
|
133
|
-
visibility: visible;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
.tags {
|
|
138
|
-
margin-top: 12px;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.c-body {
|
|
144
|
-
display: flex;
|
|
145
|
-
flex-wrap: wrap;
|
|
146
|
-
gap: 20px;
|
|
147
|
-
justify-content: space-between;
|
|
148
|
-
p {
|
|
149
|
-
width: calc(25% - 16px);
|
|
150
|
-
|
|
151
|
-
span {
|
|
152
|
-
font-size: 11px;
|
|
153
|
-
color: #666666;
|
|
154
|
-
display: block;
|
|
155
|
-
}
|
|
156
|
-
strong {
|
|
157
|
-
color: #061b2d;
|
|
158
|
-
font-size: 13px;
|
|
159
|
-
font-weight: 400;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
}
|
|
72
|
+
@import "../../../vue-components/styles/components/cards/cluster";
|
|
164
73
|
</style>
|
|
@@ -12,7 +12,7 @@ withDefaults(
|
|
|
12
12
|
</script>
|
|
13
13
|
<template>
|
|
14
14
|
<!-- single card wrapper start -->
|
|
15
|
-
<div class="card-basic b-1" data-testid="simple-feature-card">
|
|
15
|
+
<div class="card-basic feature-card b-1" data-testid="simple-feature-card">
|
|
16
16
|
<div class="c-header is-flex is-justify-content-space-between">
|
|
17
17
|
<div
|
|
18
18
|
v-if="isRequired"
|
|
@@ -41,28 +41,4 @@ withDefaults(
|
|
|
41
41
|
|
|
42
42
|
<style lang="scss" scoped>
|
|
43
43
|
// ac card
|
|
44
|
-
.card-basic {
|
|
45
|
-
padding: 20px;
|
|
46
|
-
width: calc(25% - 8px);
|
|
47
|
-
max-width: 390px;
|
|
48
|
-
min-width: 290px;
|
|
49
|
-
position: relative;
|
|
50
|
-
border-radius: 2px;
|
|
51
|
-
|
|
52
|
-
.required {
|
|
53
|
-
position: absolute;
|
|
54
|
-
left: 20px;
|
|
55
|
-
top: -9px;
|
|
56
|
-
}
|
|
57
|
-
.c-title {
|
|
58
|
-
h5 {
|
|
59
|
-
width: calc(100% - 28px);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
.c-body {
|
|
63
|
-
p {
|
|
64
|
-
color: #0c365a;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
44
|
</style>
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
<script setup lang="ts"></script>
|
|
2
2
|
<template>
|
|
3
|
-
<div
|
|
3
|
+
<div
|
|
4
|
+
class="is-flex is-flex-wrap-wrap"
|
|
5
|
+
data-testid="simple-feature-sets"
|
|
6
|
+
style="gap: 16px"
|
|
7
|
+
>
|
|
4
8
|
<slot />
|
|
5
9
|
</div>
|
|
6
10
|
</template>
|
|
@@ -159,84 +159,5 @@ const OptionDots = defineAsyncComponent(
|
|
|
159
159
|
</template>
|
|
160
160
|
|
|
161
161
|
<style lang="scss" scoped>
|
|
162
|
-
|
|
163
|
-
border: 1px solid $primary-90;
|
|
164
|
-
position: relative;
|
|
165
|
-
border-radius: 2px;
|
|
166
|
-
.header {
|
|
167
|
-
display: flex;
|
|
168
|
-
align-items: center;
|
|
169
|
-
padding: 12px 16px;
|
|
170
|
-
border-bottom: 1px dashed $primary-90;
|
|
171
|
-
|
|
172
|
-
.logo {
|
|
173
|
-
display: flex;
|
|
174
|
-
align-items: center;
|
|
175
|
-
margin-right: 12px;
|
|
176
|
-
img {
|
|
177
|
-
width: 16px;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.content {
|
|
182
|
-
width: 100%;
|
|
183
|
-
h5 {
|
|
184
|
-
color: $primary-10;
|
|
185
|
-
font-weight: 500;
|
|
186
|
-
margin-bottom: 0;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.body {
|
|
192
|
-
display: flex;
|
|
193
|
-
align-items: flex-end;
|
|
194
|
-
justify-content: space-between;
|
|
195
|
-
padding: 16px;
|
|
196
|
-
p {
|
|
197
|
-
display: flex;
|
|
198
|
-
align-items: center;
|
|
199
|
-
margin-bottom: 8px;
|
|
200
|
-
span.icon {
|
|
201
|
-
padding-right: 8px;
|
|
202
|
-
width: 22px;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
strong {
|
|
206
|
-
font-size: 13px;
|
|
207
|
-
font-weight: 400;
|
|
208
|
-
color: $primary-10;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.line-color {
|
|
215
|
-
position: relative;
|
|
216
|
-
z-index: 1;
|
|
217
|
-
overflow: hidden;
|
|
218
|
-
&::after {
|
|
219
|
-
position: absolute;
|
|
220
|
-
content: "";
|
|
221
|
-
left: 0;
|
|
222
|
-
bottom: 0;
|
|
223
|
-
width: 100%;
|
|
224
|
-
height: 1px;
|
|
225
|
-
background: linear-gradient(-45deg, $primary, $success, $warning, $danger);
|
|
226
|
-
background-size: 400% 400%;
|
|
227
|
-
animation: gradient 3s ease infinite;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
@keyframes gradient {
|
|
232
|
-
0% {
|
|
233
|
-
background-position: 0% 50%;
|
|
234
|
-
}
|
|
235
|
-
50% {
|
|
236
|
-
background-position: 100% 50%;
|
|
237
|
-
}
|
|
238
|
-
100% {
|
|
239
|
-
background-position: 0% 50%;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
162
|
+
@import "../../../vue-components/styles/components/cards/info";
|
|
242
163
|
</style>
|
|
@@ -64,28 +64,5 @@ withDefaults(defineProps<Props>(), {
|
|
|
64
64
|
|
|
65
65
|
<style lang="scss" scoped>
|
|
66
66
|
// ac card
|
|
67
|
-
|
|
68
|
-
padding: 20px;
|
|
69
|
-
width: calc(25% - 8px);
|
|
70
|
-
max-width: 390px;
|
|
71
|
-
min-width: 290px;
|
|
72
|
-
position: relative;
|
|
73
|
-
border-radius: 2px;
|
|
74
|
-
|
|
75
|
-
.required {
|
|
76
|
-
position: absolute;
|
|
77
|
-
left: 20px;
|
|
78
|
-
top: -9px;
|
|
79
|
-
}
|
|
80
|
-
.c-title {
|
|
81
|
-
h5 {
|
|
82
|
-
width: calc(100% - 28px);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
.c-body {
|
|
86
|
-
p {
|
|
87
|
-
color: #0c365a;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
67
|
+
@import "../../../vue-components/styles/components/cards/monitoring";
|
|
91
68
|
</style>
|
|
@@ -80,63 +80,5 @@ withDefaults(defineProps<Props>(), {
|
|
|
80
80
|
</div>
|
|
81
81
|
</template>
|
|
82
82
|
<style lang="scss" scoped>
|
|
83
|
-
|
|
84
|
-
display: flex;
|
|
85
|
-
align-items: flex-end;
|
|
86
|
-
justify-content: space-between;
|
|
87
|
-
border: 1px solid $primary-90;
|
|
88
|
-
padding: 24px 20px;
|
|
89
|
-
border-radius: 2px;
|
|
90
|
-
transition: 0.3s ease-in-out;
|
|
91
|
-
position: relative;
|
|
92
|
-
|
|
93
|
-
figure {
|
|
94
|
-
margin-bottom: 8px;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
button.ac-button.is-text {
|
|
98
|
-
color: $primary;
|
|
99
|
-
transition: 0.3s ease-in-out;
|
|
100
|
-
padding: 2px 0;
|
|
101
|
-
height: auto;
|
|
102
|
-
&:hover {
|
|
103
|
-
background-color: transparent;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
&:hover:not(.no-data-available) {
|
|
108
|
-
// border: 1px solid $primary;
|
|
109
|
-
button.ac-button.is-text {
|
|
110
|
-
gap: 16px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.right-content {
|
|
114
|
-
img {
|
|
115
|
-
filter: grayscale(0);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.left-content {
|
|
121
|
-
display: flex;
|
|
122
|
-
flex-direction: column;
|
|
123
|
-
align-items: flex-start;
|
|
124
|
-
gap: 8px;
|
|
125
|
-
justify-content: space-between;
|
|
126
|
-
|
|
127
|
-
.image {
|
|
128
|
-
border-radius: 50%;
|
|
129
|
-
|
|
130
|
-
&:has(.is-rounded) {
|
|
131
|
-
box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.1);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.right-content {
|
|
137
|
-
img {
|
|
138
|
-
filter: grayscale(1);
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
}
|
|
83
|
+
@import "../../../vue-components/styles/components/cards/org";
|
|
142
84
|
</style>
|
|
@@ -14,7 +14,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
14
14
|
|
|
15
15
|
<template>
|
|
16
16
|
<!-- use "is-selected" for select item -->
|
|
17
|
-
<div class="ac-single-card has-text-centered">
|
|
17
|
+
<div class="ac-single-card vendor-card has-text-centered">
|
|
18
18
|
<div class="ac-card-logo">
|
|
19
19
|
<div class="card-status" />
|
|
20
20
|
<img :src="logo" alt="vendor logo" />
|
|
@@ -29,61 +29,5 @@ withDefaults(defineProps<Props>(), {
|
|
|
29
29
|
</template>
|
|
30
30
|
|
|
31
31
|
<style lang="scss" scoped>
|
|
32
|
-
|
|
33
|
-
border: 1px solid $primary-90;
|
|
34
|
-
transition: 0.3s ease-in-out;
|
|
35
|
-
border-radius: 2px;
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: column;
|
|
38
|
-
justify-content: space-between;
|
|
39
|
-
background-color: $primary-97;
|
|
40
|
-
min-width: 215px;
|
|
41
|
-
padding: 30px 20px 20px;
|
|
42
|
-
cursor: pointer;
|
|
43
|
-
|
|
44
|
-
.ac-card-name {
|
|
45
|
-
p {
|
|
46
|
-
font-size: 13px;
|
|
47
|
-
color: $primary-10;
|
|
48
|
-
line-height: 1;
|
|
49
|
-
font-weight: 500;
|
|
50
|
-
|
|
51
|
-
&.free {
|
|
52
|
-
color: $primary;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
.ac-card-logo {
|
|
57
|
-
width: 70px;
|
|
58
|
-
height: 70px;
|
|
59
|
-
border: 1px solid $primary-90;
|
|
60
|
-
background-color: $white-100;
|
|
61
|
-
border-radius: 50%;
|
|
62
|
-
padding: 16px;
|
|
63
|
-
margin-inline: auto;
|
|
64
|
-
margin-bottom: 20px;
|
|
65
|
-
display: flex;
|
|
66
|
-
align-items: center;
|
|
67
|
-
overflow: hidden;
|
|
68
|
-
|
|
69
|
-
img {
|
|
70
|
-
width: 100%;
|
|
71
|
-
height: auto;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
&.is-selected {
|
|
75
|
-
border: 1px solid $primary !important;
|
|
76
|
-
}
|
|
77
|
-
&:hover {
|
|
78
|
-
border: 1px solid $primary;
|
|
79
|
-
|
|
80
|
-
.ac-card-title {
|
|
81
|
-
h4 {
|
|
82
|
-
a {
|
|
83
|
-
color: $primary;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
32
|
+
@import "../../../vue-components/styles/components/cards/vendor";
|
|
89
33
|
</style>
|
|
@@ -47,18 +47,5 @@ withDefaults(defineProps<Props>(), {
|
|
|
47
47
|
</div>
|
|
48
48
|
</template>
|
|
49
49
|
<style lang="scss" scoped>
|
|
50
|
-
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
justify-content: space-between;
|
|
54
|
-
padding: 4px 20px;
|
|
55
|
-
min-height: 40px;
|
|
56
|
-
.ac-content-title {
|
|
57
|
-
h4,
|
|
58
|
-
h5,
|
|
59
|
-
h6 {
|
|
60
|
-
color: $primary-10;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
50
|
+
@import "../../../vue-components/styles/components/content/content-header";
|
|
64
51
|
</style>
|
|
@@ -10,11 +10,5 @@
|
|
|
10
10
|
</div>
|
|
11
11
|
</template>
|
|
12
12
|
<style lang="scss">
|
|
13
|
-
|
|
14
|
-
// margin: 20px;
|
|
15
|
-
// margin-top: 8px;
|
|
16
|
-
// border: 1px solid $primary-95;
|
|
17
|
-
margin-bottom: 16px;
|
|
18
|
-
border-radius: 4px;
|
|
19
|
-
}
|
|
13
|
+
@import "../../../vue-components/styles/components/content/content-layout";
|
|
20
14
|
</style>
|