@db-ux/react-core-components 3.0.2-copilot2-e7bf98b → 3.0.2-copilot3-1616965
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/agent/_instructions.md +30 -30
- package/package.json +3 -3
package/agent/_instructions.md
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
- Use "@db-ux/react-core-components" as import for components:
|
|
2
|
-
- use for `DBDrawer` or `Drawer` the file __agent-path__/Drawer.md
|
|
3
|
-
- use for `DBTooltip` or `Tooltip` the file __agent-path__/Tooltip.md
|
|
4
|
-
- use for `DBTextarea` or `Textarea` the file __agent-path__/Textarea.md
|
|
5
|
-
- use for `DBTag` or `Tag` the file __agent-path__/Tag.md
|
|
6
|
-
- use for `DBTabs` or `Tabs` the file __agent-path__/Tabs.md
|
|
7
|
-
- use for `DBTabItem` or `TabItem` the file __agent-path__/TabItem.md
|
|
8
|
-
- use for `DBSwitch` or `Switch` the file __agent-path__/Switch.md
|
|
9
|
-
- use for `DBStack` or `Stack` the file __agent-path__/Stack.md
|
|
10
|
-
- use for `DBSelect` or `Select` the file __agent-path__/Select.md
|
|
11
|
-
- use for `DBSection` or `Section` the file __agent-path__/Section.md
|
|
12
|
-
- use for `DBRadio` or `Radio` the file __agent-path__/Radio.md
|
|
13
|
-
- use for `DBPopover` or `Popover` the file __agent-path__/Popover.md
|
|
14
|
-
- use for `DBPage` or `Page` the file __agent-path__/Page.md
|
|
15
|
-
- use for `DBNotification` or `Notification` the file __agent-path__/Notification.md
|
|
16
|
-
- use for `DBNavigationItem` or `NavigationItem` the file __agent-path__/NavigationItem.md
|
|
17
|
-
- use for `DBNavigation` or `Navigation` the file __agent-path__/Navigation.md
|
|
18
|
-
- use for `DBLink` or `Link` the file __agent-path__/Link.md
|
|
19
|
-
- use for `DBInput` or `Input` the file __agent-path__/Input.md
|
|
20
|
-
- use for `DBInfotext` or `Infotext` the file __agent-path__/Infotext.md
|
|
21
|
-
- use for `DBIcon` or `Icon` the file __agent-path__/Icon.md
|
|
22
|
-
- use for `DBHeader` or `Header` the file __agent-path__/Header.md
|
|
23
|
-
- use for `DBDivider` or `Divider` the file __agent-path__/Divider.md
|
|
24
|
-
- use for `DBCustomSelect` or `CustomSelect` the file __agent-path__/CustomSelect.md
|
|
25
|
-
- use for `DBCheckbox` or `Checkbox` the file __agent-path__/Checkbox.md
|
|
26
|
-
- use for `DBCard` or `Card` the file __agent-path__/Card.md
|
|
27
|
-
- use for `DBButton` or `Button` the file __agent-path__/Button.md
|
|
28
|
-
- use for `DBBrand` or `Brand` the file __agent-path__/Brand.md
|
|
29
|
-
- use for `DBBadge` or `Badge` the file __agent-path__/Badge.md
|
|
30
|
-
- use for `DBAccordionItem` or `AccordionItem` the file __agent-path__/AccordionItem.md
|
|
31
|
-
- use for `DBAccordion` or `Accordion` the file __agent-path__/Accordion.md
|
|
2
|
+
- use for `DBDrawer` or `Drawer` the file __agent-path__/agent/Drawer.md
|
|
3
|
+
- use for `DBTooltip` or `Tooltip` the file __agent-path__/agent/Tooltip.md
|
|
4
|
+
- use for `DBTextarea` or `Textarea` the file __agent-path__/agent/Textarea.md
|
|
5
|
+
- use for `DBTag` or `Tag` the file __agent-path__/agent/Tag.md
|
|
6
|
+
- use for `DBTabs` or `Tabs` the file __agent-path__/agent/Tabs.md
|
|
7
|
+
- use for `DBTabItem` or `TabItem` the file __agent-path__/agent/TabItem.md
|
|
8
|
+
- use for `DBSwitch` or `Switch` the file __agent-path__/agent/Switch.md
|
|
9
|
+
- use for `DBStack` or `Stack` the file __agent-path__/agent/Stack.md
|
|
10
|
+
- use for `DBSelect` or `Select` the file __agent-path__/agent/Select.md
|
|
11
|
+
- use for `DBSection` or `Section` the file __agent-path__/agent/Section.md
|
|
12
|
+
- use for `DBRadio` or `Radio` the file __agent-path__/agent/Radio.md
|
|
13
|
+
- use for `DBPopover` or `Popover` the file __agent-path__/agent/Popover.md
|
|
14
|
+
- use for `DBPage` or `Page` the file __agent-path__/agent/Page.md
|
|
15
|
+
- use for `DBNotification` or `Notification` the file __agent-path__/agent/Notification.md
|
|
16
|
+
- use for `DBNavigationItem` or `NavigationItem` the file __agent-path__/agent/NavigationItem.md
|
|
17
|
+
- use for `DBNavigation` or `Navigation` the file __agent-path__/agent/Navigation.md
|
|
18
|
+
- use for `DBLink` or `Link` the file __agent-path__/agent/Link.md
|
|
19
|
+
- use for `DBInput` or `Input` the file __agent-path__/agent/Input.md
|
|
20
|
+
- use for `DBInfotext` or `Infotext` the file __agent-path__/agent/Infotext.md
|
|
21
|
+
- use for `DBIcon` or `Icon` the file __agent-path__/agent/Icon.md
|
|
22
|
+
- use for `DBHeader` or `Header` the file __agent-path__/agent/Header.md
|
|
23
|
+
- use for `DBDivider` or `Divider` the file __agent-path__/agent/Divider.md
|
|
24
|
+
- use for `DBCustomSelect` or `CustomSelect` the file __agent-path__/agent/CustomSelect.md
|
|
25
|
+
- use for `DBCheckbox` or `Checkbox` the file __agent-path__/agent/Checkbox.md
|
|
26
|
+
- use for `DBCard` or `Card` the file __agent-path__/agent/Card.md
|
|
27
|
+
- use for `DBButton` or `Button` the file __agent-path__/agent/Button.md
|
|
28
|
+
- use for `DBBrand` or `Brand` the file __agent-path__/agent/Brand.md
|
|
29
|
+
- use for `DBBadge` or `Badge` the file __agent-path__/agent/Badge.md
|
|
30
|
+
- use for `DBAccordionItem` or `AccordionItem` the file __agent-path__/agent/AccordionItem.md
|
|
31
|
+
- use for `DBAccordion` or `Accordion` the file __agent-path__/agent/Accordion.md
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/react-core-components",
|
|
3
|
-
"version": "3.0.2-
|
|
3
|
+
"version": "3.0.2-copilot3-1616965",
|
|
4
4
|
"description": "React components for @db-ux/core-components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@db-ux/core-components": "3.0.2-
|
|
44
|
-
"@db-ux/core-foundations": "3.0.2-
|
|
43
|
+
"@db-ux/core-components": "3.0.2-copilot3-1616965",
|
|
44
|
+
"@db-ux/core-foundations": "3.0.2-copilot3-1616965"
|
|
45
45
|
}
|
|
46
46
|
}
|