@mtes-mct/monitor-ui 24.10.1 → 24.10.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [24.10.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.10.0...v24.10.1) (2024-11-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **components:** fix margin when there is no icon ([4d0edd6](https://github.com/MTES-MCT/monitor-ui/commit/4d0edd615ab4f355c2fcf229199098c305867817))
7
+
8
+
9
+ ### Buid System & Dependencies
10
+
11
+ * **dev-deps:** bump @faker-js/faker from 8.4.1 to 9.2.0 ([b667ea0](https://github.com/MTES-MCT/monitor-ui/commit/b667ea02471350fb05de1721aa7e903a3426f309))
12
+
1
13
  ## [24.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.9.1...v24.10.0) (2024-11-28)
2
14
 
3
15
 
package/index.js CHANGED
@@ -329,6 +329,7 @@ const OnlyFontGlobalStyle = createGlobalStyle`
329
329
  melon: '#E7A58D',
330
330
  paleDogwood: '#F8D7CE',
331
331
  seashell: '#FCECE4',
332
+ champagnePink: '#ECCFC4',
332
333
  // AMP Zones
333
334
  darkGoldenrod: '#A98A0F',
334
335
  ecru: '#BAAB68',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mtes-mct/monitor-ui",
3
3
  "description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.",
4
- "version": "24.10.1",
4
+ "version": "24.10.2",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {
package/theme.d.ts CHANGED
@@ -72,6 +72,7 @@ export declare const THEME: {
72
72
  melon: string;
73
73
  paleDogwood: string;
74
74
  seashell: string;
75
+ champagnePink: string;
75
76
  darkGoldenrod: string;
76
77
  ecru: string;
77
78
  citron: string;
package/theme.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAA;AAChC,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,KAAK,CAAC,CAAA;AAE7C,eAAO,MAAM,KAAK;;QAGd,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;QA+BvB,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2E3B,CAAA"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAA;AAChC,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,KAAK,CAAC,CAAA;AAE7C,eAAO,MAAM,KAAK;;QAGd,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;QA+BvB,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4E3B,CAAA"}