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

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 (103) hide show
  1. package/main.scss +4 -4
  2. package/package.json +1 -1
  3. package/{base → vue-components/styles/base}/utilities/_grid.scss +1 -1
  4. package/vue-components/styles/components/_accordion.scss +117 -0
  5. package/vue-components/styles/components/_all.scss +16 -0
  6. package/vue-components/styles/components/_button.scss +59 -0
  7. package/vue-components/styles/components/_dropdown.scss +32 -0
  8. package/{components → vue-components/styles/components}/_input.scss +44 -23
  9. package/vue-components/styles/components/_left-sidebar.scss +201 -0
  10. package/vue-components/styles/components/_menu-content.scss +470 -0
  11. package/vue-components/styles/components/_modal.scss +216 -0
  12. package/vue-components/styles/components/_navbar.scss +70 -0
  13. package/vue-components/styles/components/_options.scss +134 -0
  14. package/vue-components/styles/components/_table.scss +430 -0
  15. package/vue-components/styles/components/_tabs.scss +338 -0
  16. package/{components → vue-components/styles/components}/ui-builder/_ui-builder.scss +17 -17
  17. package/{components → vue-components/styles/components}/ui-builder/_vue-open-api.scss +35 -35
  18. package/vue-components/v3/accordion/Accordion.vue +1 -117
  19. package/vue-components/v3/button/Button.vue +2 -59
  20. package/vue-components/v3/content/ContentHeader.vue +1 -1
  21. package/vue-components/v3/content/ContentLayout.vue +1 -1
  22. package/vue-components/v3/dropdown/DropdownAction.vue +1 -32
  23. package/vue-components/v3/form-fields/AcSingleInput.vue +3 -1
  24. package/vue-components/v3/modal/Modal.vue +1 -216
  25. package/vue-components/v3/navbar/Appdrawer.vue +1 -121
  26. package/vue-components/v3/navbar/Navbar.vue +1 -93
  27. package/vue-components/v3/navbar/NavbarItemContent.vue +0 -275
  28. package/vue-components/v3/navbar/User.vue +5 -170
  29. package/vue-components/v3/option-dots/Options.vue +1 -144
  30. package/vue-components/v3/sidebar/Sidebar.vue +1 -201
  31. package/vue-components/v3/sidebar/SidebarItem.vue +1 -1
  32. package/vue-components/v3/tab/Tabs.vue +1 -24
  33. package/vue-components/v3/table/Table.vue +1 -453
  34. package/components/_ac-modal.scss +0 -212
  35. package/components/_ac-options.scss +0 -122
  36. package/components/_ac-table.scss +0 -503
  37. package/components/_ac-tabs.scss +0 -313
  38. package/components/_accordion.scss +0 -117
  39. package/components/_all.scss +0 -35
  40. package/components/_left-sidebar-menu.scss +0 -482
  41. package/components/_navbar.scss +0 -786
  42. /package/{base → vue-components/styles/base}/_video-player.scss +0 -0
  43. /package/{base → vue-components/styles/base}/utilities/_all.scss +0 -0
  44. /package/{base → vue-components/styles/base}/utilities/_colors.scss +0 -0
  45. /package/{base → vue-components/styles/base}/utilities/_customize-bulma.scss +0 -0
  46. /package/{base → vue-components/styles/base}/utilities/_extended.scss +0 -0
  47. /package/{base → vue-components/styles/base}/utilities/_global.scss +0 -0
  48. /package/{base → vue-components/styles/base}/utilities/_layouts.scss +0 -0
  49. /package/{base → vue-components/styles/base}/utilities/_mixin.scss +0 -0
  50. /package/{base → vue-components/styles/base}/utilities/_spacing.scss +0 -0
  51. /package/{base → vue-components/styles/base}/utilities/_typography.scss +0 -0
  52. /package/{components → vue-components/styles/components}/_ac-alert-box.scss +0 -0
  53. /package/{components → vue-components/styles/components}/_ac-calendar.scss +0 -0
  54. /package/{components → vue-components/styles/components}/_ac-code-highlight.scss +0 -0
  55. /package/{components → vue-components/styles/components}/_ac-content-layout.scss +0 -0
  56. /package/{components → vue-components/styles/components}/_ac-drag.scss +0 -0
  57. /package/{components → vue-components/styles/components}/_ac-select-box.scss +0 -0
  58. /package/{components → vue-components/styles/components}/_ac-tags.scss +0 -0
  59. /package/{components → vue-components/styles/components}/_add-card.scss +0 -0
  60. /package/{components → vue-components/styles/components}/_app-drawer.scss +0 -0
  61. /package/{components → vue-components/styles/components}/_breadcumb.scss +0 -0
  62. /package/{components → vue-components/styles/components}/_buttons.scss +0 -0
  63. /package/{components → vue-components/styles/components}/_card-body-wrapper.scss +0 -0
  64. /package/{components → vue-components/styles/components}/_dashboard-header.scss +0 -0
  65. /package/{components → vue-components/styles/components}/_direct-deploy.scss +0 -0
  66. /package/{components → vue-components/styles/components}/_getkeeper.scss +0 -0
  67. /package/{components → vue-components/styles/components}/_go-to-top.scss +0 -0
  68. /package/{components → vue-components/styles/components}/_graph.scss +0 -0
  69. /package/{components → vue-components/styles/components}/_image-upload.scss +0 -0
  70. /package/{components → vue-components/styles/components}/_input-card.scss +0 -0
  71. /package/{components → vue-components/styles/components}/_monaco-editor.scss +0 -0
  72. /package/{components → vue-components/styles/components}/_multi-select.scss +0 -0
  73. /package/{components → vue-components/styles/components}/_nested-list.scss +0 -0
  74. /package/{components → vue-components/styles/components}/_overview-info.scss +0 -0
  75. /package/{components → vue-components/styles/components}/_overview-page.scss +0 -0
  76. /package/{components → vue-components/styles/components}/_pagination.scss +0 -0
  77. /package/{components → vue-components/styles/components}/_payment-card.scss +0 -0
  78. /package/{components → vue-components/styles/components}/_preloader.scss +0 -0
  79. /package/{components → vue-components/styles/components}/_preview-modal.scss +0 -0
  80. /package/{components → vue-components/styles/components}/_pricing-table.scss +0 -0
  81. /package/{components → vue-components/styles/components}/_progress-bar.scss +0 -0
  82. /package/{components → vue-components/styles/components}/_report.scss +0 -0
  83. /package/{components → vue-components/styles/components}/_subscription-card.scss +0 -0
  84. /package/{components → vue-components/styles/components}/_table-of-content.scss +0 -0
  85. /package/{components → vue-components/styles/components}/_terminal.scss +0 -0
  86. /package/{components → vue-components/styles/components}/_tfa.scss +0 -0
  87. /package/{components → vue-components/styles/components}/_transitions.scss +0 -0
  88. /package/{components → vue-components/styles/components}/_widget-menu.scss +0 -0
  89. /package/{components → vue-components/styles/components}/_wizard.scss +0 -0
  90. /package/{components → vue-components/styles/components}/ac-toaster/_ac-toasted.scss +0 -0
  91. /package/{components → vue-components/styles/components}/bbum/_activities-header.scss +0 -0
  92. /package/{components → vue-components/styles/components}/bbum/_all.scss +0 -0
  93. /package/{components → vue-components/styles/components}/bbum/_card-team.scss +0 -0
  94. /package/{components → vue-components/styles/components}/bbum/_information-center.scss +0 -0
  95. /package/{components → vue-components/styles/components}/bbum/_left-sidebar.scss +0 -0
  96. /package/{components → vue-components/styles/components}/bbum/_mobile-desktop.scss +0 -0
  97. /package/{components → vue-components/styles/components}/bbum/_post.scss +0 -0
  98. /package/{components → vue-components/styles/components}/bbum/_sign-up-notification.scss +0 -0
  99. /package/{components → vue-components/styles/components}/bbum/_single-post-preview.scss +0 -0
  100. /package/{components → vue-components/styles/components}/bbum/_user-profile.scss +0 -0
  101. /package/{layouts → vue-components/styles/layouts}/_404.scss +0 -0
  102. /package/{layouts → vue-components/styles/layouts}/_all.scss +0 -0
  103. /package/{layouts → vue-components/styles/layouts}/_code-preview.scss +0 -0
