iguazio.dashboard-react-controls 2.0.3 → 2.0.4

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.
@@ -332,7 +332,7 @@ const validationRules = {
332
332
  }
333
333
  },
334
334
  nodeSelectors: {
335
- key: commonRules.k8sLabels.key,
335
+ key: commonRules.prefixedQualifiedName,
336
336
  value: commonRules.k8sLabels.value
337
337
  },
338
338
  environmentVariables: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",