@applica-software-guru/react-admin 1.0.79 → 1.0.81
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/.eslintrc.json +1 -1
- package/bitbucket-pipelines.yml +2 -2
- package/dist/components/ra-forms/FormHeader.d.ts +1 -1
- package/dist/components/ra-forms/FormHeader.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +55 -71
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +8254 -8435
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +55 -71
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-forms/FormHeader.tsx +1 -1
- package/vite.config.js +4 -1
package/.eslintrc.json
CHANGED
package/bitbucket-pipelines.yml
CHANGED
|
@@ -22,8 +22,8 @@ pipelines:
|
|
|
22
22
|
- export NODE_OPTIONS=--max_old_space_size=8192
|
|
23
23
|
- npm --no-git-tag-version version "1.0.$BITBUCKET_BUILD_NUMBER" -m "Upgrade to new version"
|
|
24
24
|
- echo $VERSION
|
|
25
|
-
-
|
|
26
|
-
-
|
|
25
|
+
- npm install
|
|
26
|
+
- npm run build
|
|
27
27
|
- pipe: atlassian/npm-publish:0.3.2
|
|
28
28
|
variables:
|
|
29
29
|
NPM_TOKEN: $NPM_TOKEN
|
|
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
|
|
|
3
3
|
export type FormHeaderProps = {
|
|
4
4
|
title: string;
|
|
5
5
|
divider?: boolean;
|
|
6
|
-
variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
6
|
+
variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2';
|
|
7
7
|
};
|
|
8
8
|
/**
|
|
9
9
|
* Componente che implementa l'header di una form.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/FormHeader.tsx"],"names":[],"mappings":";AAGA,OAAO,SAAS,MAAM,YAAY,CAAC;AAmBnC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"FormHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/FormHeader.tsx"],"names":[],"mappings":";AAGA,OAAO,SAAS,MAAM,YAAY,CAAC;AAmBnC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,OAAO,CAAC;CACnG,CAAC;AAEF;;;;;;;GAOG;AACH,QAAA,MAAM,UAAU;kCAAiC,eAAe,GAAG,WAAW;;;;;;;;;;CAa7E,CAAC;AAaF,eAAe,UAAU,CAAC"}
|