@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.
Files changed (105) hide show
  1. package/base/_video-player.scss +65 -0
  2. package/base/utilities/_all.scss +5 -4
  3. package/base/utilities/_colors.scss +341 -0
  4. package/base/utilities/_customize-bulma.scss +23 -27
  5. package/base/utilities/_extended.scss +3 -2
  6. package/base/utilities/{_default.scss → _global.scss} +167 -313
  7. package/base/utilities/_layouts.scss +157 -0
  8. package/base/utilities/_spacing.scss +96 -0
  9. package/base/utilities/_typography.scss +36 -4
  10. package/base/utilities/dark-theme.scss +2 -8
  11. package/components/_ac-alert-box.scss +205 -262
  12. package/components/_ac-code-highlight.scss +9 -12
  13. package/components/_ac-drag.scss +4 -4
  14. package/components/_ac-modal.scss +212 -212
  15. package/components/_ac-multi-select.scss +101 -72
  16. package/components/_ac-options.scss +122 -122
  17. package/components/_ac-select-box.scss +5 -5
  18. package/components/_ac-table.scss +503 -502
  19. package/components/_ac-tabs.scss +16 -16
  20. package/components/_ac-tags.scss +116 -116
  21. package/components/_accordion.scss +117 -0
  22. package/components/_all.scss +34 -29
  23. package/components/_app-drawer.scss +0 -134
  24. package/components/_breadcumb.scss +0 -71
  25. package/components/_buttons.scss +779 -779
  26. package/components/_dashboard-header.scss +0 -115
  27. package/components/_image-upload.scss +6 -6
  28. package/components/_input-card.scss +232 -0
  29. package/components/_input.scss +947 -0
  30. package/components/_left-sidebar-menu.scss +350 -483
  31. package/components/_monaco-editor.scss +2 -2
  32. package/components/_navbar.scss +786 -752
  33. package/components/_nested-list.scss +2 -2
  34. package/components/_overview-info.scss +3 -3
  35. package/components/_pagination.scss +9 -27
  36. package/components/_payment-card.scss +1 -1
  37. package/components/_pricing-table.scss +5 -5
  38. package/components/_progress-bar.scss +61 -74
  39. package/components/_subscription-card.scss +8 -10
  40. package/components/_table-of-content.scss +4 -4
  41. package/components/_terminal.scss +331 -0
  42. package/components/_widget-menu.scss +252 -257
  43. package/components/_wizard.scss +522 -801
  44. package/components/ac-toaster/_ac-toasted.scss +6 -11
  45. package/components/bbum/_information-center.scss +8 -10
  46. package/components/bbum/_mobile-desktop.scss +9 -14
  47. package/components/bbum/_single-post-preview.scss +9 -9
  48. package/components/ui-builder/_ui-builder.scss +18 -22
  49. package/components/ui-builder/_vue-open-api.scss +514 -1
  50. package/layouts/_code-preview.scss +6 -7
  51. package/main.scss +26 -10
  52. package/package.json +1 -1
  53. package/plugins/theme.js +11 -9
  54. package/plugins/vue-toaster.js +1 -1
  55. package/vue-components/types/importFlow.ts +16 -0
  56. package/vue-components/v2/banner/Banner.vue +1 -1
  57. package/vue-components/v2/card/Card.vue +1 -1
  58. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  59. package/vue-components/v2/modal/Modal.vue +1 -1
  60. package/vue-components/v2/pagination/Pagination.vue +1 -0
  61. package/vue-components/v3/alert/Alert.vue +7 -7
  62. package/vue-components/v3/banner/Banner.vue +2 -2
  63. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +4 -2
  64. package/vue-components/v3/button/Button.vue +22 -10
  65. package/vue-components/v3/cards/Card.vue +1 -1
  66. package/vue-components/v3/cards/Cluster.vue +3 -4
  67. package/vue-components/v3/cards/Counter.vue +12 -0
  68. package/vue-components/v3/cards/FeatureCard.vue +31 -0
  69. package/vue-components/v3/cards/InfoCard.vue +4 -9
  70. package/vue-components/v3/cards/Monitoring.vue +1 -1
  71. package/vue-components/v3/cards/Vendor.vue +67 -5
  72. package/vue-components/v3/content/ContentTable.vue +7 -2
  73. package/vue-components/v3/editor/FilteredFileEditor.vue +200 -3
  74. package/vue-components/v3/footer/FooterItem.vue +4 -1
  75. package/vue-components/v3/footer/Info.vue +10 -8
  76. package/vue-components/v3/footer/Status.vue +21 -23
  77. package/vue-components/v3/footer/Usage.vue +20 -30
  78. package/vue-components/v3/form/Form.vue +0 -3
  79. package/vue-components/v3/form-fields/AcSingleInput.vue +9 -1
  80. package/vue-components/v3/header/Header.vue +5 -4
  81. package/vue-components/v3/loaders/InfoCardLoader.vue +65 -0
  82. package/vue-components/v3/modal/Modal.vue +1 -1
  83. package/vue-components/v3/navbar/Navbar.vue +3 -1
  84. package/vue-components/v3/navbar/User.vue +4 -4
  85. package/vue-components/v3/notification/AlertBox.vue +233 -4
  86. package/vue-components/v3/option-dots/Options.vue +2 -1
  87. package/vue-components/v3/pagination/Pagination.vue +2 -1
  88. package/vue-components/v3/preloader/Preloader.vue +1 -1
  89. package/vue-components/v3/searchbars/SearchBar.vue +10 -2
  90. package/vue-components/v3/sidebar/ClusterSwitcher.vue +35 -31
  91. package/vue-components/v3/sidebar/Sidebar.vue +7 -11
  92. package/vue-components/v3/sidebar/SidebarFooter.vue +3 -3
  93. package/vue-components/v3/sidebar/SidebarHeader.vue +3 -3
  94. package/vue-components/v3/sidebar/Steps.vue +152 -0
  95. package/vue-components/v3/table/InfoTable.vue +6 -4
  96. package/vue-components/v3/table/Table.vue +38 -31
  97. package/vue-components/v3/table/TableRow.vue +2 -2
  98. package/base/utilities/_derived-variables.scss +0 -24
  99. package/base/utilities/_initial-variables.scss +0 -217
  100. package/components/_ac-accordion.scss +0 -117
  101. package/components/_ac-card.scss +0 -597
  102. package/components/_ac-input.scss +0 -876
  103. package/components/_ac-terminal.scss +0 -270
  104. package/components/_basic-card.scss +0 -118
  105. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -6,7 +6,8 @@
