@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
@@ -0,0 +1,503 @@
1
+ // .table-container {
2
+ // &.ac-table-container {
3
+ // &::-webkit-scrollbar {
4
+ // height: 7px;
5
+ // }
6
+
7
+ // /* Track */
8
+ // &::-webkit-scrollbar-track {
9
+ // background-color: #d1d4de;
10
+ // border-radius: 10px;
11
+ // }
12
+
13
+ // /* Handle */
14
+ // &::-webkit-scrollbar-thumb {
15
+ // background-color: $primary-90;
16
+ // border-radius: 10px;
17
+ // }
18
+
19
+ // /* Handle on hover */
20
+ // &::-webkit-scrollbar-thumb:hover {
21
+ // background-color: $primary-90;
22
+ // }
23
+ // }
24
+ // }
25
+
26
+ // // INFO TABLE START
27
+ // .table.ac-info-table {
28
+ // background-color: transparent;
29
+
30
+ // &.is-fullwidth {
31
+ // tbody {
32
+ // tr {
33
+ // td {
34
+ // &:first-child {
35
+ // width: 1%;
36
+ // }
37
+ // }
38
+ // }
39
+ // }
40
+ // }
41
+
42
+ // padding: 10px;
43
+ // border-radius: 4px;
44
+
45
+ // tbody {
46
+ // display: block;
47
+ // padding: 5px 20px;
48
+
49
+ // tr {
50
+ // td {
51
+ // border: none;
52
+ // font-size: 13px;
53
+ // color: $primary-20;
54
+ // font-weight: 400;
55
+ // padding: 3px 0px;
56
+ // min-width: 230px;
57
+
58
+ // &:first-child {
59
+ // font-weight: 400;
60
+ // padding-right: 10px;
61
+ // color: $primary-5;
62
+ // }
63
+ // }
64
+ // }
65
+ // }
66
+ // }
67
+
68
+ // // INFO TABLE END
69
+
70
+ // // GENERAL TABLE START
71
+ // .table.ac-table {
72
+ // background-color: transparent;
73
+ // margin-bottom: 0;
74
+
75
+ // thead {
76
+ // background-color: $primary-90;
77
+ // font-size: 13px;
78
+ // font-family: $font-heading;
79
+ // line-height: initial;
80
+
81
+ // tr {
82
+ // border-bottom: 1px solid $primary-90;
83
+
84
+ // th {
85
+ // padding: 6px 20px;
86
+ // color: $primary-5;
87
+ // border: none;
88
+ // font-weight: 500;
89
+ // // background-color: $primary-97;
90
+
91
+ // &.sorting {
92
+ // cursor: pointer;
93
+ // position: relative;
94
+
95
+ // &.sorting-asc {
96
+ // &::before {
97
+ // color: $primary-5;
98
+ // }
99
+ // }
100
+
101
+ // &.sorting-desc {
102
+ // &::after {
103
+ // color: $primary-5;
104
+ // }
105
+ // }
106
+
107
+ // &:after,
108
+ // &::before {
109
+ // position: absolute;
110
+ // color: #808998;
111
+ // top: 0.4em;
112
+ // font-size: 13px;
113
+ // font-weight: 1000;
114
+ // display: block;
115
+ // }
116
+
117
+ // &:before {
118
+ // right: 1em;
119
+ // content: "\2191";
120
+ // }
121
+
122
+ // &:after {
123
+ // right: 0.5em;
124
+ // content: "\2193";
125
+ // }
126
+ // }
127
+ // }
128
+ // }
129
+ // }
130
+
131
+ // tbody {
132
+ // &.is-selected {
133
+ // transform: matrix(1, 0, 0, 1, 0, 0) !important;
134
+ // box-shadow: inset 0 0 0 1px $primary;
135
+ // border-radius: 4px;
136
+ // border-bottom: none;
137
+ // color: $black-5;
138
+ // }
139
+
140
+ // tr {
141
+ // &.is-link {
142
+ // cursor: pointer;
143
+ // }
144
+ // border-bottom: 1px solid var(--ac-white-light);
145
+
146
+ // td {
147
+ // font-size: 13px;
148
+ // padding: 5px 20px;
149
+ // color: $primary-10;
150
+ // border: none;
151
+
152
+ // a {
153
+ // color: $primary-5;
154
+ // transition: 0.3s ease-in-out;
155
+ // font-weight: 400;
156
+ // }
157
+
158
+ // .tags {
159
+ // .tag {
160
+ // a {
161
+ // color: $primary;
162
+ // font-weight: 500;
163
+ // transition: 0.3s ease-in-out;
164
+
165
+ // &:hover {
166
+ // color: $primary-5;
167
+ // }
168
+ // }
169
+ // }
170
+ // }
171
+
172
+ // &.is-danger {
173
+ // color: $danger;
174
+ // }
175
+
176
+ // .image-with-status {
177
+ // margin-right: 20px;
178
+ // position: relative;
179
+ // z-index: 1;
180
+ // display: inline-flex;
181
+
182
+ // &.is-danger {
183
+ // background-color: $danger;
184
+ // }
185
+
186
+ // i.fa {
187
+ // position: absolute;
188
+ // background-color: $primary;
189
+ // color: $white-100;
190
+ // font-size: 11px;
191
+ // width: 15px;
192
+ // height: 15px;
193
+ // text-align: center;
194
+ // line-height: 15px;
195
+ // border-radius: 50%;
196
+ // right: -5px;
197
+ // top: 5px;
198
+
199
+ // &.fa-close {
200
+ // background-color: $danger;
201
+ // }
202
+ // }
203
+
204
+ // img {
205
+ // width: 20px;
206
+ // height: 20px;
207
+ // object-fit: cover;
208
+ // border-radius: 50%;
209
+ // }
210
+ // }
211
+
212
+ // .collapsible-row {
213
+ // max-height: 0;
214
+ // overflow-y: hidden;
215
+
216
+ // &.is-active {
217
+ // max-height: 60vh;
218
+ // overflow-y: overlay;
219
+ // animation: expand 0.5s ease-in-out;
220
+ // }
221
+
222
+ // &.is-closed {
223
+ // max-height: 0;
224
+ // overflow-y: hidden;
225
+ // animation: collapse 0.5s ease-in-out;
226
+ // }
227
+ // }
228
+ // }
229
+
230
+ // .options-items {
231
+ // a:hover {
232
+ // color: $white-100;
233
+ // text-decoration: none;
234
+ // }
235
+ // }
236
+
237
+ // &.is-selected {
238
+ // background-color: $white-100 !important;
239
+ // transform: matrix(1, 0, 0, 1, 0, 0) !important;
240
+ // box-shadow: inset 0 0 0 1px $primary;
241
+ // border-radius: 4px;
242
+ // border-bottom: none;
243
+ // color: $black-5;
244
+ // }
245
+
246
+ // &.is-hoverless {
247
+ // box-shadow: none !important;
248
+ // transform: none !important;
249
+ // background-color: $white-100 !important;
250
+ // }
251
+
252
+ // transition: 0.3s ease-in-out;
253
+ // }
254
+ // }
255
+
256
+ // .increase-width {
257
+ // position: relative;
258
+ // visibility: hidden;
259
+ // width: 36px;
260
+
261
+ // .increase-innner {
262
+ // border-bottom: 1px solid var(--ac-white-light);
263
+ // border-top: 1px solid var(--ac-white-light);
264
+ // bottom: -1px;
265
+ // left: 0;
266
+ // position: absolute;
267
+ // right: -451px;
268
+ // top: -1px;
269
+ // visibility: visible;
270
+ // background-color: $primary-90;
271
+ // }
272
+ // }
273
+
274
+ // td {
275
+ // &.increase-width {
276
+ // .increase-innner {
277
+ // background-color: transparent;
278
+ // }
279
+ // }
280
+ // }
281
+
282
+ // &.is-bordered {
283
+ // thead {
284
+ // tr {
285
+ // th {
286
+ // border-top: 1px solid $primary-90;
287
+ // border-bottom: 1px solid $primary-90;
288
+ // border-right: 1px solid $primary-90;
289
+
290
+ // &:first-child {
291
+ // border-left: 1px solid $primary-90;
292
+ // }
293
+ // }
294
+ // }
295
+ // }
296
+
297
+ // tbody {
298
+ // tr {
299
+ // &:hover {
300
+ // box-shadow: none;
301
+ // }
302
+
303
+ // td {
304
+ // font-size: 13px;
305
+ // color: $primary-20;
306
+ // background-color: transparent;
307
+ // border-bottom: 1px solid $primary-90;
308
+ // border-right: 1px solid $primary-90;
309
+
310
+ // &:first-child {
311
+ // border-left: 1px solid $primary-90;
312
+ // }
313
+
314
+ // &:first-child {
315
+ // color: $primary-5;
316
+ // border-radius: 0;
317
+ // }
318
+
319
+ // &:last-child {
320
+ // border-radius: 0;
321
+ // }
322
+
323
+ // .ac-single-checkbox {
324
+ // .is-checkradio[type="checkbox"] {
325
+ // &.ac-checkbox + label {
326
+ // color: $primary-20;
327
+
328
+ // &::before {
329
+ // height: 16px;
330
+ // width: 16px;
331
+ // background-color: $primary-90;
332
+ // }
333
+
334
+ // &::after {
335
+ // top: 6px;
336
+ // left: 6px;
337
+ // border-color: $black-80;
338
+ // width: 0.3rem;
339
+ // height: 0.5rem;
340
+ // }
341
+ // }
342
+
343
+ // &:checked + label::before {
344
+ // background-color: $primary;
345
+ // border-color: $primary;
346
+ // }
347
+
348
+ // &:checked + label::after {
349
+ // border-color: $primary-90;
350
+ // }
351
+ // }
352
+ // }
353
+
354
+ // .is-checkradio[type="checkbox"].ac-checkbox:checked + label::before {
355
+ // background-color: $primary;
356
+ // border-color: $primary;
357
+ // }
358
+
359
+ // .is-checkradio[type="checkbox"] + label::before,
360
+ // .is-checkradio[type="checkbox"] + label:before {
361
+ // top: 3px;
362
+ // }
363
+ // }
364
+ // }
365
+ // }
366
+ // }
367
+
368
+ // &.ac-separate-tr {
369
+ // border-collapse: separate;
370
+ // border-spacing: 0px 5px;
371
+
372
+ // tbody {
373
+ // tr {
374
+ // background-color: transparent;
375
+ // }
376
+ // }
377
+ // }
378
+
379
+ // &.is-middle-aligned {
380
+ // thead {
381
+ // tr {
382
+ // th {
383
+ // vertical-align: middle;
384
+ // }
385
+ // }
386
+ // }
387
+
388
+ // tbody {
389
+ // tr {
390
+ // td {
391
+ // vertical-align: middle;
392
+ // }
393
+ // }
394
+ // }
395
+ // }
396
+
397
+ // &.is-dark {
398
+ // thead {
399
+ // background-color: $primary-5;
400
+
401
+ // tr {
402
+ // th {
403
+ // color: $white-100;
404
+ // }
405
+ // }
406
+ // }
407
+
408
+ // tbody {
409
+ // tr {
410
+ // td {
411
+ // color: $white-100;
412
+ // }
413
+
414
+ // &:nth-child(odd) {
415
+ // background-color: $primary-20;
416
+ // }
417
+
418
+ // &:nth-child(even) {
419
+ // background-color: $primary-5;
420
+ // }
421
+
422
+ // &:hover {
423
+ // background-color: $primary;
424
+
425
+ // td {
426
+ // color: $white-100;
427
+ // }
428
+ // }
429
+ // }
430
+ // }
431
+ // }
432
+ // }
433
+
434
+ // .table.ac-table tbody tr:hover td a:not(.tag a) {
435
+ // text-decoration: underline;
436
+ // color: $primary;
437
+ // }
438
+
439
+ // // table inner shadow
440
+ // .table-inner-shadow {
441
+ // border-radius: 0px;
442
+ // background: $primary-90;
443
+ // box-shadow: inset 5px 5px 10px #e3e6e9, inset -5px -5px 10px #ffffff;
444
+ // }
445
+
446
+ // @keyframes expand {
447
+ // from {
448
+ // max-height: 0;
449
+ // overflow-y: hidden;
450
+ // }
451
+ // 1% {
452
+ // overflow-y: hidden;
453
+ // }
454
+ // 99% {
455
+ // overflow-y: hidden;
456
+ // }
457
+ // to {
458
+ // max-height: 60vh;
459
+ // overflow-y: overlay;
460
+ // }
461
+ // }
462
+
463
+ // @keyframes collapse {
464
+ // from {
465
+ // max-height: 60vh;
466
+ // overflow-y: overlay;
467
+ // }
468
+ // 1% {
469
+ // overflow-y: hidden;
470
+ // }
471
+ // 99% {
472
+ // overflow-y: hidden;
473
+ // }
474
+ // to {
475
+ // max-height: 0;
476
+ // overflow-y: hidden;
477
+ // }
478
+ // }
479
+
480
+ // // GENERAL TABLE END
481
+
482
+ // /****************************************
483
+ // Responsive Classes
484
+ // *****************************************/
485
+ // // Extra small devices (portrait phones, less than 576px)
486
+ // @media (max-width: 575.98px) {
487
+ // }
488
+
489
+ // // Small devices (landscape phones, 576px and up)
490
+ // @media (min-width: 576px) and (max-width: 767.98px) {
491
+ // }
492
+
493
+ // // Medium devices (tablets, 768px and up)
494
+ // @media (min-width: 768px) and (max-width: 991.98px) {
495
+ // }
496
+
497
+ // // Large devices (desktops, 992px and up)
498
+ // @media (min-width: 992px) and (max-width: 1199.98px) {
499
+ // }
500
+
501
+ // // Extra large devices (large desktops, 1200px and up)
502
+ // @media (min-width: 1200px) {
503
+ // }