@revolugo/common 7.11.2-alpha.1 → 7.11.2-alpha.10
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/package.json +2 -2
- package/src/constants/legal.ts +3 -0
- package/src/icons/index.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolugo/common",
|
|
3
|
-
"version": "7.11.2-alpha.
|
|
3
|
+
"version": "7.11.2-alpha.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Revolugo common",
|
|
6
6
|
"author": "Revolugo",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@asteasolutions/zod-to-openapi": "8.5.0",
|
|
28
28
|
"change-case": "5.4.4",
|
|
29
|
-
"dayjs": "1.11.
|
|
29
|
+
"dayjs": "1.11.21",
|
|
30
30
|
"ky": "2.0.2",
|
|
31
31
|
"slugify": "1.6.9",
|
|
32
32
|
"type-fest": "5.6.0",
|
package/src/constants/legal.ts
CHANGED
package/src/icons/index.ts
CHANGED
|
@@ -127,6 +127,7 @@ export const ICONS_NAME = Object.freeze({
|
|
|
127
127
|
minusCircle: 'ph:minus-circle',
|
|
128
128
|
money: 'ph:money',
|
|
129
129
|
monitor: 'ph:monitor',
|
|
130
|
+
moon: 'ph:moon',
|
|
130
131
|
mosque: 'ph:mosque',
|
|
131
132
|
msOffice365: 'custom:ms-office-365',
|
|
132
133
|
msOutlook: 'custom:ms-outlook',
|
|
@@ -171,6 +172,7 @@ export const ICONS_NAME = Object.freeze({
|
|
|
171
172
|
storefront: 'ph:storefront',
|
|
172
173
|
student: 'ph:student',
|
|
173
174
|
subway: 'ph:subway',
|
|
175
|
+
sun: 'ph:sun',
|
|
174
176
|
swimmingPool: 'ph:swimming-pool',
|
|
175
177
|
synagogue: 'ph:synagogue',
|
|
176
178
|
taxi: 'ph:taxi',
|