jamespot-react-components 1.3.29 → 1.3.30

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.
@@ -14,3 +14,4 @@ export declare const CSSOpacityFilter: import('styled-components/dist/types').IS
14
14
  export declare const CSSPool: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
15
15
  export declare const CSSListNoHead: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
16
16
  export declare const CSSLoader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
17
+ export declare const Hr: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHRElement>, HTMLHRElement>, never>> & string;
@@ -174,6 +174,7 @@ declare const _default: {
174
174
  "GLOBAL_Delete": "Delete",
175
175
  "GLOBAL_Delete_Confirm": "Confirm delete",
176
176
  "GLOBAL_Delete_Confirmation": "Please confirm suppression",
177
+ "GLOBAL_Documents": "Documents",
177
178
  "GLOBAL_Download": "Download",
178
179
  "GLOBAL_Downloads": "Downloads",
179
180
  "GLOBAL_Edit": "Edit",
@@ -181,6 +182,7 @@ declare const _default: {
181
182
  "GLOBAL_File_Bank": "Document bank",
182
183
  "GLOBAL_Files": "Files",
183
184
  "GLOBAL_Filter": "Filter",
185
+ "GLOBAL_Folders": "Folders",
184
186
  "GLOBAL_Form_Characters": "characters",
185
187
  "GLOBAL_Form_Controls_Date": "Date must be formatted dd/mm/yyyy",
186
188
  "GLOBAL_Form_Controls_MaxLength": "Must be {max} characters or less",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.3.29",
3
+ "version": "1.3.30",
4
4
  "description": "",
5
5
  "main": "dist/jamespot-react-components.js",
6
6
  "module": "dist/jamespot-react-components.mjs",
@@ -78,7 +78,7 @@
78
78
  "globals": "^16.5.0",
79
79
  "html2canvas": "^1.4.1",
80
80
  "husky": "^9.1.7",
81
- "jamespot-user-api": "^1.3.29",
81
+ "jamespot-user-api": "^1.3.30",
82
82
  "jest": "^30.2.0",
83
83
  "jest-environment-jsdom": "^30.2.0",
84
84
  "knip": "^5.70.0",