@apolitical/component-library 6.6.23-ac.2 → 6.6.23-beta.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.
@@ -1,6 +1,5 @@
1
1
  export { default as basicReducer } from './basic-reducer';
2
2
  export * from './breakpoints';
3
- export * from './calendar-details';
4
3
  export * from './cases';
5
4
  export * from './inline-styling';
6
5
  export * from './dates';
package/helpers/intl.d.ts CHANGED
@@ -536,12 +536,13 @@ export declare const checkIntlPathExists: (path: string, language?: {
536
536
  markdown_skip_video: string;
537
537
  markdown_skip_padlet: string;
538
538
  markdown_skip_poll: string;
539
+ markdown_skip_survey: string;
539
540
  markdown_skip: string;
540
541
  markdown_iframe_title: string;
541
542
  markdown_iframe_video: string;
542
543
  markdown_iframe_padlet: string;
543
544
  markdown_iframe_poll: string;
544
- general_event_invite_message: string;
545
+ markdown_iframe_survey: string;
545
546
  }) => boolean;
546
547
  export declare const getIntlPath: (callback: (args1: {
547
548
  id: string;
package/index.d.ts CHANGED
@@ -22,4 +22,4 @@ export * from './text';
22
22
  export * from './user';
23
23
  export * from './helpers/cases';
24
24
  export * from './helpers/prerender';
25
- export { basicReducer, checkIntlPathExists, generateCssIcon, getCalendarDetails, getLongDate, getShortDate, passwordValidator, } from './helpers';
25
+ export { basicReducer, checkIntlPathExists, generateCssIcon, getLongDate, getShortDate, passwordValidator, } from './helpers';