@appscode/design-system 2.0.6-alpha.1 → 2.0.6

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 (100) hide show
  1. package/{vue-components/styles/base → base}/utilities/_grid.scss +1 -1
  2. package/components/_ac-modal.scss +212 -0
  3. package/components/_ac-options.scss +122 -0
  4. package/components/_ac-table.scss +503 -0
  5. package/components/_ac-tabs.scss +313 -0
  6. package/components/_accordion.scss +117 -0
  7. package/components/_all.scss +35 -0
  8. package/{vue-components/styles/components → components}/_input.scss +23 -44
  9. package/components/_left-sidebar-menu.scss +482 -0
  10. package/components/_navbar.scss +786 -0
  11. package/{vue-components/styles/components → components}/ui-builder/_ui-builder.scss +17 -17
  12. package/{vue-components/styles/components → components}/ui-builder/_vue-open-api.scss +35 -35
  13. package/main.scss +4 -4
  14. package/package.json +1 -1
  15. package/vue-components/v3/accordion/Accordion.vue +117 -1
  16. package/vue-components/v3/button/Button.vue +59 -1
  17. package/vue-components/v3/dropdown/DropdownAction.vue +32 -1
  18. package/vue-components/v3/form-fields/AcSingleInput.vue +1 -3
  19. package/vue-components/v3/modal/Modal.vue +216 -1
  20. package/vue-components/v3/navbar/Appdrawer.vue +121 -1
  21. package/vue-components/v3/navbar/Navbar.vue +93 -1
  22. package/vue-components/v3/navbar/NavbarItemContent.vue +275 -0
  23. package/vue-components/v3/navbar/User.vue +170 -5
  24. package/vue-components/v3/option-dots/Options.vue +144 -1
  25. package/vue-components/v3/sidebar/Sidebar.vue +201 -1
  26. package/vue-components/v3/tab/Tabs.vue +24 -1
  27. package/vue-components/v3/table/Table.vue +453 -1
  28. package/vue-components/styles/components/_accordion.scss +0 -117
  29. package/vue-components/styles/components/_all.scss +0 -16
  30. package/vue-components/styles/components/_button.scss +0 -59
  31. package/vue-components/styles/components/_dropdown.scss +0 -32
  32. package/vue-components/styles/components/_left-sidebar.scss +0 -201
  33. package/vue-components/styles/components/_menu-content.scss +0 -470
  34. package/vue-components/styles/components/_modal.scss +0 -216
  35. package/vue-components/styles/components/_navbar.scss +0 -70
  36. package/vue-components/styles/components/_options.scss +0 -134
  37. package/vue-components/styles/components/_table.scss +0 -430
  38. package/vue-components/styles/components/_tabs.scss +0 -338
  39. /package/{vue-components/styles/base → base}/_video-player.scss +0 -0
  40. /package/{vue-components/styles/base → base}/utilities/_all.scss +0 -0
  41. /package/{vue-components/styles/base → base}/utilities/_colors.scss +0 -0
  42. /package/{vue-components/styles/base → base}/utilities/_customize-bulma.scss +0 -0
  43. /package/{vue-components/styles/base → base}/utilities/_extended.scss +0 -0
  44. /package/{vue-components/styles/base → base}/utilities/_global.scss +0 -0
  45. /package/{vue-components/styles/base → base}/utilities/_layouts.scss +0 -0
  46. /package/{vue-components/styles/base → base}/utilities/_mixin.scss +0 -0
  47. /package/{vue-components/styles/base → base}/utilities/_spacing.scss +0 -0
  48. /package/{vue-components/styles/base → base}/utilities/_typography.scss +0 -0
  49. /package/{vue-components/styles/components → components}/_ac-alert-box.scss +0 -0
  50. /package/{vue-components/styles/components → components}/_ac-calendar.scss +0 -0
  51. /package/{vue-components/styles/components → components}/_ac-code-highlight.scss +0 -0
  52. /package/{vue-components/styles/components → components}/_ac-content-layout.scss +0 -0
  53. /package/{vue-components/styles/components → components}/_ac-drag.scss +0 -0
  54. /package/{vue-components/styles/components → components}/_ac-select-box.scss +0 -0
  55. /package/{vue-components/styles/components → components}/_ac-tags.scss +0 -0
  56. /package/{vue-components/styles/components → components}/_add-card.scss +0 -0
  57. /package/{vue-components/styles/components → components}/_app-drawer.scss +0 -0
  58. /package/{vue-components/styles/components → components}/_breadcumb.scss +0 -0
  59. /package/{vue-components/styles/components → components}/_buttons.scss +0 -0
  60. /package/{vue-components/styles/components → components}/_card-body-wrapper.scss +0 -0
  61. /package/{vue-components/styles/components → components}/_dashboard-header.scss +0 -0
  62. /package/{vue-components/styles/components → components}/_direct-deploy.scss +0 -0
  63. /package/{vue-components/styles/components → components}/_getkeeper.scss +0 -0
  64. /package/{vue-components/styles/components → components}/_go-to-top.scss +0 -0
  65. /package/{vue-components/styles/components → components}/_graph.scss +0 -0
  66. /package/{vue-components/styles/components → components}/_image-upload.scss +0 -0
  67. /package/{vue-components/styles/components → components}/_input-card.scss +0 -0
  68. /package/{vue-components/styles/components → components}/_monaco-editor.scss +0 -0
  69. /package/{vue-components/styles/components → components}/_multi-select.scss +0 -0
  70. /package/{vue-components/styles/components → components}/_nested-list.scss +0 -0
  71. /package/{vue-components/styles/components → components}/_overview-info.scss +0 -0
  72. /package/{vue-components/styles/components → components}/_overview-page.scss +0 -0
  73. /package/{vue-components/styles/components → components}/_pagination.scss +0 -0
  74. /package/{vue-components/styles/components → components}/_payment-card.scss +0 -0
  75. /package/{vue-components/styles/components → components}/_preloader.scss +0 -0
  76. /package/{vue-components/styles/components → components}/_preview-modal.scss +0 -0
  77. /package/{vue-components/styles/components → components}/_pricing-table.scss +0 -0
  78. /package/{vue-components/styles/components → components}/_progress-bar.scss +0 -0
  79. /package/{vue-components/styles/components → components}/_report.scss +0 -0
  80. /package/{vue-components/styles/components → components}/_subscription-card.scss +0 -0
  81. /package/{vue-components/styles/components → components}/_table-of-content.scss +0 -0
  82. /package/{vue-components/styles/components → components}/_terminal.scss +0 -0
  83. /package/{vue-components/styles/components → components}/_tfa.scss +0 -0
  84. /package/{vue-components/styles/components → components}/_transitions.scss +0 -0
  85. /package/{vue-components/styles/components → components}/_widget-menu.scss +0 -0
  86. /package/{vue-components/styles/components → components}/_wizard.scss +0 -0
  87. /package/{vue-components/styles/components → components}/ac-toaster/_ac-toasted.scss +0 -0
  88. /package/{vue-components/styles/components → components}/bbum/_activities-header.scss +0 -0
  89. /package/{vue-components/styles/components → components}/bbum/_all.scss +0 -0
  90. /package/{vue-components/styles/components → components}/bbum/_card-team.scss +0 -0
  91. /package/{vue-components/styles/components → components}/bbum/_information-center.scss +0 -0
  92. /package/{vue-components/styles/components → components}/bbum/_left-sidebar.scss +0 -0
  93. /package/{vue-components/styles/components → components}/bbum/_mobile-desktop.scss +0 -0
  94. /package/{vue-components/styles/components → components}/bbum/_post.scss +0 -0
  95. /package/{vue-components/styles/components → components}/bbum/_sign-up-notification.scss +0 -0
  96. /package/{vue-components/styles/components → components}/bbum/_single-post-preview.scss +0 -0
  97. /package/{vue-components/styles/components → components}/bbum/_user-profile.scss +0 -0
  98. /package/{vue-components/styles/layouts → layouts}/_404.scss +0 -0
  99. /package/{vue-components/styles/layouts → layouts}/_all.scss +0 -0
  100. /package/{vue-components/styles/layouts → layouts}/_code-preview.scss +0 -0
