@bigbinary/neeto-themes-frontend 2.1.6 → 2.1.7

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.
@@ -6,8 +6,8 @@ import { useMutationWithInvalidation, withT, useBreakpoints, withTitle } from '@
6
6
  import Spinner from '@bigbinary/neetoui/Spinner';
7
7
  import { useQuery } from '@tanstack/react-query';
8
8
  import axios from 'axios';
9
- import { B as BASE_URL, a as scrollElementIntoView, b as setCustomCSS, g as getDominantColorFromUrl, i as isFunction } from './index-26ff400e.js';
10
- import { Q as QUERY_KEYS, a as useConfigStore, b as useThemeStore, u as useThemeUtils } from './useThemeUtils-d305cede.js';
9
+ import { B as BASE_URL, b as scrollElementIntoView, c as setCustomCSS, g as getDominantColorFromUrl, i as isFunction } from './index-CvV1tFYS.js';
10
+ import { Q as QUERY_KEYS, a as useConfigStore, b as useThemeStore, u as useThemeUtils } from './useThemeUtils-j1OwYSmN.js';
11
11
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
12
12
  import classnames from 'classnames';
13
13
  import Collapse from '@bigbinary/neeto-icons/Collapse';
@@ -228,6 +228,12 @@ var FONT_OPTIONS = [{
228
228
  }, {
229
229
  label: "Dancing Script",
230
230
  value: "Dancing Script, cursive"
231
+ }, {
232
+ label: "Tw Cent",
233
+ value: "Tw Cen MT, Tahoma, sans-serif"
234
+ }, {
235
+ label: "Comic Sans",
236
+ value: "Comic Sans MS, cursive"
231
237
  }];
232
238
  var THEME_VALIDATION_SCHEMA = yup.object().shape({
233
239
  name: yup.string().required("Name is required")