@projectcaluma/ember-distribution 11.2.1 → 12.0.1

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.
@@ -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": "11.2.1",
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.0.1",
15
- "@embroider/macros": "^1.10.0",
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": "^7.0.3",
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": "^11.2.1",
38
- "@projectcaluma/ember-form": "^11.2.1",
39
- "@projectcaluma/ember-workflow": "^11.2.1"
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": "2.9.3",
44
- "@embroider/test-setup": "2.1.1",
45
- "@faker-js/faker": "7.6.0",
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.11.0",
47
+ "ember-cli": "4.12.1",
48
48
  "ember-cli-code-coverage": "2.0.0",
49
- "ember-cli-dependency-checker": "3.3.1",
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": "6.2.0",
58
- "ember-resolver": "10.0.0",
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.62.0",
67
- "uikit": "3.16.15",
68
- "webpack": "5.80.0",
69
- "@projectcaluma/ember-testing": "11.2.1"
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": "^3.28.0 || ^4.0.0"
73
+ "ember-source": "^4.0.0"
74
74
  },
75
75
  "engines": {
76
76
  "node": "14.* || 16.* || >= 18"
@@ -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: "Rouvrir la procédure de circulation"
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 rouvrir la circulation ?"
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: "Rouvrir"
125
- confirm: "Voulez-vous vraiment rouvrir la demande ?"
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"