@concretecms/bedrock 1.1.9 → 1.1.12

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.
@@ -7,7 +7,7 @@ import PNotify from './pnotify'
7
7
  import 'json5'
8
8
  import 'jquery.cookie'
9
9
  import 'jquery-form'
10
- import 'bootstrap-select'
10
+ import 'bootstrap-select/js/bootstrap-select'
11
11
  import './modifiable-bootstrap-select'
12
12
  import 'ajax-bootstrap-select'
13
13
  import './modifiable-ajax-bootstrap-select'
@@ -121,6 +121,7 @@ $dropdown-box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65,
121
121
  $popover-border-color: transparent;
122
122
  $popover-border-radius: 5px;
123
123
  $popover-inner-border-radius: 5px;
124
+ $popover-border-width: 0;
124
125
  $popover-box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
125
126
  $popover-arrow-width: 0;
126
127
  $popover-arrow-height: 0;
@@ -1,23 +1,9 @@
1
1
  div.ccm-block-desktop-waiting-for-me {
2
- background-color: #fff;
3
- border: 1px solid #dddfdf;
4
- margin-bottom: 3rem;
5
- padding: 20px;
6
-
7
- h3 {
8
- border-bottom: 1px solid #d6d6d8;
9
- font-weight: normal;
10
- margin-bottom: 20px;
11
- margin-top: 0;
12
- padding-bottom: 5px;
13
- position: relative;
14
- }
15
-
16
2
  i.ccm-block-desktop-waiting-for-me-loader {
17
3
  display: none;
18
4
  position: absolute;
19
- right: 0;
20
- top: 5px;
5
+ right: 20px;
6
+ top: 18px;
21
7
  }
22
8
 
23
9
  div.ccm-block-desktop-waiting-for-me-loading {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@concretecms/bedrock",
3
- "version": "1.1.9",
3
+ "version": "1.1.12",
4
4
  "description": "The asset framework and dependencies for Concrete CMS.",
5
5
  "scripts": {
6
6
  "lint": "standardx \"**/*.{js,vue}\" && stylelint assets/**/*.{scss,vue}",
@@ -19,7 +19,7 @@
19
19
  "blueimp-file-upload": "^10.31.0",
20
20
  "bootbox": "^5.5.1",
21
21
  "bootstrap": "^5.0.1",
22
- "bootstrap-select": "^1.14.0-beta2",
22
+ "bootstrap-select": "github:snapappointments/bootstrap-select",
23
23
  "bootstrap-tourist": "git+https://git@github.com/concrete5/bootstrap-tourist.git",
24
24
  "ckeditor4": "^4.17.1",
25
25
  "ckeditor4-vue": "^1.3.2",