barbican-reset 1.2.7 → 1.3.1

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 (67) hide show
  1. package/components/alert.vue +28 -49
  2. package/components/container.vue +2 -2
  3. package/components/display_stream.vue +70 -0
  4. package/components/event_summary.vue +1 -1
  5. package/components/fluid_iframe.vue +39 -0
  6. package/components/footer_logos.vue +30 -0
  7. package/components/footer_upper.vue +6 -2
  8. package/components/help_row.vue +33 -0
  9. package/components/radio_group.vue +27 -0
  10. package/components/related_card.vue +38 -0
  11. package/components/related_row.vue +32 -0
  12. package/components/related_title.vue +1 -4
  13. package/components/type_text.vue +14 -14
  14. package/components/wrap.vue +12 -3
  15. package/helpers/mixins/_buttons.scss +32 -2
  16. package/helpers/mixins/_content.scss +3 -3
  17. package/helpers/variables/layout/index.scss +5 -3
  18. package/icons/.DS_Store +0 -0
  19. package/icons/account/index.js +6 -6
  20. package/icons/account/{MembershipIcon.vue → membership.vue} +0 -0
  21. package/icons/account/{OrdersIcon.vue → orders.vue} +0 -0
  22. package/icons/account/{PaymentIcon.vue → payment.vue} +0 -0
  23. package/icons/account/{PersonalIcon.vue → personal.vue} +0 -0
  24. package/icons/account/{SupportIcon.vue → support.vue} +0 -0
  25. package/icons/account/{VideoIcon.vue → video.vue} +0 -0
  26. package/icons/{arrow_icon.vue → arrow.vue} +0 -0
  27. package/icons/{barbican/index.vue → barbican.vue} +8 -1
  28. package/icons/index.js +1 -1
  29. package/icons/password/index.js +2 -2
  30. package/icons/password/{RequestIcon.vue → request.vue} +0 -0
  31. package/icons/password/{ResetIcon.vue → reset.vue} +0 -0
  32. package/icons/power/{AlleyneIcon.vue → alleyne.vue} +0 -0
  33. package/icons/power/{BanffIcon.vue → banff.vue} +0 -0
  34. package/icons/power/{CouncilIcon.vue → council.vue} +0 -0
  35. package/icons/power/index.js +3 -3
  36. package/icons/snippets/{BarbicanIcon.vue → barbican.vue} +0 -0
  37. package/icons/snippets/{ContributorIcon.vue → contributor.vue} +0 -0
  38. package/icons/snippets/index.js +4 -4
  39. package/icons/snippets/{OtherIcon.vue → other.vue} +0 -0
  40. package/icons/snippets/{PinIcon.vue → pin.vue} +0 -0
  41. package/icons/stream/{AirplayIcon.vue → airplay.vue} +0 -0
  42. package/icons/stream/{CastIcon.vue → cast.vue} +0 -0
  43. package/icons/stream/{ChatIcon.vue → chat.vue} +0 -0
  44. package/icons/stream/close.vue +7 -0
  45. package/icons/stream/{CogIcon.vue → cog.vue} +0 -0
  46. package/icons/stream/index.js +7 -7
  47. package/icons/stream/{LiveIcon/index.vue → live.vue} +46 -1
  48. package/icons/stream/{VolumeIcon.vue → volume.vue} +0 -0
  49. package/index.js +15 -5
  50. package/package.json +2 -1
  51. package/scss/_atomic.scss +4 -0
  52. package/scss/_btn.scss +8 -0
  53. package/scss/_radio-group.scss +4 -8
  54. package/scss/card/_account.scss +16 -0
  55. package/scss/card/_related.scss +25 -0
  56. package/scss/card/_video-help.scss +31 -0
  57. package/scss/card/index.scss +3 -0
  58. package/scss/index.scss +8 -2
  59. package/scss/table/_preferences.scss +73 -0
  60. package/scss/table/index.scss +1 -0
  61. package/components/account_card.vue +0 -31
  62. package/components/carousel.vue +0 -116
  63. package/icons/barbican/index.scss +0 -5
  64. package/icons/stream/LiveIcon/live_icon.scss +0 -42
  65. package/icons/stream/close_icon.vue +0 -23
  66. package/scss/_radio.scss +0 -4
  67. package/scss/_type-text.scss +0 -9
@@ -1,42 +0,0 @@
1
- .live-icon {
2
- &__container {
3
- background-color: $c-grey-midnight;
4
- border-radius: $border-radius;
5
- font-size: $font-size-sm;
6
- padding: 0.6rem 0.8rem;
7
- border-color: white;
8
- position: absolute;
9
- font-weight: bold;
10
- border: 1px solid;
11
- color: white;
12
- right: 1rem;
13
- top: 1rem;
14
-
15
- @include media-breakpoint-up(sm) {
16
- font-size: $font-size-base;
17
- padding: 0.8rem 1rem;
18
- }
19
-
20
- @include media-breakpoint-up(md) {
21
- right: 2rem;
22
- top: 2rem;
23
- }
24
- }
25
-
26
- &__title {
27
- vertical-align: middle;
28
- display: inline-block;
29
- margin-right: 0.5rem;
30
- }
31
-
32
- &__svg {
33
- vertical-align: middle;
34
- display: inline-block;
35
- height: 1.5rem;
36
- fill: white;
37
-
38
- @include media-breakpoint-up(sm) {
39
- height: 1.75rem;
40
- }
41
- }
42
- }
@@ -1,23 +0,0 @@
1
- <template>
2
- <svg viewBox="0 0 20 20">
3
- <path class="fill" d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10s10-4.5,10-10S15.5,0,10,0z" />
4
- <path class="outline" d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10s10-4.5,10-10S15.5,0,10,0z M10,18c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8 S14.4,18,10,18z" />
5
- <path class="cross" d="M12.6,6L10,8.6L7.4,6L6,7.4L8.6,10L6,12.6L7.4,14l2.6-2.6l2.6,2.6l1.4-1.4L11.4,10L14,7.4L12.6,6z" />
6
- </svg>
7
- </template>
8
-
9
- <style lang="scss" scoped>
10
-
11
- svg {
12
- width: 1.875rem;
13
-
14
- path.outline, path.cross {
15
- fill: $c-grey-night;
16
- }
17
-
18
- path.fill {
19
- fill: $c-page-global-content-bg-alt;
20
- }
21
- }
22
-
23
- </style>
package/scss/_radio.scss DELETED
@@ -1,4 +0,0 @@
1
-
2
- .custom-radio label {
3
- font-weight: 400;
4
- }
@@ -1,9 +0,0 @@
1
- .loading-message {
2
- min-height: 2.25rem;
3
-
4
- &:not(.slim) {
5
- font-size: $h4-font-size;
6
- margin: 3.75rem 1.875rem;
7
- text-align: center;
8
- }
9
- }