@db-ux/core-components 3.0.2-copilot-66b0168 → 3.0.2-copilot2-e7bf98b

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.
@@ -0,0 +1,9 @@
1
+ ## Common AI mistakes
2
+
3
+ ### `DBButton` or `db-button`
4
+
5
+ - available variants are `outline`, `brand`, `filled`, `ghost`
6
+ - always use variant `outline` as default
7
+ - use variant `brand` as CTA or primary action
8
+ - if `noText`/`no-text` property is used add a `DBTooltip` or `db-tooltip` inside the Button
9
+ - always add a `type` as property as best practise
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-components",
3
- "version": "3.0.2-copilot-66b0168",
3
+ "version": "3.0.2-copilot2-e7bf98b",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"npm run build\""
46
46
  },
47
47
  "dependencies": {
48
- "@db-ux/core-foundations": "3.0.2-copilot-66b0168"
48
+ "@db-ux/core-foundations": "3.0.2-copilot2-e7bf98b"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@builder.io/eslint-plugin-mitosis": "0.0.17",