@appscode/design-system 1.0.43-alpha.12 → 1.0.43-alpha.16

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 (52) hide show
  1. package/base/utilities/_default.scss +16 -17
  2. package/base/utilities/_derived-variables.scss +0 -12
  3. package/base/utilities/_initial-variables.scss +228 -47
  4. package/base/utilities/_mixin.scss +10 -1
  5. package/base/utilities/_typography.scss +10 -4
  6. package/components/_ac-accordion.scss +1 -0
  7. package/components/_ac-alert-box.scss +5 -5
  8. package/components/_ac-card.scss +16 -16
  9. package/components/_ac-code-highlight.scss +2 -0
  10. package/components/_ac-content-layout.scss +3 -3
  11. package/components/_ac-drag.scss +6 -6
  12. package/components/_ac-input.scss +20 -18
  13. package/components/_ac-modal.scss +5 -4
  14. package/components/_ac-multi-select.scss +9 -9
  15. package/components/_ac-options.scss +8 -8
  16. package/components/_ac-select-box.scss +2 -2
  17. package/components/_ac-table.scss +37 -33
  18. package/components/_ac-tabs.scss +33 -20
  19. package/components/_ac-tags.scss +2 -2
  20. package/components/_app-drawer.scss +4 -4
  21. package/components/_breadcumb.scss +5 -2
  22. package/components/_buttons.scss +21 -20
  23. package/components/_card-body-wrapper.scss +2 -2
  24. package/components/_dashboard-header.scss +1 -1
  25. package/components/_go-to-top.scss +1 -1
  26. package/components/_image-upload.scss +1 -1
  27. package/components/_left-sidebar-menu.scss +11 -11
  28. package/components/_monaco-editor.scss +1 -1
  29. package/components/_navbar.scss +21 -19
  30. package/components/_overview-page.scss +1 -2
  31. package/components/_pagination.scss +2 -2
  32. package/components/_payment-card.scss +18 -11
  33. package/components/_preview-modal.scss +6 -6
  34. package/components/_progress-bar.scss +1 -1
  35. package/components/_subscription-card.scss +4 -4
  36. package/components/_table-of-content.scss +1 -1
  37. package/components/_widget-menu.scss +9 -9
  38. package/components/_wizard.scss +17 -17
  39. package/components/ac-toaster/_ac-toasted.scss +4 -4
  40. package/components/bbum/_card-team.scss +4 -4
  41. package/components/bbum/_information-center.scss +2 -2
  42. package/components/bbum/_mobile-desktop.scss +5 -5
  43. package/components/bbum/_post.scss +5 -4
  44. package/components/bbum/_sign-up-notification.scss +3 -3
  45. package/components/bbum/_single-post-preview.scss +8 -8
  46. package/components/bbum/_user-profile.scss +2 -2
  47. package/components/ui-builder/_ui-builder.scss +10 -8
  48. package/layouts/_404.scss +2 -1
  49. package/layouts/_code-preview.scss +14 -7
  50. package/package.json +1 -1
  51. package/plugins/theme.js +138 -0
  52. package/vue-components/v3/dropdown/DropdownMenu.vue +1 -1
@@ -9,7 +9,7 @@
9
9
  padding: 20px;
10
10
  border-radius: 4px;
11
11
  overflow: hidden;
12
- background-color: $ac-white;
12
+ background-color: $ac-input-bg-color;
13
13
  transition: 0.3s ease-in-out;
14
14
 
