@projectcaluma/ember-distribution 11.2.1 → 12.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/app/styles/_inquiry-divider.scss +1 -4
- package/package.json +10 -10
@@ -2,10 +2,8 @@
|
|
2
2
|
|
3
3
|
$size: 36px;
|
4
4
|
$iconSize: $size * 0.6;
|
5
|
-
|
6
5
|
$sizeSmall: 32px;
|
7
6
|
$iconSizeSmall: $sizeSmall * 0.6;
|
8
|
-
|
9
7
|
$colors: (
|
10
8
|
muted: $text-muted-color,
|
11
9
|
emphasis: $text-emphasis-color,
|
@@ -26,7 +24,6 @@ $colors: (
|
|
26
24
|
&__icon {
|
27
25
|
width: $size;
|
28
26
|
height: $size;
|
29
|
-
|
30
27
|
border-radius: 50%;
|
31
28
|
border-width: 2px;
|
32
29
|
border-style: solid;
|
@@ -50,6 +47,7 @@ $colors: (
|
|
50
47
|
}
|
51
48
|
}
|
52
49
|
}
|
50
|
+
|
53
51
|
.inquiry-divider--small {
|
54
52
|
&::before,
|
55
53
|
&::after {
|
@@ -60,7 +58,6 @@ $colors: (
|
|
60
58
|
.inquiry-divider__icon {
|
61
59
|
width: $sizeSmall;
|
62
60
|
height: $sizeSmall;
|
63
|
-
|
64
61
|
border-width: 1px;
|
65
62
|
|
66
63
|
> svg {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@projectcaluma/ember-distribution",
|
3
|
-
"version": "
|
3
|
+
"version": "12.0.0",
|
4
4
|
"description": "Ember engine for the Caluma distribution module.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon",
|
@@ -28,15 +28,15 @@
|
|
28
28
|
"ember-resources": "^5.6.4",
|
29
29
|
"ember-svg-jar": "^2.4.2",
|
30
30
|
"ember-test-selectors": "^6.0.0",
|
31
|
-
"ember-uikit": "^
|
31
|
+
"ember-uikit": "^8.0.0",
|
32
32
|
"graphql": "^15.8.0",
|
33
33
|
"graphql-tag": "^2.12.6",
|
34
34
|
"lodash.merge": "^4.6.2",
|
35
35
|
"luxon": "^3.3.0",
|
36
36
|
"tracked-toolbox": "^2.0.0",
|
37
|
-
"@projectcaluma/ember-core": "^
|
38
|
-
"@projectcaluma/ember-form": "^
|
39
|
-
"@projectcaluma/ember-workflow": "^
|
37
|
+
"@projectcaluma/ember-core": "^12.0.0",
|
38
|
+
"@projectcaluma/ember-form": "^12.0.0",
|
39
|
+
"@projectcaluma/ember-workflow": "^12.0.0"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"@ember/optional-features": "2.0.0",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"@embroider/test-setup": "2.1.1",
|
45
45
|
"@faker-js/faker": "7.6.0",
|
46
46
|
"broccoli-asset-rev": "3.0.0",
|
47
|
-
"ember-cli": "4.
|
47
|
+
"ember-cli": "4.12.1",
|
48
48
|
"ember-cli-code-coverage": "2.0.0",
|
49
49
|
"ember-cli-dependency-checker": "3.3.1",
|
50
50
|
"ember-cli-inject-live-reload": "2.1.0",
|
@@ -63,14 +63,14 @@
|
|
63
63
|
"miragejs": "0.1.47",
|
64
64
|
"qunit": "2.19.4",
|
65
65
|
"qunit-dom": "2.0.0",
|
66
|
-
"sass": "1.62.
|
66
|
+
"sass": "1.62.1",
|
67
67
|
"uikit": "3.16.15",
|
68
|
-
"webpack": "5.
|
69
|
-
"@projectcaluma/ember-testing": "
|
68
|
+
"webpack": "5.81.0",
|
69
|
+
"@projectcaluma/ember-testing": "12.0.0"
|
70
70
|
},
|
71
71
|
"peerDependencies": {
|
72
72
|
"ember-engines": "^0.9.0",
|
73
|
-
"ember-source": "^
|
73
|
+
"ember-source": "^4.0.0"
|
74
74
|
},
|
75
75
|
"engines": {
|
76
76
|
"node": "14.* || 16.* || >= 18"
|