@concretecms/bedrock 1.4.12 → 1.4.13
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/assets/accordions/scss/frontend/_frontend.scss +0 -4
- package/assets/accordions/scss/frontend.scss +3 -0
- package/assets/account/scss/frontend/_frontend.scss +0 -4
- package/assets/account/scss/frontend.scss +3 -0
- package/assets/ckeditor/scss/concrete.scss +0 -3
- package/assets/conversations/scss/frontend/_frontend.scss +0 -5
- package/assets/conversations/scss/frontend.scss +8 -0
- package/assets/documents/scss/frontend/_frontend.scss +0 -4
- package/assets/imagery/scss/frontend/lightbox/_lightbox.scss +0 -4
- package/assets/imagery/scss/frontend.scss +3 -0
- package/assets/navigation/scss/frontend/_top-navigation-bar.scss +0 -4
- package/assets/navigation/scss/frontend.scss +3 -0
- package/assets/profile/scss/frontend/_frontend.scss +0 -4
- package/package.json +2 -2
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
// This is an entry point so it just includes the partial that includes everything else.
|
|
2
2
|
// That way if we want to include full support in our theme we just include the partial (rather
|
|
3
3
|
// than including the entry point because I think it's bad practice.)
|
|
4
|
+
@import 'bootstrap/scss/functions';
|
|
5
|
+
@import 'bootstrap/scss/variables';
|
|
6
|
+
@import 'bootstrap/scss/mixins';
|
|
4
7
|
@import 'frontend/frontend';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
// This is an entry point so it just includes the partial that includes everything else.
|
|
2
2
|
// That way if we want to include full support in our theme we just include the partial (rather
|
|
3
3
|
// than including the entry point because I think it's bad practice.)
|
|
4
|
+
@import 'bootstrap/scss/functions';
|
|
5
|
+
@import 'bootstrap/scss/variables';
|
|
6
|
+
@import 'bootstrap/scss/mixins';
|
|
4
7
|
@import 'frontend/frontend';
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
/* stylelint-disable selector-max-compound-selectors */
|
|
2
2
|
|
|
3
|
-
@import 'bootstrap/scss/functions';
|
|
4
|
-
@import 'bootstrap/scss/variables';
|
|
5
|
-
@import 'bootstrap/scss/mixins';
|
|
6
|
-
@import '../../../cms/scss/variables';
|
|
7
|
-
|
|
8
3
|
div.ccm-conversation-avatar {
|
|
9
4
|
left: 0;
|
|
10
5
|
margin-right: 10px;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
// This is an entry point so it just includes the partial that includes everything else.
|
|
2
2
|
// That way if we want to include full support in our theme we just include the partial (rather
|
|
3
3
|
// than including the entry point because I think it's bad practice.)
|
|
4
|
+
|
|
5
|
+
// Include the variables that we need. We don't need to include these if frontend/frontend is being
|
|
6
|
+
// included by another entrypoint that already has access to them.
|
|
7
|
+
@import 'bootstrap/scss/functions';
|
|
8
|
+
@import 'bootstrap/scss/variables';
|
|
9
|
+
@import 'bootstrap/scss/mixins';
|
|
10
|
+
@import '../../cms/scss/variables';
|
|
11
|
+
|
|
4
12
|
@import 'frontend/frontend';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
// This is an entry point so it just includes the partial that includes everything else.
|
|
2
2
|
// That way if we want to include full support in our theme we just include the partial (rather
|
|
3
3
|
// than including the entry point because I think it's bad practice.)
|
|
4
|
+
@import 'bootstrap/scss/functions';
|
|
5
|
+
@import 'bootstrap/scss/variables';
|
|
6
|
+
@import 'bootstrap/scss/mixins';
|
|
4
7
|
@import 'frontend/frontend';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
// This is an entry point so it just includes the partial that includes everything else.
|
|
2
2
|
// That way if we want to include full support in our theme we just include the partial (rather
|
|
3
3
|
// than including the entry point because I think it's bad practice.)
|
|
4
|
+
@import 'bootstrap/scss/functions';
|
|
5
|
+
@import 'bootstrap/scss/variables';
|
|
6
|
+
@import 'bootstrap/scss/mixins';
|
|
4
7
|
@import 'frontend/frontend';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@concretecms/bedrock",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.13",
|
|
4
4
|
"description": "The asset framework and dependencies for Concrete CMS.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint": "standardx \"**/*.{js,vue}\" && stylelint assets/**/*.{scss,vue}",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"bootstrap-select": "github:snapappointments/bootstrap-select",
|
|
23
23
|
"bootstrap-tourist": "git+https://git@github.com/concrete5/bootstrap-tourist.git",
|
|
24
24
|
"check-password-strength": "^2.0.7",
|
|
25
|
-
"ckeditor4": "^4.
|
|
25
|
+
"ckeditor4": "^4.22.1",
|
|
26
26
|
"ckeditor4-vue": "^1.3.2",
|
|
27
27
|
"dropzone": "^5.7.2",
|
|
28
28
|
"fullcalendar": "^3.10.2",
|