pyegeria 5.4.3.3__py3-none-any.whl → 5.4.4__py3-none-any.whl
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.
- commands/cat/debug_log.2025-09-02_07-44-39_567276.log.zip +0 -0
- commands/cat/debug_log.2025-09-03_07-45-21_986388.log.zip +0 -0
- commands/cat/debug_log.2025-09-04_08-21-58_788009.log.zip +0 -0
- commands/cat/debug_log.2025-09-05_09-37-53_062579.log.zip +0 -0
- commands/cat/list_format_set.py +5 -3
- commands/tech/list_information_supply_chains.py +1 -1
- commands/tech/list_solution_blueprints.py +1 -1
- commands/tech/list_solution_components.py +1 -1
- commands/tech/list_solution_roles.py +1 -1
- md_processing/__init__.py +9 -5
- md_processing/data/commands.json +7182 -1401
- md_processing/data/generated_format_sets.json +4137 -0
- md_processing/data/generated_format_sets.py +51 -0
- md_processing/dr_egeria.py +20 -11
- md_processing/md_commands/data_designer_commands.py +90 -425
- md_processing/md_commands/ext_ref_commands.py +543 -0
- md_processing/md_commands/old_solution_architect_commands.py +1139 -0
- md_processing/md_commands/solution_architect_commands.py +26 -59
- md_processing/md_processing_utils/common_md_utils.py +50 -1
- md_processing/md_processing_utils/debug_log +1 -3
- md_processing/md_processing_utils/dr-egeria-help-2025-09-09T11:10:03.md +3305 -0
- md_processing/md_processing_utils/extraction_utils.py +14 -7
- md_processing/md_processing_utils/gen_format_sets.py +422 -0
- md_processing/md_processing_utils/md_processing_constants.py +20 -2
- pyegeria/__init__.py +1 -1
- pyegeria/_client_new.py +9 -7
- pyegeria/_output_formats.py +278 -3
- pyegeria/collection_manager.py +20 -59
- pyegeria/config.py +10 -1
- pyegeria/data_designer.py +166 -117
- pyegeria/egeria_client.py +1 -1
- pyegeria/egeria_tech_client.py +4 -1
- pyegeria/external_references.py +1794 -0
- pyegeria/glossary_manager.py +71 -85
- pyegeria/governance_officer.py +26 -29
- pyegeria/output_formatter.py +127 -1
- pyegeria/project_manager.py +33 -36
- pyegeria/{solution_architect_omvs.py → solution_architect.py} +733 -873
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/METADATA +1 -1
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/RECORD +43 -219
- commands/.DS_Store +0 -0
- commands/cat/.DS_Store +0 -0
- commands/cat/.env +0 -8
- commands/cat/debug_log.2025-08-29_07-07-27_848189.log.zip +0 -0
- commands/cat/debug_log.2025-08-30_21-15-48_528443.log.zip +0 -0
- commands/cat/debug_log.log +0 -6102
- commands/cat/logs/pyegeria.log +0 -90
- commands/cli/debug_log.log +0 -0
- commands/doc/.DS_Store +0 -0
- commands/ops/logs/pyegeria.log +0 -0
- md_processing/.DS_Store +0 -0
- md_processing/.idea/.gitignore +0 -8
- md_processing/.idea/inspectionProfiles/Project_Default.xml +0 -59
- md_processing/.idea/md_processing.iml +0 -15
- md_processing/.idea/modules.xml +0 -8
- md_processing/.idea/sonarlint/issuestore/index.pb +0 -0
- md_processing/.idea/sonarlint/securityhotspotstore/index.pb +0 -0
- md_processing/.idea/vcs.xml +0 -6
- md_processing/.idea/workspace.xml +0 -107
- md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +0 -8
- md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +0 -873
- md_processing/dr_egeria_inbox/arch_test.md +0 -57
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
- md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
- md_processing/dr_egeria_inbox/cat_test.md +0 -100
- md_processing/dr_egeria_inbox/collections.md +0 -39
- md_processing/dr_egeria_inbox/data_designer_debug.log +0 -6
- md_processing/dr_egeria_inbox/data_designer_out.md +0 -60
- md_processing/dr_egeria_inbox/data_designer_search_test.md +0 -11
- md_processing/dr_egeria_inbox/data_field.md +0 -54
- md_processing/dr_egeria_inbox/data_spec.md +0 -77
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -2340
- md_processing/dr_egeria_inbox/data_test.md +0 -179
- md_processing/dr_egeria_inbox/data_test2.md +0 -429
- md_processing/dr_egeria_inbox/data_test3.md +0 -462
- md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +0 -124
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -318
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
- md_processing/dr_egeria_inbox/generated_help_report.md +0 -9
- md_processing/dr_egeria_inbox/generated_help_terms.md +0 -842
- md_processing/dr_egeria_inbox/glossary_list.md +0 -5
- md_processing/dr_egeria_inbox/glossary_search_test.md +0 -40
- md_processing/dr_egeria_inbox/glossary_test1.md +0 -378
- md_processing/dr_egeria_inbox/gov_def.md +0 -718
- md_processing/dr_egeria_inbox/gov_def2.md +0 -447
- md_processing/dr_egeria_inbox/img.png +0 -0
- md_processing/dr_egeria_inbox/output_tests.md +0 -114
- md_processing/dr_egeria_inbox/product.md +0 -211
- md_processing/dr_egeria_inbox/rel.md +0 -8
- md_processing/dr_egeria_inbox/sb.md +0 -119
- md_processing/dr_egeria_inbox/solution-components.md +0 -136
- md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
- md_processing/dr_egeria_inbox/synonym_test.md +0 -42
- md_processing/dr_egeria_inbox/t2.md +0 -268
- md_processing/dr_egeria_outbox/.DS_Store +0 -0
- md_processing/dr_egeria_outbox/.obsidian/app.json +0 -1
- md_processing/dr_egeria_outbox/.obsidian/appearance.json +0 -1
- md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +0 -7
- md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +0 -33
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/main.js +0 -5164
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/manifest.json +0 -10
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/styles.css +0 -624
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +0 -10
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +0 -4459
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +0 -10
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +0 -3
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +0 -153
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +0 -11
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +0 -1
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +0 -500
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +0 -12
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +0 -1
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/data.json +0 -38
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +0 -37
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +0 -11
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +0 -220
- md_processing/dr_egeria_outbox/.obsidian/types.json +0 -28
- md_processing/dr_egeria_outbox/.obsidian/workspace.json +0 -270
- md_processing/dr_egeria_outbox/Button Test.md +0 -11
- md_processing/dr_egeria_outbox/Scripts/.DS_Store +0 -0
- md_processing/dr_egeria_outbox/Scripts/sendRest.js +0 -24
- md_processing/dr_egeria_outbox/Templates/sendToApi.md.md +0 -17
- md_processing/dr_egeria_outbox/Untitled.canvas +0 -1
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 09:26-product.md +0 -210
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 14:03-product.md +0 -209
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 14:24-product.md +0 -263
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 16:03-data_spec_test.md +0 -2374
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 16:05-data_spec_test.md +0 -2374
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:28-data_spec_test.md +0 -2321
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:37-data_spec_test.md +0 -2304
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:56-data_spec_test.md +0 -2324
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 09:00-data_spec_test.md +0 -2324
- md_processing/dr_egeria_outbox/processed-2025-08-30 16:56-generated_help_terms.md +0 -795
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +0 -719
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +0 -41
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +0 -33
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +0 -192
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 13:07-gov_def.md +0 -492
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 13:25-gov_def.md +0 -520
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 16:43-gov_def.md +0 -636
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 16:46-gov_def.md +0 -636
- md_processing/family_docs/Data Designer/Create_Data_Class.md +0 -164
- md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +0 -30
- md_processing/family_docs/Data Designer/Create_Data_Field.md +0 -162
- md_processing/family_docs/Data Designer/Create_Data_Specification.md +0 -36
- md_processing/family_docs/Data Designer/Create_Data_Structure.md +0 -38
- md_processing/family_docs/Data Designer/View_Data_Classes.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Fields.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Specifications.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Structures.md +0 -78
- md_processing/family_docs/Data Designer.md +0 -842
- md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +0 -42
- md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +0 -36
- md_processing/family_docs/Digital Product Manager/Create_Agreement.md +0 -96
- md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +0 -72
- md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +0 -102
- md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +0 -134
- md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +0 -60
- md_processing/family_docs/Digital Product Manager/Link_Contracts.md +0 -26
- md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +0 -30
- md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +0 -48
- md_processing/family_docs/Digital Product Manager.md +0 -668
- md_processing/family_docs/Glossary/Attach_Category_Parent.md +0 -18
- md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +0 -26
- md_processing/family_docs/Glossary/Create_Category.md +0 -38
- md_processing/family_docs/Glossary/Create_Glossary.md +0 -42
- md_processing/family_docs/Glossary/Create_Term.md +0 -70
- md_processing/family_docs/Glossary.md +0 -206
- md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +0 -106
- md_processing/family_docs/Governance Officer/Create_Certification_Type.md +0 -112
- md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +0 -128
- md_processing/family_docs/Governance Officer/Create_Governance_Process.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +0 -106
- md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +0 -106
- md_processing/family_docs/Governance Officer/Create_License_Type.md +0 -112
- md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +0 -106
- md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +0 -118
- md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Security_Group.md +0 -120
- md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +0 -106
- md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +0 -32
- md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +0 -32
- md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +0 -32
- md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +0 -82
- md_processing/family_docs/Governance Officer.md +0 -2412
- md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +0 -70
- md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +0 -44
- md_processing/family_docs/Solution Architect/Create_Solution_Component.md +0 -96
- md_processing/family_docs/Solution Architect/Create_Solution_Role.md +0 -66
- md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +0 -32
- md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +0 -32
- md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +0 -32
- md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +0 -32
- md_processing/family_docs/Solution Architect/View_Solution_Components.md +0 -32
- md_processing/family_docs/Solution Architect/View_Solution_Roles.md +0 -32
- md_processing/family_docs/Solution Architect.md +0 -490
- md_processing/md_commands/old_project_commands.py +0 -164
- md_processing/md_processing_utils/debug_log.log +0 -5580
- md_processing/md_processing_utils/generated_help_terms.md +0 -842
- md_processing/md_processing_utils/logs/pyegeria.log +0 -56
- pyegeria/.DS_Store +0 -0
- pyegeria/___external_references.py +0 -3267
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/entry_points.txt +0 -0
@@ -1,10 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"id": "buttons",
|
3
|
-
"name": "Buttons",
|
4
|
-
"description": "Create Buttons in your Obsidian notes to run commands, open links, and insert templates",
|
5
|
-
"version": "0.9.12",
|
6
|
-
"author": "shabegom",
|
7
|
-
"authorUrl": "https://shbgm.ca",
|
8
|
-
"isDesktopOnly": false,
|
9
|
-
"minAppVersion": "0.12.8"
|
10
|
-
}
|
@@ -1,624 +0,0 @@
|
|
1
|
-
/* @settings
|
2
|
-
|
3
|
-
name: Buttons
|
4
|
-
id: buttons-styles
|
5
|
-
settings:
|
6
|
-
-
|
7
|
-
id: button-background
|
8
|
-
title: Background
|
9
|
-
type: variable-themed-color
|
10
|
-
format: hex
|
11
|
-
opacity: false
|
12
|
-
default-light: '#f5f6f8'
|
13
|
-
default-dark: '#1b1b1b'
|
14
|
-
-
|
15
|
-
id: button-text
|
16
|
-
title: Text
|
17
|
-
type: variable-themed-color
|
18
|
-
format: hex
|
19
|
-
opacity: false
|
20
|
-
default-light: '#1b1b1b'
|
21
|
-
default-dark: '#f5f6f8'
|
22
|
-
-
|
23
|
-
id: button-border
|
24
|
-
title: Border
|
25
|
-
type: variable-themed-color
|
26
|
-
format: hex
|
27
|
-
opacity: false
|
28
|
-
default-light: '#7a9486'
|
29
|
-
default-dark: '#84a83a'
|
30
|
-
-
|
31
|
-
id: button-box-shadow
|
32
|
-
title: Box Shadow
|
33
|
-
type: variable-themed-color
|
34
|
-
format: rgb
|
35
|
-
opacity: true
|
36
|
-
default-light: '#1b1b1b'
|
37
|
-
default-dark: '#f5f6f8'
|
38
|
-
-
|
39
|
-
id: button-border-radius
|
40
|
-
title: Border Radius
|
41
|
-
type: variable-number
|
42
|
-
format: px
|
43
|
-
default: 5
|
44
|
-
-
|
45
|
-
id: button-size
|
46
|
-
title: Font Size
|
47
|
-
type: variable-number
|
48
|
-
format: em
|
49
|
-
default: 1
|
50
|
-
|
51
|
-
*/
|
52
|
-
|
53
|
-
.block-language-button {
|
54
|
-
padding: 5px;
|
55
|
-
}
|
56
|
-
|
57
|
-
button.button-default {
|
58
|
-
background: var(--interactive-normal, #f5f6f8);
|
59
|
-
border-radius: 5px;
|
60
|
-
border: 1px solid var(--interactive-accent, #ccc);
|
61
|
-
color: var(--text-accent, #333);
|
62
|
-
padding: 8px 8px;
|
63
|
-
text-decoration: none;
|
64
|
-
font-size: var(--button-size, 1em);
|
65
|
-
margin: 0;
|
66
|
-
box-shadow: none;
|
67
|
-
transform: none;
|
68
|
-
height: auto;
|
69
|
-
}
|
70
|
-
|
71
|
-
button.button-default:hover {
|
72
|
-
background: var(--interactive-hover, #e8e9ea);
|
73
|
-
border: 1px solid var(--interactive-accent-hover, #999);
|
74
|
-
color: var(--text-accent-hover, #222);
|
75
|
-
box-shadow: none;
|
76
|
-
transform: none;
|
77
|
-
}
|
78
|
-
|
79
|
-
.theme-dark button.button-default {
|
80
|
-
background: var(--interactive-normal);
|
81
|
-
border: 1px solid var(--interactive-accent);
|
82
|
-
color: var(--text-accent);
|
83
|
-
}
|
84
|
-
|
85
|
-
.theme-dark button.button-default:hover {
|
86
|
-
background: var(--interactive-hover, #222);
|
87
|
-
border: 1px solid var(--interactive-accent-hover, #84a83a);
|
88
|
-
color: var(--text-accent-hover, #f5f6f8);
|
89
|
-
box-shadow: none;
|
90
|
-
transform: none;
|
91
|
-
}
|
92
|
-
|
93
|
-
button.button-inline {
|
94
|
-
width: unset;
|
95
|
-
height: unset;
|
96
|
-
padding: 8px 8px;
|
97
|
-
}
|
98
|
-
|
99
|
-
button.button-default.blue {
|
100
|
-
background: #76b3fa !important;
|
101
|
-
color: black !important;
|
102
|
-
border-color: #76b3fa !important;
|
103
|
-
}
|
104
|
-
|
105
|
-
button.button-default.red {
|
106
|
-
background-color: red !important;
|
107
|
-
color: black !important;
|
108
|
-
border-color: red !important;
|
109
|
-
}
|
110
|
-
|
111
|
-
button.button-default.green {
|
112
|
-
background: green !important;
|
113
|
-
color: black !important;
|
114
|
-
border-color: green !important;
|
115
|
-
}
|
116
|
-
|
117
|
-
button.button-default.yellow {
|
118
|
-
background: yellow !important;
|
119
|
-
color: black !important;
|
120
|
-
border-color: yellow !important;
|
121
|
-
}
|
122
|
-
|
123
|
-
button.button-default.purple {
|
124
|
-
background: #725585 !important;
|
125
|
-
color: white !important;
|
126
|
-
border-color: #725585 !important;
|
127
|
-
}
|
128
|
-
|
129
|
-
button.button-default.orange{
|
130
|
-
background: #ff944c !important;
|
131
|
-
color: black !important;
|
132
|
-
border-color: #ff944c !important;
|
133
|
-
}
|
134
|
-
|
135
|
-
button.button-default.blue:hover {
|
136
|
-
background: #8bc4ff !important;
|
137
|
-
color: black !important;
|
138
|
-
border-color: #8bc4ff !important;
|
139
|
-
}
|
140
|
-
|
141
|
-
button.button-default.red:hover {
|
142
|
-
background: #ff4444 !important;
|
143
|
-
color: black !important;
|
144
|
-
border-color: #ff4444 !important;
|
145
|
-
}
|
146
|
-
|
147
|
-
button.button-default.green:hover {
|
148
|
-
background: #44ff44 !important;
|
149
|
-
color: black !important;
|
150
|
-
border-color: #44ff44 !important;
|
151
|
-
}
|
152
|
-
|
153
|
-
button.button-default.yellow:hover {
|
154
|
-
background: #ffff44 !important;
|
155
|
-
color: black !important;
|
156
|
-
border-color: #ffff44 !important;
|
157
|
-
}
|
158
|
-
|
159
|
-
button.button-default.purple:hover {
|
160
|
-
background: #8a6ba8 !important;
|
161
|
-
color: white !important;
|
162
|
-
border-color: #8a6ba8 !important;
|
163
|
-
}
|
164
|
-
|
165
|
-
button.button-default.orange:hover {
|
166
|
-
background: #ffb366 !important;
|
167
|
-
color: black !important;
|
168
|
-
border-color: #ffb366 !important;
|
169
|
-
}
|
170
|
-
|
171
|
-
/* Modern Button Maker Styles */
|
172
|
-
.button-maker {
|
173
|
-
max-width: 45rem;
|
174
|
-
width: 100%;
|
175
|
-
max-height: 80vh;
|
176
|
-
overflow-y: auto;
|
177
|
-
overflow-x: hidden;
|
178
|
-
padding: 0;
|
179
|
-
background: transparent;
|
180
|
-
border-radius: 0;
|
181
|
-
box-shadow: none;
|
182
|
-
box-sizing: border-box;
|
183
|
-
}
|
184
|
-
|
185
|
-
.button-maker-title {
|
186
|
-
font-size: 1.5rem;
|
187
|
-
font-weight: 600;
|
188
|
-
color: var(--text-normal);
|
189
|
-
margin-bottom: 1rem;
|
190
|
-
padding: 1.5rem 1.5rem 0 1.5rem;
|
191
|
-
box-sizing: border-box;
|
192
|
-
}
|
193
|
-
|
194
|
-
.button-maker-container {
|
195
|
-
padding: 0 1.5rem 1.5rem 1.5rem;
|
196
|
-
box-sizing: border-box;
|
197
|
-
width: 100%;
|
198
|
-
max-width: 100%;
|
199
|
-
}
|
200
|
-
|
201
|
-
.button-maker-form {
|
202
|
-
display: flex;
|
203
|
-
flex-direction: column;
|
204
|
-
gap: 2rem;
|
205
|
-
width: 100%;
|
206
|
-
max-width: 100%;
|
207
|
-
box-sizing: border-box;
|
208
|
-
}
|
209
|
-
|
210
|
-
.form-section {
|
211
|
-
background: var(--background-secondary);
|
212
|
-
border-radius: 8px;
|
213
|
-
padding: 1.5rem;
|
214
|
-
border: 1px solid var(--background-modifier-border);
|
215
|
-
width: 100%;
|
216
|
-
max-width: 100%;
|
217
|
-
box-sizing: border-box;
|
218
|
-
}
|
219
|
-
|
220
|
-
.section-title {
|
221
|
-
font-size: 1.1rem;
|
222
|
-
font-weight: 600;
|
223
|
-
color: var(--text-normal);
|
224
|
-
margin: 0 0 1rem 0;
|
225
|
-
padding-bottom: 0.5rem;
|
226
|
-
border-bottom: 2px solid var(--interactive-accent);
|
227
|
-
width: 100%;
|
228
|
-
box-sizing: border-box;
|
229
|
-
}
|
230
|
-
|
231
|
-
.form-field {
|
232
|
-
margin-bottom: 1.5rem;
|
233
|
-
width: 100%;
|
234
|
-
max-width: 100%;
|
235
|
-
box-sizing: border-box;
|
236
|
-
}
|
237
|
-
|
238
|
-
.field-label {
|
239
|
-
display: block;
|
240
|
-
font-weight: 600;
|
241
|
-
color: var(--text-normal);
|
242
|
-
margin-bottom: 0.5rem;
|
243
|
-
font-size: 0.9rem;
|
244
|
-
width: 100%;
|
245
|
-
box-sizing: border-box;
|
246
|
-
}
|
247
|
-
|
248
|
-
.field-description {
|
249
|
-
color: var(--text-muted);
|
250
|
-
font-size: 0.8rem;
|
251
|
-
margin-bottom: 0.75rem;
|
252
|
-
line-height: 1.4;
|
253
|
-
width: 100%;
|
254
|
-
box-sizing: border-box;
|
255
|
-
}
|
256
|
-
|
257
|
-
.button-maker .field-input,
|
258
|
-
.button-maker .field-textarea {
|
259
|
-
width: 100%;
|
260
|
-
max-width: 100%;
|
261
|
-
padding: 0.75rem;
|
262
|
-
border: 1px solid var(--background-modifier-border);
|
263
|
-
border-radius: 6px;
|
264
|
-
background: var(--background-primary);
|
265
|
-
color: var(--text-normal);
|
266
|
-
font-size: 0.9rem;
|
267
|
-
transition: all 0.2s ease;
|
268
|
-
box-sizing: border-box;
|
269
|
-
}
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
.button-maker .field-input:focus,
|
274
|
-
.button-maker .field-textarea:focus {
|
275
|
-
outline: none;
|
276
|
-
border-color: var(--interactive-accent);
|
277
|
-
box-shadow: 0 0 0 2px rgba(var(--interactive-accent-rgb), 0.2);
|
278
|
-
}
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
.field-textarea {
|
283
|
-
resize: vertical;
|
284
|
-
min-height: 80px;
|
285
|
-
}
|
286
|
-
|
287
|
-
.toggle-settings {
|
288
|
-
display: flex;
|
289
|
-
flex-direction: column;
|
290
|
-
gap: 1rem;
|
291
|
-
width: 100%;
|
292
|
-
max-width: 100%;
|
293
|
-
box-sizing: border-box;
|
294
|
-
}
|
295
|
-
|
296
|
-
.toggle-field {
|
297
|
-
display: flex;
|
298
|
-
align-items: flex-start;
|
299
|
-
gap: 0.75rem;
|
300
|
-
padding: 1rem;
|
301
|
-
background: var(--background-primary);
|
302
|
-
border-radius: 6px;
|
303
|
-
border: 1px solid var(--background-modifier-border);
|
304
|
-
transition: all 0.2s ease;
|
305
|
-
width: 100%;
|
306
|
-
max-width: 100%;
|
307
|
-
box-sizing: border-box;
|
308
|
-
}
|
309
|
-
|
310
|
-
.toggle-field:hover {
|
311
|
-
border-color: var(--interactive-accent);
|
312
|
-
}
|
313
|
-
|
314
|
-
.toggle-label {
|
315
|
-
display: flex;
|
316
|
-
align-items: center;
|
317
|
-
gap: 0.75rem;
|
318
|
-
cursor: pointer;
|
319
|
-
flex: 1;
|
320
|
-
min-width: 0;
|
321
|
-
box-sizing: border-box;
|
322
|
-
}
|
323
|
-
|
324
|
-
.toggle-input {
|
325
|
-
width: 1.2rem;
|
326
|
-
height: 1.2rem;
|
327
|
-
accent-color: var(--interactive-accent);
|
328
|
-
flex-shrink: 0;
|
329
|
-
}
|
330
|
-
|
331
|
-
.toggle-text {
|
332
|
-
font-weight: 600;
|
333
|
-
color: var(--text-normal);
|
334
|
-
font-size: 0.9rem;
|
335
|
-
flex-shrink: 0;
|
336
|
-
}
|
337
|
-
|
338
|
-
.toggle-description {
|
339
|
-
color: var(--text-muted);
|
340
|
-
font-size: 0.8rem;
|
341
|
-
margin-top: 0.25rem;
|
342
|
-
line-height: 1.4;
|
343
|
-
width: 100%;
|
344
|
-
box-sizing: border-box;
|
345
|
-
}
|
346
|
-
|
347
|
-
.action-container {
|
348
|
-
margin-top: 1rem;
|
349
|
-
width: 100%;
|
350
|
-
max-width: 100%;
|
351
|
-
box-sizing: border-box;
|
352
|
-
}
|
353
|
-
|
354
|
-
.actions-header {
|
355
|
-
margin-bottom: 1rem;
|
356
|
-
width: 100%;
|
357
|
-
max-width: 100%;
|
358
|
-
box-sizing: border-box;
|
359
|
-
}
|
360
|
-
|
361
|
-
.actions-header h4 {
|
362
|
-
margin: 0 0 0.5rem 0;
|
363
|
-
color: var(--text-normal);
|
364
|
-
font-size: 1rem;
|
365
|
-
width: 100%;
|
366
|
-
box-sizing: border-box;
|
367
|
-
}
|
368
|
-
|
369
|
-
.actions-header p {
|
370
|
-
margin: 0;
|
371
|
-
color: var(--text-muted);
|
372
|
-
font-size: 0.8rem;
|
373
|
-
width: 100%;
|
374
|
-
box-sizing: border-box;
|
375
|
-
}
|
376
|
-
|
377
|
-
.actions-list {
|
378
|
-
display: flex;
|
379
|
-
flex-direction: column;
|
380
|
-
gap: 1rem;
|
381
|
-
margin-bottom: 1rem;
|
382
|
-
width: 100%;
|
383
|
-
max-width: 100%;
|
384
|
-
box-sizing: border-box;
|
385
|
-
}
|
386
|
-
|
387
|
-
.action-card {
|
388
|
-
background: var(--background-primary);
|
389
|
-
border: 1px solid var(--background-modifier-border);
|
390
|
-
border-radius: 8px;
|
391
|
-
padding: 1rem;
|
392
|
-
transition: all 0.2s ease;
|
393
|
-
width: 100%;
|
394
|
-
max-width: 100%;
|
395
|
-
box-sizing: border-box;
|
396
|
-
}
|
397
|
-
|
398
|
-
.action-card:hover {
|
399
|
-
border-color: var(--interactive-accent);
|
400
|
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
401
|
-
}
|
402
|
-
|
403
|
-
.action-header {
|
404
|
-
display: flex;
|
405
|
-
justify-content: space-between;
|
406
|
-
align-items: center;
|
407
|
-
margin-bottom: 1rem;
|
408
|
-
width: 100%;
|
409
|
-
max-width: 100%;
|
410
|
-
box-sizing: border-box;
|
411
|
-
}
|
412
|
-
|
413
|
-
.action-number {
|
414
|
-
font-weight: 600;
|
415
|
-
color: var(--text-normal);
|
416
|
-
font-size: 0.9rem;
|
417
|
-
flex-shrink: 0;
|
418
|
-
}
|
419
|
-
|
420
|
-
.btn-remove {
|
421
|
-
background: var(--background-modifier-error);
|
422
|
-
color: var(--text-on-accent);
|
423
|
-
border: none;
|
424
|
-
border-radius: 4px;
|
425
|
-
padding: 0.25rem 0.5rem;
|
426
|
-
font-size: 0.8rem;
|
427
|
-
cursor: pointer;
|
428
|
-
transition: all 0.2s ease;
|
429
|
-
flex-shrink: 0;
|
430
|
-
}
|
431
|
-
|
432
|
-
.btn-remove:hover {
|
433
|
-
background: var(--background-modifier-error-hover);
|
434
|
-
}
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
.action-input-container {
|
441
|
-
margin-top: 0.75rem;
|
442
|
-
width: 100%;
|
443
|
-
max-width: 100%;
|
444
|
-
box-sizing: border-box;
|
445
|
-
}
|
446
|
-
|
447
|
-
.action-input {
|
448
|
-
width: 100%;
|
449
|
-
max-width: 100%;
|
450
|
-
padding: 0.75rem;
|
451
|
-
border: 1px solid var(--background-modifier-border);
|
452
|
-
border-radius: 6px;
|
453
|
-
background: var(--background-primary);
|
454
|
-
color: var(--text-normal);
|
455
|
-
font-size: 0.9rem;
|
456
|
-
box-sizing: border-box;
|
457
|
-
}
|
458
|
-
|
459
|
-
.btn {
|
460
|
-
padding: 0.75rem 1.5rem;
|
461
|
-
border: none;
|
462
|
-
border-radius: 6px;
|
463
|
-
font-weight: 600;
|
464
|
-
font-size: 0.9rem;
|
465
|
-
cursor: pointer;
|
466
|
-
transition: all 0.2s ease;
|
467
|
-
text-decoration: none;
|
468
|
-
display: inline-flex;
|
469
|
-
align-items: center;
|
470
|
-
justify-content: center;
|
471
|
-
box-sizing: border-box;
|
472
|
-
}
|
473
|
-
|
474
|
-
.btn-primary {
|
475
|
-
background: var(--interactive-accent);
|
476
|
-
color: var(--text-on-accent);
|
477
|
-
}
|
478
|
-
|
479
|
-
.btn-primary:hover {
|
480
|
-
background: var(--interactive-accent-hover);
|
481
|
-
transform: translateY(-1px);
|
482
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
483
|
-
}
|
484
|
-
|
485
|
-
.btn-secondary {
|
486
|
-
background: transparent;
|
487
|
-
color: var(--text-normal);
|
488
|
-
border: 2px solid var(--interactive-accent);
|
489
|
-
}
|
490
|
-
|
491
|
-
.btn-secondary:hover {
|
492
|
-
background: var(--interactive-accent);
|
493
|
-
color: var(--text-on-accent);
|
494
|
-
}
|
495
|
-
|
496
|
-
.btn-add-action {
|
497
|
-
background: var(--interactive-success);
|
498
|
-
color: var(--text-on-accent);
|
499
|
-
margin-top: 0.5rem;
|
500
|
-
}
|
501
|
-
|
502
|
-
.btn-add-action:hover {
|
503
|
-
background: var(--interactive-success-hover);
|
504
|
-
transform: translateY(-1px);
|
505
|
-
}
|
506
|
-
|
507
|
-
.form-actions {
|
508
|
-
display: flex;
|
509
|
-
gap: 1rem;
|
510
|
-
justify-content: flex-end;
|
511
|
-
padding-top: 1rem;
|
512
|
-
border-top: 1px solid var(--background-modifier-border);
|
513
|
-
width: 100%;
|
514
|
-
max-width: 100%;
|
515
|
-
box-sizing: border-box;
|
516
|
-
}
|
517
|
-
|
518
|
-
.preview-section {
|
519
|
-
background: var(--background-secondary);
|
520
|
-
border-radius: 8px;
|
521
|
-
padding: 1.5rem;
|
522
|
-
border: 1px solid var(--background-modifier-border);
|
523
|
-
margin-top: 1rem;
|
524
|
-
width: 100%;
|
525
|
-
max-width: 100%;
|
526
|
-
box-sizing: border-box;
|
527
|
-
}
|
528
|
-
|
529
|
-
.preview-container {
|
530
|
-
display: flex;
|
531
|
-
justify-content: center;
|
532
|
-
align-items: center;
|
533
|
-
min-height: 60px;
|
534
|
-
background: var(--background-primary);
|
535
|
-
border-radius: 6px;
|
536
|
-
border: 1px solid var(--background-modifier-border);
|
537
|
-
padding: 1rem;
|
538
|
-
width: 100%;
|
539
|
-
max-width: 100%;
|
540
|
-
box-sizing: border-box;
|
541
|
-
}
|
542
|
-
|
543
|
-
.remove-settings,
|
544
|
-
.replace-settings,
|
545
|
-
.inherit-settings {
|
546
|
-
margin-top: 1rem;
|
547
|
-
padding: 1rem;
|
548
|
-
background: var(--background-primary);
|
549
|
-
border-radius: 6px;
|
550
|
-
border: 1px solid var(--background-modifier-border);
|
551
|
-
width: 100%;
|
552
|
-
max-width: 100%;
|
553
|
-
box-sizing: border-box;
|
554
|
-
}
|
555
|
-
|
556
|
-
.custom-color-container {
|
557
|
-
display: grid;
|
558
|
-
grid-template-columns: 1fr 1fr;
|
559
|
-
gap: 1rem;
|
560
|
-
margin-top: 1rem;
|
561
|
-
width: 100%;
|
562
|
-
max-width: 100%;
|
563
|
-
box-sizing: border-box;
|
564
|
-
}
|
565
|
-
|
566
|
-
/* Responsive Design */
|
567
|
-
@media (max-width: 768px) {
|
568
|
-
.button-maker {
|
569
|
-
max-width: 95vw;
|
570
|
-
width: 95vw;
|
571
|
-
max-height: 90vh;
|
572
|
-
}
|
573
|
-
|
574
|
-
.custom-color-container {
|
575
|
-
grid-template-columns: 1fr;
|
576
|
-
}
|
577
|
-
|
578
|
-
.form-actions {
|
579
|
-
flex-direction: column;
|
580
|
-
}
|
581
|
-
|
582
|
-
.btn {
|
583
|
-
width: 100%;
|
584
|
-
}
|
585
|
-
}
|
586
|
-
|
587
|
-
/* Dark theme adjustments */
|
588
|
-
.theme-dark .button-maker {
|
589
|
-
background: var(--background-primary);
|
590
|
-
}
|
591
|
-
|
592
|
-
.theme-dark .form-section {
|
593
|
-
background: var(--background-secondary-alt);
|
594
|
-
}
|
595
|
-
|
596
|
-
.theme-dark .action-card {
|
597
|
-
background: var(--background-primary);
|
598
|
-
}
|
599
|
-
|
600
|
-
.theme-dark .toggle-field {
|
601
|
-
background: var(--background-primary);
|
602
|
-
}
|
603
|
-
|
604
|
-
.theme-dark .preview-container {
|
605
|
-
background: var(--background-primary);
|
606
|
-
}
|
607
|
-
|
608
|
-
/* Animation for smooth transitions */
|
609
|
-
.form-field,
|
610
|
-
.toggle-field,
|
611
|
-
.action-card {
|
612
|
-
animation: fadeIn 0.3s ease-in-out;
|
613
|
-
}
|
614
|
-
|
615
|
-
@keyframes fadeIn {
|
616
|
-
from {
|
617
|
-
opacity: 0;
|
618
|
-
transform: translateY(10px);
|
619
|
-
}
|
620
|
-
to {
|
621
|
-
opacity: 1;
|
622
|
-
transform: translateY(0);
|
623
|
-
}
|
624
|
-
}
|