From 0105490766757e5d1e65652c38528a5186b80d10 Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Fri, 16 Feb 2024 15:28:06 +0100 Subject: [PATCH] chore: adjust directory name to use kebab case --- .../{CustomProperties => custom-properties}/BooleanProperty.js | 0 .../{CustomProperties => custom-properties}/DropdownProperty.js | 0 .../{CustomProperties => custom-properties}/FeelProperty.js | 0 .../FeelTextAreaProperty.js | 0 .../{CustomProperties => custom-properties}/NumberProperty.js | 0 .../{CustomProperties => custom-properties}/StringProperty.js | 0 .../{CustomProperties => custom-properties}/TextAreaProperty.js | 0 .../properties/{CustomProperties => custom-properties}/index.js | 0 .../properties/{CustomProperties => custom-properties}/util.js | 0 .../properties-panel/properties/index.js | 2 +- 10 files changed, 1 insertion(+), 1 deletion(-) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/BooleanProperty.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/DropdownProperty.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/FeelProperty.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/FeelTextAreaProperty.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/NumberProperty.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/StringProperty.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/TextAreaProperty.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/index.js (100%) rename src/cloud-element-templates/properties-panel/properties/{CustomProperties => custom-properties}/util.js (100%) diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/BooleanProperty.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/BooleanProperty.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/BooleanProperty.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/BooleanProperty.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/DropdownProperty.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/DropdownProperty.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/DropdownProperty.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/DropdownProperty.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/FeelProperty.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/FeelProperty.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/FeelProperty.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/FeelProperty.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/FeelTextAreaProperty.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/FeelTextAreaProperty.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/FeelTextAreaProperty.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/FeelTextAreaProperty.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/NumberProperty.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/NumberProperty.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/NumberProperty.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/NumberProperty.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/StringProperty.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/StringProperty.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/StringProperty.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/StringProperty.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/TextAreaProperty.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/TextAreaProperty.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/TextAreaProperty.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/TextAreaProperty.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/index.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/index.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/index.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/index.js diff --git a/src/cloud-element-templates/properties-panel/properties/CustomProperties/util.js b/src/cloud-element-templates/properties-panel/properties/custom-properties/util.js similarity index 100% rename from src/cloud-element-templates/properties-panel/properties/CustomProperties/util.js rename to src/cloud-element-templates/properties-panel/properties/custom-properties/util.js diff --git a/src/cloud-element-templates/properties-panel/properties/index.js b/src/cloud-element-templates/properties-panel/properties/index.js index e8dcfbba..8f5c595f 100644 --- a/src/cloud-element-templates/properties-panel/properties/index.js +++ b/src/cloud-element-templates/properties-panel/properties/index.js @@ -1,2 +1,2 @@ -export { CustomProperties } from './CustomProperties'; +export { CustomProperties } from './custom-properties'; export { MessageProps } from './MessageProps'; \ No newline at end of file