@appscode/design-system 1.1.0-beta.25 → 1.1.0-beta.26

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.
@@ -15,7 +15,7 @@
15
15
  // margin-bottom: 10px;
16
16
  // }
17
17
 
18
- // label action start
18
+ // // label action start
19
19
  // .label-action {
20
20
  // align-items: center;
21
21
  // height: 21px;
@@ -112,7 +112,6 @@
112
112
 
113
113
  // select card start
114
114
 
115
-
116
115
  // select card end
117
116
 
118
117
  // final state start
@@ -566,16 +565,21 @@
566
565
  Responsive Classes
567
566
  *****************************************/
568
567
  // Extra small devices (portrait phones, less than 576px)
569
- @media (max-width: 575.98px) {}
568
+ @media (max-width: 575.98px) {
569
+ }
570
570
 
571
571
  // Small devices (landscape phones, 576px and up)
572
- @media (min-width: 576px) and (max-width: 767.98px) {}
572
+ @media (min-width: 576px) and (max-width: 767.98px) {
573
+ }
573
574
 
574
575
  // Medium devices (tablets, 768px and up)
575
- @media (min-width: 768px) and (max-width: 991.98px) {}
576
+ @media (min-width: 768px) and (max-width: 991.98px) {
577
+ }
576
578
 
577
579
  // Large devices (desktops, 992px and up)
578
- @media (min-width: 992px) and (max-width: 1199.98px) {}
580
+ @media (min-width: 992px) and (max-width: 1199.98px) {
581
+ }
579
582
 
580
583
  // Extra large devices (large desktops, 1200px and up)
581
- @media (min-width: 1200px) {}
584
+ @media (min-width: 1200px) {
585
+ }
@@ -198,7 +198,6 @@
198
198
  }
199
199
 
200
200
  .is-collapsed {
201
-
202
201
  &.ac-nested-elements::before,
203
202
  &.ac-nested-elements::after {
204
203
  display: none;
@@ -211,7 +210,16 @@
211
210
  flex-wrap: wrap;
212
211
  gap: 15px;
213
212
  }
214
-
213
+ .table {
214
+ tr {
215
+ &.is-selected {
216
+ background-color: $primary-97;
217
+ strong {
218
+ color: $primary;
219
+ }
220
+ }
221
+ }
222
+ }
215
223
  // dark theme start
216
224
  // .is-dark-theme {
217
225
  // .nested-body {
@@ -221,6 +229,81 @@
221
229
  // }
222
230
  // }
223
231
 
232
+ // label action start
233
+ .label-action {
234
+ align-items: center;
235
+ height: 21px;
236
+
237
+ .ac-single-input {
238
+ label {
239
+ margin-top: 2px;
240
+ }
241
+ }
242
+
243
+ button:not(.is-text) {
244
+ opacity: 0;
245
+ visibility: hidden;
246
+ transition: 0.3s ease-in-out;
247
+
248
+ img {
249
+ width: 15px;
250
+ }
251
+
252
+ &.label-icon {
253
+ border: none;
254
+ background-color: transparent;
255
+ cursor: pointer;
256
+ padding: 0;
257
+ transition: 0.3s ease-in-out;
258
+
259
+ &:hover {
260
+ opacity: 0.8;
261
+ }
262
+ }
263
+ }
264
+
265
+ &:hover {
266
+ button {
267
+ opacity: 1;
268
+ visibility: visible;
269
+ }
270
+ }
271
+
272
+ .ms-close-button,
273
+ .ac-modal-footer {
274
+ .buttons {
275
+ button {
276
+ opacity: 1;
277
+ visibility: visible;
278
+
279
+ &:hover {
280
+ opacity: 0.7;
281
+ }
282
+ }
283
+ }
284
+ }
285
+
286
+ .label-icon {
287
+ display: flex;
288
+ align-items: center;
289
+ margin-right: 10px;
290
+
291
+ img {
292
+ width: 16px;
293
+ }
294
+ }
295
+
296
+ strong {
297
+ font-family: $font-paragraph;
298
+ font-style: normal;
299
+ font-weight: 500;
300
+ font-size: 13px;
301
+ line-height: 16px;
302
+ color: $primary-10;
303
+ margin-right: 16px;
304
+ }
305
+ }
306
+
224
307
  //For resource input from
225
308
  .resource-input {
226
309
  display: grid;
@@ -244,21 +327,64 @@
244
327
  top: 7px;
245
328
  }
246
329
 
330
+ .ac-final-state {
331
+ margin-bottom: 10px;
332
+
333
+ &:last-child {
334
+ margin-bottom: 0;
335
+ }
336
+
337
+ .state-left {
338
+ h5 {
339
+ font-family: $font-paragraph;
340
+ font-style: normal;
341
+ font-weight: 500;
342
+ font-size: 14px;
343
+ line-height: 19px;
344
+ color: $primary-10;
345
+ }
346
+
347
+ button {
348
+ &.ac-button {
349
+ opacity: 0;
350
+ visibility: hidden;
351
+ transition: 0.3s ease-in-out;
352
+ }
353
+ }
354
+ }
355
+
356
+ &:hover {
357
+ .state-left {
358
+ button {
359
+ &.ac-button {
360
+ opacity: 1;
361
+ visibility: visible;
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+
247
368
  // dark theme end
248
369
  /****************************************
249
370
  Responsive Classes
250
371
  *****************************************/
251
372
  // Extra small devices (portrait phones, less than 576px)
252
- @media (max-width: 575.98px) {}
373
+ @media (max-width: 575.98px) {
374
+ }
253
375
 
254
376
  // Small devices (landscape phones, 576px and up)
255
- @media (min-width: 576px) and (max-width: 767.98px) {}
377
+ @media (min-width: 576px) and (max-width: 767.98px) {
378
+ }
256
379
 
257
380
  // Medium devices (tablets, 768px and up)
258
- @media (min-width: 768px) and (max-width: 991.98px) {}
381
+ @media (min-width: 768px) and (max-width: 991.98px) {
382
+ }
259
383
 
260
384
  // Large devices (desktops, 992px and up)
261
- @media (min-width: 992px) and (max-width: 1199.98px) {}
385
+ @media (min-width: 992px) and (max-width: 1199.98px) {
386
+ }
262
387
 
263
388
  // Extra large devices (large desktops, 1200px and up)
264
- @media (min-width: 1200px) {}
389
+ @media (min-width: 1200px) {
390
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-beta.25",
3
+ "version": "1.1.0-beta.26",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -85,6 +85,7 @@ const getSanitizedHtml = (content: string) => {
85
85
 
86
86
  p {
87
87
  color: $primary;
88
+ margin-bottom: 0;
88
89
 
89
90
  .close-icon {
90
91
  padding-right: 10px;