6
6
 
7
7
  &.is-line {
8
8
  ul {
9
- // border-bottom-color: $primary-90;
9
+ border-bottom-color: $primary-90;
10
+ padding-left: 4px;
10
11
 
11
12
  li {
12
13
  &.is-active {
@@ -19,12 +20,12 @@
19
20
  }
20
21
 
21
22
  a {
22
- text-transform: uppercase;
23
+ // text-transform: uppercase;
23
24
  font-weight: 400;
24
25
  color: $primary-5;
25
26
  font-size: 13px;
26
27
  border-bottom: none;
27
- padding: 6px 20px;
28
+ padding: 6px 16px;
28
29
 
29
30
  &:hover {
30
31
  border-bottom-color: $primary;
@@ -121,7 +122,7 @@
121
122
 
122
123
  &.is-toggle {
123
124
  ul {
124
- border: 1px solid $ac-label-text;
125
+ border: 1px solid $primary-10;
125
126
  border-radius: 4px;
126
127
  padding: 4px;
127
128
  flex-grow: inherit;
@@ -157,6 +158,7 @@
157
158
  &.kubedb-ui-tabs {
158
159
  ul {
159
160
  border-bottom: none;
161
+
160
162
  li {
161
163
  &.is-active {
162
164
  a {
@@ -212,7 +214,7 @@
212
214
  li {
213
215
  &.is-active {
214
216
  a {
215
- background-color: $white-100-lighter;
217
+ background-color: $primary-90;
216
218
  color: $primary;
217
219
  }
218
220
  }
@@ -253,10 +255,12 @@
253
255
  }
254
256
  }
255
257
  }
258
+
256
259
  a {
257
- border-bottom: 1px solid $white-100-lighter;
258
- color: $ac-full-white;
260
+ border-bottom: 1px solid $primary-90;
261
+ color: $white-100;
259
262
  }
263
+
260
264
  &.ac-tabs.is-line {
261
265
  ul {
262
266
  li.is-active {
@@ -273,20 +277,16 @@
273
277
  Responsive Classes
274
278
  *****************************************/
275
279
  // Extra small devices (portrait phones, less than 576px)
276
- @media (max-width: 575.98px) {
277
- }
280
+ @media (max-width: 575.98px) {}
278
281
 
279
282
  // Small devices (landscape phones, 576px and up)
280
- @media (min-width: 576px) and (max-width: 767.98px) {
281
- }
283
+ @media (min-width: 576px) and (max-width: 767.98px) {}
282
284
 
283
285
  // Medium devices (tablets, 768px and up)
284
- @media (min-width: 768px) and (max-width: 991.98px) {
285
- }
286
+ @media (min-width: 768px) and (max-width: 991.98px) {}
286
287
 
287
288
  // Large devices (desktops, 992px and up)
288
- @media (min-width: 992px) and (max-width: 1199.98px) {
289
- }
289
+ @media (min-width: 992px) and (max-width: 1199.98px) {}
290
290
 
291
291
  // Extra large devices (large desktops, 1200px and up)
292
292
  @media (min-width: 1200px) {
@@ -306,4 +306,4 @@ Responsive Classes
306
306
  }
307
307
  }
308
308
  }
309
- }
309
+ }
@@ -1,116 +1,116 @@
1
- .tag:not(body) {
2
- background-color: $primary-90;
3
- font-size: 10px;
4
- height: 18px;
5
- font-weight: 500;
6
- line-height: 1;
7
- letter-spacing: 0px;
8
- color: $primary-5;
9
- &.is-outlined {
10
- border: 1px solid;
11
- background-color: transparent;
12
- }
13
-
14
- a {
15
- &:hover {
16
- color: $primary-10;
17
- }
18
- }
19
-
20
- &.is-available {
21
- background-color: #27b064;
22
- color: $white-100;
23
- }
24
-
25
- &.is-success {
26
- background-color: $success;
27
- color: $white-100;
28
-
29
- &.is-light {
30
- background-color: rgba(39, 176, 100, 0.2);
31
- color: $success;
32
- }
33
- }
34
-
35
- &.is-primary {
36
- background-color: $primary;
37
- color: $white-100;
38
-
39
- &.is-light {
40
- background-color: rgba(25, 113, 189, 0.2);
41
- color: $primary;
42
- }
43
- }
44
-
45
- &.is-gray {
46
- background-color: #e5e9f2;
47
- color: $black-40;
48
- }
49
-
50
- &.is-warning {
51
- background-color: $warning;
52
- color: $white-100;
53
-
54
- &.is-light {
55
- background-color: #ffd58b42;
56
- color: #c88b21;
57
- }
58
- }
59
-
60
- &.is-danger {
61
- background-color: $danger;
62
- color: $white-100 !important;
63
-
64
- &.is-light {
65
- background-color: rgba(234, 61, 47, 0.2);
66
- color: $danger !important;
67
- }
68
- }
69
- }
70
-
71
- .tags {
72
- .icon {
73
- margin-bottom: 0.5rem;
74
- }
75
-
76
- .tag {
77
- a {
78
- font-weight: 500;
79
- }
80
- }
81
- }
82
-
83
- .has-tags {
84
- display: flex;
85
- align-items: center;
86
-
87
- li {
88
- background-color: $black-80;
89
- list-style: none;
90
- padding: 2px 10px;
91
- border-radius: 4px;
92
- font-size: 12px;
93
- line-height: 1;
94
- border: 1px solid $primary-20;
95
- margin-right: 5px;
96
-
97
- &:last-child {
98
- margin-right: 0;
99
- }
100
-
101
- &.is-warning {
102
- @include ac-tags($warning);
103
- }
104
-
105
- &.is-primary {
106
- @include ac-tags($primary);
107
- }
108
-
109
- &.is-danger {
110
- @include ac-tags($danger);
111
- }
112
- &.is-dark {
113
- @include ac-tags($black-30);
114
- }
115
- }
116
- }
1
+ // .tag:not(body) {
2
+ // background-color: $primary-90;
3
+ // font-size: 10px;
4
+ // height: 18px;
5
+ // font-weight: 500;
6
+ // line-height: 1;
7
+ // letter-spacing: 0px;
8
+ // color: $primary-5;
9
+ // &.is-outlined {
10
+ // border: 1px solid;
11
+ // background-color: transparent;
12
+ // }
13
+
14
+ // a {
15
+ // &:hover {
16
+ // color: $primary-10;
17
+ // }
18
+ // }
19
+
20
+ // &.is-available {
21
+ // background-color: #27b064;
22
+ // color: $white-100;
23
+ // }
24
+
25
+ // &.is-success {
26
+ // background-color: $success;
27
+ // color: $white-100;
28
+
29
+ // &.is-light {
30
+ // background-color: rgba(39, 176, 100, 0.2);
31
+ // color: $success;
32
+ // }
33
+ // }
34
+
35
+ // &.is-primary {
36
+ // background-color: $primary;
37
+ // color: $white-100;
38
+
39
+ // &.is-light {
40
+ // background-color: rgba(25, 113, 189, 0.2);
41
+ // color: $primary;
42
+ // }
43
+ // }
44
+
45
+ // &.is-gray {
46
+ // background-color: #e5e9f2;
47
+ // color: $black-40;
48
+ // }
49
+
50
+ // &.is-warning {
51
+ // background-color: $warning;
52
+ // color: $white-100;
53
+
54
+ // &.is-light {
55
+ // background-color: #ffd58b42;
56
+ // color: #c88b21;
57
+ // }
58
+ // }
59
+
60
+ // &.is-danger {
61
+ // background-color: $danger;
62
+ // color: $white-100 !important;
63
+
64
+ // &.is-light {
65
+ // background-color: rgba(234, 61, 47, 0.2);
66
+ // color: $danger !important;
67
+ // }
68
+ // }
69
+ // }
70
+
71
+ // .tags {
72
+ // .icon {
73
+ // margin-bottom: 0.5rem;
74
+ // }
75
+
76
+ // .tag {
77
+ // a {
78
+ // font-weight: 500;
79
+ // }
80
+ // }
81
+ // }
82
+
83
+ // .has-tags {
84
+ // display: flex;
85
+ // align-items: center;
86
+
87
+ // li {
88
+ // background-color: $black-80;
89
+ // list-style: none;
90
+ // padding: 2px 10px;
91
+ // border-radius: 4px;
92
+ // font-size: 12px;
93
+ // line-height: 1;
94
+ // border: 1px solid $primary-20;
95
+ // margin-right: 5px;
96
+
97
+ // &:last-child {
98
+ // margin-right: 0;
99
+ // }
100
+
101
+ // &.is-warning {
102
+ // @include ac-tags($warning);
103
+ // }
104
+
105
+ // &.is-primary {
106
+ // @include ac-tags($primary);
107
+ // }
108
+
109
+ // &.is-danger {
110
+ // @include ac-tags($danger);
111
+ // }
112
+ // &.is-dark {
113
+ // @include ac-tags($black-30);
114
+ // }
115
+ // }
116
+ // }
@@ -0,0 +1,117 @@
1
+ // .ac-accordion-wrapper {
2
+ // &.is-marginless {
3
+ // .single-accordion-item {
4
+ // margin: 0;
5
+ // padding: 0;
6
+
7
+ // .accordion-heading {
8
+ // padding: 10px 20px;
9
+ // position: relative;
10
+ // z-index: 1;
11
+
12
+ // &::after {
13
+ // position: absolute;
14
+ // content: "";
15
+ // left: 0;
16
+ // top: 0;
17
+ // width: 4px;
18
+ // height: 100%;
19
+ // background-color: $primary;
20
+ // }
21
+ // }
22
+ // }
23
+ // }
24
+
25
+ // .single-accordion-item {
26
+ // background-color: $white-100;
27
+ // padding: 15px 20px;
28
+ // margin-bottom: 15px;
29
+ // border-radius: 4px;
30
+ // border: 1px solid $primary-90;
31
+
32
+ // &.open {
33
+ // .accordion-heading {
34
+ // margin-bottom: 10px;
35
+ // }
36
+ // }
37
+
38
+ // &:last-child {
39
+ // margin-bottom: 0;
40
+ // }
41
+
42
+ // .accordion-heading {
43
+ // display: flex;
44
+ // align-items: center;
45
+ // justify-content: space-between;
46
+
47
+ // h3 {
48
+ // cursor: pointer;
49
+ // }
50
+
51
+ // button {
52
+ // font-size: 12px;
53
+ // letter-spacing: 0.1px;
54
+ // }
55
+
56
+ // .icon {
57
+ // width: 20px;
58
+ // height: 20px;
59
+ // border: 1px solid $primary-90;
60
+ // line-height: 20px;
61
+ // display: flex;
62
+ // justify-content: center;
63
+ // align-items: center;
64
+ // font-size: 10px;
65
+ // border-radius: 50%;
66
+ // cursor: pointer;
67
+ // }
68
+ // }
69
+
70
+ // .accordion-body {
71
+ // max-height: 0;
72
+ // transition: max-height 0.2s ease-out;
73
+ // overflow: hidden;
74
+
75
+ // p {
76
+ // font-size: 13px;
77
+ // color: $primary-10;
78
+ // line-height: 1.6;
79
+ // }
80
+ // }
81
+ // }
82
+ // }
83
+
84
+ // .overview-body {
85
+ // .ac-accordion-wrapper {
86
+ // &.is-marginless {
87
+ // .single-accordion-item {
88
+ // .accordion-heading {
89
+ // padding-bottom: 0;
90
+ // }
91
+ // }
92
+ // }
93
+ // }
94
+ // }
95
+
96
+ // /****************************************
97
+ // Responsive Classes
98
+ // *****************************************/
99
+ // // Extra small devices (portrait phones, less than 576px)
100
+ // @media (max-width: 575.98px) {
101
+ // }
102
+
103
+ // // Small devices (landscape phones, 576px and up)
104
+ // @media (min-width: 576px) and (max-width: 767.98px) {
105
+ // }
106
+
107
+ // // Medium devices (tablets, 768px and up)
108
+ // @media (min-width: 768px) and (max-width: 991.98px) {
109
+ // }
110
+
111
+ // // Large devices (desktops, 992px and up)
112
+ // @media (min-width: 992px) and (max-width: 1199.98px) {
113
+ // }
114
+
115
+ // // Extra large devices (large desktops, 1200px and up)
116
+ // @media (min-width: 1200px) {
117
+ // }
@@ -1,29 +1,34 @@
1
- @import "ac-alert-box";
2
- @import "ac-accordion";
3
- @import "buttons";
4
- @import "breadcumb";
5
- @import "ac-card";
6
- @import "basic-card";
7
- @import "ac-multi-select";
8
- @import "ac-code-highlight";
9
- @import "navbar";
10
- @import "app-drawer";
11
- @import "ac-drag";
12
- @import "left-sidebar-menu";
13
- @import "ac-input";
14
- @import "ac-content-layout";
15
- @import "ac-table";
16
- @import "graph";
17
- @import "ac-modal";
18
- @import "payment-card";
19
- @import "pagination";
20
- @import "ac-options";
21
- @import "image-upload";
22
- @import "ac-alert-box";
23
- @import "dashboard-header";
24
- @import "ac-tags";
25
- @import "go-to-top";
26
- @import "ac-toaster/ac-toasted";
27
- @import "preview-modal";
28
- @import "wizard";
29
- @import "bbum/all";
1
+ // @import "ac-alert-box";
2
+ // @import "ac-accordion";
3
+ // @import "buttons";
4
+ // @import "breadcumb";
5
+ // @import "ac-multi-select";
6
+ // @import "ac-code-highlight";
7
+ // @import "navbar";
8
+ // @import "app-drawer";
9
+ // @import "ac-drag";
10
+ // @import "left-sidebar-menu";
11
+ // @import "ac-content-layout";
12
+ // @import "ac-table";
13
+ // @import "ac-tabs";
14
+ // @import "graph";
15
+ // @import "ac-modal";
16
+ // @import "payment-card";
17
+ // @import "pagination";
18
+ // @import "ac-options";
19
+ // @import "image-upload";
20
+ // @import "ac-alert-box";
21
+ // @import "dashboard-header";
22
+ // @import "ac-tags";
23
+ // @import "go-to-top";
24
+ // @import "ac-toaster/ac-toasted";
25
+ // @import "preview-modal";
26
+ // @import "bbum/all";
27
+ // @import "wizard";
28
+
29
+ @import "terminal";
30
+ @import "input-card";
31
+ @import "input";
32
+ @import "report";
33
+ @import "ui-builder/ui-builder";
34
+ @import "ui-builder/vue-open-api";
@@ -1,134 +0,0 @@
1
- .app-drawer-wrapper {
2
- width: 35px;
3
- height: 35px;
4
- border-radius: 50%;
5
- padding: 5px;
6
- transition: all 0.3s ease-in-out;
7
- position: relative;
8
- z-index: 99;
9
- user-select: none;
10
-
11
- &:hover {
12
- background-color: rgba(255, 255, 255, 0.7);
13
- cursor: pointer;
14
- }
15
-
16
- .drawer-icon {
17
- width: 100%;
18
- text-align: center;
19
- vertical-align: middle;
20
- }
21
-
22
- .app-drawer-dropdown {
23
- ul {
24
- border-radius: 4px;
25
- overflow: hidden;
26
-
27
- li {
28
- display: block;
29
- font-size: 13px;
30
- }
31
-
32
- background-color: #edf0f5;
33
- box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
34
- min-width: 280px;
35
- }
36
-
37
- li {
38
- a {
39
- display: block;
40
- color: $primary-10 !important;
41
- padding: 10px 20px !important;
42
- font-size: 13px !important;
43
- transition: 0.2s;
44
-
45
- span {
46
- margin-top: -3px;
47
- }
48
-
49
- &:hover {
50
- .media-content {
51
- .content {
52
- p {
53
- color: $white-100;
54
- }
55
- }
56
- }
57
- }
58
-
59
- .media {
60
- .media-left {
61
- .image {
62
- img {
63
- height: 44px;
64
- width: auto;
65
- }
66
- }
67
- }
68
-
69
- .media-content {
70
- overflow: hidden;
71
-
72
- .content {
73
- p {
74
- vertical-align: middle;
75
- line-height: 1;
76
- transition: 0.3s;
77
-
78
- strong {
79
- font-weight: 600;
80
- font-size: 17px;
81
- font-family: $font-heading;
82
- }
83
-
84
- span {
85
- display: block;
86
- font-size: 13px;
87
- margin-top: 10px;
88
- }
89
- }
90
- }
91
- }
92
- }
93
- }
94
-
95
- &:hover {
96
- > a {
97
- background-color: $white-100;
98
- }
99
- }
100
-
101
- &:first-child {
102
- &:hover {
103
- > a {
104
- border-radius: 4px 4px 0 0;
105
- }
106
- }
107
- }
108
-
109
- &:last-child {
110
- &:hover {
111
- > a {
112
- border-radius: 0 0 4px 4px;
113
- }
114
- }
115
- }
116
- }
117
-
118
- position: absolute;
119
- z-index: 99;
120
- right: -154px;
121
- top: 50px;
122
- display: block;
123
- transform: scale(0) translateY(-200%);
124
- transition: all 0.3s ease-in-out;
125
-
126
- hr {
127
- margin: 0;
128
- }
129
- }
130
-
131
- .app-drawer-dropdown.is-active {
132
- transform: scale(1);
133
- }
134
- }