@ibiliaze/global-vars 1.59.0 → 1.60.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.
- package/dist/ticketops/pages.d.ts +0 -36
- package/dist/ticketops/pages.js +0 -9
- package/package.json +2 -2
|
@@ -228,30 +228,6 @@ export declare const pages: {
|
|
|
228
228
|
readonly name: "Banner";
|
|
229
229
|
readonly path: "/banner";
|
|
230
230
|
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
231
|
-
}, {
|
|
232
|
-
readonly name: "Reviewers";
|
|
233
|
-
readonly path: "/reviewers";
|
|
234
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
235
|
-
}, {
|
|
236
|
-
readonly name: "Policies";
|
|
237
|
-
readonly path: "/policies";
|
|
238
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
239
|
-
}, {
|
|
240
|
-
readonly name: "Albums";
|
|
241
|
-
readonly path: "/albums";
|
|
242
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
243
|
-
}, {
|
|
244
|
-
readonly name: "Comparisons";
|
|
245
|
-
readonly path: "/comparisons";
|
|
246
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
247
|
-
}, {
|
|
248
|
-
readonly name: "Working hours";
|
|
249
|
-
readonly path: "/working-hours";
|
|
250
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
251
|
-
}, {
|
|
252
|
-
readonly name: "Holidays";
|
|
253
|
-
readonly path: "/holidays";
|
|
254
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
255
231
|
}, {
|
|
256
232
|
readonly name: "Links";
|
|
257
233
|
readonly path: "/links";
|
|
@@ -264,18 +240,6 @@ export declare const pages: {
|
|
|
264
240
|
readonly name: "Settings";
|
|
265
241
|
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
266
242
|
readonly subPages: readonly [{
|
|
267
|
-
readonly name: "View";
|
|
268
|
-
readonly path: "/view";
|
|
269
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
270
|
-
}, {
|
|
271
|
-
readonly name: "Integrations";
|
|
272
|
-
readonly path: "/integrations";
|
|
273
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
274
|
-
}, {
|
|
275
|
-
readonly name: "AI";
|
|
276
|
-
readonly path: "/ai";
|
|
277
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
278
|
-
}, {
|
|
279
243
|
readonly name: "Backup";
|
|
280
244
|
readonly path: "/backup";
|
|
281
245
|
readonly Icon: react.ForwardRefExoticComponent<any>;
|
package/dist/ticketops/pages.js
CHANGED
|
@@ -170,12 +170,6 @@ exports.pages = {
|
|
|
170
170
|
subPages: [
|
|
171
171
|
{ name: 'Company', path: '/company', Icon: icons_react_1.IconBuilding },
|
|
172
172
|
{ name: 'Banner', path: '/banner', Icon: icons_react_1.IconAd2 },
|
|
173
|
-
{ name: 'Reviewers', path: '/reviewers', Icon: icons_react_1.IconBubble },
|
|
174
|
-
{ name: 'Policies', path: '/policies', Icon: icons_react_1.IconWallpaper },
|
|
175
|
-
{ name: 'Albums', path: '/albums', Icon: icons_react_1.IconImageInPicture },
|
|
176
|
-
{ name: 'Comparisons', path: '/comparisons', Icon: icons_react_1.IconCaretLeftRight },
|
|
177
|
-
{ name: 'Working hours', path: '/working-hours', Icon: icons_react_1.IconClock },
|
|
178
|
-
{ name: 'Holidays', path: '/holidays', Icon: icons_react_1.IconBeach },
|
|
179
173
|
{ name: 'Links', path: '/links', Icon: icons_react_1.IconLink },
|
|
180
174
|
],
|
|
181
175
|
},
|
|
@@ -185,9 +179,6 @@ exports.pages = {
|
|
|
185
179
|
name: 'Settings',
|
|
186
180
|
Icon: icons_react_1.IconSettings,
|
|
187
181
|
subPages: [
|
|
188
|
-
{ name: 'View', path: '/view', Icon: icons_react_1.IconView360 },
|
|
189
|
-
{ name: 'Integrations', path: '/integrations', Icon: icons_react_1.IconLinkPlus },
|
|
190
|
-
{ name: 'AI', path: '/ai', Icon: icons_react_1.IconAi },
|
|
191
182
|
{ name: 'Backup', path: '/backup', Icon: icons_react_1.IconCloudUpload },
|
|
192
183
|
{ name: 'Sessions', path: '/sessions', Icon: icons_react_1.IconCloudDataConnection },
|
|
193
184
|
{ name: 'Logs', path: '/logs', Icon: icons_react_1.IconList },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiliaze/global-vars",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.60.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tsc",
|
|
23
23
|
"pub": "npm publish --access public",
|
|
24
|
-
"git": "git add .; git commit -m 'changes'; git tag -a v1.
|
|
24
|
+
"git": "git add .; git commit -m 'changes'; git tag -a v1.60.0 -m 'v1.60.0'; git push origin v1.60.0; git push",
|
|
25
25
|
"push": "npm run build; npm run git; npm run pub"
|
|
26
26
|
},
|
|
27
27
|
"author": "Ibi Hasanli",
|