@projectcaluma/ember-distribution 11.2.1 → 12.0.1
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 +19 -19
- package/translations/fr.yaml +4 -4
@@ -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.1",
|
4
4
|
"description": "Ember engine for the Caluma distribution module.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon",
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"repository": "github:projectcaluma/ember-caluma",
|
12
12
|
"dependencies": {
|
13
13
|
"@ember/legacy-built-in-components": "^0.4.2",
|
14
|
-
"@ember/string": "^3.
|
15
|
-
"@embroider/macros": "^1.
|
14
|
+
"@ember/string": "^3.1.1",
|
15
|
+
"@embroider/macros": "^1.11.1",
|
16
16
|
"@glimmer/component": "^1.1.2",
|
17
17
|
"@glimmer/tracking": "^1.1.2",
|
18
18
|
"ember-apollo-client": "~4.0.2",
|
@@ -28,25 +28,25 @@
|
|
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.1",
|
38
|
+
"@projectcaluma/ember-form": "^12.0.1",
|
39
|
+
"@projectcaluma/ember-workflow": "^12.0.1"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"@ember/optional-features": "2.0.0",
|
43
|
-
"@ember/test-helpers": "
|
44
|
-
"@embroider/test-setup": "
|
45
|
-
"@faker-js/faker": "
|
43
|
+
"@ember/test-helpers": "3.1.0",
|
44
|
+
"@embroider/test-setup": "3.0.1",
|
45
|
+
"@faker-js/faker": "8.0.2",
|
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
|
-
"ember-cli-dependency-checker": "3.3.
|
49
|
+
"ember-cli-dependency-checker": "3.3.2",
|
50
50
|
"ember-cli-inject-live-reload": "2.1.0",
|
51
51
|
"ember-cli-mirage": "3.0.0-alpha.3",
|
52
52
|
"ember-cli-sass": "11.0.1",
|
@@ -54,8 +54,8 @@
|
|
54
54
|
"ember-cli-terser": "4.0.2",
|
55
55
|
"ember-engines": "0.9.0",
|
56
56
|
"ember-load-initializers": "2.1.2",
|
57
|
-
"ember-qunit": "
|
58
|
-
"ember-resolver": "10.
|
57
|
+
"ember-qunit": "7.0.0",
|
58
|
+
"ember-resolver": "10.1.1",
|
59
59
|
"ember-source": "4.12.0",
|
60
60
|
"ember-source-channel-url": "3.0.0",
|
61
61
|
"ember-try": "2.0.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.
|
67
|
-
"uikit": "3.16.
|
68
|
-
"webpack": "5.
|
69
|
-
"@projectcaluma/ember-testing": "
|
66
|
+
"sass": "1.63.4",
|
67
|
+
"uikit": "3.16.21",
|
68
|
+
"webpack": "5.87.0",
|
69
|
+
"@projectcaluma/ember-testing": "12.0.1"
|
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"
|
package/translations/fr.yaml
CHANGED
@@ -5,7 +5,7 @@ caluma:
|
|
5
5
|
send: "Envoyer les demandes ouvertes"
|
6
6
|
complete: "Clore la circulation"
|
7
7
|
skip: "Sauter la procédure de circulation"
|
8
|
-
reopen: "
|
8
|
+
reopen: "Réouvrir la procédure de circulation"
|
9
9
|
check-inquiries: "Marquer les prises de position comme vérifiées"
|
10
10
|
send-confirm:
|
11
11
|
"Voulez-vous vraiment envoyer <b>{count, plural, =1 {une demande ouverte}
|
@@ -17,7 +17,7 @@ caluma:
|
|
17
17
|
continuer ?"
|
18
18
|
complete-confirm-empty: "Vous voulez vraiment clore la circulation ?"
|
19
19
|
skip-confirm: "Vous voulez vraiment sauter la circulation ?"
|
20
|
-
reopen-confirm: "Vous voulez vraiment
|
20
|
+
reopen-confirm: "Vous voulez vraiment réouvrir la circulation ?"
|
21
21
|
send-error: "Erreur lors de l'envoi des demandes ouvertes"
|
22
22
|
complete-error: "Erreur lors de la clôture de la circulation"
|
23
23
|
skip-error: "Erreur lors du saut de la circulation"
|
@@ -121,6 +121,6 @@ caluma:
|
|
121
121
|
status: "Retirée"
|
122
122
|
|
123
123
|
reopen-inquiry:
|
124
|
-
link: "
|
125
|
-
confirm: "Voulez-vous vraiment
|
124
|
+
link: "Réouvrir"
|
125
|
+
confirm: "Voulez-vous vraiment réouvrir la demande ?"
|
126
126
|
error: "Erreur lors de la réouverture de la demande"
|