15
15
  &.is-selected {
@@ -36,7 +36,7 @@
36
36
  .card-status {
37
37
  position: absolute;
38
38
  content: "";
39
- background: #27ae60;
39
+ background-color: #27ae60;
40
40
  border: 2px solid $ac-white;
41
41
  box-sizing: border-box;
42
42
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
@@ -92,7 +92,7 @@
92
92
  .ac-card-name {
93
93
  p {
94
94
  font-size: $font-size-small;
95
- color: $ac-link-black;
95
+ color: $ac-color-text;
96
96
  line-height: 1;
97
97
 
98
98
  &.free {
@@ -112,7 +112,7 @@
112
112
  justify-content: space-between;
113
113
  align-items: center;
114
114
  box-shadow: none;
115
- background: transparent;
115
+ background-color: transparent;
116
116
  margin-bottom: 60px;
117
117
 
118
118
  h3 {
@@ -201,14 +201,14 @@
201
201
 
202
202
  p {
203
203
  font-size: $font-size-small;
204
- color: $ac-border-hover;
204
+ color: $ac-gray-lightest;
205
205
  }
206
206
  }
207
207
  }
208
208
 
209
209
  .ac-card-body {
210
210
  p {
211
- color: $ac-border-hover;
211
+ color: $ac-gray-dark;
212
212
  font-size: $font-size-small;
213
213
  line-height: 140%;
214
214
  }
@@ -222,7 +222,7 @@
222
222
  .card-status {
223
223
  position: absolute;
224
224
  content: "";
225
- background: #27ae60;
225
+ background-color: #27ae60;
226
226
  border: 2px solid $ac-white;
227
227
  box-sizing: border-box;
228
228
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
@@ -236,7 +236,7 @@
236
236
  // offer card scss start
237
237
  .pricing-card-wrpper {
238
238
  &.offer-card {
239
- background: #fafafa;
239
+ background-color: #fafafa;
240
240
  border: 1px solid $ac-white-light;
241
241
  border-radius: 4px;
242
242
  display: flex;
@@ -245,7 +245,7 @@
245
245
 
246
246
  &:after {
247
247
  @include absulate-shape($ac-primary, 100%, 4px);
248
- background-color: linear-gradient(90deg, #f99a00 0%, #3f19ad 98.84%);
248
+ background: linear-gradient(90deg, #f99a00 0%, #3f19ad 98.84%);
249
249
  }
250
250
 
251
251
  .offer-highlight {
@@ -342,12 +342,12 @@
342
342
 
343
343
  a.inline-button {
344
344
  font-size: 12px;
345
- color: $ac-link-black;
345
+ color: $ac-color-text;
346
346
  text-decoration: underline;
347
347
  }
348
348
 
349
349
  span {
350
- color: $ac-link-black;
350
+ color: $ac-color-text;
351
351
  font-size: 12px;
352
352
  font-weight: 600;
353
353
  }
@@ -355,7 +355,7 @@
355
355
  p {
356
356
  font-weight: 500;
357
357
  font-size: $font-size-small;
358
- color: $ac-link-black;
358
+ color: $ac-color-text;
359
359
 
360
360
  span {
361
361
  font-size: 12px;
@@ -374,7 +374,7 @@
374
374
  letter-spacing: 0;
375
375
  font-size: 12px;
376
376
  border: none;
377
- background: #f99a00;
377
+ background-color: #f99a00;
378
378
  /* Old browsers */
379
379
  background: -moz-linear-gradient(left, #f99a00 0%, #3f19ad 100%);
380
380
  /* FF3.6-15 */
@@ -407,7 +407,7 @@
407
407
  }
408
408
 
409
409
  &.style-three {
410
- background: #fafafa;
410
+ background-color: #fafafa;
411
411
  width: 183px;
412
412
  padding: 15px 15px 20px;
413
413
  height: 115px;
@@ -431,7 +431,7 @@
431
431
  font-size: 12px;
432
432
  line-height: 14px;
433
433
  text-align: center;
434
- color: $ac-link-black;
434
+ color: $ac-color-text;
435
435
  }
436
436
  }
437
437
  }
@@ -482,7 +482,7 @@
482
482
  font-weight: 500;
483
483
  font-size: $font-size-small;
484
484
  line-height: 16px;
485
- color: $ac-link-black;
485
+ color: $ac-color-text;
486
486
  margin-bottom: 10px;
487
487
  }
488
488
  }
@@ -1,6 +1,8 @@
1
1
  .ac-code-highlight {
2
2
  pre {
3
3
  font-size: $font-size-small;
4
+ color: $ac-color-text;
5
+ background-color: $ac-white-lighter;
4
6
  }
5
7
  &.is-dark {
6
8
  pre {
@@ -1,5 +1,5 @@
1
1
  .ac-content-layout {
2
- background: transparent;
2
+ background-color: transparent;
3
3
  padding: 0;
4
4
  border-radius: 0;
5
5
  height: 100%;
@@ -12,7 +12,7 @@
12
12
  border-radius: 4px;
13
13
 
14
14
  .ac-content-header {
15
- background: $table-header;
15
+ background-color: $table-header;
16
16
 
17
17
  &.is-bg-white {
18
18
  .ac-cheader-left {
@@ -36,7 +36,7 @@
36
36
  }
37
37
 
38
38
  &.is-dark {
39
- background-color: $ac-bg-dark;
39
+ background-color: $ac-color-heading;
40
40
 
41
41
  .ac-content-header {
42
42
  &.drag-n-drop {
@@ -19,13 +19,13 @@
19
19
  }
20
20
 
21
21
  .dragable-list-items {
22
- background: $ac-bg-light-gray;
22
+ background-color: $ac-white-lighter;
23
23
  border-radius: 4px;
24
24
  max-height: 400px;
25
25
 
26
26
  .is-highlight {
27
27
  background-color: $ac-white;
28
- border: 1px dashed $ac-border-hover;
28
+ border: 1px dashed $ac-gray-lightest;
29
29
  border-radius: 4px;
30
30
  margin: 4px 0;
31
31
  overflow: hidden;
@@ -36,7 +36,7 @@
36
36
  padding-left: 40px;
37
37
 
38
38
  &.is-not-change {
39
- background-color: $ac-bg-light-gray;
39
+ background-color: $ac-white-lighter;
40
40
  margin-left: -40px !important;
41
41
  padding-left: 80px;
42
42
  }
@@ -66,7 +66,7 @@
66
66
  margin-left: -35px;
67
67
 
68
68
  &:hover {
69
- background: $ac-white;
69
+ background-color: $ac-white;
70
70
  box-shadow: $ac-shadow-1;
71
71
  cursor: move;
72
72
 
@@ -82,7 +82,7 @@
82
82
  }
83
83
 
84
84
  input[type="text"] {
85
- background: $ac-white-light;
85
+ background-color: $ac-white-light;
86
86
  border: none;
87
87
  font-weight: 500;
88
88
  padding: 4px 5px;
@@ -113,7 +113,7 @@
113
113
 
114
114
  button {
115
115
  border: none;
116
- background: transparent;
116
+ background-color: transparent;
117
117
  display: block;
118
118
  cursor: pointer;
119
119
  padding: 0 5px;
@@ -72,7 +72,7 @@
72
72
  font-size: $font-size-small;
73
73
  padding: 4px 7px;
74
74
  height: 30px;
75
- background: $ac-white;
75
+ background-color: $ac-white;
76
76
  padding-right: 30px;
77
77
 
78
78
  &[type="password"] {
@@ -242,7 +242,7 @@
242
242
 
243
243
  &.is-dark {
244
244
  input {
245
- background: $ac-bg-dark;
245
+ background-color: $ac-color-heading;
246
246
  border-color: transparent;
247
247
  color: $ac-white;
248
248
 
@@ -290,7 +290,7 @@
290
290
  content: "";
291
291
  left: 0;
292
292
  top: 50%;
293
- background: $ac-white;
293
+ background-color: $ac-white;
294
294
  width: 100%;
295
295
  height: 2px;
296
296
  margin-top: -1px;
@@ -307,7 +307,7 @@
307
307
 
308
308
  .button {
309
309
  &.is-information {
310
- background: transparent;
310
+ background-color: transparent;
311
311
  border: none;
312
312
  position: absolute;
313
313
  right: 0;
@@ -318,14 +318,14 @@
318
318
  &:focus {
319
319
  outline: none;
320
320
  box-shadow: none;
321
- background: #e4e8ef;
321
+ background-color: #e4e8ef;
322
322
  transform: scale(0.8);
323
323
  }
324
324
  }
325
325
  }
326
326
 
327
327
  .ac-search-button {
328
- background: transparent;
328
+ background-color: transparent;
329
329
  border: none;
330
330
  position: absolute;
331
331
  left: 0;
@@ -339,7 +339,7 @@
339
339
 
340
340
  .ac-dropdown-content {
341
341
  position: absolute;
342
- background: $ac-input-bg-color;
342
+ background-color: $ac-input-bg-color;
343
343
  width: 100%;
344
344
  height: auto;
345
345
  box-shadow: 0px 4px 16px rgba(132, 147, 168, 0.6);
@@ -356,7 +356,7 @@
356
356
  transition: 0.3s;
357
357
 
358
358
  &:hover {
359
- background: hsla(
359
+ background-color: hsla(
360
360
  var(--hsl-hue),
361
361
  var(--hsl-saturation),
362
362
  var(--hsl-lightness),
@@ -397,6 +397,7 @@
397
397
  .ac-card,
398
398
  textarea {
399
399
  background-color: $ac-white;
400
+ color: $ac-color-text;
400
401
  height: 45px;
401
402
  font-weight: 400;
402
403
  width: 100%;
@@ -406,7 +407,7 @@
406
407
  font-size: $font-size-small;
407
408
 
408
409
  &:hover {
409
- border-color: $ac-border-hover;
410
+ border-color: $ac-gray-lightest;
410
411
  }
411
412
 
412
413
  &.bg-white {
@@ -508,7 +509,7 @@
508
509
  }
509
510
 
510
511
  label {
511
- background-color: $ac-input-bg-color;
512
+ background-color: transparent;
512
513
  height: 36px;
513
514
  font-weight: 400;
514
515
  border-radius: 4px;
@@ -521,7 +522,7 @@
521
522
  }
522
523
 
523
524
  &:hover {
524
- border-color: $ac-border-hover;
525
+ border-color: $ac-gray-lightest;
525
526
  }
526
527
 
527
528
  &.bg-white {
@@ -537,12 +538,12 @@
537
538
  }
538
539
 
539
540
  input#captcha {
540
- background-color: #ffffff;
541
+ background-color: $ac-white;
541
542
  height: 36px;
542
543
  font-weight: 400;
543
544
  width: 100%;
544
545
  border-radius: 4px;
545
- border: 1px solid #a6abbd;
546
+ border: 1px solid $ac-white-light;
546
547
  padding: 8px 15px;
547
548
  font-size: 13px;
548
549
  transition: background-color 0.3s ease-in-out;
@@ -573,7 +574,7 @@ input#captcha {
573
574
  .is-checkradio[type="checkbox"].ac-checkbox + label::after {
574
575
  top: 6px;
575
576
  left: 6px;
576
- border-color: #54657e;
577
+ border-color: $ac-gray-lightest;
577
578
  width: 0.3rem;
578
579
  height: 0.5rem;
579
580
  }
@@ -583,7 +584,7 @@ input#captcha {
583
584
  }
584
585
 
585
586
  .is-checkradio[type="checkbox"].ac-checkbox + label {
586
- color: $ac-link-black;
587
+ color: $ac-color-text;
587
588
  font-size: 13px !important;
588
589
  padding-left: 25px;
589
590
  user-select: none;
@@ -594,7 +595,7 @@ input#captcha {
594
595
  }
595
596
 
596
597
  .is-checkradio[type="checkbox"].ac-checkbox + label {
597
- color: $ac-link-black;
598
+ color: $ac-color-text;
598
599
  font-size: 13px;
599
600
  padding-left: 25px;
600
601
  user-select: none;
@@ -625,6 +626,7 @@ input#captcha {
625
626
  user-select: none;
626
627
  font-size: 13px;
627
628
  font-weight: 400;
629
+ color: $ac-color-text;
628
630
 
629
631
  &::before {
630
632
  background-color: #cad3df;
@@ -709,11 +711,11 @@ input#captcha {
709
711
 
710
712
  input {
711
713
  border: none;
712
- background: transparent;
714
+ background-color: transparent;
713
715
  font-size: 18px;
714
716
  font-weight: 400;
715
717
  font-family: $ac-family-heading;
716
- color: #333;
718
+ color: $ac-color-value;
717
719
  width: 100%;
718
720
  padding: 5px 0;
719
721
 
@@ -15,7 +15,7 @@
15
15
  top: 0;
16
16
  width: 100%;
17
17
  height: 100%;
18
- background: #000;
18
+ background-color: $ac-black;
19
19
  z-index: -1;
20
20
  opacity: 0.5;
21
21
  }
@@ -47,13 +47,13 @@
47
47
 
48
48
  .ac-modal-inner {
49
49
  margin: 0 auto;
50
- background: $ac-white;
50
+ background-color: $ac-white;
51
51
  border-radius: 4px;
52
52
  overflow: hidden;
53
53
  box-shadow: 12px 26px 118px rgba(0, 0, 0, 0.16);
54
54
 
55
55
  .ac-modal-header {
56
- background: $ac-white;
56
+ background-color: $ac-white;
57
57
  padding: 10px 20px;
58
58
  display: flex;
59
59
  align-items: center;
@@ -96,6 +96,7 @@
96
96
  &.is-description {
97
97
  font-family: $ac-family-heading;
98
98
  font-weight: 400;
99
+ color: $ac-color-value;
99
100
 
100
101
  strong {
101
102
  font-weight: 500;
@@ -107,7 +108,7 @@
107
108
  }
108
109
 
109
110
  .ac-modal-footer {
110
- border-top: 1px solid $ac-modal-header-bg;
111
+ border-top: 1px solid $ac-white-light;
111
112
  padding: 10px 20px;
112
113
  }
113
114
  }
@@ -35,7 +35,7 @@
35
35
  }
36
36
 
37
37
  .multiselect__tag {
38
- background-color: $ac-border-hover;
38
+ background-color: $ac-gray-lightest;
39
39
  margin-top: 4px;
40
40
  margin-bottom: 0;
41
41
 
@@ -155,7 +155,7 @@
155
155
  &:after {
156
156
  position: inherit !important;
157
157
  content: "" !important;
158
- background: transparent;
158
+ background-color: transparent;
159
159
  }
160
160
  }
161
161
  }
@@ -216,7 +216,7 @@
216
216
  font-size: $font-size-extra-small;
217
217
  top: -9px;
218
218
  font-weight: 500;
219
- color: #000;
219
+ color: $ac-black;
220
220
  }
221
221
  }
222
222
 
@@ -384,7 +384,7 @@
384
384
  .multiselect__select {
385
385
  height: calc(100% - 2px);
386
386
  border-radius: 0 4px 4px 0;
387
- background: transparent !important;
387
+ background-color: transparent !important;
388
388
  }
389
389
 
390
390
  label {
@@ -410,10 +410,10 @@
410
410
  left: 15px;
411
411
  padding: 0 5px;
412
412
  font-size: $font-size-small;
413
- color: #000;
413
+ color: $ac-black;
414
414
 
415
415
  &::after {
416
- background: $ac-white;
416
+ background-color: $ac-white;
417
417
  }
418
418
  }
419
419
 
@@ -422,7 +422,7 @@
422
422
  content: "";
423
423
  left: 0;
424
424
  top: 50%;
425
- background: $ac-white;
425
+ background-color: $ac-white;
426
426
  width: 100%;
427
427
  height: 2px;
428
428
  margin-top: -1px;
@@ -468,7 +468,7 @@ li {
468
468
 
469
469
  .button {
470
470
  &.is-information {
471
- background: transparent;
471
+ background-color: transparent;
472
472
  border: none;
473
473
  position: absolute;
474
474
  right: 0;
@@ -480,7 +480,7 @@ li {
480
480
  &:focus {
481
481
  outline: none;
482
482
  box-shadow: none;
483
- background: #e4e8ef;
483
+ background-color: #e4e8ef;
484
484
  transform: scale(0.8);
485
485
  }
486
486
  }
@@ -39,7 +39,7 @@
39
39
  cursor: pointer;
40
40
  align-items: flex-start;
41
41
  border: none;
42
- background: transparent;
42
+ background-color: transparent;
43
43
  transition: 0.3 ease-in-out;
44
44
 
45
45
  &:hover {
@@ -49,7 +49,7 @@
49
49
  span {
50
50
  width: 5px;
51
51
  height: 5px;
52
- background: #333;
52
+ background-color: $ac-color-value;
53
53
  border-radius: 50%;
54
54
  margin-bottom: 2px;
55
55
  }
@@ -60,30 +60,30 @@
60
60
  border-radius: 4px;
61
61
  position: absolute;
62
62
  z-index: 99;
63
- background: $ac-white;
63
+ background-color: $ac-white;
64
64
  min-width: 160px;
65
65
  top: 30px;
66
66
 
67
67
  li {
68
68
  .list-button {
69
69
  width: 100%;
70
- background: transparent;
70
+ background-color: transparent;
71
71
  border: none;
72
72
  cursor: pointer;
73
73
  font-weight: 400;
74
74
  text-align: left;
75
- color: #333;
75
+ color: $ac-color-value;
76
76
  font-size: $font-size-small;
77
77
  padding: 10px 30px;
78
78
  display: block;
79
79
 
80
80
  &:hover {
81
- background: $ac-primary;
81
+ background-color: $ac-primary;
82
82
  color: $ac-white;
83
83
  }
84
84
 
85
85
  span {
86
- background: transparent;
86
+ background-color: transparent;
87
87
 
88
88
  &.icon {
89
89
  margin-right: 5px;
@@ -96,7 +96,7 @@
96
96
  padding: 10px 30px;
97
97
  display: block;
98
98
  text-decoration: none !important;
99
- color: #333 !important;
99
+ color: $ac-color-text !important;
100
100
 
101
101
  &:hover {
102
102
  background-color: $ac-primary;
@@ -1,6 +1,6 @@
1
1
  .ac-select-box {
2
2
  select {
3
- background: $ac-input-bg-color;
3
+ background-color: $ac-input-bg-color;
4
4
  border: 1px solid $ac-border;
5
5
  font-size: $font-size-small;
6
6
  height: 42px;
@@ -11,7 +11,7 @@
11
11
  }
12
12
 
13
13
  &:hover {
14
- border: 1px solid $ac-border-hover;
14
+ border: 1px solid $ac-gray-lightest;
15
15
  }
16
16
 
17
17
  &:focus {