@@ -1,201 +0,0 @@
1
- .ac-left-sidebar-wrapper {
2
- position: fixed;
3
- top: 0px;
4
- z-index: 9999;
5
- background-color: $primary-20;
6
- width: 250px;
7
- transition: 0.3s ease-in-out;
8
- }
9
-
10
- .ac-left-sidebar {
11
- .menu-list {
12
- &.ac-menu-list {
13
- height: calc(100vh - 80px);
14
- overflow-y: auto;
15
- padding-top: 4px;
16
- scrollbar-color: $white-100 transparent;
17
-
18
- /* width */
19
- &::-webkit-scrollbar {
20
- display: none;
21
- }
22
-
23
- &::-webkit-scrollbar {
24
- display: none;
25
- }
26
-
27
- li {
28
- &.is-open {
29
- a {
30
- &.ac-dropdown-button {
31
- .ac-arrow-down {
32
- transform: rotate(-180deg);
33
- transform-origin: 5px;
34
- }
35
- }
36
- }
37
-
38
- ul {
39
- li {
40
- a {
41
- strong {
42
- font-weight: 500;
43
- }
44
- }
45
- }
46
- }
47
- }
48
-
49
- a {
50
- font-style: normal;
51
- font-weight: 500;
52
- font-size: 13px;
53
- line-height: 16px;
54
- color: $primary-97;
55
- position: relative;
56
- z-index: 1;
57
- padding: 10px 15px 10px 24px;
58
- transition: 0.3s ease-in-out;
59
- display: flex;
60
- align-items: center;
61
-
62
- &:after {
63
- position: absolute;
64
- content: "";
65
- left: 10px;
66
- top: 0;
67
- width: calc(100% - 20px);
68
- height: 100%;
69
- background: $primary;
70
- border-radius: 4px;
71
- z-index: -1;
72
- transition: 0.3s ease-in-out;
73
- opacity: 0;
74
- visibility: hidden;
75
- }
76
-
77
- strong {
78
- max-width: calc(100% - 65px);
79
- // line-break: anywhere;
80
- white-space: break-spaces;
81
- display: flex;
82
- align-items: center;
83
- overflow: hidden;
84
- font-weight: 500;
85
- transition: 0.3s ease-in-out;
86
- }
87
-
88
- &.ac-dropdown-button {
89
- user-select: none;
90
-
91
- .ac-arrow-down {
92
- position: absolute;
93
- margin-right: 0;
94
- right: 20px;
95
- transition: transform 0.3s;
96
- transform-origin: 4px;
97
- color: $black-70;
98
- }
99
- }
100
-
101
- &:hover {
102
- background-color: transparent;
103
-
104
- &:after {
105
- color: $primary;
106
- opacity: 0.2;
107
- visibility: visible;
108
- }
109
-
110
- span {
111
- color: $primary-97;
112
-
113
- img {
114
- filter: brightness(10);
115
- }
116
- }
117
- }
118
-
119
- span {
120
- margin-right: 12px;
121
- width: 16px;
122
- height: 16px;
123
- color: $black-30;
124
- font-size: 16px;
125
-
126
- img {
127
- width: 100%;
128
- filter: brightness(10);
129
- transition: 0.3s ease-in-out;
130
- }
131
- }
132
- }
133
-
134
- ul {
135
- max-height: 0;
136
- transition: max-height 0.2s ease-out;
137
- margin: 0;
138
- padding: 0;
139
- border-left: none;
140
- overflow: hidden;
141
-
142
- li {
143
- a {
144
- padding-left: 52px;
145
- font-size: 12px;
146
- padding-top: 10px;
147
- padding-bottom: 10px;
148
- }
149
- }
150
- }
151
- }
152
- }
153
- a {
154
- &.is-active {
155
- background-color: transparent;
156
- &::after {
157
- opacity: 1 !important;
158
- visibility: visible !important;
159
- }
160
- }
161
- }
162
- }
163
- }
164
-
165
- .sidebar-collapsed:not(.is-hoverable) {
166
- .ac-left-sidebar-wrapper {
167
- width: 60px;
168
- .ac-left-sidebar {
169
- .menu-list {
170
- &.ac-menu-list {
171
- li {
172
- a {
173
- padding: 10px 15px;
174
- display: flex;
175
- align-items: center;
176
- justify-content: center;
177
-
178
- span {
179
- margin: 0;
180
- }
181
- strong {
182
- opacity: 0;
183
- visibility: hidden;
184
- }
185
- }
186
- ul {
187
- li {
188
- a {
189
- padding-left: 15px;
190
- display: flex;
191
- justify-content: center;
192
- align-items: center;
193
- }
194
- }
195
- }
196
- }
197
- }
198
- }
199
- }
200
- }
201
- }
@@ -1,470 +0,0 @@
1
- // menu content
2
-
3
- .ac-menu-item {
4
- &.ac-profile-button {
5
- margin-right: 15px;
6
- button.button.ac-nav-button {
7
- .ac-user-profile {
8
- width: 32px;
9
- height: 32px;
10
- border-radius: 50%;
11
- overflow: hidden;
12
- border: 2px solid $primary-90;
13
- }
14
- i.fa {
15
- padding-left: 8px;
16
- }
17
- }
18
- }
19
- .ac-menu-content {
20
- position: absolute;
21
- right: 0;
22
- top: 80px;
23
- min-width: 180px;
24
- opacity: 0;
25
- visibility: hidden;
26
- transition: 0.3s ease-in;
27
- width: 260px;
28
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
29
- 0 0px 0 1px rgba(10, 10, 10, 0.02);
30
-
31
- &.quick-access {
32
- background-color: $white-100;
33
- padding: 20px;
34
- min-width: 260px !important;
35
- max-height: 250px;
36
- overflow-y: auto;
37
- border-radius: 4px;
38
-
39
- .header {
40
- display: flex;
41
- justify-content: space-between;
42
- align-items: center;
43
- border-bottom: 1px solid $primary-90;
44
- padding-bottom: 20px;
45
-
46
- p {
47
- font-size: 13px;
48
- color: $primary-10;
49
- }
50
-
51
- button {
52
- background-color: transparent;
53
- border: none;
54
- cursor: pointer;
55
- color: $primary-20;
56
- }
57
- }
58
-
59
- .body-content {
60
- margin-top: 20px;
61
-
62
- p {
63
- font-size: 13px;
64
- color: $primary-10;
65
- }
66
-
67
- .organizations {
68
- .organization {
69
- display: flex;
70
- align-items: center;
71
- justify-content: space-between;
72
- padding: 5px 0;
73
-
74
- .org-info {
75
- display: flex;
76
- align-items: center;
77
-
78
- img {
79
- max-width: 30px;
80
- margin-right: 10px;
81
- object-fit: cover;
82
- }
83
- }
84
-
85
- .remove {
86
- border: none;
87
- padding: 0;
88
- font-size: 11px;
89
- color: $danger;
90
- background-color: transparent;
91
- }
92
- }
93
- }
94
- }
95
- }
96
-
97
- &.is-notification {
98
- right: 0;
99
- background-color: $white-100;
100
- box-shadow: 0px 4px 8px rgba(84, 101, 126, 0.2);
101
- border-radius: 4px;
102
- min-width: 330px;
103
- max-height: 400px;
104
- overflow-y: auto;
105
-
106
- .notification-header {
107
- padding: 20px 20px 6px 20px;
108
- display: flex;
109
- justify-content: space-between;
110
- align-items: baseline;
111
-
112
- .left-content {
113
- p {
114
- font-weight: 500;
115
- font-size: 13px;
116
- line-height: 19px;
117
- margin-bottom: 15px;
118
-
119
- span {
120
- font-weight: normal;
121
- }
122
-
123
- &.date {
124
- font-size: 11px;
125
- line-height: 14px;
126
- font-weight: normal;
127
- margin-bottom: 0;
128
- }
129
- }
130
- }
131
-
132
- .right-content {
133
- .button {
134
- border: none;
135
- margin: 0;
136
- padding: 10px;
137
- font-size: 13px;
138
-
139
- &.is-active {
140
- background-color: $primary;
141
- color: $white-100;
142
-
143
- img {
144
- filter: brightness(100);
145
- }
146
- }
147
-
148
- &:hover {
149
- background-color: $primary;
150
- color: $white-100;
151
-
152
- img {
153
- filter: brightness(100);
154
- }
155
- }
156
- }
157
- }
158
- }
159
-
160
- .notification-body {
161
- .single-notification-item {
162
- display: block;
163
- border-top: 1px solid $primary-90;
164
- padding: 15px 20px;
165
- font-weight: 500;
166
-
167
- &.is-complete {
168
- font-weight: 400;
169
- }
170
-
171
- &:hover {
172
- background-color: #d1e3f2;
173
- }
174
-
175
- p {
176
- color: $primary-10;
177
- font-size: 11px;
178
- }
179
-
180
- .notification-status {
181
- margin-top: 10px;
182
- display: flex;
183
- align-items: center;
184
- justify-content: space-between;
185
-
186
- p {
187
- font-size: 11px;
188
- color: $primary-20;
189
-
190
- &.is-success {
191
- color: $success;
192
- }
193
-
194
- &.is-danger {
195
- color: $danger;
196
- }
197
-
198
- &.is-warning {
199
- color: $warning;
200
- }
201
- }
202
- }
203
- }
204
- }
205
-
206
- .see-all-message {
207
- border-top: 1px solid $primary-90;
208
- text-align: center;
209
- font-weight: 500;
210
- font-size: 13px;
211
- color: $primary-10;
212
- display: block;
213
- padding: 10px 20px;
214
- }
215
- }
216
-
217
- ul {
218
- background-color: $white-100;
219
- padding: 0;
220
- // border-radius: 4px;
221
- overflow: hidden;
222
-
223
- li {
224
- a {
225
- display: block;
226
- padding: 8px 15px;
227
- color: $primary-10;
228
- transition: 0.3s ease-in-out;
229
- font-size: 13px;
230
-
231
- &:hover {
232
- background-color: $primary-95;
233
-
234
- p {
235
- color: $primary !important;
236
- }
237
- }
238
- }
239
- }
240
- }
241
-
242
- .user-profile-wrapper {
243
- background-color: $white-100;
244
- border-radius: 4px;
245
- border: 1px solid $primary-90;
246
-
247
- .profile-area {
248
- display: flex;
249
- align-items: center;
250
- border-bottom: 1px solid $primary-90;
251
- padding: 16px 16px;
252
-
253
- .profile-photo {
254
- // width: 50px;
255
- // height: 50px;
256
- border-radius: 50%;
257
- position: relative;
258
- z-index: 1;
259
- margin-right: 10px;
260
-
261
- img {
262
- border-radius: 50%;
263
- width: 100%;
264
- border: 2px solid #d2e7f9;
265
- }
266
-
267
- .camera-icon {
268
- position: absolute;
269
- right: -10px;
270
- top: 0;
271
- background-color: transparent;
272
- border: none;
273
- cursor: pointer;
274
- }
275
- }
276
-
277
- .profile-info {
278
- p {
279
- color: $primary-10;
280
- font-size: 13px;
281
- font-weight: 500;
282
- line-height: 1.3;
283
- }
284
-
285
- a {
286
- font-size: 1rem;
287
- color: $primary-20;
288
- line-height: 1.3;
289
- }
290
- }
291
- }
292
-
293
- .list-items {
294
- max-height: calc(100vh - 100px);
295
- overflow-y: auto;
296
- li {
297
- &.is-close {
298
- ul {
299
- max-height: 0;
300
- visibility: hidden;
301
- transition: max-height 0.25s ease-out;
302
- &.ac-vscrollbar {
303
- padding: 0;
304
- }
305
- }
306
- }
307
-
308
- &.is-open {
309
- ul {
310
- padding: 8px;
311
- max-height: 200px;
312
- visibility: visible;
313
- transition: max-height 0.25s ease-out;
314
- li {
315
- padding: 0;
316
- border: 1px solid $primary-95;
317
- }
318
- }
319
- }
320
- a {
321
- padding: 8px 16px;
322
- font-weight: 500;
323
- display: block;
324
- color: $primary-10;
325
- transition: 0.3s;
326
- display: flex;
327
- align-items: center;
328
- gap: 8px;
329
-
330
- &:hover {
331
- background-color: $primary-97;
332
- color: $primary;
333
- }
334
- }
335
- }
336
- }
337
- }
338
- }
339
-
340
- &.is-active {
341
- .ac-menu-content {
342
- opacity: 1;
343
- visibility: visible;
344
- top: 35px;
345
- z-index: 99;
346
-
347
- &::after {
348
- position: absolute;
349
- content: "";
350
- right: 38px;
351
- top: -6px;
352
- background-color: $white-100;
353
- width: 15px;
354
- height: 15px;
355
- transform: rotate(45deg);
356
- box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.16);
357
- z-index: -1;
358
- }
359
- }
360
- }
361
-
362
- .ac-menu-content {
363
- &.navbar-dropdown-wrapper {
364
- position: absolute;
365
- z-index: 99;
366
- right: 0px;
367
- top: 40px;
368
- display: block;
369
- transition: all 0.3s ease-in-out;
370
- ul.app-drawer {
371
- border-radius: 4px;
372
- overflow: hidden;
373
- background-color: $white-100;
374
- border: 1px solid $primary-90;
375
- // box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
376
- max-height: calc(100vh - 100px);
377
- overflow-y: auto;
378
-
379
- li {
380
- display: block;
381
- font-size: 13px;
382
- a {
383
- display: block;
384
- color: $primary-10 !important;
385
- padding: 10px 20px !important;
386
- font-size: 13px !important;
387
- transition: 0.2s;
388
- border-bottom: 1px solid $primary-90;
389
-
390
- &:hover {
391
- background-color: $primary-97 !important;
392
- }
393
-
394
- span {
395
- margin-top: -3px;
396
- }
397
-
398
- &:hover {
399
- .media-content {
400
- .content {
401
- p {
402
- color: $primary-20;
403
- }
404
- }
405
- }
406
- }
407
-
408
- .media {
409
- .media-left {
410
- .image {
411
- img {
412
- height: 24px;
413
- width: auto;
414
- }
415
- }
416
- }
417
-
418
- .media-content {
419
- overflow: hidden;
420
-
421
- .content {
422
- p {
423
- vertical-align: middle;
424
- line-height: 1;
425
- transition: 0.3s;
426
-
427
- strong {
428
- font-weight: 600;
429
- font-size: 14px;
430
- // font-family: $font-heading;
431
- }
432
-
433
- span {
434
- display: block;
435
- font-size: 13px;
436
- margin-top: 4px;
437
- line-height: 150%;
438
- }
439
- }
440
- }
441
- }
442
- }
443
- }
444
-
445
- &:hover {
446
- > a {
447
- background-color: $white-100;
448
- }
449
- }
450
-
451
- &:first-child {
452
- &:hover {
453
- > a {
454
- border-radius: 4px 4px 0 0;
455
- }
456
- }
457
- }
458
-
459
- &:last-child {
460
- &:hover {
461
- > a {
462
- border-radius: 0 0 4px 4px;
463
- }
464
- }
465
- }
466
- }
467
- }
468
- }
469
- }
470
- }