@data-fair/app-dashboards 1.0.1 → 1.0.3

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.
@@ -1403,7 +1403,10 @@
1403
1403
  "default": false
1404
1404
  },
1405
1405
  "color": {
1406
- "type": "string",
1406
+ "type": [
1407
+ "string",
1408
+ "null"
1409
+ ],
1407
1410
  "title": "Couleur du texte",
1408
1411
  "default": null,
1409
1412
  "oneOf": [
@@ -1618,7 +1621,10 @@
1618
1621
  "default": false
1619
1622
  },
1620
1623
  "color": {
1621
- "type": "string",
1624
+ "type": [
1625
+ "string",
1626
+ "null"
1627
+ ],
1622
1628
  "title": "Couleur du texte",
1623
1629
  "default": null,
1624
1630
  "oneOf": [
@@ -2829,7 +2835,10 @@
2829
2835
  "default": false
2830
2836
  },
2831
2837
  "color": {
2832
- "type": "string",
2838
+ "type": [
2839
+ "string",
2840
+ "null"
2841
+ ],
2833
2842
  "title": "Couleur du texte",
2834
2843
  "default": null,
2835
2844
  "oneOf": [
package/dist/index.html CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  <!-- Capture a global variable defined by data-fair's reverse proxy. -->
27
27
  <script type="text/javascript">window.APPLICATION=%APPLICATION%;</script>
28
- <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.1/dist/assets/index-DoUo7GQr.js"></script>
29
- <link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.1/dist/assets/index-B300Ftha.css">
28
+ <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.3/dist/assets/index-lLFxvMjy.js"></script>
29
+ <link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.3/dist/assets/index-DJda6TuR.css">
30
30
  </head>
31
31
 
32
32
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-fair/app-dashboards",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "scripts": {
5
5
  "dev": "zellij --layout .zellij.kdl",
6
6
  "dev-server": "APP_URL=http://localhost:3000/app/ df-dev-server",