@appscode/design-system 2.0.19-alpha.5 → 2.0.19-alpha.7

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 (79) hide show
  1. package/main.scss +1 -15
  2. package/package.json +1 -1
  3. package/vue-components/styles/components/_all.scss +11 -20
  4. package/vue-components/styles/components/_breadcrumb.scss +32 -0
  5. package/vue-components/styles/components/_button.scss +51 -0
  6. package/vue-components/styles/components/alert/_alert-message.scss +16 -0
  7. package/vue-components/styles/components/alert/_alert.scss +123 -0
  8. package/vue-components/styles/components/alert/_all.scss +3 -0
  9. package/vue-components/styles/components/alert/_toast.scss +50 -0
  10. package/vue-components/styles/components/cards/_all.scss +8 -0
  11. package/vue-components/styles/components/cards/_cluster.scss +93 -0
  12. package/vue-components/styles/components/cards/_features.scss +26 -0
  13. package/vue-components/styles/components/cards/_info.scss +83 -0
  14. package/vue-components/styles/components/cards/_monitoring.scss +24 -0
  15. package/vue-components/styles/components/cards/_org.scss +59 -0
  16. package/vue-components/styles/components/cards/_vendor.scss +58 -0
  17. package/vue-components/styles/components/content/_all.scss +2 -0
  18. package/vue-components/styles/components/content/_content-header.scss +14 -0
  19. package/vue-components/styles/components/content/_content-layout.scss +4 -0
  20. package/vue-components/styles/components/editor/_all.scss +2 -0
  21. package/vue-components/styles/components/editor/_filtered-file-editor.scss +195 -0
  22. package/vue-components/styles/components/footer/_all.scss +3 -0
  23. package/vue-components/styles/components/footer/_footer-area.scss +26 -0
  24. package/vue-components/styles/components/footer/_footer-item.scss +14 -0
  25. package/vue-components/styles/components/footer/_footer-items.scss +5 -0
  26. package/vue-components/styles/components/form-fields/_all.scss +4 -0
  27. package/vue-components/styles/components/form-fields/_file-upload.scss +42 -0
  28. package/vue-components/styles/components/form-fields/_form-footer.scss +9 -0
  29. package/vue-components/styles/components/header/_all.scss +0 -0
  30. package/vue-components/styles/components/header/_header-item.scss +13 -0
  31. package/vue-components/styles/components/header/_header.scss +7 -0
  32. package/vue-components/styles/components/navbar/_all.scss +2 -0
  33. package/vue-components/styles/components/navbar/_notification.scss +103 -0
  34. package/vue-components/styles/components/select-box/_all.scss +2 -0
  35. package/vue-components/styles/components/sidebar/_all.scss +1 -0
  36. package/vue-components/styles/components/ui-builder/_ui-builder.scss +1 -34
  37. package/vue-components/v3/alert/Alert.vue +1 -218
  38. package/vue-components/v3/alert/AlertMessage.vue +1 -16
  39. package/vue-components/v3/alert/Toast.vue +1 -50
  40. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +1 -33
  41. package/vue-components/v3/button/Button.vue +1 -1
  42. package/vue-components/v3/button/Buttons.vue +0 -8
  43. package/vue-components/v3/cards/Cluster.vue +2 -95
  44. package/vue-components/v3/cards/FeatureCard.vue +1 -25
  45. package/vue-components/v3/cards/FeatureCards.vue +5 -1
  46. package/vue-components/v3/cards/InfoCard.vue +1 -80
  47. package/vue-components/v3/cards/Monitoring.vue +1 -24
  48. package/vue-components/v3/cards/OrgCard.vue +1 -59
  49. package/vue-components/v3/cards/Payment.vue +3 -0
  50. package/vue-components/v3/cards/Vendor.vue +2 -58
  51. package/vue-components/v3/content/ContentHeader.vue +1 -14
  52. package/vue-components/v3/content/ContentLayout.vue +1 -7
  53. package/vue-components/v3/editor/FilteredFileEditor.vue +1 -195
  54. package/vue-components/v3/footer/FooterArea.vue +2 -27
  55. package/vue-components/v3/footer/FooterItem.vue +1 -15
  56. package/vue-components/v3/footer/FooterItems.vue +2 -7
  57. package/vue-components/v3/form/FormFooter.vue +1 -9
  58. package/vue-components/v3/form-fields/AcSingleInput.vue +1 -1
  59. package/vue-components/v3/form-fields/FileUpload.vue +1 -42
  60. package/vue-components/v3/header/Header.vue +1 -7
  61. package/vue-components/v3/header/HeaderItem.vue +1 -13
  62. package/vue-components/v3/navbar/Navbar.vue +3 -1
  63. package/vue-components/v3/navbar/Notification.vue +1 -103
  64. package/vue-components/v3/sidebar/ClusterSwitcher.vue +3 -1
  65. package/vue-components/v3/sidebar/Sidebar.vue +1 -1
  66. package/vue-components/styles/components/_ac-alert-box.scss +0 -205
  67. package/vue-components/styles/components/_ac-content-layout.scss +0 -165
  68. package/vue-components/styles/components/_buttons.scss +0 -779
  69. /package/vue-components/styles/components/{_payment-card.scss → cards/_payment-card.scss} +0 -0
  70. /package/vue-components/styles/components/{_subscription-card.scss → cards/_subscription-card.scss} +0 -0
  71. /package/vue-components/styles/components/{_monaco-editor.scss → editor/_monaco-editor.scss} +0 -0
  72. /package/vue-components/styles/components/{_image-upload.scss → form-fields/_image-upload.scss} +0 -0
  73. /package/vue-components/styles/components/{_input-card.scss → form-fields/_input-card.scss} +0 -0
  74. /package/vue-components/styles/components/{_input.scss → form-fields/_input.scss} +0 -0
  75. /package/vue-components/styles/components/{_menu-content.scss → navbar/_menu-content.scss} +0 -0
  76. /package/vue-components/styles/components/{_navbar.scss → navbar/_navbar.scss} +0 -0
  77. /package/vue-components/styles/components/{_ac-select-box.scss → select-box/_ac-select-box.scss} +0 -0
  78. /package/vue-components/styles/components/{_multi-select.scss → select-box/_multi-select.scss} +0 -0
  79. /package/vue-components/styles/components/{_left-sidebar.scss → sidebar/_left-sidebar.scss} +0 -0
