@pega/cosmos-react-build 8.0.0-build.9.1 → 8.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.
- package/lib/components/AppShell/AppShell.styles.d.ts +1 -1
- package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +1 -46
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/Header/AppHeader.d.ts +2 -3
- package/lib/components/AppShell/Header/AppHeader.d.ts.map +1 -1
- package/lib/components/AppShell/Header/AppHeader.js +4 -4
- package/lib/components/AppShell/Header/AppHeader.js.map +1 -1
- package/lib/components/AppShell/Header/AppHeader.styles.d.ts +2 -2
- package/lib/components/AppShell/Header/AppHeader.styles.d.ts.map +1 -1
- package/lib/components/BackgroundPicker/BackgroundPicker.d.ts +6 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.js +82 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.js.map +1 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.styles.d.ts +15 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.styles.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.styles.js +152 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.styles.js.map +1 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.d.ts +5 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.js +30 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.js.map +1 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.types.d.ts +98 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.types.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.types.js +29 -0
- package/lib/components/BackgroundPicker/BackgroundPicker.types.js.map +1 -0
- package/lib/components/BackgroundPicker/GradientConfig.d.ts +6 -0
- package/lib/components/BackgroundPicker/GradientConfig.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/GradientConfig.js +149 -0
- package/lib/components/BackgroundPicker/GradientConfig.js.map +1 -0
- package/lib/components/BackgroundPicker/ImageConfig.d.ts +6 -0
- package/lib/components/BackgroundPicker/ImageConfig.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/ImageConfig.js +64 -0
- package/lib/components/BackgroundPicker/ImageConfig.js.map +1 -0
- package/lib/components/BackgroundPicker/SolidColorConfig.d.ts +6 -0
- package/lib/components/BackgroundPicker/SolidColorConfig.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/SolidColorConfig.js +24 -0
- package/lib/components/BackgroundPicker/SolidColorConfig.js.map +1 -0
- package/lib/components/BackgroundPicker/index.d.ts +3 -0
- package/lib/components/BackgroundPicker/index.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/index.js +2 -0
- package/lib/components/BackgroundPicker/index.js.map +1 -0
- package/lib/components/BackgroundPicker/utils.d.ts +24 -0
- package/lib/components/BackgroundPicker/utils.d.ts.map +1 -0
- package/lib/components/BackgroundPicker/utils.js +186 -0
- package/lib/components/BackgroundPicker/utils.js.map +1 -0
- package/lib/components/DynamicContentEditor/DynamicContentEditor.d.ts +2 -3
- package/lib/components/DynamicContentEditor/DynamicContentEditor.d.ts.map +1 -1
- package/lib/components/DynamicContentEditor/DynamicContentEditor.js.map +1 -1
- package/lib/components/DynamicInput/BooleanControl.d.ts +3 -5
- package/lib/components/DynamicInput/BooleanControl.d.ts.map +1 -1
- package/lib/components/DynamicInput/BooleanControl.js.map +1 -1
- package/lib/components/DynamicInput/DynamicInput.d.ts +1 -2
- package/lib/components/DynamicInput/DynamicInput.d.ts.map +1 -1
- package/lib/components/DynamicInput/DynamicInput.js +33 -33
- package/lib/components/DynamicInput/DynamicInput.js.map +1 -1
- package/lib/components/DynamicInput/DynamicInput.styles.d.ts +2 -2
- package/lib/components/DynamicInput/DynamicInput.styles.d.ts.map +1 -1
- package/lib/components/DynamicInput/DynamicInput.styles.js +1 -0
- package/lib/components/DynamicInput/DynamicInput.styles.js.map +1 -1
- package/lib/components/DynamicInput/DynamicInput.types.d.ts +61 -11
- package/lib/components/DynamicInput/DynamicInput.types.d.ts.map +1 -1
- package/lib/components/DynamicInput/DynamicInput.types.js.map +1 -1
- package/lib/components/Expression/Expression.d.ts +6 -0
- package/lib/components/Expression/Expression.d.ts.map +1 -0
- package/lib/components/Expression/Expression.js +36 -0
- package/lib/components/Expression/Expression.js.map +1 -0
- package/lib/components/Expression/Expression.styles.d.ts +7 -0
- package/lib/components/Expression/Expression.styles.d.ts.map +1 -0
- package/lib/components/Expression/Expression.styles.js +47 -0
- package/lib/components/Expression/Expression.styles.js.map +1 -0
- package/lib/components/Expression/Expression.test-ids.d.ts +2 -0
- package/lib/components/Expression/Expression.test-ids.d.ts.map +1 -0
- package/lib/components/Expression/Expression.test-ids.js +8 -0
- package/lib/components/Expression/Expression.test-ids.js.map +1 -0
- package/lib/components/Expression/Expression.types.d.ts +53 -0
- package/lib/components/Expression/Expression.types.d.ts.map +1 -0
- package/lib/components/Expression/Expression.types.js +2 -0
- package/lib/components/Expression/Expression.types.js.map +1 -0
- package/lib/components/Expression/index.d.ts +3 -0
- package/lib/components/Expression/index.d.ts.map +1 -0
- package/lib/components/Expression/index.js +2 -0
- package/lib/components/Expression/index.js.map +1 -0
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.d.ts +7 -5
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.js +393 -76
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.js.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.d.ts +9 -2
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.js +100 -26
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.js.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.d.ts +2 -0
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.d.ts.map +1 -0
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.js +6 -0
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.js.map +1 -0
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.types.d.ts +32 -6
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.types.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.types.js.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/getCodeSuggestions.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/getCodeSuggestions.js +1 -0
- package/lib/components/ExpressionBuilder/CodeEditor/getCodeSuggestions.js.map +1 -1
- package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.d.ts +3 -0
- package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.d.ts.map +1 -0
- package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.js +34 -0
- package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.js.map +1 -0
- package/lib/components/ExpressionBuilder/ExpressionBuilder.d.ts +2 -3
- package/lib/components/ExpressionBuilder/ExpressionBuilder.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionBuilder.js.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionBuilder.styles.d.ts +1 -1
- package/lib/components/ExpressionBuilder/ExpressionBuilder.styles.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionBuilder.types.d.ts +3 -1
- package/lib/components/ExpressionBuilder/ExpressionBuilder.types.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionBuilder.types.js.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionDetails.d.ts +2 -3
- package/lib/components/ExpressionBuilder/ExpressionDetails.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionDetails.js.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionList.d.ts +2 -3
- package/lib/components/ExpressionBuilder/ExpressionList.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/ExpressionList.js.map +1 -1
- package/lib/components/ExpressionBuilder/index.d.ts +1 -1
- package/lib/components/ExpressionBuilder/index.d.ts.map +1 -1
- package/lib/components/ExpressionBuilder/index.js.map +1 -1
- package/lib/components/FieldReference/FieldReference.styles.d.ts +1 -0
- package/lib/components/FieldReference/FieldReference.styles.d.ts.map +1 -1
- package/lib/components/FieldReference/FieldReference.styles.js +45 -37
- package/lib/components/FieldReference/FieldReference.styles.js.map +1 -1
- package/lib/components/FieldReference/FieldReference.test-ids.d.ts +1 -0
- package/lib/components/FieldReference/FieldReference.test-ids.d.ts.map +1 -1
- package/lib/components/FieldReference/FieldReference.test-ids.js +3 -0
- package/lib/components/FieldReference/FieldReference.test-ids.js.map +1 -1
- package/lib/components/FieldReference/FieldReference.types.d.ts +6 -1
- package/lib/components/FieldReference/FieldReference.types.d.ts.map +1 -1
- package/lib/components/FieldReference/FieldReference.types.js.map +1 -1
- package/lib/components/FieldReference/FieldReferenceDisplay.d.ts.map +1 -1
- package/lib/components/FieldReference/FieldReferenceDisplay.js +11 -7
- package/lib/components/FieldReference/FieldReferenceDisplay.js.map +1 -1
- package/lib/components/FieldReference/FieldReferenceInput.d.ts.map +1 -1
- package/lib/components/FieldReference/FieldReferenceInput.js +17 -11
- package/lib/components/FieldReference/FieldReferenceInput.js.map +1 -1
- package/lib/components/FieldReference/FieldReferenceMenuList.d.ts +5 -4
- package/lib/components/FieldReference/FieldReferenceMenuList.d.ts.map +1 -1
- package/lib/components/FieldReference/FieldReferenceMenuList.js +7 -5
- package/lib/components/FieldReference/FieldReferenceMenuList.js.map +1 -1
- package/lib/components/FieldReference/index.d.ts +2 -2
- package/lib/components/FieldReference/index.d.ts.map +1 -1
- package/lib/components/FieldReference/index.js +1 -1
- package/lib/components/FieldReference/index.js.map +1 -1
- package/lib/components/IconTile/IconTile.d.ts +7 -3
- package/lib/components/IconTile/IconTile.d.ts.map +1 -1
- package/lib/components/IconTile/IconTile.js +40 -4
- package/lib/components/IconTile/IconTile.js.map +1 -1
- package/lib/components/IconTile/IconTile.types.d.ts +17 -15
- package/lib/components/IconTile/IconTile.types.d.ts.map +1 -1
- package/lib/components/IconTile/IconTile.types.js.map +1 -1
- package/lib/components/IconTile/Tiles/Ai.d.ts +1 -1
- package/lib/components/IconTile/Tiles/Ai.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/Ai.js.map +1 -1
- package/lib/components/IconTile/Tiles/Automation.d.ts +1 -1
- package/lib/components/IconTile/Tiles/Automation.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/Automation.js.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationAppend.d.ts +1 -1
- package/lib/components/IconTile/Tiles/AutomationAppend.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationAppend.js.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationCall.d.ts +1 -1
- package/lib/components/IconTile/Tiles/AutomationCall.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationCall.js.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationForEach.d.ts +1 -1
- package/lib/components/IconTile/Tiles/AutomationForEach.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationForEach.js.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationReturn.d.ts +1 -1
- package/lib/components/IconTile/Tiles/AutomationReturn.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationReturn.js.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationSet.d.ts +1 -1
- package/lib/components/IconTile/Tiles/AutomationSet.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/AutomationSet.js.map +1 -1
- package/lib/components/IconTile/Tiles/Case.d.ts +1 -1
- package/lib/components/IconTile/Tiles/Case.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/Case.js.map +1 -1
- package/lib/components/IconTile/Tiles/CaseGoTo.d.ts +1 -1
- package/lib/components/IconTile/Tiles/CaseGoTo.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/CaseGoTo.js.map +1 -1
- package/lib/components/IconTile/Tiles/CaseProcess.d.ts +1 -1
- package/lib/components/IconTile/Tiles/CaseProcess.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/CaseProcess.js.map +1 -1
- package/lib/components/IconTile/Tiles/CaseSla.d.ts +1 -1
- package/lib/components/IconTile/Tiles/CaseSla.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/CaseSla.js.map +1 -1
- package/lib/components/IconTile/Tiles/CaseStage.d.ts +1 -1
- package/lib/components/IconTile/Tiles/CaseStage.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/CaseStage.js.map +1 -1
- package/lib/components/IconTile/Tiles/CaseWait.d.ts +1 -1
- package/lib/components/IconTile/Tiles/CaseWait.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/CaseWait.js.map +1 -1
- package/lib/components/IconTile/Tiles/LogicDecisionStep.d.ts +1 -1
- package/lib/components/IconTile/Tiles/LogicDecisionStep.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/LogicDecisionStep.js.map +1 -1
- package/lib/components/IconTile/Tiles/LogicFunction.d.ts +1 -1
- package/lib/components/IconTile/Tiles/LogicFunction.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/LogicFunction.js.map +1 -1
- package/lib/components/IconTile/Tiles/LogicValidation.d.ts +1 -1
- package/lib/components/IconTile/Tiles/LogicValidation.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/LogicValidation.js.map +1 -1
- package/lib/components/IconTile/Tiles/LogicWhen.d.ts +1 -1
- package/lib/components/IconTile/Tiles/LogicWhen.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/LogicWhen.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleAuthenticate.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleAuthenticate.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleAuthenticate.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleConfiguration.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleConfiguration.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleConfiguration.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleConnector.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleConnector.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleConnector.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleDataPage.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleDataPage.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleDataPage.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleField.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleField.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleField.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleInsight.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleInsight.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleInsight.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleIntegrationSystem.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleIntegrationSystem.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleIntegrationSystem.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleLiveData.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleLiveData.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleLiveData.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleParagraph.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleParagraph.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleParagraph.js.map +1 -1
- package/lib/components/IconTile/Tiles/RulePermission.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RulePermission.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RulePermission.js.map +1 -1
- package/lib/components/IconTile/Tiles/RulePersona.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RulePersona.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RulePersona.js.map +1 -1
- package/lib/components/IconTile/Tiles/RulePortal.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RulePortal.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RulePortal.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleRecord.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleRecord.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleRecord.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleSystem.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleSystem.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleSystem.js.map +1 -1
- package/lib/components/IconTile/Tiles/RuleView.d.ts +1 -1
- package/lib/components/IconTile/Tiles/RuleView.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/RuleView.js.map +1 -1
- package/lib/components/IconTile/Tiles/Task.d.ts +1 -1
- package/lib/components/IconTile/Tiles/Task.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/Task.js.map +1 -1
- package/lib/components/IconTile/Tiles/TaskAction.d.ts +1 -1
- package/lib/components/IconTile/Tiles/TaskAction.d.ts.map +1 -1
- package/lib/components/IconTile/Tiles/TaskAction.js.map +1 -1
- package/lib/components/IconTile/iconUtils.d.ts +11 -0
- package/lib/components/IconTile/iconUtils.d.ts.map +1 -0
- package/lib/components/IconTile/iconUtils.js +41 -0
- package/lib/components/IconTile/iconUtils.js.map +1 -0
- package/lib/components/IconTile/index.d.ts +1 -0
- package/lib/components/IconTile/index.d.ts.map +1 -1
- package/lib/components/IconTile/index.js.map +1 -1
- package/lib/components/ItemLibrary/ItemLibrary.d.ts +10 -10
- package/lib/components/ItemLibrary/ItemLibrary.d.ts.map +1 -1
- package/lib/components/ItemLibrary/ItemLibrary.js +26 -18
- package/lib/components/ItemLibrary/ItemLibrary.js.map +1 -1
- package/lib/components/LifeCycle/Category.d.ts +8 -6
- package/lib/components/LifeCycle/Category.d.ts.map +1 -1
- package/lib/components/LifeCycle/Category.js +53 -36
- package/lib/components/LifeCycle/Category.js.map +1 -1
- package/lib/components/LifeCycle/LifeCycle.d.ts +8 -4
- package/lib/components/LifeCycle/LifeCycle.d.ts.map +1 -1
- package/lib/components/LifeCycle/LifeCycle.js +113 -19
- package/lib/components/LifeCycle/LifeCycle.js.map +1 -1
- package/lib/components/LifeCycle/LifeCycle.test-ids.d.ts +6 -0
- package/lib/components/LifeCycle/LifeCycle.test-ids.d.ts.map +1 -0
- package/lib/components/LifeCycle/LifeCycle.test-ids.js +10 -0
- package/lib/components/LifeCycle/LifeCycle.test-ids.js.map +1 -0
- package/lib/components/LifeCycle/LifeCycle.types.d.ts +713 -58
- package/lib/components/LifeCycle/LifeCycle.types.d.ts.map +1 -1
- package/lib/components/LifeCycle/LifeCycle.types.js +71 -61
- package/lib/components/LifeCycle/LifeCycle.types.js.map +1 -1
- package/lib/components/LifeCycle/LifeCycleContext.d.ts +16 -4
- package/lib/components/LifeCycle/LifeCycleContext.d.ts.map +1 -1
- package/lib/components/LifeCycle/LifeCycleContext.js +7 -1
- package/lib/components/LifeCycle/LifeCycleContext.js.map +1 -1
- package/lib/components/LifeCycle/LifeCycleDragDropList.d.ts +21 -0
- package/lib/components/LifeCycle/LifeCycleDragDropList.d.ts.map +1 -0
- package/lib/components/LifeCycle/LifeCycleDragDropList.js +298 -0
- package/lib/components/LifeCycle/LifeCycleDragDropList.js.map +1 -0
- package/lib/components/LifeCycle/LifeCycleList.d.ts +8 -6
- package/lib/components/LifeCycle/LifeCycleList.d.ts.map +1 -1
- package/lib/components/LifeCycle/LifeCycleList.js +20 -30
- package/lib/components/LifeCycle/LifeCycleList.js.map +1 -1
- package/lib/components/LifeCycle/Stage.d.ts +12 -7
- package/lib/components/LifeCycle/Stage.d.ts.map +1 -1
- package/lib/components/LifeCycle/Stage.js +87 -72
- package/lib/components/LifeCycle/Stage.js.map +1 -1
- package/lib/components/LifeCycle/Step.d.ts +21 -14
- package/lib/components/LifeCycle/Step.d.ts.map +1 -1
- package/lib/components/LifeCycle/Step.js +75 -51
- package/lib/components/LifeCycle/Step.js.map +1 -1
- package/lib/components/LifeCycle/Task.d.ts +18 -7
- package/lib/components/LifeCycle/Task.d.ts.map +1 -1
- package/lib/components/LifeCycle/Task.js +119 -55
- package/lib/components/LifeCycle/Task.js.map +1 -1
- package/lib/components/LifeCycle/index.d.ts +2 -1
- package/lib/components/LifeCycle/index.d.ts.map +1 -1
- package/lib/components/LifeCycle/index.js +1 -0
- package/lib/components/LifeCycle/index.js.map +1 -1
- package/lib/components/LifeCycle/utils.d.ts +14 -0
- package/lib/components/LifeCycle/utils.d.ts.map +1 -0
- package/lib/components/LifeCycle/utils.js +250 -0
- package/lib/components/LifeCycle/utils.js.map +1 -0
- package/lib/components/MobileBuildSummary/MobileBuildSummary.d.ts +2 -3
- package/lib/components/MobileBuildSummary/MobileBuildSummary.d.ts.map +1 -1
- package/lib/components/MobileBuildSummary/MobileBuildSummary.js.map +1 -1
- package/lib/components/ObjectSelect/ObjectPicker.d.ts +2 -2
- package/lib/components/ObjectSelect/ObjectPicker.d.ts.map +1 -1
- package/lib/components/ObjectSelect/ObjectPicker.js.map +1 -1
- package/lib/components/PageTemplates/GalleryPage.d.ts +2 -2
- package/lib/components/PageTemplates/GalleryPage.d.ts.map +1 -1
- package/lib/components/PageTemplates/GalleryPage.js.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.d.ts +5 -5
- package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
- package/lib/components/PageTemplates/ShowcasePage.d.ts +2 -2
- package/lib/components/PageTemplates/ShowcasePage.d.ts.map +1 -1
- package/lib/components/PageTemplates/ShowcasePage.js.map +1 -1
- package/lib/components/RuleSelect/RuleSelect.js +3 -3
- package/lib/components/RuleSelect/RuleSelect.js.map +1 -1
- package/lib/components/Workbench/Workbench.d.ts +2 -3
- package/lib/components/Workbench/Workbench.d.ts.map +1 -1
- package/lib/components/Workbench/Workbench.js.map +1 -1
- package/lib/components/Workbench/Workbench.styles.d.ts +2 -2
- package/lib/components/Workbench/Workbench.styles.d.ts.map +1 -1
- package/lib/index.d.ts +4 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -2
- package/lib/index.js.map +1 -1
- package/lib/{components/FieldReference → utils}/typeIconMapping.d.ts +8 -0
- package/lib/utils/typeIconMapping.d.ts.map +1 -0
- package/lib/{components/FieldReference → utils}/typeIconMapping.js +15 -3
- package/lib/utils/typeIconMapping.js.map +1 -0
- package/package.json +16 -14
- package/lib/components/FieldReference/typeIconMapping.d.ts.map +0 -1
- package/lib/components/FieldReference/typeIconMapping.js.map +0 -1
- package/lib/components/FlowModeller/AddNode.d.ts +0 -18
- package/lib/components/FlowModeller/AddNode.d.ts.map +0 -1
- package/lib/components/FlowModeller/AddNode.js +0 -86
- package/lib/components/FlowModeller/AddNode.js.map +0 -1
- package/lib/components/FlowModeller/Connector.d.ts +0 -6
- package/lib/components/FlowModeller/Connector.d.ts.map +0 -1
- package/lib/components/FlowModeller/Connector.js +0 -69
- package/lib/components/FlowModeller/Connector.js.map +0 -1
- package/lib/components/FlowModeller/DeletePopover.d.ts +0 -19
- package/lib/components/FlowModeller/DeletePopover.d.ts.map +0 -1
- package/lib/components/FlowModeller/DeletePopover.js +0 -136
- package/lib/components/FlowModeller/DeletePopover.js.map +0 -1
- package/lib/components/FlowModeller/FlowModeller.d.ts +0 -5
- package/lib/components/FlowModeller/FlowModeller.d.ts.map +0 -1
- package/lib/components/FlowModeller/FlowModeller.js +0 -317
- package/lib/components/FlowModeller/FlowModeller.js.map +0 -1
- package/lib/components/FlowModeller/FlowModeller.types.d.ts +0 -27
- package/lib/components/FlowModeller/FlowModeller.types.d.ts.map +0 -1
- package/lib/components/FlowModeller/FlowModeller.types.js +0 -2
- package/lib/components/FlowModeller/FlowModeller.types.js.map +0 -1
- package/lib/components/FlowModeller/FlowModellerContext.d.ts +0 -10
- package/lib/components/FlowModeller/FlowModellerContext.d.ts.map +0 -1
- package/lib/components/FlowModeller/FlowModellerContext.js +0 -8
- package/lib/components/FlowModeller/FlowModellerContext.js.map +0 -1
- package/lib/components/FlowModeller/Node/Node.types.d.ts +0 -75
- package/lib/components/FlowModeller/Node/Node.types.d.ts.map +0 -1
- package/lib/components/FlowModeller/Node/Node.types.js +0 -27
- package/lib/components/FlowModeller/Node/Node.types.js.map +0 -1
- package/lib/components/FlowModeller/Node/NodeTemplate.styles.d.ts +0 -20
- package/lib/components/FlowModeller/Node/NodeTemplate.styles.d.ts.map +0 -1
- package/lib/components/FlowModeller/Node/NodeTemplate.styles.js +0 -151
- package/lib/components/FlowModeller/Node/NodeTemplate.styles.js.map +0 -1
- package/lib/components/FlowModeller/Node/NodeTemplates.d.ts +0 -6
- package/lib/components/FlowModeller/Node/NodeTemplates.d.ts.map +0 -1
- package/lib/components/FlowModeller/Node/NodeTemplates.js +0 -69
- package/lib/components/FlowModeller/Node/NodeTemplates.js.map +0 -1
- package/lib/components/FlowModeller/Node.d.ts +0 -5
- package/lib/components/FlowModeller/Node.d.ts.map +0 -1
- package/lib/components/FlowModeller/Node.js +0 -22
- package/lib/components/FlowModeller/Node.js.map +0 -1
- package/lib/components/FlowModeller/Renderer/Renderer.d.ts +0 -5
- package/lib/components/FlowModeller/Renderer/Renderer.d.ts.map +0 -1
- package/lib/components/FlowModeller/Renderer/Renderer.js +0 -48
- package/lib/components/FlowModeller/Renderer/Renderer.js.map +0 -1
- package/lib/components/FlowModeller/Renderer/Renderer.types.d.ts +0 -18
- package/lib/components/FlowModeller/Renderer/Renderer.types.d.ts.map +0 -1
- package/lib/components/FlowModeller/Renderer/Renderer.types.js +0 -2
- package/lib/components/FlowModeller/Renderer/Renderer.types.js.map +0 -1
- package/lib/components/FlowModeller/Renderer/Utils/Graph.d.ts +0 -59
- package/lib/components/FlowModeller/Renderer/Utils/Graph.d.ts.map +0 -1
- package/lib/components/FlowModeller/Renderer/Utils/Graph.js +0 -258
- package/lib/components/FlowModeller/Renderer/Utils/Graph.js.map +0 -1
- package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.d.ts +0 -36
- package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.d.ts.map +0 -1
- package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.js +0 -120
- package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.js.map +0 -1
- package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.d.ts +0 -28
- package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.d.ts.map +0 -1
- package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.js +0 -172
- package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.js.map +0 -1
- package/lib/components/FlowModeller/Utils/addNodeUtils.d.ts +0 -18
- package/lib/components/FlowModeller/Utils/addNodeUtils.d.ts.map +0 -1
- package/lib/components/FlowModeller/Utils/addNodeUtils.js +0 -141
- package/lib/components/FlowModeller/Utils/addNodeUtils.js.map +0 -1
- package/lib/components/FlowModeller/Utils/deleteNodeUtils.d.ts +0 -30
- package/lib/components/FlowModeller/Utils/deleteNodeUtils.d.ts.map +0 -1
- package/lib/components/FlowModeller/Utils/deleteNodeUtils.js +0 -81
- package/lib/components/FlowModeller/Utils/deleteNodeUtils.js.map +0 -1
- package/lib/components/FlowModeller/helper.d.ts +0 -39
- package/lib/components/FlowModeller/helper.d.ts.map +0 -1
- package/lib/components/FlowModeller/helper.js +0 -198
- package/lib/components/FlowModeller/helper.js.map +0 -1
- package/lib/components/FlowModeller/index.d.ts +0 -20
- package/lib/components/FlowModeller/index.d.ts.map +0 -1
- package/lib/components/FlowModeller/index.js +0 -12
- package/lib/components/FlowModeller/index.js.map +0 -1
- package/lib/components/IconTile/IconTile.styles.d.ts +0 -7
- package/lib/components/IconTile/IconTile.styles.d.ts.map +0 -1
- package/lib/components/IconTile/IconTile.styles.js +0 -68
- package/lib/components/IconTile/IconTile.styles.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleConnector.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConnector.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"RuleConnector.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConnector.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACtE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAAC;AAC9F,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleConnectorTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='plug' category='rule' size={size} label='Connector rule' inverted />;\n};\n\nexport default RuleConnectorTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleDataPageTile: FC<IconTileProps
|
|
3
|
+
declare const RuleDataPageTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleDataPageTile;
|
|
5
5
|
//# sourceMappingURL=RuleDataPage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleDataPage.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleDataPage.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAIrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleDataPage.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"RuleDataPage.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACrE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,iBAAiB,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAChG,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleDataPageTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='database-search' category='rule' size={size} label='Data page rule' inverted />\n );\n};\n\nexport default RuleDataPageTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleFieldTile: FC<IconTileProps
|
|
3
|
+
declare const RuleFieldTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleFieldTile;
|
|
5
5
|
//# sourceMappingURL=RuleField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleField.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleField.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAElD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleField.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleField.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,aAAa,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,YAAY,EAAC,QAAQ,SAAG,CAAC;AAClG,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleFieldTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='field-cursor' category='rule' size={size} label='Field rule' inverted />;\n};\n\nexport default RuleFieldTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleInsightTile: FC<IconTileProps
|
|
3
|
+
declare const RuleInsightTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleInsightTile;
|
|
5
5
|
//# sourceMappingURL=RuleInsight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleInsight.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleInsight.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAIpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleInsight.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"RuleInsight.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACpE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,kBAAkB,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,EAAC,QAAQ,SAAG,CAC/F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleInsightTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='search-analytics' category='rule' size={size} label='Insight rule' inverted />\n );\n};\n\nexport default RuleInsightTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleIntegrationSystemTile: FC<IconTileProps
|
|
3
|
+
declare const RuleIntegrationSystemTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleIntegrationSystemTile;
|
|
5
5
|
//# sourceMappingURL=RuleIntegrationSystem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleIntegrationSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleIntegrationSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAU9D,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleIntegrationSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"RuleIntegrationSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,yBAAyB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC9E,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,YAAY,EACjB,QAAQ,EAAC,MAAM,EACf,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,yBAAyB,EAC/B,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,yBAAyB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleIntegrationSystemTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='disc-stack'\n category='rule'\n size={size}\n label='Integration system rule'\n inverted\n />\n );\n};\n\nexport default RuleIntegrationSystemTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleLiveDataTile: FC<IconTileProps
|
|
3
|
+
declare const RuleLiveDataTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleLiveDataTile;
|
|
5
5
|
//# sourceMappingURL=RuleLiveData.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleLiveData.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleLiveData.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAErD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleLiveData.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"RuleLiveData.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACrE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,YAAY,EAAC,QAAQ,EAAC,MAAM,EAAC,KAAK,EAAC,gBAAgB,EAAC,IAAI,EAAE,IAAI,GAAI,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleLiveDataTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='table-bolt' category='rule' label='Live data rule' size={size} />;\n};\n\nexport default RuleLiveDataTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleParagraphTile: FC<IconTileProps
|
|
3
|
+
declare const RuleParagraphTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleParagraphTile;
|
|
5
5
|
//# sourceMappingURL=RuleParagraph.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleParagraph.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleParagraph.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAItD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleParagraph.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"RuleParagraph.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACtE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,eAAe,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAC9F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleParagraphTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='filetype-text' category='rule' size={size} label='Paragraph rule' inverted />\n );\n};\n\nexport default RuleParagraphTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RulePermissionTile: FC<IconTileProps
|
|
3
|
+
declare const RulePermissionTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RulePermissionTile;
|
|
5
5
|
//# sourceMappingURL=RulePermission.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RulePermission.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RulePermission.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEvD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RulePermission.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"RulePermission.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,kBAAkB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACvE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,iBAAiB,EAAC,QAAQ,SAAG,CAAC;AACjG,CAAC,CAAC;AAEF,eAAe,kBAAkB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePermissionTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='shield' category='rule' size={size} label='Permission rule' inverted />;\n};\n\nexport default RulePermissionTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RulePersonaTile: FC<IconTileProps
|
|
3
|
+
declare const RulePersonaTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RulePersonaTile;
|
|
5
5
|
//# sourceMappingURL=RulePersona.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RulePersona.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RulePersona.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RulePersona.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"RulePersona.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACpE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,GAAG,CAAC;AACnF,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePersonaTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='user' category='rule' size={size} label='Persona rule' />;\n};\n\nexport default RulePersonaTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RulePortalTile: FC<IconTileProps
|
|
3
|
+
declare const RulePortalTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RulePortalTile;
|
|
5
5
|
//# sourceMappingURL=RulePortal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RulePortal.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RulePortal.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEnD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RulePortal.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"RulePortal.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACnE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AACnG,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePortalTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='multi-device' category='rule' size={size} label='Portal rule' inverted />;\n};\n\nexport default RulePortalTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
export declare const RuleRecordTile: FC<IconTileProps
|
|
3
|
+
export declare const RuleRecordTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleRecordTile;
|
|
5
5
|
//# sourceMappingURL=RuleRecord.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleRecord.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleRecord.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAU1D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleRecord.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"RuleRecord.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,yBAAyB,EAC9B,QAAQ,EAAC,MAAM,EACf,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,aAAa,EACnB,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleRecordTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='dataviz-table-with-bars'\n category='rule'\n size={size}\n label='Record rule'\n inverted\n />\n );\n};\n\nexport default RuleRecordTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
export declare const RuleSystemTile: FC<IconTileProps
|
|
3
|
+
export declare const RuleSystemTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleSystemTile;
|
|
5
5
|
//# sourceMappingURL=RuleSystem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAE1D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"RuleSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleSystemTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='code' category='rule' size={size} label='System rule' inverted />;\n};\n\nexport default RuleSystemTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
export declare const RuleViewTile: FC<IconTileProps
|
|
3
|
+
export declare const RuleViewTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleViewTile;
|
|
5
5
|
//# sourceMappingURL=RuleView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleView.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleView.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAExD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleView.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"RuleView.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,YAAY,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACxE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,WAAW,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,WAAW,EAAC,QAAQ,SAAG,CAAC;AAC9F,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleViewTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='newspaper' category='rule' size={size} label='View rule' inverted />;\n};\n\nexport default RuleViewTile;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAE7C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Task.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"Task.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,QAAQ,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC7D,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,eAAe,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,GAAG,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst TaskTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='user-document' category='task' size={size} label='Task object' />;\n};\n\nexport default TaskTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const TaskActionTile: FC<IconTileProps
|
|
3
|
+
declare const TaskActionTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default TaskActionTile;
|
|
5
5
|
//# sourceMappingURL=TaskAction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaskAction.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"TaskAction.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEnD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaskAction.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"TaskAction.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACnE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,aAAa,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AAClG,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst TaskActionTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='user-pencil' category='task' size={size} label='Action task' inverted />;\n};\n\nexport default TaskActionTile;\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Category } from './IconTile.types';
|
|
2
|
+
interface ColorInfo {
|
|
3
|
+
bg: string;
|
|
4
|
+
fg: string;
|
|
5
|
+
invertBg: string;
|
|
6
|
+
invertFg: string;
|
|
7
|
+
}
|
|
8
|
+
type IconTileColors = Record<Category, ColorInfo>;
|
|
9
|
+
export declare const tileColors: IconTileColors;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=iconUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconUtils.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/iconUtils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,UAAU,SAAS;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,KAAK,cAAc,GAAG,MAAM,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;AAGlD,eAAO,MAAM,UAAU,EAAE,cAqCxB,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { WorkTheme as Theme } from '@pega/cosmos-react-core';
|
|
2
|
+
// eslint-disable-next-line import/prefer-default-export
|
|
3
|
+
export const tileColors = {
|
|
4
|
+
rule: {
|
|
5
|
+
bg: Theme.base.colors.slate.dark,
|
|
6
|
+
fg: Theme.base.colors.white,
|
|
7
|
+
invertBg: '#D2D5D9',
|
|
8
|
+
invertFg: Theme.base.colors.slate.dark
|
|
9
|
+
},
|
|
10
|
+
case: {
|
|
11
|
+
bg: Theme.base.colors.blue.medium,
|
|
12
|
+
fg: Theme.base.colors.white,
|
|
13
|
+
invertBg: '#CDE1F4',
|
|
14
|
+
invertFg: Theme.base.colors.blue.medium
|
|
15
|
+
},
|
|
16
|
+
task: {
|
|
17
|
+
bg: Theme.base.colors.green.dark,
|
|
18
|
+
fg: Theme.base.colors.white,
|
|
19
|
+
invertBg: '#C4DBCC',
|
|
20
|
+
invertFg: Theme.base.colors.green.dark
|
|
21
|
+
},
|
|
22
|
+
logic: {
|
|
23
|
+
bg: Theme.base.colors.orange.medium,
|
|
24
|
+
fg: Theme.base.colors.white,
|
|
25
|
+
invertBg: '#FED7BF',
|
|
26
|
+
invertFg: '#DB5201'
|
|
27
|
+
},
|
|
28
|
+
automation: {
|
|
29
|
+
bg: '#F4C500',
|
|
30
|
+
fg: '#6C5700',
|
|
31
|
+
invertBg: '#FCF0BF',
|
|
32
|
+
invertFg: '#6C5700'
|
|
33
|
+
},
|
|
34
|
+
ai: {
|
|
35
|
+
bg: Theme.base.colors.purple.dark,
|
|
36
|
+
fg: Theme.base.colors.white,
|
|
37
|
+
invertBg: '#D9C7F0',
|
|
38
|
+
invertFg: Theme.base.colors.purple.dark
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=iconUtils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconUtils.js","sourceRoot":"","sources":["../../../src/components/IconTile/iconUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAa7D,wDAAwD;AACxD,MAAM,CAAC,MAAM,UAAU,GAAmB;IACxC,IAAI,EAAE;QACJ,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;QAChC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;KACvC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM;QACjC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM;KACxC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;QAChC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;KACvC;IACD,KAAK,EAAE;QACL,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM;QACnC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,SAAS;QACb,EAAE,EAAE,SAAS;QACb,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB;IACD,EAAE,EAAE;QACF,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI;QACjC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI;KACxC;CACF,CAAC","sourcesContent":["import { WorkTheme as Theme } from '@pega/cosmos-react-core';\n\nimport type { Category } from './IconTile.types';\n\ninterface ColorInfo {\n bg: string;\n fg: string;\n invertBg: string;\n invertFg: string;\n}\n\ntype IconTileColors = Record<Category, ColorInfo>;\n\n// eslint-disable-next-line import/prefer-default-export\nexport const tileColors: IconTileColors = {\n rule: {\n bg: Theme.base.colors.slate.dark,\n fg: Theme.base.colors.white,\n invertBg: '#D2D5D9',\n invertFg: Theme.base.colors.slate.dark\n },\n case: {\n bg: Theme.base.colors.blue.medium,\n fg: Theme.base.colors.white,\n invertBg: '#CDE1F4',\n invertFg: Theme.base.colors.blue.medium\n },\n task: {\n bg: Theme.base.colors.green.dark,\n fg: Theme.base.colors.white,\n invertBg: '#C4DBCC',\n invertFg: Theme.base.colors.green.dark\n },\n logic: {\n bg: Theme.base.colors.orange.medium,\n fg: Theme.base.colors.white,\n invertBg: '#FED7BF',\n invertFg: '#DB5201'\n },\n automation: {\n bg: '#F4C500',\n fg: '#6C5700',\n invertBg: '#FCF0BF',\n invertFg: '#6C5700'\n },\n ai: {\n bg: Theme.base.colors.purple.dark,\n fg: Theme.base.colors.white,\n invertBg: '#D9C7F0',\n invertFg: Theme.base.colors.purple.dark\n }\n};\n"]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default } from './IconTile';
|
|
2
|
+
export type { IconTileProps } from './IconTile.types';
|
|
2
3
|
export { default as AiTile } from './Tiles/Ai';
|
|
3
4
|
export { default as AutomationTile } from './Tiles/Automation';
|
|
4
5
|
export { default as AutomationAppendTile } from './Tiles/AutomationAppend';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC","sourcesContent":["export { default } from './IconTile';\nexport type { IconTileProps } from './IconTile.types';\nexport { default as AiTile } from './Tiles/Ai';\nexport { default as AutomationTile } from './Tiles/Automation';\nexport { default as AutomationAppendTile } from './Tiles/AutomationAppend';\nexport { default as AutomationCallTile } from './Tiles/AutomationCall';\nexport { default as AutomationForEachTile } from './Tiles/AutomationForEach';\nexport { default as AutomationReturnTile } from './Tiles/AutomationReturn';\nexport { default as AutomationSetTile } from './Tiles/AutomationSet';\nexport { default as CaseTile } from './Tiles/Case';\nexport { default as CaseGoToTile } from './Tiles/CaseGoTo';\nexport { default as CaseProcessTile } from './Tiles/CaseProcess';\nexport { default as CaseSlaTile } from './Tiles/CaseSla';\nexport { default as CaseStageTile } from './Tiles/CaseStage';\nexport { default as CaseWaitTile } from './Tiles/CaseWait';\nexport { default as LogicDecisionStepTile } from './Tiles/LogicDecisionStep';\nexport { default as LogicFunctionTile } from './Tiles/LogicFunction';\nexport { default as LogicValidationTile } from './Tiles/LogicValidation';\nexport { default as LogicWhenTile } from './Tiles/LogicWhen';\nexport { default as RuleAuthenticateTile } from './Tiles/RuleAuthenticate';\nexport { default as RuleConfigurationTile } from './Tiles/RuleConfiguration';\nexport { default as RuleConnectorTile } from './Tiles/RuleConnector';\nexport { default as RuleDataPageTile } from './Tiles/RuleDataPage';\nexport { default as RuleFieldTile } from './Tiles/RuleField';\nexport { default as RuleInsightTile } from './Tiles/RuleInsight';\nexport { default as RuleIntegrationSystemTile } from './Tiles/RuleIntegrationSystem';\nexport { default as RuleLiveDataTile } from './Tiles/RuleLiveData';\nexport { default as RuleParagraphTile } from './Tiles/RuleParagraph';\nexport { default as RulePermissionTile } from './Tiles/RulePermission';\nexport { default as RulePersonaTile } from './Tiles/RulePersona';\nexport { default as RulePortalTile } from './Tiles/RulePortal';\nexport { default as RuleRecordTile } from './Tiles/RuleRecord';\nexport { default as RuleSystemTile } from './Tiles/RuleSystem';\nexport { default as RuleViewTile } from './Tiles/RuleView';\nexport { default as TaskTile } from './Tiles/Task';\nexport { default as TaskActionTile } from './Tiles/TaskAction';\n"]}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { SearchInputProps,
|
|
3
|
-
import type {
|
|
1
|
+
import type { MutableRefObject, Ref } from 'react';
|
|
2
|
+
import type { SearchInputProps, MenuItemProps, PopoverProps, OmitStrict, ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core';
|
|
3
|
+
import type { IconTileProps } from '../IconTile/IconTile.types';
|
|
4
4
|
export interface LibraryItem extends MenuItemProps {
|
|
5
5
|
id: string;
|
|
6
|
-
type:
|
|
6
|
+
type: {
|
|
7
|
+
icon: OmitStrict<IconTileProps, 'size'>;
|
|
8
|
+
};
|
|
7
9
|
items?: LibraryItem[];
|
|
8
10
|
}
|
|
9
|
-
export interface ItemVisual {
|
|
10
|
-
color: ColorName;
|
|
11
|
-
icon: string;
|
|
12
|
-
}
|
|
13
11
|
export interface ItemLibraryProps<T extends LibraryItem = LibraryItem> {
|
|
14
|
-
show: boolean;
|
|
15
12
|
target: HTMLElement | null;
|
|
16
13
|
items: T[];
|
|
17
14
|
onClick?: (libItem: T) => void;
|
|
18
15
|
ref?: Ref<HTMLDivElement>;
|
|
19
16
|
placeholder?: SearchInputProps['placeholder'];
|
|
20
17
|
position?: PopoverProps['placement'];
|
|
18
|
+
onDismiss: () => void;
|
|
19
|
+
/** If true, skip focus on the selected target during unmount */
|
|
20
|
+
skipTargetFocus?: MutableRefObject<boolean>;
|
|
21
21
|
}
|
|
22
22
|
export declare const StyledIcon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
23
|
-
declare const ItemLibrary:
|
|
23
|
+
declare const ItemLibrary: ForwardRefForwardPropsComponent<ItemLibraryProps>;
|
|
24
24
|
export default ItemLibrary;
|
|
25
25
|
//# sourceMappingURL=ItemLibrary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemLibrary.d.ts","sourceRoot":"","sources":["../../../src/components/ItemLibrary/ItemLibrary.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ItemLibrary.d.ts","sourceRoot":"","sources":["../../../src/components/ItemLibrary/ItemLibrary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,gBAAgB,EAAE,GAAG,EAAc,MAAM,OAAO,CAAC;AAIhF,OAAO,KAAK,EACV,gBAAgB,EAEhB,aAAa,EACb,YAAY,EACZ,UAAU,EACV,+BAA+B,EAChC,MAAM,yBAAyB,CAAC;AAmBjC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE;QACJ,IAAI,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;KACzC,CAAC;IACF,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;CACvB;AACD,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW;IACnE,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,CAAC;IAC/B,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAC1B,WAAW,CAAC,EAAE,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;IACrC,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,gEAAgE;IAChE,eAAe,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;CAC7C;AAED,eAAO,MAAM,UAAU,yGAerB,CAAC;AAIH,QAAA,MAAM,WAAW,EAAE,+BAA+B,CAAC,gBAAgB,CA8GlE,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,31 +1,40 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
3
3
|
import styled, { css } from 'styled-components';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { Menu, menuHelpers, Popover, SearchInput, cap, createStringMatcher, defaultThemeProp, Flex } from '@pega/cosmos-react-core';
|
|
5
|
+
import { useConsolidatedRef, useEscape, useOuterEvent, useFocusTrap } from '@pega/cosmos-react-core/lib/hooks';
|
|
6
|
+
import IconTile from '../IconTile';
|
|
6
7
|
export const StyledIcon = styled.div(({ theme }) => {
|
|
8
|
+
const { base: { 'border-radius': baseRadius }, components: { icon: { 'border-radius-multiplier': borderRadiusMultiplier } } } = theme;
|
|
7
9
|
return css `
|
|
8
10
|
min-height: 2rem;
|
|
9
11
|
min-width: 2rem;
|
|
10
|
-
padding: calc(0.5 * ${theme.base.spacing});
|
|
11
12
|
margin-inline-end: ${theme.base.spacing};
|
|
12
|
-
text-align: center;
|
|
13
13
|
background-color: var(--bg-color);
|
|
14
14
|
color: var(--fg-color);
|
|
15
|
-
border-radius: ${
|
|
15
|
+
border-radius: calc(0.5 * ${borderRadiusMultiplier} * ${baseRadius});
|
|
16
16
|
`;
|
|
17
17
|
});
|
|
18
18
|
StyledIcon.defaultProps = defaultThemeProp;
|
|
19
|
-
const ItemLibrary = forwardRef(
|
|
19
|
+
const ItemLibrary = forwardRef(({ target, items, onClick, placeholder, position = 'bottom-start', onDismiss, skipTargetFocus }, ref) => {
|
|
20
|
+
const dialogRef = useConsolidatedRef(ref);
|
|
21
|
+
const dialogContentRef = useRef(null);
|
|
20
22
|
const [search, setSearch] = useState('');
|
|
21
23
|
const searchEleRef = useRef(null);
|
|
22
|
-
useEffect(() => {
|
|
23
|
-
if (show) {
|
|
24
|
-
setSearch('');
|
|
25
|
-
searchEleRef?.current?.focus();
|
|
26
|
-
}
|
|
27
|
-
}, [show, searchEleRef.current]);
|
|
28
24
|
const searchRegex = useMemo(() => (search ? createStringMatcher(cap(search), 'contains', '') : null), [search]);
|
|
25
|
+
useEscape(() => onDismiss?.());
|
|
26
|
+
useOuterEvent('mousedown', [target, dialogRef], () => onDismiss?.());
|
|
27
|
+
useFocusTrap(dialogRef);
|
|
28
|
+
useEffect(() => {
|
|
29
|
+
searchEleRef.current?.focus();
|
|
30
|
+
return () => {
|
|
31
|
+
if (!skipTargetFocus?.current && document.contains(target)) {
|
|
32
|
+
const timeInMillis = 20;
|
|
33
|
+
// Bug Fix for .focus event in mozilla (https://bugzilla.mozilla.org/show_bug.cgi?id=1220143)
|
|
34
|
+
setTimeout(() => target?.focus(), timeInMillis);
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
}, []);
|
|
29
38
|
const itemsToRender = useMemo(() => {
|
|
30
39
|
return menuHelpers.mapTree(searchRegex
|
|
31
40
|
? menuHelpers.flatten(items).filter(({ primary }) => {
|
|
@@ -39,23 +48,22 @@ const ItemLibrary = forwardRef(function ItemLibrary({ show, target, items, onCli
|
|
|
39
48
|
const nodeItem = node;
|
|
40
49
|
return {
|
|
41
50
|
...node,
|
|
42
|
-
visual: nodeItem.type ? (_jsx(StyledIcon, { id: node.id,
|
|
43
|
-
'--bg-color': colorMap[nodeItem.type.color],
|
|
44
|
-
'--fg-color': readableColor(colorMap[nodeItem.type.color])
|
|
45
|
-
}, children: _jsx(Icon, { name: nodeItem.type.icon }) })) : undefined,
|
|
51
|
+
visual: nodeItem.type ? (_jsx(Flex, { as: StyledIcon, container: { inline: true, alignItems: 'center', justify: 'center' }, id: node.id, children: _jsx(IconTile, { name: nodeItem.type?.icon?.name, category: nodeItem.type?.icon?.category, label: nodeItem.type?.icon?.label, inverted: nodeItem.type?.icon?.inverted }) })) : undefined,
|
|
46
52
|
count: node.items ? node.items.length : undefined,
|
|
47
53
|
secondary: node.secondary,
|
|
48
54
|
selected: selectable ? !!node.selected : undefined
|
|
49
55
|
};
|
|
50
56
|
});
|
|
51
57
|
}, [items, searchRegex]);
|
|
52
|
-
const onItemSelect = useCallback((id) => {
|
|
58
|
+
const onItemSelect = useCallback((id, e) => {
|
|
53
59
|
const selectedNode = menuHelpers.getItem(items, id);
|
|
54
60
|
if (onClick) {
|
|
55
61
|
onClick(selectedNode);
|
|
62
|
+
onDismiss?.();
|
|
56
63
|
}
|
|
64
|
+
e.stopPropagation();
|
|
57
65
|
}, [onClick]);
|
|
58
|
-
return
|
|
66
|
+
return (_jsx(Popover, { placement: position, target: target, ref: dialogRef, children: _jsx(Menu, { items: itemsToRender, onItemClick: onItemSelect, ref: dialogContentRef, header: _jsx(SearchInput, { ref: searchEleRef, onSearchChange: setSearch, value: search, searchInputAriaLabel: placeholder, placeholder: placeholder }), focusControlEl: searchEleRef.current || undefined }) }));
|
|
59
67
|
});
|
|
60
68
|
export default ItemLibrary;
|
|
61
69
|
//# sourceMappingURL=ItemLibrary.js.map
|