@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
@@ -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,527 +0,0 @@
1
- // menu content
2
-
3
-
4
-
5
- .ac-menu-item {
6
- .ac-nav-button {
7
- width: 32px;
8
- height: 32px;
9
- border-radius: 50%;
10
- padding: 5px;
11
- transition: all 0.3s ease-in-out;
12
- position: relative;
13
- z-index: 99;
14
- user-select: none;
15
- border: 1px solid $primary-80;
16
- cursor: pointer;
17
-
18
- &:after {
19
- position: absolute;
20
- content: "";
21
- left: 0;
22
- top: 0;
23
- opacity: 1;
24
- z-index: -1;
25
- width: 100%;
26
- height: 100%;
27
- border-radius: 50%;
28
- transition: 0.3s ease-in-out;
29
- }
30
-
31
- &:focus {
32
- box-shadow: none;
33
- }
34
-
35
- &:hover {
36
- &:after {
37
- background-color: $primary-90;
38
- }
39
- }
40
- }
41
- &.ac-profile-button {
42
- margin-right: 15px;
43
- button.button.ac-nav-button {
44
- width: 100%;
45
- background-color: transparent;
46
- border-radius: 0;
47
- font-weight: 500;
48
- border: none;
49
-
50
- &::after {
51
- border-radius: 0;
52
- border: none;
53
- background-color: transparent;
54
- }
55
- .ac-user-profile {
56
- width: 32px;
57
- height: 32px;
58
- border-radius: 50%;
59
- overflow: hidden;
60
- border: 2px solid $primary-90;
61
-
62
-
63
- }
64
- i.fa {
65
- padding-left: 8px;
66
- }
67
- }
68
- }
69
- .ac-menu-content {
70
- position: absolute;
71
- right: 0;
72
- top: 80px;
73
- min-width: 180px;
74
- opacity: 0;
75
- visibility: hidden;
76
- transition: 0.3s ease-in;
77
- width: 260px;
78
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
79
- 0 0px 0 1px rgba(10, 10, 10, 0.02);
80
-
81
- &.quick-access {
82
- background-color: $white-100;
83
- padding: 20px;
84
- min-width: 260px !important;
85
- max-height: 250px;
86
- overflow-y: auto;
87
- border-radius: 4px;
88
-
89
- .header {
90
- display: flex;
91
- justify-content: space-between;
92
- align-items: center;
93
- border-bottom: 1px solid $primary-90;
94
- padding-bottom: 20px;
95
-
96
- p {
97
- font-size: 13px;
98
- color: $primary-10;
99
- }
100
-
101
- button {
102
- background-color: transparent;
103
- border: none;
104
- cursor: pointer;
105
- color: $primary-20;
106
- }
107
- }
108
-
109
- .body-content {
110
- margin-top: 20px;
111
-
112
- p {
113
- font-size: 13px;
114
- color: $primary-10;
115
- }
116
-
117
- .organizations {
118
- .organization {
119
- display: flex;
120
- align-items: center;
121
- justify-content: space-between;
122
- padding: 5px 0;
123
-
124
- .org-info {
125
- display: flex;
126
- align-items: center;
127
-
128
- img {
129
- max-width: 30px;
130
- margin-right: 10px;
131
- object-fit: cover;
132
- }
133
- }
134
-
135
- .remove {
136
- border: none;
137
- padding: 0;
138
- font-size: 11px;
139
- color: $danger;
140
- background-color: transparent;
141
- }
142
- }
143
- }
144
- }
145
- }
146
-
147
- &.is-notification {
148
- right: 0;
149
- background-color: $white-100;
150
- box-shadow: 0px 4px 8px rgba(84, 101, 126, 0.2);
151
- border-radius: 4px;
152
- min-width: 330px;
153
- max-height: 400px;
154
- overflow-y: auto;
155
-
156
- .notification-header {
157
- padding: 20px 20px 6px 20px;
158
- display: flex;
159
- justify-content: space-between;
160
- align-items: baseline;
161
-
162
- .left-content {
163
- p {
164
- font-weight: 500;
165
- font-size: 13px;
166
- line-height: 19px;
167
- margin-bottom: 15px;
168
-
169
- span {
170
- font-weight: normal;
171
- }
172
-
173
- &.date {
174
- font-size: 11px;
175
- line-height: 14px;
176
- font-weight: normal;
177
- margin-bottom: 0;
178
- }
179
- }
180
- }
181
-
182
- .right-content {
183
- .button {
184
- border: none;
185
- margin: 0;
186
- padding: 10px;
187
- font-size: 13px;
188
-
189
- &.is-active {
190
- background-color: $primary;
191
- color: $white-100;
192
-
193
- img {
194
- filter: brightness(100);
195
- }
196
- }
197
-
198
- &:hover {
199
- background-color: $primary;
200
- color: $white-100;
201
-
202
- img {
203
- filter: brightness(100);
204
- }
205
- }
206
- }
207
- }
208
- }
209
-
210
- .notification-body {
211
- .single-notification-item {
212
- display: block;
213
- border-top: 1px solid $primary-90;
214
- padding: 15px 20px;
215
- font-weight: 500;
216
-
217
- &.is-complete {
218
- font-weight: 400;
219
- }
220
-
221
- &:hover {
222
- background-color: #d1e3f2;
223
- }
224
-
225
- p {
226
- color: $primary-10;
227
- font-size: 11px;
228
- }
229
-
230
- .notification-status {
231
- margin-top: 10px;
232
- display: flex;
233
- align-items: center;
234
- justify-content: space-between;
235
-
236
- p {
237
- font-size: 11px;
238
- color: $primary-20;
239
-
240
- &.is-success {
241
- color: $success;
242
- }
243
-
244
- &.is-danger {
245
- color: $danger;
246
- }
247
-
248
- &.is-warning {
249
- color: $warning;
250
- }
251
- }
252
- }
253
- }
254
- }
255
-
256
- .see-all-message {
257
- border-top: 1px solid $primary-90;
258
- text-align: center;
259
- font-weight: 500;
260
- font-size: 13px;
261
- color: $primary-10;
262
- display: block;
263
- padding: 10px 20px;
264
- }
265
- }
266
-
267
- ul {
268
- background-color: $white-100;
269
- padding: 0;
270
- // border-radius: 4px;
271
- overflow: hidden;
272
-
273
- li {
274
- a {
275
- display: block;
276
- padding: 8px 15px;
277
- color: $primary-10;
278
- transition: 0.3s ease-in-out;
279
- font-size: 13px;
280
-
281
- &:hover {
282
- background-color: $primary-95;
283
-
284
- p {
285
- color: $primary !important;
286
- }
287
- }
288
- }
289
- }
290
- }
291
-
292
- .user-profile-wrapper {
293
- background-color: $white-100;
294
- border-radius: 4px;
295
- border: 1px solid $primary-90;
296
-
297
- .profile-area {
298
- display: flex;
299
- align-items: center;
300
- border-bottom: 1px solid $primary-90;
301
- padding: 16px 16px;
302
-
303
- .profile-photo {
304
- // width: 50px;
305
- // height: 50px;
306
- border-radius: 50%;
307
- position: relative;
308
- z-index: 1;
309
- margin-right: 10px;
310
-
311
- img {
312
- border-radius: 50%;
313
- width: 100%;
314
- border: 2px solid #d2e7f9;
315
- }
316
-
317
- .camera-icon {
318
- position: absolute;
319
- right: -10px;
320
- top: 0;
321
- background-color: transparent;
322
- border: none;
323
- cursor: pointer;
324
- }
325
- }
326
-
327
- .profile-info {
328
- p {
329
- color: $primary-10;
330
- font-size: 13px;
331
- font-weight: 500;
332
- line-height: 1.3;
333
- }
334
-
335
- a {
336
- font-size: 1rem;
337
- color: $primary-20;
338
- line-height: 1.3;
339
- }
340
- }
341
- }
342
-
343
- .list-items {
344
- max-height: calc(100vh - 100px);
345
- overflow-y: auto;
346
- li {
347
- &.is-close {
348
- ul {
349
- max-height: 0;
350
- visibility: hidden;
351
- transition: max-height 0.25s ease-out;
352
- &.ac-vscrollbar {
353
- padding: 0;
354
- }
355
- }
356
- }
357
-
358
- &.is-open {
359
- ul {
360
- padding: 8px;
361
- max-height: 200px;
362
- visibility: visible;
363
- transition: max-height 0.25s ease-out;
364
- li {
365
- padding: 0;
366
- border: 1px solid $primary-95;
367
- }
368
- }
369
- }
370
- a {
371
- padding: 8px 16px;
372
- font-weight: 500;
373
- display: block;
374
- color: $primary-10;
375
- transition: 0.3s;
376
- display: flex;
377
- align-items: center;
378
- gap: 8px;
379
-
380
- &:hover {
381
- background-color: $primary-97;
382
- color: $primary;
383
- }
384
- }
385
- }
386
- }
387
- }
388
- }
389
-
390
- &.is-active {
391
- .ac-nav-button {
392
- &::after {
393
- background-color: $primary-90;
394
- }
395
- }
396
- .ac-menu-content {
397
- opacity: 1;
398
- visibility: visible;
399
- top: 35px;
400
- z-index: 99;
401
-
402
- &::after {
403
- position: absolute;
404
- content: "";
405
- right: 38px;
406
- top: -6px;
407
- background-color: $white-100;
408
- width: 15px;
409
- height: 15px;
410
- transform: rotate(45deg);
411
- box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.16);
412
- z-index: -1;
413
-
414
- }
415
- }
416
- }
417
-
418
- .ac-menu-content {
419
- &.navbar-dropdown-wrapper {
420
- position: absolute;
421
- border-radius: 4px;
422
- z-index: 99;
423
- right: 0px;
424
- top: 40px;
425
- display: block;
426
- transition: all 0.3s ease-in-out;
427
- ul.app-drawer {
428
- border-radius: 4px;
429
- overflow: hidden;
430
- background-color: $white-100;
431
- border: 1px solid $primary-90;
432
- // box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
433
- max-height: calc(100vh - 100px);
434
- overflow-y: auto;
435
-
436
- li {
437
- display: block;
438
- font-size: 13px;
439
- a {
440
- display: block;
441
- color: $primary-10 !important;
442
- padding: 10px 20px !important;
443
- font-size: 13px !important;
444
- transition: 0.2s;
445
- border-bottom: 1px solid $primary-90;
446
-
447
- &:hover {
448
- background-color: $primary-97 !important;
449
- }
450
-
451
- span {
452
- margin-top: -3px;
453
- }
454
-
455
- &:hover {
456
- .media-content {
457
- .content {
458
- p {
459
- color: $primary-20;
460
- }
461
- }
462
- }
463
- }
464
-
465
- .media {
466
- .media-left {
467
- .image {
468
- img {
469
- height: 24px;
470
- width: auto;
471
- }
472
- }
473
- }
474
-
475
- .media-content {
476
- overflow: hidden;
477
-
478
- .content {
479
- p {
480
- vertical-align: middle;
481
- line-height: 1;
482
- transition: 0.3s;
483
-
484
- strong {
485
- font-weight: 600;
486
- font-size: 14px;
487
- // font-family: $font-heading;
488
- }
489
-
490
- span {
491
- display: block;
492
- font-size: 13px;
493
- margin-top: 4px;
494
- line-height: 150%;
495
- }
496
- }
497
- }
498
- }
499
- }
500
- }
501
-
502
- &:hover {
503
- > a {
504
- background-color: $white-100;
505
- }
506
- }
507
-
508
- &:first-child {
509
- &:hover {
510
- > a {
511
- border-radius: 4px 4px 0 0;
512
- }
513
- }
514
- }
515
-
516
- &:last-child {
517
- &:hover {
518
- > a {
519
- border-radius: 0 0 4px 4px;
520
- }
521
- }
522
- }
523
- }
524
- }
525
- }
526
- }
527
- }