@@ -1,205 +0,0 @@
1
- // .toast {
2
- // box-shadow: $ac-shadow-sm;
3
- // border: 1px solid $primary-90;
4
- // width: 350px;
5
-
6
- // .toast-header {
7
- // padding: 8px 12px;
8
- // border-bottom: 1px solid $primary-90;
9
-
10
- // .button {
11
- // &:hover {
12
- // color: #000000;
13
- // }
14
- // }
15
- // }
16
-
17
- // .toast-body {
18
- // padding: 8px 12px;
19
- // }
20
- // }
21
-
22
- // // mixin for .ac-notification
23
- // @mixin acNotification($colorName) {
24
- // background-color: scale-color($color: $colorName, $lightness: 80%);
25
- // color: $white-100;
26
- // border-color: $colorName;
27
-
28
- // p {
29
- // color: $colorName;
30
-
31
- // a {
32
- // color: $colorName;
33
-
34
- // &:hover {
35
- // color: $colorName;
36
- // opacity: 0.8;
37
- // }
38
- // }
39
- // }
40
- // }
41
- // @mixin acPrimaryNotification() {
42
- // background-color: hsla(
43
- // var(--hsl-hue),
44
- // var(--hsl-saturation),
45
- // var(--hsl-lightness),
46
- // 0.2
47
- // );
48
- // color: $white-100;
49
- // border-color: $primary;
50
-
51
- // p {
52
- // color: $primary;
53
-
54
- // a {
55
- // color: $primary;
56
-
57
- // &:hover {
58
- // color: $primary;
59
- // opacity: 0.8;
60
- // }
61
- // }
62
- // }
63
- // }
64
-
65
- // // is-primary
66
- // .ac-notification.is-primary {
67
- // @include acPrimaryNotification();
68
- // }
69
-
70
- // // is.info
71
- // .ac-notification.is-info {
72
- // @include acNotification($info);
73
- // }
74
-
75
- // // is.success
76
- // .ac-notification.is-success {
77
- // @include acNotification($success);
78
- // }
79
-
80
- // // is-danger
81
- // .ac-notification.is-danger {
82
- // @include acNotification($danger);
83
- // }
84
-
85
- // // is-warning
86
- // .ac-notification.is-warning {
87
- // @include acNotification($warning);
88
- // }
89
-
90
- // /*====================================
91
- // AC Toast
92
- // =====================================*/
93
-
94
- // .ac-toast {
95
- // width: 350px;
96
- // display: flex;
97
- // align-items: center;
98
- // justify-content: space-between;
99
- // font-size: 13px;
100
- // border-radius: 4px;
101
- // position: relative;
102
- // padding-right: 30px;
103
- // margin-bottom: 10px;
104
-
105
- // * {
106
- // color: $white-100;
107
- // }
108
-
109
- // p {
110
- // padding-left: 16px;
111
-
112
- // i.fa {
113
- // padding-right: 0 !important;
114
- // margin-right: 4px;
115
- // }
116
- // }
117
-
118
- // a {
119
- // font-weight: 500;
120
- // text-decoration: underline;
121
- // padding: 0 15px;
122
-
123
- // &:hover {
124
- // color: $primary-90;
125
- // }
126
- // }
127
-
128
- // button.close-button {
129
- // border-radius: 0px;
130
- // background-color: transparent;
131
- // border: none;
132
- // color: $white-100;
133
- // position: absolute;
134
- // right: 0;
135
- // top: 0;
136
- // padding: 5px;
137
- // height: 100%;
138
- // width: 30px;
139
- // z-index: 1;
140
- // cursor: pointer;
141
- // border-left: 1px solid #dddddd;
142
- // }
143
- // }
144
-
145
- // // mixin for .ac-toast
146
- // @mixin acToast($colorName) {
147
- // background-color: $colorName;
148
- // color: $white-100;
149
- // border-color: $colorName;
150
- // }
151
-
152
- // // is-primary
153
- // .ac-toast.is-primary {
154
- // @include acToast($primary);
155
- // }
156
-
157
- // // is-info
158
- // .ac-toast.is-info {
159
- // @include acToast($info);
160
- // }
161
-
162
- // // is.success
163
- // .ac-toast.is-success {
164
- // @include acToast($success);
165
- // }
166
-
167
- // // is-danger
168
- // .ac-toast.is-danger {
169
- // @include acToast($danger);
170
- // }
171
-
172
- // // is-warning
173
- // .ac-toast.is-warning {
174
- // @include acToast($warning);
175
- // }
176
-
177
- // // dark theme start
178
- // .is-dark-theme {
179
- // .ac-notification.is-danger {
180
- // background-color: $black-80;
181
- // }
182
- // }
183
- // // dark theme end
184
- // /****************************************
185
- // Responsive Classes
186
- // *****************************************/
187
- // // Extra small devices (portrait phones, less than 576px)
188
- // @media (max-width: 575.98px) {
189
- // }
190
-
191
- // // Small devices (landscape phones, 576px and up)
192
- // @media (min-width: 576px) and (max-width: 767.98px) {
193
- // }
194
-
195
- // // Medium devices (tablets, 768px and up)
196
- // @media (min-width: 768px) and (max-width: 991.98px) {
197
- // }
198
-
199
- // // Large devices (desktops, 992px and up)
200
- // @media (min-width: 992px) and (max-width: 1199.98px) {
201
- // }
202
-
203
- // // Extra large devices (large desktops, 1200px and up)
204
- // @media (min-width: 1200px) {
205
- // }
@@ -1,165 +0,0 @@
1
- // .ac-content-layout {
2
- // background-color: transparent;
3
- // padding: 0;
4
- // border-radius: 0;
5
- // height: 100%;
6
- // border: none;
7
-
8
- // &.style-2 {
9
- // border: 1px solid $primary-90;
10
- // box-shadow: none;
11
- // padding: 0;
12
- // border-radius: 4px;
13
-
14
- // .ac-content-header {
15
- // background-color: $primary-90;
16
-
17
- // &.is-bg-white {
18
- // .ac-cheader-left {
19
- // .ac-content-title {
20
- // h5 {
21
- // font-size: 16px;
22
- // }
23
- // }
24
- // }
25
- // }
26
- // }
27
-
28
- // .ac-content {
29
- // padding: 15px 20px;
30
-
31
- // .ac-footer-action {
32
- // margin-left: -20px;
33
- // margin-right: -20px;
34
- // }
35
- // }
36
- // }
37
-
38
- // &.is-dark {
39
- // background-color: $primary-5;
40
-
41
- // .ac-content-header {
42
- // &.drag-n-drop {
43
- // padding: 15px 20px 0;
44
- // }
45
-
46
- // .ac-cheader-left {
47
- // .ac-content-title {
48
- // h3 {
49
- // color: $white-100;
50
- // }
51
- // }
52
- // }
53
- // }
54
- // }
55
-
56
- // .ac-content-header {
57
- // display: grid;
58
- // grid-template-columns: auto auto;
59
- // align-items: center;
60
- // width: 100%;
61
- // padding: 0 20px;
62
- // min-height: 40px;
63
- // grid-gap: 15px;
64
-
65
- // &.is-bg-available {
66
- // background-color: $table-header;
67
- // }
68
-
69
- // &.drag-n-drop {
70
- // padding: 15px 20px 0;
71
- // }
72
-
73
- // .ac-cheader-left {
74
- // .ac-content-title {
75
- // h5 {
76
- // line-height: 1;
77
- // }
78
-
79
- // p {
80
- // margin-top: 0;
81
- // font-size: 13px;
82
- // color: $primary-10;
83
- // }
84
- // }
85
- // }
86
-
87
- // .ac-cheader-right {
88
- // display: flex;
89
- // justify-content: flex-end;
90
- // align-items: center;
91
- // }
92
- // }
93
- // }
94
-
95
- // /****************************************
96
- // Responsive Classes
97
- // *****************************************/
98
- // // Extra small devices (portrait phones, less than 576px)
99
- // @media (max-width: 575.98px) {
100
- // .ac-content-layout {
101
- // .ac-content-header {
102
- // grid-template-columns: 150px 530px;
103
- // overflow-x: auto;
104
-
105
- // .ac-cheader-left {
106
- // .ac-content-title {
107
- // h3 {
108
- // font-size: 16px;
109
- // line-height: 18px;
110
- // }
111
- // }
112
- // }
113
- // }
114
- // }
115
- // }
116
-
117
- // // Small devices (landscape phones, 576px and up)
118
- // @media (min-width: 576px) and (max-width: 767.98px) {
119
- // .ac-content-layout {
120
- // .ac-content-header {
121
- // grid-template-columns: 150px 530px;
122
- // overflow-x: auto;
123
-
124
- // .ac-cheader-left {
125
- // .ac-content-title {
126
- // h3 {
127
- // font-size: 16px;
128
- // line-height: 18px;
129
- // }
130
- // }
131
- // }
132
- // }
133
- // }
134
- // }
135
-
136
- // // Medium devices (tablets, 768px and up)
137
- // @media (min-width: 768px) and (max-width: 991.98px) {
138
- // .ac-content-layout {
139
- // .ac-content-header {
140
- // grid-template-columns: 150px 550px;
141
- // overflow-x: auto;
142
-
143
- // .ac-cheader-left {
144
- // .ac-content-title {
145
- // h3 {
146
- // font-size: 16px;
147
- // line-height: 18px;
148
- // }
149
-
150
- // p {
151
- // font-size: 13px;
152
- // }
153
- // }
154
- // }
155
- // }
156
- // }
157
- // }
158
-
159
- // // Large devices (desktops, 992px and up)
160
- // @media (min-width: 992px) and (max-width: 1199.98px) {
161
- // }
162
-
163
- // // Extra large devices (large desktops, 1200px and up)
164
- // @media (min-width: 1200px) {
165
- // }