@@ -260,457 +260,5 @@ onUpdated(() => {
260
260
  </template>
261
261
 
262
262
  <style lang="scss">
263
- // INFO TABLE END
264
-
265
- // GENERAL TABLE START
266
- .table.ac-table {
267
- background-color: transparent;
268
- margin-bottom: 0;
269
-
270
- thead {
271
- background-color: $primary-95;
272
- font-size: 13px;
273
- line-height: initial;
274
-
275
- tr {
276
- border-bottom: 1px solid $primary-95;
277
-
278
- th {
279
- padding: 10px 20px;
280
- color: $primary-5;
281
- border: none;
282
- font-weight: 500;
283
- // background-color: $primary-97;
284
- // text-transform: uppercase;
285
- font-weight: 500;
286
-
287
- &.sorting {
288
- cursor: pointer;
289
- position: relative;
290
-
291
- &.sorting-asc {
292
- &::before {
293
- color: $primary-5;
294
- }
295
- }
296
-
297
- &.sorting-desc {
298
- &::after {
299
- color: $primary-5;
300
- }
301
- }
302
-
303
- &:after,
304
- &::before {
305
- position: absolute;
306
- color: #808998;
307
- top: 0.4em;
308
- font-size: 13px;
309
- font-weight: 1000;
310
- display: block;
311
- }
312
-
313
- &:before {
314
- right: 1em;
315
- content: "\2191";
316
- }
317
-
318
- &:after {
319
- right: 0.5em;
320
- content: "\2193";
321
- }
322
- }
323
- }
324
- }
325
- }
326
-
327
- tbody {
328
- &.is-selected {
329
- transform: matrix(1, 0, 0, 1, 0, 0) !important;
330
- box-shadow: inset 0 0 0 1px $primary;
331
- border-radius: 4px;
332
- border-bottom: none;
333
- color: $black-5;
334
- }
335
-
336
- tr {
337
- border-bottom: 1px solid $primary-90;
338
- &.is-link {
339
- cursor: pointer;
340
- }
341
- &.is-selected {
342
- background-color: $primary-97 !important;
343
- transform: matrix(1, 0, 0, 1, 0, 0) !important;
344
- box-shadow: inset 0 0 0 1.2px $primary;
345
- border-radius: 4px;
346
- border-bottom: none;
347
- color: $black-5;
348
- transition: 0.3s ease-in-out;
349
- .tag {
350
- background-color: $primary-80;
351
- }
352
- &:hover {
353
- background-color: $primary-95 !important;
354
- transform: matrix(1, 0, 0, 1, 0, 0) !important;
355
- box-shadow: inset 0 0 0 1.2px $primary !important;
356
- }
357
- }
358
-
359
- &.is-hoverless {
360
- box-shadow: none !important;
361
- transform: none !important;
362
- background-color: $white-100 !important;
363
- }
364
- td {
365
- font-size: 13px;
366
- padding: 5px 20px;
367
- color: $primary-10;
368
- border: none;
369
-
370
- a:not(.tag a) {
371
- color: $primary;
372
- font-weight: 500 !important;
373
- transition: 0.3s ease-in-out;
374
- font-weight: 400;
375
- }
376
-
377
- .tags {
378
- .tag {
379
- a {
380
- color: $primary;
381
- transition: 0.3s ease-in-out;
382
- font-weight: 500;
383
-
384
- &:hover {
385
- color: $primary-5;
386
- }
387
- }
388
- }
389
- }
390
-
391
- &.is-danger {
392
- color: $danger;
393
- }
394
-
395
- .image-with-status {
396
- margin-right: 20px;
397
- position: relative;
398
- z-index: 1;
399
- display: inline-flex;
400
-
401
- &.is-danger {
402
- background-color: $danger;
403
- }
404
-
405
- i.fa {
406
- position: absolute;
407
- background-color: $primary;
408
- color: $white-100;
409
- font-size: 11px;
410
- width: 15px;
411
- height: 15px;
412
- text-align: center;
413
- line-height: 15px;
414
- border-radius: 50%;
415
- right: -5px;
416
- top: 5px;
417
-
418
- &.fa-close {
419
- background-color: $danger;
420
- }
421
- }
422
-
423
- img {
424
- width: 20px;
425
- height: 20px;
426
- object-fit: cover;
427
- border-radius: 50%;
428
- }
429
- }
430
-
431
- .collapsible-row {
432
- max-height: 0;
433
- overflow-y: hidden;
434
-
435
- &.is-active {
436
- max-height: 60vh;
437
- overflow-y: overlay;
438
- animation: expand 0.5s ease-in-out;
439
- }
440
-
441
- &.is-closed {
442
- max-height: 0;
443
- overflow-y: hidden;
444
- animation: collapse 0.5s ease-in-out;
445
- }
446
- }
447
-
448
- white-space: nowrap;
449
- }
450
-
451
- .options-items {
452
- a:hover {
453
- color: $white-100;
454
- text-decoration: none;
455
- }
456
- }
457
-
458
- transition: 0.3s ease-in-out;
459
- }
460
- }
461
-
462
- .increase-width {
463
- position: relative;
464
- visibility: hidden;
465
- width: 36px;
466
-
467
- .increase-innner {
468
- border-bottom: 1px solid $primary-90;
469
- border-top: 1px solid $primary-90;
470
- bottom: -1px;
471
- left: 0;
472
- position: absolute;
473
- right: -451px;
474
- top: -1px;
475
- visibility: visible;
476
- background-color: $primary-90;
477
- }
478
- }
479
-
480
- td {
481
- &.increase-width {
482
- .increase-innner {
483
- background-color: transparent;
484
- }
485
- }
486
- }
487
-
488
- &.is-bordered {
489
- thead {
490
- tr {
491
- th {
492
- border-top: 1px solid $primary-95;
493
- border-bottom: 1px solid $primary-95;
494
- border-right: 1px solid $primary-95;
495
- background-color: $primary-97;
496
-
497
- &:first-child {
498
- border-left: 1px solid transparent;
499
- }
500
- &:last-child {
501
- border-right: 1px solid transparent;
502
- }
503
- }
504
- }
505
- }
506
-
507
- tbody {
508
- tr {
509
- &:hover {
510
- box-shadow: none;
511
- }
512
-
513
- td {
514
- font-size: 13px;
515
- color: $primary-20;
516
- background-color: transparent;
517
- border-bottom: 1px solid $primary-95;
518
- border-right: 1px solid $primary-95;
519
- &:last-child {
520
- border-right: 1px solid transparent;
521
- }
522
- &:first-child {
523
- border-left: 1px solid transparent;
524
- }
525
-
526
- &:first-child {
527
- color: $primary-5;
528
- border-radius: 0;
529
- }
530
-
531
- &:last-child {
532
- border-radius: 0;
533
- }
534
-
535
- .ac-single-checkbox {
536
- .is-checkradio[type="checkbox"] {
537
- &.ac-checkbox + label {
538
- color: $primary-20;
539
-
540
- &::before {
541
- height: 16px;
542
- width: 16px;
543
- background-color: $primary-95;
544
- }
545
-
546
- &::after {
547
- top: 6px;
548
- left: 6px;
549
- border-color: $black-80;
550
- width: 0.3rem;
551
- height: 0.5rem;
552
- }
553
- }
554
-
555
- &:checked + label::before {
556
- background-color: $primary;
557
- border-color: $primary;
558
- }
559
-
560
- &:checked + label::after {
561
- border-color: $primary-90;
562
- }
563
- }
564
- }
565
-
566
- .is-checkradio[type="checkbox"].ac-checkbox:checked + label::before {
567
- background-color: $primary;
568
- border-color: $primary;
569
- }
570
-
571
- .is-checkradio[type="checkbox"] + label::before,
572
- .is-checkradio[type="checkbox"] + label:before {
573
- top: 3px;
574
- }
575
- }
576
- }
577
- }
578
- }
579
-
580
- &.ac-separate-tr {
581
- border-collapse: separate;
582
- border-spacing: 0px 5px;
583
-
584
- tbody {
585
- tr {
586
- background-color: transparent;
587
- }
588
- }
589
- }
590
-
591
- &.is-middle-aligned {
592
- thead {
593
- tr {
594
- th {
595
- vertical-align: middle;
596
- }
597
- }
598
- }
599
-
600
- tbody {
601
- tr {
602
- td {
603
- vertical-align: middle;
604
- }
605
- }
606
- }
607
- }
608
-
609
- &.is-dark {
610
- thead {
611
- background-color: $primary-5;
612
-
613
- tr {
614
- th {
615
- color: $white-100;
616
- }
617
- }
618
- }
619
-
620
- tbody {
621
- tr {
622
- td {
623
- color: $white-100;
624
- }
625
-
626
- &:nth-child(odd) {
627
- background-color: $primary-20;
628
- }
629
-
630
- &:nth-child(even) {
631
- background-color: $primary-5;
632
- }
633
-
634
- &:hover {
635
- background-color: $primary;
636
-
637
- td {
638
- color: $white-100;
639
- }
640
- }
641
- }
642
- }
643
- }
644
- }
645
-
646
- .table.ac-table tbody tr:hover td a:not(.tag a) {
647
- text-decoration: underline;
648
- color: $primary;
649
- }
650
-
651
- // table inner shadow
652
- .table-inner-shadow {
653
- border-radius: 0px;
654
- background: $primary-90;
655
- box-shadow: inset 5px 5px 10px #e3e6e9, inset -5px -5px 10px #ffffff;
656
- }
657
-
658
- @keyframes expand {
659
- from {
660
- max-height: 0;
661
- overflow-y: hidden;
662
- }
663
- 1% {
664
- overflow-y: hidden;
665
- }
666
- 99% {
667
- overflow-y: hidden;
668
- }
669
- to {
670
- max-height: 60vh;
671
- overflow-y: overlay;
672
- }
673
- }
674
-
675
- @keyframes collapse {
676
- from {
677
- max-height: 60vh;
678
- overflow-y: overlay;
679
- }
680
- 1% {
681
- overflow-y: hidden;
682
- }
683
- 99% {
684
- overflow-y: hidden;
685
- }
686
- to {
687
- max-height: 0;
688
- overflow-y: hidden;
689
- }
690
- }
691
-
692
- // GENERAL TABLE END
693
-
694
- /****************************************
695
- Responsive Classes
696
- *****************************************/
697
- // Extra small devices (portrait phones, less than 576px)
698
- @media (max-width: 575.98px) {
699
- }
700
-
701
- // Small devices (landscape phones, 576px and up)
702
- @media (min-width: 576px) and (max-width: 767.98px) {
703
- }
704
-
705
- // Medium devices (tablets, 768px and up)
706
- @media (min-width: 768px) and (max-width: 991.98px) {
707
- }
708
-
709
- // Large devices (desktops, 992px and up)
710
- @media (min-width: 992px) and (max-width: 1199.98px) {
711
- }
712
-
713
- // Extra large devices (large desktops, 1200px and up)
714
- @media (min-width: 1200px) {
715
- }
263
+ @import "../../../vue-components/styles/components/table";
716
264
  </style>
@@ -1,212 +0,0 @@
1
- // // modal start
2
- // .ac-modal {
3
- // // position: relative;
4
- // min-height: 100vh;
5
- // position: fixed;
6
- // width: 100%;
7
- // left: 0;
8
- // top: 0;
9
- // z-index: 9999;
10
-
11
- // &:after {
12
- // position: absolute;
13
- // content: "";
14
- // left: 0;
15
- // top: 0;
16
- // width: 100%;
17
- // height: 100%;
18
- // background-color: $black-5;
19
- // z-index: -1;
20
- // opacity: 0.5;
21
- // }
22
-
23
- // &.is-small {
24
- // .ac-modal-inner {
25
- // border-radius: 4px;
26
- // width: 446px;
27
- // }
28
- // }
29
-
30
- // &.is-normal {
31
- // .ac-modal-inner {
32
- // width: 518px;
33
- // }
34
- // }
35
-
36
- // &.is-medium {
37
- // .ac-modal-inner {
38
- // width: 800px;
39
- // }
40
- // }
41
-
42
- // &.is-large {
43
- // .ac-modal-inner {
44
- // width: 1000px !important;
45
- // }
46
- // }
47
-
48
- // .ac-modal-inner {
49
- // margin: 0 auto;
50
- // background-color: $white-100;
51
- // border-radius: 4px;
52
- // overflow: hidden;
53
- // box-shadow: 12px 26px 118px rgba(0, 0, 0, 0.16);
54
-
55
- // .ac-modal-header {
56
- // background-color: $white-100;
57
- // padding: 10px 20px;
58
- // display: flex;
59
- // align-items: center;
60
- // justify-content: space-between;
61
- // border: 1px solid $primary-90;
62
-
63
- // h6 {
64
- // color: $primary-10;
65
- // }
66
-
67
- // .ms-close-button {
68
- // button {
69
- // cursor: pointer;
70
- // padding: 3px 5px;
71
- // color: $primary-10;
72
- // }
73
- // }
74
- // }
75
-
76
- // .ac-modal-body {
77
- // padding: 20px;
78
- // max-height: calc(100vh - 230px);
79
- // overflow-y: auto;
80
-
81
- // .ac-modal-content {
82
- // img {
83
- // // width: 100%;
84
- // height: auto;
85
- // }
86
-
87
- // .action-message {
88
- // p {
89
- // font-size: 16px;
90
- // margin-bottom: 10px;
91
-
92
- // &:last-child {
93
- // margin-bottom: 0;
94
- // }
95
-
96
- // &.is-description {
97
- // font-family: $font-heading;
98
- // font-weight: 400;
99
- // color: $primary-20;
100
-
101
- // strong {
102
- // font-weight: 500;
103
- // }
104
- // }
105
- // }
106
- // }
107
- // }
108
- // }
109
-
110
- // .ac-modal-footer {
111
- // border-top: 1px solid $primary-90;
112
- // padding: 10px 20px;
113
- // }
114
- // }
115
- // }
116
-
117
- // /****************************************
118
- // Responsive Classes
119
- // *****************************************/
120
- // // Extra small devices (portrait phones, less than 576px)
121
- // @media (max-width: 575.98px) {
122
- // .ac-modal {
123
- // &.is-small {
124
- // .ac-modal-inner {
125
- // width: 266px;
126
- // }
127
- // }
128
-
129
- // &.is-normal {
130
- // .ac-modal-inner {
131
- // width: calc(100% - 15px);
132
- // }
133
- // }
134
-
135
- // &.is-medium {
136
- // .ac-modal-inner {
137
- // width: calc(100% - 15px);
138
- // }
139
- // }
140
-
141
- // &.is-large {
142
- // .ac-modal-inner {
143
- // width: calc(100% - 15px);
144
- // }
145
- // }
146
-
147
- // .action-message.pt-35.pb-35 {
148
- // padding-top: 20px !important;
149
- // padding-bottom: 20px !important;
150
- // }
151
- // }
152
- // }
153
-
154
- // // Small devices (landscape phones, 576px and up)
155
- // @media (min-width: 576px) and (max-width: 767.98px) {
156
- // .ac-modal {
157
- // &.is-small {
158
- // .ac-modal-inner {
159
- // width: 266px;
160
- // }
161
- // }
162
-
163
- // &.is-normal {
164
- // .ac-modal-inner {
165
- // width: calc(100% - 15px);
166
- // }
167
- // }
168
-
169
- // &.is-medium {
170
- // .ac-modal-inner {
171
- // width: calc(100% - 15px);
172
- // }
173
- // }
174
-
175
- // &.is-large {
176
- // .ac-modal-inner {
177
- // width: calc(100% - 15px);
178
- // }
179
- // }
180
- // }
181
- // }
182
-
183
- // // Medium devices (tablets, 768px and up)
184
- // @media (min-width: 768px) and (max-width: 991.98px) {
185
- // .ac-modal {
186
- // &.is-normal {
187
- // .ac-modal-inner {
188
- // width: calc(100% - 50px);
189
- // }
190
- // }
191
-
192
- // &.is-medium {
193
- // .ac-modal-inner {
194
- // width: calc(100% - 50px);
195
- // }
196
- // }
197
-
198
- // &.is-large {
199
- // .ac-modal-inner {
200
- // width: calc(100% - 50px);
201
- // }
202
- // }
203
- // }
204
- // }
205
-
206
- // // Large devices (desktops, 992px and up)
207
- // @media (min-width: 992px) and (max-width: 1199.98px) {
208
- // }
209
-
210
- // // Extra large devices (large desktops, 1200px and up)
211
- // @media (min-width: 1200px) {
212
- // }