barbican-reset 3.1.0 → 3.3.0
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.
- package/animations/index.js +1 -1
- package/components/AccountTitle.vue +1 -1
- package/components/BrAlert.vue +2 -2
- package/components/BrAnchor.vue +1 -1
- package/components/BrButton.vue +2 -1
- package/components/BrCard.vue +1 -1
- package/components/BrCollapse/Button.vue +1 -1
- package/components/BrConfirmDone.vue +5 -5
- package/components/BrConfirmEmail.vue +5 -5
- package/components/BrContainer.vue +1 -1
- package/components/BrFormBlock.vue +1 -1
- package/components/BrFormCheckbox/Component.vue +1 -1
- package/components/BrFormCheckboxGroup/Component.vue +1 -1
- package/components/BrFormGroup/Component.vue +1 -1
- package/components/BrFormInput/Component.vue +1 -1
- package/components/BrFormPassword.vue +3 -3
- package/components/BrFormRow.vue +2 -2
- package/components/BrFormUpdate.vue +1 -1
- package/components/BrLoader.vue +1 -1
- package/components/EventSummary.vue +2 -2
- package/components/FluidIframe.vue +1 -1
- package/components/SeeInside.vue +3 -3
- package/components/VideoContent.vue +3 -3
- package/css/index.css +29 -29
- package/icons/account/index.js +7 -7
- package/icons/city_of_london_lockup.vue +1 -1
- package/icons/confirm/index.js +3 -6
- package/icons/index.js +9 -9
- package/icons/password/index.js +3 -3
- package/icons/power/index.js +4 -8
- package/icons/snippets/index.js +5 -10
- package/icons/stream/index.js +7 -7
- package/index.js +34 -34
- package/package.json +20 -3
- package/patterns/scss/styles.scss +1 -1
- package/patterns/static/styles.css +1 -1
- package/scss/_helpers.scss +4 -0
- package/scss/helpers/mixins/_br-alert.scss +1 -1
- package/scss/helpers/mixins/_breakpoints.scss +0 -21
- package/scss/index.scss +1 -1
- package/components/BrButton/components.js +0 -4
- package/scss/helpers/index.scss +0 -4
package/icons/account/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import PersonalIcon from "
|
|
2
|
-
import MembershipIcon from "
|
|
3
|
-
import VideoIcon from "
|
|
4
|
-
import PaymentIcon from "
|
|
5
|
-
import OrdersIcon from "
|
|
6
|
-
import SupportIcon from "
|
|
7
|
-
import EditIcon from "
|
|
1
|
+
import PersonalIcon from "#icons/account/personal.vue";
|
|
2
|
+
import MembershipIcon from "#icons/account/membership.vue";
|
|
3
|
+
import VideoIcon from "#icons/account/video.vue";
|
|
4
|
+
import PaymentIcon from "#icons/account/payment.vue";
|
|
5
|
+
import OrdersIcon from "#icons/account/orders.vue";
|
|
6
|
+
import SupportIcon from "#icons/account/support.vue";
|
|
7
|
+
import EditIcon from "#icons/account/edit.vue";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
PersonalIcon,
|
package/icons/confirm/index.js
CHANGED
package/icons/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import ArrowBack from "
|
|
2
|
-
import ArrowIcon from "
|
|
3
|
-
import ArrowForward from "
|
|
4
|
-
import BackArrow from "
|
|
5
|
-
import BarbicanLogo from "
|
|
6
|
-
import CartIcon from "
|
|
7
|
-
import CityOfLondonLogo from "
|
|
8
|
-
import CityOfLondonLockup from "
|
|
9
|
-
import InformationIcon from "
|
|
1
|
+
import ArrowBack from "#icons/arrow_back.vue";
|
|
2
|
+
import ArrowIcon from "#icons/arrow.vue";
|
|
3
|
+
import ArrowForward from "#icons/arrow_forward.vue";
|
|
4
|
+
import BackArrow from "#icons/back_arrow.vue";
|
|
5
|
+
import BarbicanLogo from "#icons/barbican.vue";
|
|
6
|
+
import CartIcon from "#icons/cart.vue";
|
|
7
|
+
import CityOfLondonLogo from "#icons/city_of_london.vue";
|
|
8
|
+
import CityOfLondonLockup from "#icons/city_of_london_lockup.vue";
|
|
9
|
+
import InformationIcon from "#icons/information.vue";
|
|
10
10
|
|
|
11
11
|
export {
|
|
12
12
|
ArrowBack,
|
package/icons/password/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import HidePasswordIcon from
|
|
2
|
-
import ShowPasswordIcon from
|
|
1
|
+
import HidePasswordIcon from "#icons/password/hide.vue";
|
|
2
|
+
import ShowPasswordIcon from "#icons/password/show.vue";
|
|
3
3
|
|
|
4
|
-
export { HidePasswordIcon, ShowPasswordIcon }
|
|
4
|
+
export { HidePasswordIcon, ShowPasswordIcon };
|
package/icons/power/index.js
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import AlleyneIcon from
|
|
2
|
-
import BanffIcon from
|
|
3
|
-
import CouncilIcon from
|
|
1
|
+
import AlleyneIcon from "#icons/power/alleyne.vue";
|
|
2
|
+
import BanffIcon from "#icons/power/banff.vue";
|
|
3
|
+
import CouncilIcon from "#icons/power/council.vue";
|
|
4
4
|
|
|
5
|
-
export {
|
|
6
|
-
AlleyneIcon,
|
|
7
|
-
BanffIcon,
|
|
8
|
-
CouncilIcon
|
|
9
|
-
}
|
|
5
|
+
export { AlleyneIcon, BanffIcon, CouncilIcon };
|
package/icons/snippets/index.js
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
import BarbicanIcon from
|
|
2
|
-
import ContributorIcon from
|
|
3
|
-
import OtherIcon from
|
|
4
|
-
import PinIcon from
|
|
1
|
+
import BarbicanIcon from "#icons/snippets/barbican.vue";
|
|
2
|
+
import ContributorIcon from "#icons/snippets/contributor.vue";
|
|
3
|
+
import OtherIcon from "#icons/snippets/other.vue";
|
|
4
|
+
import PinIcon from "#icons/snippets/pin.vue";
|
|
5
5
|
|
|
6
|
-
export {
|
|
7
|
-
BarbicanIcon,
|
|
8
|
-
ContributorIcon,
|
|
9
|
-
OtherIcon,
|
|
10
|
-
PinIcon
|
|
11
|
-
}
|
|
6
|
+
export { BarbicanIcon, ContributorIcon, OtherIcon, PinIcon };
|
package/icons/stream/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import AirplayIcon from "
|
|
2
|
-
import CastIcon from "
|
|
3
|
-
import ChatIcon from "
|
|
4
|
-
import CogIcon from "
|
|
5
|
-
import VolumeIcon from "
|
|
6
|
-
import LiveIcon from "
|
|
7
|
-
import CloseIcon from "
|
|
1
|
+
import AirplayIcon from "#icons/stream/airplay.vue";
|
|
2
|
+
import CastIcon from "#icons/stream/cast.vue";
|
|
3
|
+
import ChatIcon from "#icons/stream/chat.vue";
|
|
4
|
+
import CogIcon from "#icons/stream/cog.vue";
|
|
5
|
+
import VolumeIcon from "#icons/stream/volume.vue";
|
|
6
|
+
import LiveIcon from "#icons/stream/live.vue";
|
|
7
|
+
import CloseIcon from "#icons/stream/close.vue";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
AirplayIcon,
|
package/index.js
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import BrAlert from "
|
|
2
|
-
import BrAnchor from "
|
|
3
|
-
import BrButton from "
|
|
1
|
+
import BrAlert from "#components/BrAlert.vue";
|
|
2
|
+
import BrAnchor from "#components/BrAnchor.vue";
|
|
3
|
+
import BrButton from "#components/BrButton.vue";
|
|
4
4
|
|
|
5
|
-
import BrCard from "
|
|
6
|
-
import BrCardBody from "
|
|
7
|
-
import BrCardText from "
|
|
8
|
-
import BrCardTitle from "
|
|
9
|
-
import BrCardSubTitle from "
|
|
5
|
+
import BrCard from "#components/BrCard.vue";
|
|
6
|
+
import BrCardBody from "#components/BrCardBody.vue";
|
|
7
|
+
import BrCardText from "#components/BrCardText.vue";
|
|
8
|
+
import BrCardTitle from "#components/BrCardTitle.vue";
|
|
9
|
+
import BrCardSubTitle from "#components/BrCardSubTitle.vue";
|
|
10
10
|
|
|
11
|
-
import BrCollapseButton from "
|
|
12
|
-
import BrCollapseContent from "
|
|
11
|
+
import BrCollapseButton from "#components/BrCollapse/Button.vue";
|
|
12
|
+
import BrCollapseContent from "#components/BrCollapse/Content.vue";
|
|
13
13
|
|
|
14
|
-
import BrConfirmDone from "
|
|
15
|
-
import BrConfirmEmail from "
|
|
14
|
+
import BrConfirmDone from "#components/BrConfirmDone.vue";
|
|
15
|
+
import BrConfirmEmail from "#components/BrConfirmEmail.vue";
|
|
16
16
|
|
|
17
|
-
import BrContainer from "
|
|
17
|
+
import BrContainer from "#components/BrContainer.vue";
|
|
18
18
|
|
|
19
|
-
import BrFooterLower from "
|
|
20
|
-
import BrFooterUpper from "
|
|
19
|
+
import BrFooterLower from "#components/BrFooterLower.vue";
|
|
20
|
+
import BrFooterUpper from "#components/BrFooterUpper.vue";
|
|
21
21
|
|
|
22
|
-
import BrFormBlock from "
|
|
23
|
-
import BrFormCheckbox from "
|
|
24
|
-
import BrFormCheckboxGroup from "
|
|
25
|
-
import BrFormGroup from "
|
|
26
|
-
import BrFormInput from "
|
|
27
|
-
import BrFormPassword from "
|
|
28
|
-
import BrFormRadio from "
|
|
29
|
-
import BrFormRadioGroup from "
|
|
30
|
-
import BrFormRow from "
|
|
31
|
-
import BrFormTextarea from "
|
|
32
|
-
import BrFormUpdate from "
|
|
22
|
+
import BrFormBlock from "#components/BrFormBlock.vue";
|
|
23
|
+
import BrFormCheckbox from "#components/BrFormCheckbox/Component.vue";
|
|
24
|
+
import BrFormCheckboxGroup from "#components/BrFormCheckboxGroup/Component.vue";
|
|
25
|
+
import BrFormGroup from "#components/BrFormGroup/Component.vue";
|
|
26
|
+
import BrFormInput from "#components/BrFormInput/Component.vue";
|
|
27
|
+
import BrFormPassword from "#components/BrFormPassword.vue";
|
|
28
|
+
import BrFormRadio from "#components/BrFormRadio/Component.vue";
|
|
29
|
+
import BrFormRadioGroup from "#components/BrFormRadioGroup/Component.vue";
|
|
30
|
+
import BrFormRow from "#components/BrFormRow.vue";
|
|
31
|
+
import BrFormTextarea from "#components/BrFormTextarea/Component.vue";
|
|
32
|
+
import BrFormUpdate from "#components/BrFormUpdate.vue";
|
|
33
33
|
|
|
34
|
-
import BrLoader from "
|
|
35
|
-
import BrSkiplink from "
|
|
36
|
-
import BrWrap from "
|
|
34
|
+
import BrLoader from "#components/BrLoader.vue";
|
|
35
|
+
import BrSkiplink from "#components/BrSkiplink.vue";
|
|
36
|
+
import BrWrap from "#components/BrWrap.vue";
|
|
37
37
|
|
|
38
|
-
import AccountTitle from "
|
|
39
|
-
import EventSummary from "
|
|
40
|
-
import FluidIframe from "
|
|
41
|
-
import SeeInside from "
|
|
42
|
-
import VideoContent from "
|
|
38
|
+
import AccountTitle from "#components/AccountTitle.vue";
|
|
39
|
+
import EventSummary from "#components/EventSummary.vue";
|
|
40
|
+
import FluidIframe from "#components/FluidIframe.vue";
|
|
41
|
+
import SeeInside from "#components/SeeInside.vue";
|
|
42
|
+
import VideoContent from "#components/VideoContent.vue";
|
|
43
43
|
|
|
44
44
|
export {
|
|
45
45
|
BrAlert,
|
package/package.json
CHANGED
|
@@ -86,6 +86,23 @@
|
|
|
86
86
|
"focus-visible.min.js",
|
|
87
87
|
"index.js"
|
|
88
88
|
],
|
|
89
|
+
"imports": {
|
|
90
|
+
"#animations/*": [
|
|
91
|
+
"./animations/*"
|
|
92
|
+
],
|
|
93
|
+
"#components/*": [
|
|
94
|
+
"./components/*"
|
|
95
|
+
],
|
|
96
|
+
"#icons/*": [
|
|
97
|
+
"./icons/*"
|
|
98
|
+
],
|
|
99
|
+
"#mixins/*": [
|
|
100
|
+
"./mixins/*"
|
|
101
|
+
],
|
|
102
|
+
"#styles/*": [
|
|
103
|
+
"./scss/*"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
89
106
|
"exports": {
|
|
90
107
|
".": "./index.js",
|
|
91
108
|
"./animations": "./animations/index.js",
|
|
@@ -96,9 +113,9 @@
|
|
|
96
113
|
"./icons/confirm": "./icons/confirm/index.js",
|
|
97
114
|
"./icons/stream": "./icons/stream/index.js",
|
|
98
115
|
"./scss": "./scss/index.scss",
|
|
99
|
-
"./scss/helpers": "./scss/
|
|
116
|
+
"./scss/helpers": "./scss/_helpers.scss"
|
|
100
117
|
},
|
|
101
|
-
"main": "
|
|
118
|
+
"main": "index.js",
|
|
102
119
|
"homepage": "https://bitbucket.org/barbicandev/barbican-reset#readme",
|
|
103
120
|
"license": "MIT",
|
|
104
121
|
"name": "barbican-reset",
|
|
@@ -112,5 +129,5 @@
|
|
|
112
129
|
"style:patterns": "cd patterns && gulp build:css",
|
|
113
130
|
"build:patterns": "cd patterns && rm -rf html && pug views --out html"
|
|
114
131
|
},
|
|
115
|
-
"version": "3.
|
|
132
|
+
"version": "3.3.0"
|
|
116
133
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
$xsmall: 100;
|
|
2
1
|
$small: 576;
|
|
3
2
|
$medium: 768;
|
|
4
3
|
$large: 992;
|
|
@@ -17,18 +16,6 @@ $xxlarge: 1600;
|
|
|
17
16
|
}
|
|
18
17
|
}
|
|
19
18
|
|
|
20
|
-
@mixin x-small-up {
|
|
21
|
-
@include min-width($xsmall) {
|
|
22
|
-
@content
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@mixin x-small-down {
|
|
27
|
-
@include max-width($xsmall) {
|
|
28
|
-
@content
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
19
|
@mixin small-down {
|
|
33
20
|
@include max-width($small) {
|
|
34
21
|
@content
|
|
@@ -41,14 +28,6 @@ $xxlarge: 1600;
|
|
|
41
28
|
}
|
|
42
29
|
}
|
|
43
30
|
|
|
44
|
-
@mixin small-only {
|
|
45
|
-
@include x-small-up {
|
|
46
|
-
@include small-down {
|
|
47
|
-
@content;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
31
|
@mixin medium-up {
|
|
53
32
|
@include min-width($medium) {
|
|
54
33
|
@content
|
package/scss/index.scss
CHANGED
package/scss/helpers/index.scss
DELETED