@digital-ai/dot-components 2.2.0 → 2.3.0
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/CHANGE_LOG.md +247 -521
- package/README.md +6 -0
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +1 -6447
- package/index.esm.js +1084 -775
- package/index.umd.js +1189 -841
- package/lib/components/app-switcher/AppSwitcher.d.ts +17 -15
- package/lib/components/app-switcher/AppSwitcher.styles.d.ts +1 -1
- package/lib/components/app-switcher/utils/helpers.d.ts +16 -0
- package/lib/components/auto-complete/AutoComplete.d.ts +4 -2
- package/lib/components/button/CopyButton.d.ts +7 -0
- package/lib/components/button/CopyButton.styles.d.ts +2 -0
- package/lib/components/button/index.d.ts +2 -0
- package/lib/components/core-api/CoreApiProvider.d.ts +6 -0
- package/lib/components/index.d.ts +2 -2
- package/lib/components/truncate-with-tooltip/utils/helpers.d.ts +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -63,6 +63,12 @@ export const MyWidget = ({ text }: MyWidgetProps) => {
|
|
|
63
63
|
};
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
+
### Targeting CSS ClassNames
|
|
67
|
+
|
|
68
|
+
There are three different types of CSS class names that are used: `dot-` classes, `Mui` classes, and `styled-components` classes. You are encouraged to use the `dot-` classes in your application styles, but you can also use the `Mui` classes if you prefer. It is important to note that the `Mui` classes are subject to change and are not guaranteed to be stable across releases.
|
|
69
|
+
|
|
70
|
+
**Note:** The `styled-components` classes are generated by the library and should NOT be used, they will look like random letters, ex: `kMprfx`
|
|
71
|
+
|
|
66
72
|
### Resolving Style Conflicts
|
|
67
73
|
|
|
68
74
|
It is possible that existing application styles might target native elements in ways that will conflict with styles from `dot-components`.
|
package/fonts/dot.woff
CHANGED
|
Binary file
|