Skip to content

Commit

Permalink
chore: add Gravity PDF to @Package tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kielllll committed Nov 22, 2024
1 parent 8a1e90d commit 2e3bdeb
Show file tree
Hide file tree
Showing 74 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion src/assets/js/react/actions/coreFonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const CLEAR_REQUEST_REMAINING_DATA = 'CLEAR_REQUEST_REMAINING_DATA';
/**
* Redux Actions - payloads of information that send data from your application to your store
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/actions/fontManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const SELECT_FONT = 'SELECT_FONT';
export const MOVE_SELECTED_FONT_TO_TOP = 'MOVE_SELECTED_FONT_TO_TOP';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/actions/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CLEAR_TEMPLATE_UPLOAD_PROCESSING =
/**
* Redux Actions - payloads of information that send data from your application to your store
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/api/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/api/coreFonts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.2
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/api/fontManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { serialize } from 'object-to-formdata';
import { api } from './api';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/api/templates.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.2
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/bootstrap/coreFontBootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Routes = lazy(() => import('../router/coreFontRouter'));
/**
* Core Font Downloader Bootstrap
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/bootstrap/fontManagerBootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const AdvancedButton = lazy(
);

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/bootstrap/helpBootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getStore } from '../store';
const HelpContainer = lazy(() => import('../components/Help/HelpContainer'));

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.2
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/bootstrap/templateBootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TemplateButton = lazy(
/**
* Advanced Template Selector Bootstrap
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/Alert/Alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import PropTypes from 'prop-types';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from '../../actions/coreFonts';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import PropTypes from 'prop-types';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
import ListSpacer from './CoreFontListSpacer';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/Empty.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Render a blank component for use with React Router's default route
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/FontManager/AddFont.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import FontVariant from './FontVariant';
import AddUpdateFontFooter from './AddUpdateFontFooter';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import TemplateTooltip from './TemplateTooltip';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/FontManager/FontList.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import FontListSkeleton from './FontListSkeleton';
import FontListAlertMessage from './FontListAlertMessage';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '../../actions/fontManager';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/FontManager/FontListIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import PropTypes from 'prop-types';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Spinner from '../Spinner';
import { toggleUpdateFont } from '../../utilities/FontManager/toggleUpdateFont';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/FontManager/FontManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FontManagerHeader from './FontManagerHeader';
import FontManagerBody from './FontManagerBody';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
} from '../../utilities/FontManager/toggleUpdateFont';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import CloseDialog from '../Modal/CloseDialog';
import withRouterHooks from '../../utilities/withRouterHooks';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/FontManager/FontVariant.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Dropzone from 'react-dropzone';
import FontVariantLabel from './FontVariantLabel';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
import { sprintf } from 'sprintf-js';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/FontManager/SearchBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
import { resetSearchResult, searchFontList } from '../../actions/fontManager';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { sprintf } from 'sprintf-js';
import { adjustFontListHeight } from '../../utilities/FontManager/adjustFontListHeight';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/FontManager/UpdateFont.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import FontVariant from './FontVariant';
import AddUpdateFontFooter from './AddUpdateFontFooter';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/Help/DisplayResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { Snippet } from 'react-instantsearch';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.12.4
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/Help/HelpContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import DisplayResult from './DisplayResult';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.2
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/Modal/CloseDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { associatedFontManagerSelectBox } from '../../utilities/FontManager/asso
import { toggleUpdateFont } from '../../utilities/FontManager/toggleUpdateFont';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/ShowMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
/**
* Renders a message or error, with the option to self-clear itself
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/Spinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import PropTypes from 'prop-types';

/**
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { selectTemplate } from '../../actions/templates';
* Renders the button used to trigger the current active PDF template
* On click it triggers our Redux action.
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/components/Template/TemplateButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
/**
* Render the button used to option our Fancy PDF template selector
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import withRouterHooks from '../../utilities/withRouterHooks';
/**
* Renders our Advanced Template Selector container which is shared amongst the components
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
* Renders a delete button which then queries our server and
* removes the selected PDF template
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import withRouterHooks from '../../utilities/withRouterHooks';
* Renders the template footer actions that get displayed on the
* /template/:id pages.
*
* @package
* @package Gravity PDF
* @copyright Copyright (c) 2024, Blue Liquid Designs
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 4.1
Expand Down
Loading

0 comments on commit 2e3bdeb

Please sign in to comment.