@bitrix24/b24ui-nuxt 0.1.1 → 0.1.2
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/cli/templates.mjs +1 -1
- package/dist/meta.cjs +2 -2
- package/dist/meta.d.cts +2 -2
- package/dist/meta.d.mts +2 -2
- package/dist/meta.d.ts +2 -2
- package/dist/meta.mjs +2 -2
- package/dist/module.json +1 -1
- package/dist/runtime/types/icons.d.ts +1 -2
- package/package.json +4 -4
package/cli/templates.mjs
CHANGED
|
@@ -197,7 +197,7 @@ import ${upperName}Example from '/examples/${upperName.toLowerCase()}/${upperNam
|
|
|
197
197
|
? ''
|
|
198
198
|
: `
|
|
199
199
|
nuxt-ui="https://ui3.nuxt.dev/components/${kebabName}"
|
|
200
|
-
reka-ui="https://
|
|
200
|
+
reka-ui="https://reka-ui.com/docs/components/${kebabName}"
|
|
201
201
|
reka-ui-title="${kebabName}"`}
|
|
202
202
|
git="https://github.com/bitrix24/b24ui/blob/main/src/runtime/components/${upperName}.vue"
|
|
203
203
|
]]
|
package/dist/meta.cjs
CHANGED
|
@@ -7105,8 +7105,8 @@ const B24UIMeta = {
|
|
|
7105
7105
|
"2": "\"reset\"",
|
|
7106
7106
|
"3": "\"submit\"",
|
|
7107
7107
|
"4": "\"image\"",
|
|
7108
|
-
"5": "\"
|
|
7109
|
-
"6": "\"
|
|
7108
|
+
"5": "\"text\"",
|
|
7109
|
+
"6": "\"color\"",
|
|
7110
7110
|
"7": "\"button\"",
|
|
7111
7111
|
"8": "\"date\"",
|
|
7112
7112
|
"9": "\"time\"",
|
package/dist/meta.d.cts
CHANGED
|
@@ -7103,8 +7103,8 @@ var B24UIMeta = {
|
|
|
7103
7103
|
"2": "\"reset\"",
|
|
7104
7104
|
"3": "\"submit\"",
|
|
7105
7105
|
"4": "\"image\"",
|
|
7106
|
-
"5": "\"
|
|
7107
|
-
"6": "\"
|
|
7106
|
+
"5": "\"text\"",
|
|
7107
|
+
"6": "\"color\"",
|
|
7108
7108
|
"7": "\"button\"",
|
|
7109
7109
|
"8": "\"date\"",
|
|
7110
7110
|
"9": "\"time\"",
|
package/dist/meta.d.mts
CHANGED
|
@@ -7103,8 +7103,8 @@ var B24UIMeta = {
|
|
|
7103
7103
|
"2": "\"reset\"",
|
|
7104
7104
|
"3": "\"submit\"",
|
|
7105
7105
|
"4": "\"image\"",
|
|
7106
|
-
"5": "\"
|
|
7107
|
-
"6": "\"
|
|
7106
|
+
"5": "\"text\"",
|
|
7107
|
+
"6": "\"color\"",
|
|
7108
7108
|
"7": "\"button\"",
|
|
7109
7109
|
"8": "\"date\"",
|
|
7110
7110
|
"9": "\"time\"",
|
package/dist/meta.d.ts
CHANGED
|
@@ -7103,8 +7103,8 @@ var B24UIMeta = {
|
|
|
7103
7103
|
"2": "\"reset\"",
|
|
7104
7104
|
"3": "\"submit\"",
|
|
7105
7105
|
"4": "\"image\"",
|
|
7106
|
-
"5": "\"
|
|
7107
|
-
"6": "\"
|
|
7106
|
+
"5": "\"text\"",
|
|
7107
|
+
"6": "\"color\"",
|
|
7108
7108
|
"7": "\"button\"",
|
|
7109
7109
|
"8": "\"date\"",
|
|
7110
7110
|
"9": "\"time\"",
|
package/dist/meta.mjs
CHANGED
|
@@ -7103,8 +7103,8 @@ const B24UIMeta = {
|
|
|
7103
7103
|
"2": "\"reset\"",
|
|
7104
7104
|
"3": "\"submit\"",
|
|
7105
7105
|
"4": "\"image\"",
|
|
7106
|
-
"5": "\"
|
|
7107
|
-
"6": "\"
|
|
7106
|
+
"5": "\"text\"",
|
|
7107
|
+
"6": "\"color\"",
|
|
7108
7108
|
"7": "\"button\"",
|
|
7109
7109
|
"8": "\"date\"",
|
|
7110
7110
|
"9": "\"time\"",
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrix24/b24ui-nuxt",
|
|
3
3
|
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@nuxt/kit": "^3.15.3",
|
|
66
66
|
"@nuxt/schema": "^3.15.3",
|
|
67
67
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
68
|
-
"@tailwindcss/postcss": "4.0.0",
|
|
69
|
-
"@tailwindcss/vite": "4.0.0",
|
|
68
|
+
"@tailwindcss/postcss": "^4.0.0",
|
|
69
|
+
"@tailwindcss/vite": "^4.0.0",
|
|
70
70
|
"@tanstack/vue-table": "^8.20.5",
|
|
71
71
|
"@unhead/vue": "^1.11.18",
|
|
72
72
|
"@vueuse/core": "^12.5.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"reka-ui": "1.0.0-alpha.8",
|
|
91
91
|
"scule": "^1.3.0",
|
|
92
92
|
"tailwind-variants": "^0.3.1",
|
|
93
|
-
"tailwindcss": "4.0.0",
|
|
93
|
+
"tailwindcss": "^4.0.0",
|
|
94
94
|
"tinyglobby": "^0.2.10",
|
|
95
95
|
"unplugin": "^2.1.2",
|
|
96
96
|
"unplugin-auto-import": "^19.0.0",
|