@appscode/design-system 1.0.43-alpha.183 → 1.0.43-alpha.185

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.
@@ -0,0 +1,6 @@
1
+ @import "initial-variables";
2
+ @import "derived-variables";
3
+ @import "mixin";
4
+ @import "typography";
5
+ @import "default";
6
+ @import "daek-theme";
@@ -27,6 +27,7 @@
27
27
  padding: 15px 20px;
28
28
  margin-bottom: 15px;
29
29
  border-radius: 4px;
30
+ border: 1px solid #e7e7e7;
30
31
 
31
32
  &:last-child {
32
33
  margin-bottom: 0;
@@ -48,10 +49,13 @@
48
49
  }
49
50
 
50
51
  .icon {
51
- width: 16px;
52
- height: 16px;
53
- border: 1px solid $ac-color-heading;
54
- line-height: 16px;
52
+ width: 20px;
53
+ height: 20px;
54
+ border: 1px solid $ac-white-light;
55
+ line-height: 20px;
56
+ display: flex;
57
+ justify-content: center;
58
+ align-items: center;
55
59
  font-size: 10px;
56
60
  border-radius: 50%;
57
61
  cursor: pointer;
@@ -6,13 +6,14 @@
6
6
  min-height: 36px;
7
7
  display: flex;
8
8
  align-items: center;
9
- padding: 5px 30px;
9
+ padding: 8px 16px;
10
10
  overflow: hidden;
11
11
  border: 1px solid $ac-primary;
12
12
  border-radius: 4px;
13
13
  justify-content: center;
14
14
  position: relative;
15
15
  z-index: 1;
16
+ max-width: 280px;
16
17
 
17
18
  p {
18
19
  color: $ac-primary;
@@ -139,7 +140,7 @@ AC Toast
139
140
  }
140
141
 
141
142
  p {
142
- padding-left: 10px;
143
+ padding-left: 16px;
143
144
 
144
145
  i.fa {
145
146
  padding-right: 0 !important;
@@ -158,7 +159,6 @@ AC Toast
158
159
 
159
160
  button.close-button {
160
161
  border-radius: 0px;
161
- border-left: 1px solid $ac-white;
162
162
  background-color: transparent;
163
163
  border: none;
164
164
  color: $ac-white;
@@ -170,7 +170,7 @@ AC Toast
170
170
  width: 30px;
171
171
  z-index: 1;
172
172
  cursor: pointer;
173
- border-left: 1px solid $ac-white;
173
+ border-left: 1px solid #dddddd;
174
174
  }
175
175
  }
176
176
 
@@ -12,13 +12,13 @@
12
12
 
13
13
  /* Handle */
14
14
  &::-webkit-scrollbar-thumb {
15
- background-color: $ac-gray-light;
15
+ background-color: $ac-white-light;
16
16
  border-radius: 10px;
17
17
  }
18
18
 
19
19
  /* Handle on hover */
20
20
  &::-webkit-scrollbar-thumb:hover {
21
- background-color: $ac-gray-light;
21
+ background-color: $ac-white-light;
22
22
  }
23
23
  }
24
24
  }
@@ -6,14 +6,14 @@
6
6
 
