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