@validationcloud/fractal-ui 1.3.0 → 1.5.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/dist/index.d.ts CHANGED
@@ -1 +1,4 @@
1
+ export { Box } from './components/box/box';
1
2
  export { Button } from './components/button/button';
3
+ export { Icon } from './components/icon/icon';
4
+ export { TextInput } from './components/text-input/text-input';
@@ -0,0 +1,12 @@
1
+ /**
2
+ * These attributes tell 1Password, LastPass, Dashlane, and Bitwarden to ignore the input field.
3
+ * The `autoComplete: 'off'` attribute is a catch-all intended to cause other password managers
4
+ * to ignore the input element, but may not work for all password managers.
5
+ **/
6
+ export declare const DISABLE_PASSWORD_MANAGERS_ATTRIBUTES: {
7
+ 'data-lpignore': boolean;
8
+ 'data-1p-ignore': boolean;
9
+ 'data-form-type': string;
10
+ 'data-bwignore': boolean;
11
+ autoComplete: string;
12
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@validationcloud/fractal-ui",
3
3
  "private": false,
4
- "version": "1.3.0",
4
+ "version": "1.5.0",
5
5
  "module": "./dist/fractal-ui.js",
6
6
  "type": "module",
7
7
  "files": [