@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
@@ -1,122 +1,122 @@
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
+ // .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 $ac-label-text;
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: $ac-label-text;
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: $dark-bg-light;
45
- color: $ac-full-white;
44
+ background-color: $black-80;
45
+ color: $white-100;
46
46
  border: 1px solid $primary-90;
47
47
  }
48
48
  }
49
- }
49
+ }