@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,8 +1,44 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
import { useMemo } from 'react';
|
|
3
|
+
import styled, { css } from 'styled-components';
|
|
4
|
+
import { Icon, StyledIcon, defaultThemeProp } from '@pega/cosmos-react-core';
|
|
5
|
+
import { tileColors } from './iconUtils';
|
|
6
|
+
export const StyledIconTile = styled(Icon)(({ containerSize = 'm' }) => {
|
|
7
|
+
return css `
|
|
8
|
+
flex-shrink: 0;
|
|
9
|
+
${containerSize === 's' &&
|
|
10
|
+
css `
|
|
11
|
+
width: 1.125rem;
|
|
12
|
+
height: 1.125rem;
|
|
13
|
+
`}
|
|
14
|
+
${containerSize === 'm' &&
|
|
15
|
+
css `
|
|
16
|
+
width: 1.5rem;
|
|
17
|
+
height: 1.5rem;
|
|
18
|
+
`}
|
|
19
|
+
${containerSize === 'l' &&
|
|
20
|
+
css `
|
|
21
|
+
width: 2rem;
|
|
22
|
+
height: 2rem;
|
|
23
|
+
`}
|
|
24
|
+
${containerSize === 'xl' &&
|
|
25
|
+
css `
|
|
26
|
+
width: 3rem;
|
|
27
|
+
height: 3rem;
|
|
28
|
+
`}
|
|
29
|
+
${StyledIcon} {
|
|
30
|
+
width: 60%;
|
|
31
|
+
height: 60%;
|
|
32
|
+
}
|
|
33
|
+
`;
|
|
34
|
+
});
|
|
35
|
+
StyledIconTile.defaultProps = defaultThemeProp;
|
|
36
|
+
const IconTile = ({ name, category = 'rule', label, inverted = false, size = 'm', testId, set = 'streamline', ...restProps }) => {
|
|
37
|
+
const iconSize = useMemo(() => (size === 'xl' ? 'l' : size), [size]);
|
|
38
|
+
const { bg, fg, invertBg, invertFg } = tileColors[category];
|
|
39
|
+
const foregroundColor = inverted ? invertFg : fg;
|
|
40
|
+
const backgroundColor = inverted ? invertBg : bg;
|
|
41
|
+
return (_jsx(StyledIconTile, { ...restProps, "data-testid": testId, name: name, "aria-label": label, containerSize: size, size: iconSize, foreground: foregroundColor, background: backgroundColor, set: set }));
|
|
6
42
|
};
|
|
7
43
|
export default IconTile;
|
|
8
44
|
//# sourceMappingURL=IconTile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTile.js","sourceRoot":"","sources":["../../../src/components/IconTile/IconTile.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"IconTile.js","sourceRoot":"","sources":["../../../src/components/IconTile/IconTile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA0B,OAAO,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,gBAAgB,EAAkB,MAAM,yBAAyB,CAAC;AAE7F,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,CAA4C,CAAC,EACrF,aAAa,GAAG,GAAG,EACpB,EAAE,EAAE;IACH,OAAO,GAAG,CAAA;;MAEN,aAAa,KAAK,GAAG;QACvB,GAAG,CAAA;;;KAGF;MACC,aAAa,KAAK,GAAG;QACvB,GAAG,CAAA;;;KAGF;QACG,aAAa,KAAK,GAAG;QACzB,GAAG,CAAA;;;KAGF;QACG,aAAa,KAAK,IAAI;QAC1B,GAAG,CAAA;;;KAGF;QACG,UAAU;;;;GAIf,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,cAAc,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAE/C,MAAM,QAAQ,GAAqC,CAAC,EAClD,IAAI,EACJ,QAAQ,GAAG,MAAM,EACjB,KAAK,EACL,QAAQ,GAAG,KAAK,EAChB,IAAI,GAAG,GAAG,EACV,MAAM,EACN,GAAG,GAAG,YAAY,EAClB,GAAG,SAAS,EACb,EAAE,EAAE;IACH,MAAM,QAAQ,GAAsB,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;IACxF,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;IAC5D,MAAM,eAAe,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;IACjD,MAAM,eAAe,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;IAEjD,OAAO,CACL,KAAC,cAAc,OACT,SAAS,iBACA,MAAM,EACnB,IAAI,EAAE,IAAI,gBACE,KAAK,EACjB,aAAa,EAAE,IAAI,EACnB,IAAI,EAAE,QAAQ,EACd,UAAU,EAAE,eAAe,EAC3B,UAAU,EAAE,eAAe,EAC3B,GAAG,EAAE,GAAG,GACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC","sourcesContent":["import { type FunctionComponent, useMemo } from 'react';\nimport styled, { css } from 'styled-components';\n\nimport { Icon, StyledIcon, defaultThemeProp, type IconProps } from '@pega/cosmos-react-core';\n\nimport { tileColors } from './iconUtils';\nimport type { IconTileProps } from './IconTile.types';\n\nexport const StyledIconTile = styled(Icon)<{ containerSize?: IconTileProps['size'] }>(({\n containerSize = 'm'\n}) => {\n return css`\n flex-shrink: 0;\n ${containerSize === 's' &&\n css`\n width: 1.125rem;\n height: 1.125rem;\n `}\n ${containerSize === 'm' &&\n css`\n width: 1.5rem;\n height: 1.5rem;\n `}\n ${containerSize === 'l' &&\n css`\n width: 2rem;\n height: 2rem;\n `}\n ${containerSize === 'xl' &&\n css`\n width: 3rem;\n height: 3rem;\n `}\n ${StyledIcon} {\n width: 60%;\n height: 60%;\n }\n `;\n});\n\nStyledIconTile.defaultProps = defaultThemeProp;\n\nconst IconTile: FunctionComponent<IconTileProps> = ({\n name,\n category = 'rule',\n label,\n inverted = false,\n size = 'm',\n testId,\n set = 'streamline',\n ...restProps\n}) => {\n const iconSize: IconProps['size'] = useMemo(() => (size === 'xl' ? 'l' : size), [size]);\n const { bg, fg, invertBg, invertFg } = tileColors[category];\n const foregroundColor = inverted ? invertFg : fg;\n const backgroundColor = inverted ? invertBg : bg;\n\n return (\n <StyledIconTile\n {...restProps}\n data-testid={testId}\n name={name}\n aria-label={label}\n containerSize={size}\n size={iconSize}\n foreground={foregroundColor}\n background={backgroundColor}\n set={set}\n />\n );\n};\n\nexport default IconTile;\n"]}
|
|
@@ -1,27 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
import type { IconProps, TestIdProp, NoChildrenProp } from '@pega/cosmos-react-core';
|
|
2
|
+
export type Category = 'rule' | 'case' | 'task' | 'logic' | 'automation' | 'ai';
|
|
3
|
+
export interface IconTileProps extends TestIdProp, NoChildrenProp {
|
|
2
4
|
/** Icon asset name */
|
|
3
|
-
name:
|
|
4
|
-
/** Category (determines color scheme)
|
|
5
|
-
|
|
5
|
+
name: IconProps['name'];
|
|
6
|
+
/** Category (determines color scheme)
|
|
7
|
+
* @default 'rule'
|
|
8
|
+
*/
|
|
9
|
+
category?: Category;
|
|
6
10
|
/** Accessible image label */
|
|
7
|
-
label
|
|
11
|
+
label?: string;
|
|
8
12
|
/** Applies inverted color scheme for category
|
|
9
13
|
* @default false
|
|
10
14
|
*/
|
|
11
15
|
inverted?: boolean;
|
|
12
16
|
/** Size option for tile
|
|
13
|
-
* @default '
|
|
17
|
+
* @default 'm'
|
|
14
18
|
*/
|
|
15
|
-
size?: '
|
|
16
|
-
/**
|
|
19
|
+
size?: 's' | 'm' | 'l' | 'xl';
|
|
20
|
+
/** background color */
|
|
21
|
+
background?: string;
|
|
22
|
+
/** foreground color */
|
|
23
|
+
foreground?: string;
|
|
24
|
+
/** set type of icon
|
|
17
25
|
* @default 'streamline'
|
|
18
26
|
*/
|
|
19
|
-
set?: '
|
|
20
|
-
}
|
|
21
|
-
export interface IconTileProps {
|
|
22
|
-
/** Size option for tile
|
|
23
|
-
* @default 'lg'
|
|
24
|
-
*/
|
|
25
|
-
size?: BaseIconTileProps['size'];
|
|
27
|
+
set?: IconProps['set'];
|
|
26
28
|
}
|
|
27
29
|
//# sourceMappingURL=IconTile.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTile.types.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/IconTile.types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"IconTile.types.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/IconTile.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAErF,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,YAAY,GAAG,IAAI,CAAC;AAEhF,MAAM,WAAW,aAAc,SAAQ,UAAU,EAAE,cAAc;IAC/D,sBAAsB;IACtB,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;IAC9B,uBAAuB;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uBAAuB;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,GAAG,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconTile.types.js","sourceRoot":"","sources":["../../../src/components/IconTile/IconTile.types.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"IconTile.types.js","sourceRoot":"","sources":["../../../src/components/IconTile/IconTile.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { IconProps, TestIdProp, NoChildrenProp } from '@pega/cosmos-react-core';\n\nexport type Category = 'rule' | 'case' | 'task' | 'logic' | 'automation' | 'ai';\n\nexport interface IconTileProps extends TestIdProp, NoChildrenProp {\n /** Icon asset name */\n name: IconProps['name'];\n /** Category (determines color scheme)\n * @default 'rule'\n */\n category?: Category;\n /** Accessible image label */\n label?: string;\n /** Applies inverted color scheme for category\n * @default false\n */\n inverted?: boolean;\n /** Size option for tile\n * @default 'm'\n */\n size?: 's' | 'm' | 'l' | 'xl';\n /** background color */\n background?: string;\n /** foreground color */\n foreground?: string;\n /** set type of icon\n * @default 'streamline'\n */\n set?: IconProps['set'];\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ai.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Ai.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"Ai.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Ai.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAE3C,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ai.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Ai.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Ai.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Ai.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,MAAM,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC3D,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,eAAe,EAAC,QAAQ,EAAC,IAAI,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,WAAW,GAAG,CAAC;AACvF,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst AiTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='polaris-solid' category='ai' size={size} label='Ai object' />;\n};\n\nexport default AiTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const AutomationTile: FC<IconTileProps
|
|
3
|
+
declare const AutomationTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default AutomationTile;
|
|
5
5
|
//# sourceMappingURL=Automation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Automation.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Automation.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":"Automation.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Automation.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":"Automation.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Automation.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"Automation.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Automation.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,WAAW,EAAC,QAAQ,EAAC,YAAY,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,mBAAmB,GAAG,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 AutomationTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='gear-play' category='automation' size={size} label='Automation object' />;\n};\n\nexport default AutomationTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const AutomationAppendTile: FC<IconTileProps
|
|
3
|
+
declare const AutomationAppendTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default AutomationAppendTile;
|
|
5
5
|
//# sourceMappingURL=AutomationAppend.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationAppend.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationAppend.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"AutomationAppend.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationAppend.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAUzD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationAppend.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationAppend.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"AutomationAppend.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationAppend.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,oBAAoB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACzE,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,uBAAuB,EAC5B,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,mBAAmB,EACzB,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst AutomationAppendTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='arrow-above-row-right'\n category='automation'\n size={size}\n label='Append automation'\n inverted\n />\n );\n};\n\nexport default AutomationAppendTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const AutomationCallTile: FC<IconTileProps
|
|
3
|
+
declare const AutomationCallTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default AutomationCallTile;
|
|
5
5
|
//# sourceMappingURL=AutomationCall.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationCall.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationCall.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":"AutomationCall.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationCall.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,CAUvD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationCall.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationCall.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"AutomationCall.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationCall.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,kBAAkB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACvE,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,iBAAiB,EACvB,QAAQ,SACR,CACH,CAAC;AACJ,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 AutomationCallTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='fast-forward'\n category='automation'\n size={size}\n label='Call automation'\n inverted\n />\n );\n};\n\nexport default AutomationCallTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const AutomationForEachTile: FC<IconTileProps
|
|
3
|
+
declare const AutomationForEachTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default AutomationForEachTile;
|
|
5
5
|
//# sourceMappingURL=AutomationForEach.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationForEach.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationForEach.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"AutomationForEach.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationForEach.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAU1D,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationForEach.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationForEach.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"AutomationForEach.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationForEach.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,qBAAqB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,iBAAiB,EACtB,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,qBAAqB,EAC3B,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,qBAAqB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst AutomationForEachTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='arrow-bend-left'\n category='automation'\n size={size}\n label='For each automation'\n inverted\n />\n );\n};\n\nexport default AutomationForEachTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const AutomationReturnTile: FC<IconTileProps
|
|
3
|
+
declare const AutomationReturnTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default AutomationReturnTile;
|
|
5
5
|
//# sourceMappingURL=AutomationReturn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationReturn.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationReturn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"AutomationReturn.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationReturn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAUzD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationReturn.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationReturn.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"AutomationReturn.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationReturn.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,oBAAoB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACzE,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,mBAAmB,EACzB,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst AutomationReturnTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='dataviz-line'\n category='automation'\n size={size}\n label='Return automation'\n inverted\n />\n );\n};\n\nexport default AutomationReturnTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const AutomationSetTile: FC<IconTileProps
|
|
3
|
+
declare const AutomationSetTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default AutomationSetTile;
|
|
5
5
|
//# sourceMappingURL=AutomationSet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationSet.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationSet.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":"AutomationSet.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationSet.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,CAEtD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationSet.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationSet.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"AutomationSet.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/AutomationSet.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,KAAK,EAAC,QAAQ,EAAC,YAAY,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAAC;AACnG,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 AutomationSetTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='set' category='automation' size={size} label='Set automation' inverted />;\n};\n\nexport default AutomationSetTile;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Case.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Case.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":"Case.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Case.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":"Case.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Case.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"Case.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Case.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,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,GAAG,CAAC;AAClF,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 CaseTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='case' category='case' size={size} label='Case object' />;\n};\n\nexport default CaseTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const CaseGoToTile: FC<IconTileProps
|
|
3
|
+
declare const CaseGoToTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default CaseGoToTile;
|
|
5
5
|
//# sourceMappingURL=CaseGoTo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseGoTo.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseGoTo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"CaseGoTo.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseGoTo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEjD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseGoTo.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseGoTo.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"CaseGoTo.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseGoTo.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,YAAY,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACjE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,UAAU,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,EAAC,QAAQ,SAAG,CAAC;AAChG,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst CaseGoToTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='sub-step' category='case' size={size} label='Case \"go to\"' inverted />;\n};\n\nexport default CaseGoToTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const CaseProcessTile: FC<IconTileProps
|
|
3
|
+
declare const CaseProcessTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default CaseProcessTile;
|
|
5
5
|
//# sourceMappingURL=CaseProcess.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseProcess.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseProcess.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":"CaseProcess.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseProcess.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":"CaseProcess.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseProcess.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"CaseProcess.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseProcess.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,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,EAAC,QAAQ,SAAG,CAAC;AACpG,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 CaseProcessTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='flow-process' category='case' size={size} label='Case process' inverted />;\n};\n\nexport default CaseProcessTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const CaseSlaTile: FC<IconTileProps
|
|
3
|
+
declare const CaseSlaTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default CaseSlaTile;
|
|
5
5
|
//# sourceMappingURL=CaseSla.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseSla.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseSla.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"CaseSla.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseSla.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEhD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseSla.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseSla.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"CaseSla.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseSla.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,WAAW,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAChE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,UAAU,EAAC,QAAQ,SAAG,CAAC;AACzF,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst CaseSlaTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='clock' category='case' size={size} label='Case SLA' inverted />;\n};\n\nexport default CaseSlaTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const CaseStageTile: FC<IconTileProps
|
|
3
|
+
declare const CaseStageTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default CaseStageTile;
|
|
5
5
|
//# sourceMappingURL=CaseStage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseStage.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseStage.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":"CaseStage.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseStage.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":"CaseStage.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseStage.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"CaseStage.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseStage.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,SAAS,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,YAAY,EAAC,QAAQ,SAAG,CAAC;AAC7F,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 CaseStageTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='chevron' category='case' size={size} label='Case stage' inverted />;\n};\n\nexport default CaseStageTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const CaseWaitTile: FC<IconTileProps
|
|
3
|
+
declare const CaseWaitTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default CaseWaitTile;
|
|
5
5
|
//# sourceMappingURL=CaseWait.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseWait.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseWait.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"CaseWait.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseWait.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEjD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseWait.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseWait.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"CaseWait.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/CaseWait.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,YAAY,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACjE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,WAAW,EAAC,QAAQ,SAAG,CAAC;AAC1F,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst CaseWaitTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='pause' category='case' size={size} label='Case wait' inverted />;\n};\n\nexport default CaseWaitTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const LogicDecisionStepTile: FC<IconTileProps
|
|
3
|
+
declare const LogicDecisionStepTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default LogicDecisionStepTile;
|
|
5
5
|
//# sourceMappingURL=LogicDecisionStep.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogicDecisionStep.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicDecisionStep.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"LogicDecisionStep.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicDecisionStep.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAE1D,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogicDecisionStep.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicDecisionStep.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"LogicDecisionStep.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicDecisionStep.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,qBAAqB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,SAAS,EAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,qBAAqB,EAAC,IAAI,EAAE,IAAI,GAAI,CAAC;AAC9F,CAAC,CAAC;AAEF,eAAe,qBAAqB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst LogicDecisionStepTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='diamond' category='logic' label='Decision step logic' size={size} />;\n};\n\nexport default LogicDecisionStepTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const LogicFunctionTile: FC<IconTileProps
|
|
3
|
+
declare const LogicFunctionTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default LogicFunctionTile;
|
|
5
5
|
//# sourceMappingURL=LogicFunction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogicFunction.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicFunction.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":"LogicFunction.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicFunction.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,CAEtD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogicFunction.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicFunction.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"LogicFunction.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicFunction.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,UAAU,EAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,gBAAgB,EAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,SAAG,CAAC;AACnG,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 LogicFunctionTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='function' category='logic' label='Function logic' size={size} inverted />;\n};\n\nexport default LogicFunctionTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const LogicValidationTile: FC<IconTileProps
|
|
3
|
+
declare const LogicValidationTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default LogicValidationTile;
|
|
5
5
|
//# sourceMappingURL=LogicValidation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogicValidation.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicValidation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"LogicValidation.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicValidation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAIxD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogicValidation.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicValidation.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"LogicValidation.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicValidation.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,mBAAmB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACxE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,aAAa,EAAC,QAAQ,EAAC,OAAO,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,kBAAkB,EAAC,QAAQ,SAAG,CAC/F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,mBAAmB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst LogicValidationTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='check-badge' category='logic' size={size} label='Validation logic' inverted />\n );\n};\n\nexport default LogicValidationTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const LogicWhenTile: FC<IconTileProps
|
|
3
|
+
declare const LogicWhenTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default LogicWhenTile;
|
|
5
5
|
//# sourceMappingURL=LogicWhen.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogicWhen.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicWhen.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":"LogicWhen.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicWhen.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":"LogicWhen.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicWhen.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"LogicWhen.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/LogicWhen.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,SAAS,EAAC,QAAQ,EAAC,OAAO,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,YAAY,EAAC,QAAQ,SAAG,CAAC;AAC9F,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 LogicWhenTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='shuffle' category='logic' size={size} label='When logic' inverted />;\n};\n\nexport default LogicWhenTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleAuthenticateTile: FC<IconTileProps
|
|
3
|
+
declare const RuleAuthenticateTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleAuthenticateTile;
|
|
5
5
|
//# sourceMappingURL=RuleAuthenticate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleAuthenticate.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleAuthenticate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleAuthenticate.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleAuthenticate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAIzD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleAuthenticate.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleAuthenticate.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"RuleAuthenticate.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleAuthenticate.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,oBAAoB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACzE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,aAAa,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,mBAAmB,EAAC,QAAQ,SAAG,CAC/F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleAuthenticateTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='fingerprint' category='rule' size={size} label='Authenticate rule' inverted />\n );\n};\n\nexport default RuleAuthenticateTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleConfigurationTile: FC<IconTileProps
|
|
3
|
+
declare const RuleConfigurationTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleConfigurationTile;
|
|
5
5
|
//# sourceMappingURL=RuleConfiguration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConfiguration.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"RuleConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConfiguration.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAI1D,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleConfiguration.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConfiguration.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"RuleConfiguration.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConfiguration.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,qBAAqB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,oBAAoB,EAAC,QAAQ,SAAG,CACjG,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,qBAAqB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleConfigurationTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='toolbox-open' category='rule' size={size} label='Configuration rule' inverted />\n );\n};\n\nexport default RuleConfigurationTile;\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import type { IconTileProps } from '../IconTile.types';
|
|
3
|
-
declare const RuleConnectorTile: FC<IconTileProps
|
|
3
|
+
declare const RuleConnectorTile: FC<Pick<IconTileProps, 'size'>>;
|
|
4
4
|
export default RuleConnectorTile;
|
|
5
5
|
//# sourceMappingURL=RuleConnector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleConnector.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConnector.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":"RuleConnector.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConnector.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,CAEtD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|