7
7
  &.is-line {
8
8
  ul {
9
- border-bottom-color: $ac-white-light;
9
+ // border-bottom-color: $ac-white-light;
10
10
 
11
11
  li {
12
12
  &.is-active {
13
13
  a {
14
14
  font-weight: 500;
15
15
  border-bottom-color: $ac-primary;
16
- border-color: $ac-primary !important;
16
+ border-bottom: 2px solid $ac-primary !important;
17
17
  border-width: 2px;
18
18
  }
19
19
  }
@@ -23,6 +23,7 @@
23
23
  font-weight: 400;
24
24
  color: $ac-color-heading;
25
25
  font-size: $font-size-small;
26
+ border-bottom: none;
26
27
  padding: 6px 20px;
27
28
 
28
29
  &:hover {
@@ -0,0 +1,34 @@
1
+ @import "ac-alert-box";
2
+ @import "ac-accordion";
3
+ @import "buttons";
4
+ @import "ac-card";
5
+ @import "breadcumb";
6
+ @import "ac-multi-select";
7
+ @import "ac-code-highlight";
8
+ @import "navbar";
9
+ @import "app-drawer";
10
+ @import "left-sidebar-menu";
11
+ @import "ac-input";
12
+ @import "ac-content-layout";
13
+ @import "ac-table";
14
+ @import "graph";
15
+ @import "ac-modal";
16
+ @import "payment-card";
17
+ @import "pagination";
18
+ @import "ac-options";
19
+ @import "image-upload";
20
+ @import "ac-alert-box";
21
+ @import "dashboard-header";
22
+ @import "go-to-top";
23
+ @import "ac-toaster/ac-toasted";
24
+ @import "preview-modal";
25
+ @import "bbum/post";
26
+ @import "bbum/single-post-preview";
27
+ @import "bbum/user-profile";
28
+ @import "bbum/sign-up-notification";
29
+ @import "bbum/activities-header";
30
+ @import "bbum/card-team";
31
+ @import "bbum/information-center";
32
+ @import "bbum/left-sidebar";
33
+ @import "ac-tags";
34
+ @import "ui-builder/ui-builder";
@@ -60,8 +60,12 @@
60
60
  color: $ac-primary;
61
61
  padding: 2px 6px;
62
62
  border-radius: 4px;
63
- width: 28px;
64
- height: 28px;
63
+ width: 20px;
64
+ height: 20px;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ font-size: 12px;
65
69
  }
66
70
 
67
71
  &.is-small {
@@ -127,8 +131,8 @@
127
131
  width: 52px;
128
132
  height: 52px;
129
133
  padding: 0;
130
- &:hover{
131
- svg{
134
+ &:hover {
135
+ svg {
132
136
  color: $ac-white;
133
137
  }
134
138
  }
@@ -410,33 +414,6 @@
410
414
  }
411
415
  }
412
416
 
413
- // group buttons
414
- .buttons {
415
- &.are-medium {
416
- .button {
417
- &.ac-button {
418
- @extend .is-medium;
419
- }
420
- }
421
- }
422
-
423
- &.are-small {
424
- .button {
425
- &.ac-button {
426
- @extend .is-small;
427
- }
428
- }
429
- }
430
-
431
- &.are-large {
432
- .button {
433
- &.ac-button {
434
- @extend .is-large;
435
- }
436
- }
437
- }
438
- }
439
-
440
417
  .ac-play-button-wrapper {
441
418
  display: flex;
442
419
  align-items: center;
@@ -628,7 +605,7 @@
628
605
  --ac-white: #2e323c;
629
606
  }
630
607
  }
631
- .button.ac-button.is-text{
608
+ .button.ac-button.is-text {
632
609
  background-color: transparent;
633
610
  }
634
611
  }
@@ -217,7 +217,7 @@
217
217
  strong {
218
218
  color: $ac-white;
219
219
  margin-left: 45px;
220
- font-weight: 400;
220
+ font-weight: 500;
221
221
  font-size: $font-size-small;
222
222
  }
223
223
 
@@ -121,6 +121,7 @@
121
121
  transition: 0.3s ease-in-out;
122
122
  position: relative;
123
123
  z-index: 1;
124
+ max-width: 250px;
124
125
 
125
126
  &.is-active-require-field {
126
127
  &:after {
@@ -0,0 +1,2 @@
1
+ @import "404";
2
+ @import "code-preview";
@@ -1,6 +1,6 @@
1
1
  .component-wrapper {
2
2
  .component-inner {
3
- margin-bottom: 20px;
3
+ margin: 20px;
4
4
  border: 1px solid $ac-white-light;
5
5
  border-radius: 4px;
6
6
  display: flex;
@@ -109,10 +109,13 @@
109
109
 
110
110
  // new code preview
111
111
  .ac-components {
112
+ margin: 20px;
112
113
  .single-component {
113
- box-shadow: $ac-shadow-1;
114
+ // box-shadow: $ac-shadow-1;
115
+ border: 1px solid $ac-white-light;
114
116
  border-radius: 4px;
115
117
  margin-bottom: 25px;
118
+ overflow: hidden;
116
119
 
117
120
  .component-header {
118
121
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.183",
3
+ "version": "1.0.43-alpha.185",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -100,7 +100,7 @@ export default {
100
100
  methods: {
101
101
  setDropdownMaxHeight(mode) {
102
102
  if (mode === "open") {
103
- this.dropDownSectionHeight = `${this.$refs["sectionItems"].scrollHeight}px`;
103
+ this.dropDownSectionHeight = `${this.$refs["sectionItems"]?.scrollHeight}px`;
104
104
  } else {
105
105
  this.dropDownSectionHeight = null;
106
106
  }