@bitrix24/b24ui-nuxt 0.5.1 → 0.5.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.
@@ -3567,12 +3567,12 @@ const navigationMenu = {
3567
3567
  "relative overflow-hidden",
3568
3568
  "w-full",
3569
3569
  "bg-white dark:bg-base-dark",
3570
- "shadow-lg",
3571
- "rounded-2xs",
3572
- "ring ring-base-300 dark:ring-base-800",
3570
+ "shadow-[0_15px_21px_rgba(83,92,105,.15)]",
3571
+ //
3573
3572
  "h-(--reka-navigation-menu-viewport-height)",
3574
- "transition-[width,height,left] duration-200 origin-[top_center]",
3575
- "motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]"
3573
+ "transition-[width,height] duration-200 origin-[top_center]"
3574
+ // left
3575
+ // 'motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]'
3576
3576
  ].join(" "),
3577
3577
  content: "absolute top-0 left-0 w-full",
3578
3578
  indicator: [
@@ -3644,6 +3644,10 @@ const navigationMenu = {
3644
3644
  pill: {
3645
3645
  link: [
3646
3646
  "hover:before:bg-base-250/80 dark:hover:before:bg-white/10"
3647
+ ].join(" "),
3648
+ viewport: [
3649
+ "rounded-md",
3650
+ "ring ring-base-300 dark:ring-base-800"
3647
3651
  ].join(" ")
3648
3652
  },
3649
3653
  link: ""
@@ -3669,29 +3673,39 @@ const navigationMenu = {
3669
3673
  horizontal: {
3670
3674
  viewport: "",
3671
3675
  viewportWrapper: "justify-center",
3672
- content: "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]"
3676
+ content: "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]",
3677
+ childLinkLabelExternalIcon: [
3678
+ "h-4"
3679
+ ].join(" ")
3673
3680
  },
3674
3681
  vertical: {
3675
3682
  viewport: "sm:w-(--reka-navigation-menu-viewport-width) left-(--reka-navigation-menu-viewport-left)",
3676
- content: ""
3683
+ content: "",
3684
+ childLinkLabel: [
3685
+ "text-md",
3686
+ "text-base-950 dark:text-base-50"
3687
+ ].join(" "),
3688
+ childLinkLabelExternalIcon: [
3689
+ "h-4"
3690
+ ].join(" ")
3677
3691
  }
3678
3692
  },
3679
3693
  active: {
3680
3694
  true: {
3681
3695
  childLink: [
3682
- "bg-base-250/80 dark:bg-white/10",
3696
+ "bg-base-20 dark:bg-base-900",
3683
3697
  "text-base-950 dark:text-base-50",
3684
3698
  "font-semibold"
3685
3699
  ].join(" "),
3686
- childLinkIcon: "text-base-950 dark:text-base-50"
3700
+ childLinkIcon: "text-base-950 dark:text-base-200"
3687
3701
  },
3688
3702
  false: {
3689
3703
  link: "text-base-900 dark:text-base-200",
3690
3704
  linkLeadingIcon: "text-base-500 dark:text-base-700",
3691
3705
  childLink: [
3692
- "hover:bg-base-250/80 dark:hover:bg-white/10",
3706
+ "hover:bg-base-20 dark:hover:bg-base-900",
3693
3707
  "text-base-500 dark:text-base-700",
3694
- "hover:text-base-950 dark:hover:dark:text-base-50",
3708
+ "hover:text-base-950 dark:hover:dark:text-base-200",
3695
3709
  "transition-colors"
3696
3710
  ].join(" "),
3697
3711
  childLinkIcon: [
@@ -3981,6 +3995,23 @@ const navigationMenu = {
3981
3995
  },
3982
3996
  // endregion ////
3983
3997
  // region link ////
3998
+ {
3999
+ orientation: "horizontal",
4000
+ variant: "link",
4001
+ class: {
4002
+ viewportWrapper: [
4003
+ "top-[calc(100%+0.4rem)]"
4004
+ ].join(" "),
4005
+ viewport: [
4006
+ "rounded-b-md rounded-tr-md",
4007
+ "clip-path-viewport-wrapper"
4008
+ ].join(" "),
4009
+ link: [
4010
+ "before:-inset-x-px before:-inset-y-[6px] before:h-[70px]",
4011
+ "before:rounded-t-md"
4012
+ ].join(" ")
4013
+ }
4014
+ },
3984
4015
  {
3985
4016
  disabled: false,
3986
4017
  active: false,
@@ -3996,13 +4027,26 @@ const navigationMenu = {
3996
4027
  ].join(" ")
3997
4028
  }
3998
4029
  },
4030
+ {
4031
+ disabled: false,
4032
+ variant: "link",
4033
+ orientation: "horizontal",
4034
+ class: {
4035
+ link: [
4036
+ "data-[state=open]:before:shadow-[0_6px_21px_rgba(83,92,105,.15)]",
4037
+ "data-[state=open]:before:bg-white dark:data-[state=open]:before:bg-base-dark"
4038
+ ].join(" ")
4039
+ }
4040
+ },
3999
4041
  {
4000
4042
  disabled: false,
4001
4043
  active: false,
4002
4044
  variant: "link",
4003
4045
  orientation: "horizontal",
4004
4046
  class: {
4005
- link: "data-[state=open]:text-base-950 dark:data-[state=open]:text-base-50",
4047
+ link: [
4048
+ "data-[state=open]:text-base-950 dark:data-[state=open]:text-base-50"
4049
+ ].join(" "),
4006
4050
  linkLeadingIcon: "group-data-[state=open]:text-base-950 dark:group-data-[state=open]:text-base-50"
4007
4051
  }
4008
4052
  },
@@ -4047,8 +4091,8 @@ const navigationMenu = {
4047
4091
  variant: "link",
4048
4092
  active: true,
4049
4093
  class: {
4050
- link: "font-semibold text-blue-800 dark:text-blue-600",
4051
- linkLeadingIcon: "text-blue-800 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
4094
+ link: "font-semibold text-blue-850 dark:text-blue-600",
4095
+ linkLeadingIcon: "text-blue-850 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
4052
4096
  }
4053
4097
  },
4054
4098
  {
@@ -4081,6 +4125,7 @@ const navigationMenu = {
4081
4125
  // endregion ////
4082
4126
  // region highlight.Color ////
4083
4127
  {
4128
+ orientation: "vertical",
4084
4129
  highlightColor: "default",
4085
4130
  highlight: true,
4086
4131
  level: true,
@@ -4090,6 +4135,18 @@ const navigationMenu = {
4090
4135
  }
4091
4136
  },
4092
4137
  {
4138
+ orientation: "horizontal",
4139
+ variant: "link",
4140
+ highlightColor: "default",
4141
+ highlight: true,
4142
+ level: true,
4143
+ active: true,
4144
+ class: {
4145
+ link: "after:bg-base-500"
4146
+ }
4147
+ },
4148
+ {
4149
+ orientation: "vertical",
4093
4150
  highlightColor: "danger",
4094
4151
  highlight: true,
4095
4152
  level: true,
@@ -4099,15 +4156,46 @@ const navigationMenu = {
4099
4156
  }
4100
4157
  },
4101
4158
  {
4159
+ orientation: "horizontal",
4160
+ variant: "link",
4161
+ highlightColor: "danger",
4162
+ highlight: true,
4163
+ level: true,
4164
+ active: true,
4165
+ class: {
4166
+ link: "after:bg-red-500 dark:after:bg-red-600"
4167
+ }
4168
+ },
4169
+ {
4170
+ orientation: "vertical",
4102
4171
  highlightColor: "success",
4103
4172
  highlight: true,
4104
4173
  level: true,
4105
4174
  active: true,
4175
+ class: { link: "after:bg-green-500 dark:after:bg-green-600" }
4176
+ },
4177
+ {
4178
+ orientation: "horizontal",
4179
+ variant: "link",
4180
+ highlightColor: "success",
4181
+ highlight: true,
4182
+ level: true,
4183
+ active: true,
4184
+ class: { link: "after:bg-green-500 dark:after:bg-green-600" }
4185
+ },
4186
+ {
4187
+ orientation: "vertical",
4188
+ highlightColor: "warning",
4189
+ highlight: true,
4190
+ level: true,
4191
+ active: true,
4106
4192
  class: {
4107
- link: "after:bg-green-500 dark:after:bg-green-600"
4193
+ link: "after:bg-orange-500 dark:after:bg-orange-600"
4108
4194
  }
4109
4195
  },
4110
4196
  {
4197
+ orientation: "horizontal",
4198
+ variant: "link",
4111
4199
  highlightColor: "warning",
4112
4200
  highlight: true,
4113
4201
  level: true,
@@ -4117,6 +4205,7 @@ const navigationMenu = {
4117
4205
  }
4118
4206
  },
4119
4207
  {
4208
+ orientation: "vertical",
4120
4209
  highlightColor: "primary",
4121
4210
  highlight: true,
4122
4211
  level: true,
@@ -4126,6 +4215,29 @@ const navigationMenu = {
4126
4215
  }
4127
4216
  },
4128
4217
  {
4218
+ orientation: "horizontal",
4219
+ variant: "link",
4220
+ highlightColor: "primary",
4221
+ highlight: true,
4222
+ level: true,
4223
+ active: true,
4224
+ class: {
4225
+ link: "after:bg-blue-850 dark:after:bg-blue-600"
4226
+ }
4227
+ },
4228
+ {
4229
+ orientation: "vertical",
4230
+ highlightColor: "secondary",
4231
+ highlight: true,
4232
+ level: true,
4233
+ active: true,
4234
+ class: {
4235
+ link: "after:bg-cyan-500 dark:after:bg-cyan-600"
4236
+ }
4237
+ },
4238
+ {
4239
+ orientation: "horizontal",
4240
+ variant: "link",
4129
4241
  highlightColor: "secondary",
4130
4242
  highlight: true,
4131
4243
  level: true,
@@ -4135,6 +4247,7 @@ const navigationMenu = {
4135
4247
  }
4136
4248
  },
4137
4249
  {
4250
+ orientation: "vertical",
4138
4251
  highlightColor: "collab",
4139
4252
  highlight: true,
4140
4253
  level: true,
@@ -4144,6 +4257,29 @@ const navigationMenu = {
4144
4257
  }
4145
4258
  },
4146
4259
  {
4260
+ orientation: "horizontal",
4261
+ variant: "link",
4262
+ highlightColor: "collab",
4263
+ highlight: true,
4264
+ level: true,
4265
+ active: true,
4266
+ class: {
4267
+ link: "after:bg-collab-500 dark:after:bg-collab-600"
4268
+ }
4269
+ },
4270
+ {
4271
+ orientation: "vertical",
4272
+ highlightColor: "ai",
4273
+ highlight: true,
4274
+ level: true,
4275
+ active: true,
4276
+ class: {
4277
+ link: "after:bg-ai-500 dark:after:bg-ai-600"
4278
+ }
4279
+ },
4280
+ {
4281
+ orientation: "horizontal",
4282
+ variant: "link",
4147
4283
  highlightColor: "ai",
4148
4284
  highlight: true,
4149
4285
  level: true,
@@ -4174,7 +4310,8 @@ const navigationMenu = {
4174
4310
  defaultVariants: {
4175
4311
  color: "default",
4176
4312
  highlightColor: "default",
4177
- variant: "pill"
4313
+ contentOrientation: "vertical",
4314
+ variant: "link"
4178
4315
  }
4179
4316
  };
4180
4317
 
@@ -3565,12 +3565,12 @@ const navigationMenu = {
3565
3565
  "relative overflow-hidden",
3566
3566
  "w-full",
3567
3567
  "bg-white dark:bg-base-dark",
3568
- "shadow-lg",
3569
- "rounded-2xs",
3570
- "ring ring-base-300 dark:ring-base-800",
3568
+ "shadow-[0_15px_21px_rgba(83,92,105,.15)]",
3569
+ //
3571
3570
  "h-(--reka-navigation-menu-viewport-height)",
3572
- "transition-[width,height,left] duration-200 origin-[top_center]",
3573
- "motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]"
3571
+ "transition-[width,height] duration-200 origin-[top_center]"
3572
+ // left
3573
+ // 'motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]'
3574
3574
  ].join(" "),
3575
3575
  content: "absolute top-0 left-0 w-full",
3576
3576
  indicator: [
@@ -3642,6 +3642,10 @@ const navigationMenu = {
3642
3642
  pill: {
3643
3643
  link: [
3644
3644
  "hover:before:bg-base-250/80 dark:hover:before:bg-white/10"
3645
+ ].join(" "),
3646
+ viewport: [
3647
+ "rounded-md",
3648
+ "ring ring-base-300 dark:ring-base-800"
3645
3649
  ].join(" ")
3646
3650
  },
3647
3651
  link: ""
@@ -3667,29 +3671,39 @@ const navigationMenu = {
3667
3671
  horizontal: {
3668
3672
  viewport: "",
3669
3673
  viewportWrapper: "justify-center",
3670
- content: "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]"
3674
+ content: "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]",
3675
+ childLinkLabelExternalIcon: [
3676
+ "h-4"
3677
+ ].join(" ")
3671
3678
  },
3672
3679
  vertical: {
3673
3680
  viewport: "sm:w-(--reka-navigation-menu-viewport-width) left-(--reka-navigation-menu-viewport-left)",
3674
- content: ""
3681
+ content: "",
3682
+ childLinkLabel: [
3683
+ "text-md",
3684
+ "text-base-950 dark:text-base-50"
3685
+ ].join(" "),
3686
+ childLinkLabelExternalIcon: [
3687
+ "h-4"
3688
+ ].join(" ")
3675
3689
  }
3676
3690
  },
3677
3691
  active: {
3678
3692
  true: {
3679
3693
  childLink: [
3680
- "bg-base-250/80 dark:bg-white/10",
3694
+ "bg-base-20 dark:bg-base-900",
3681
3695
  "text-base-950 dark:text-base-50",
3682
3696
  "font-semibold"
3683
3697
  ].join(" "),
3684
- childLinkIcon: "text-base-950 dark:text-base-50"
3698
+ childLinkIcon: "text-base-950 dark:text-base-200"
3685
3699
  },
3686
3700
  false: {
3687
3701
  link: "text-base-900 dark:text-base-200",
3688
3702
  linkLeadingIcon: "text-base-500 dark:text-base-700",
3689
3703
  childLink: [
3690
- "hover:bg-base-250/80 dark:hover:bg-white/10",
3704
+ "hover:bg-base-20 dark:hover:bg-base-900",
3691
3705
  "text-base-500 dark:text-base-700",
3692
- "hover:text-base-950 dark:hover:dark:text-base-50",
3706
+ "hover:text-base-950 dark:hover:dark:text-base-200",
3693
3707
  "transition-colors"
3694
3708
  ].join(" "),
3695
3709
  childLinkIcon: [
@@ -3979,6 +3993,23 @@ const navigationMenu = {
3979
3993
  },
3980
3994
  // endregion ////
3981
3995
  // region link ////
3996
+ {
3997
+ orientation: "horizontal",
3998
+ variant: "link",
3999
+ class: {
4000
+ viewportWrapper: [
4001
+ "top-[calc(100%+0.4rem)]"
4002
+ ].join(" "),
4003
+ viewport: [
4004
+ "rounded-b-md rounded-tr-md",
4005
+ "clip-path-viewport-wrapper"
4006
+ ].join(" "),
4007
+ link: [
4008
+ "before:-inset-x-px before:-inset-y-[6px] before:h-[70px]",
4009
+ "before:rounded-t-md"
4010
+ ].join(" ")
4011
+ }
4012
+ },
3982
4013
  {
3983
4014
  disabled: false,
3984
4015
  active: false,
@@ -3994,13 +4025,26 @@ const navigationMenu = {
3994
4025
  ].join(" ")
3995
4026
  }
3996
4027
  },
4028
+ {
4029
+ disabled: false,
4030
+ variant: "link",
4031
+ orientation: "horizontal",
4032
+ class: {
4033
+ link: [
4034
+ "data-[state=open]:before:shadow-[0_6px_21px_rgba(83,92,105,.15)]",
4035
+ "data-[state=open]:before:bg-white dark:data-[state=open]:before:bg-base-dark"
4036
+ ].join(" ")
4037
+ }
4038
+ },
3997
4039
  {
3998
4040
  disabled: false,
3999
4041
  active: false,
4000
4042
  variant: "link",
4001
4043
  orientation: "horizontal",
4002
4044
  class: {
4003
- link: "data-[state=open]:text-base-950 dark:data-[state=open]:text-base-50",
4045
+ link: [
4046
+ "data-[state=open]:text-base-950 dark:data-[state=open]:text-base-50"
4047
+ ].join(" "),
4004
4048
  linkLeadingIcon: "group-data-[state=open]:text-base-950 dark:group-data-[state=open]:text-base-50"
4005
4049
  }
4006
4050
  },
@@ -4045,8 +4089,8 @@ const navigationMenu = {
4045
4089
  variant: "link",
4046
4090
  active: true,
4047
4091
  class: {
4048
- link: "font-semibold text-blue-800 dark:text-blue-600",
4049
- linkLeadingIcon: "text-blue-800 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
4092
+ link: "font-semibold text-blue-850 dark:text-blue-600",
4093
+ linkLeadingIcon: "text-blue-850 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
4050
4094
  }
4051
4095
  },
4052
4096
  {
@@ -4079,6 +4123,7 @@ const navigationMenu = {
4079
4123
  // endregion ////
4080
4124
  // region highlight.Color ////
4081
4125
  {
4126
+ orientation: "vertical",
4082
4127
  highlightColor: "default",
4083
4128
  highlight: true,
4084
4129
  level: true,
@@ -4088,6 +4133,18 @@ const navigationMenu = {
4088
4133
  }
4089
4134
  },
4090
4135
  {
4136
+ orientation: "horizontal",
4137
+ variant: "link",
4138
+ highlightColor: "default",
4139
+ highlight: true,
4140
+ level: true,
4141
+ active: true,
4142
+ class: {
4143
+ link: "after:bg-base-500"
4144
+ }
4145
+ },
4146
+ {
4147
+ orientation: "vertical",
4091
4148
  highlightColor: "danger",
4092
4149
  highlight: true,
4093
4150
  level: true,
@@ -4097,15 +4154,46 @@ const navigationMenu = {
4097
4154
  }
4098
4155
  },
4099
4156
  {
4157
+ orientation: "horizontal",
4158
+ variant: "link",
4159
+ highlightColor: "danger",
4160
+ highlight: true,
4161
+ level: true,
4162
+ active: true,
4163
+ class: {
4164
+ link: "after:bg-red-500 dark:after:bg-red-600"
4165
+ }
4166
+ },
4167
+ {
4168
+ orientation: "vertical",
4100
4169
  highlightColor: "success",
4101
4170
  highlight: true,
4102
4171
  level: true,
4103
4172
  active: true,
4173
+ class: { link: "after:bg-green-500 dark:after:bg-green-600" }
4174
+ },
4175
+ {
4176
+ orientation: "horizontal",
4177
+ variant: "link",
4178
+ highlightColor: "success",
4179
+ highlight: true,
4180
+ level: true,
4181
+ active: true,
4182
+ class: { link: "after:bg-green-500 dark:after:bg-green-600" }
4183
+ },
4184
+ {
4185
+ orientation: "vertical",
4186
+ highlightColor: "warning",
4187
+ highlight: true,
4188
+ level: true,
4189
+ active: true,
4104
4190
  class: {
4105
- link: "after:bg-green-500 dark:after:bg-green-600"
4191
+ link: "after:bg-orange-500 dark:after:bg-orange-600"
4106
4192
  }
4107
4193
  },
4108
4194
  {
4195
+ orientation: "horizontal",
4196
+ variant: "link",
4109
4197
  highlightColor: "warning",
4110
4198
  highlight: true,
4111
4199
  level: true,
@@ -4115,6 +4203,7 @@ const navigationMenu = {
4115
4203
  }
4116
4204
  },
4117
4205
  {
4206
+ orientation: "vertical",
4118
4207
  highlightColor: "primary",
4119
4208
  highlight: true,
4120
4209
  level: true,
@@ -4124,6 +4213,29 @@ const navigationMenu = {
4124
4213
  }
4125
4214
  },
4126
4215
  {
4216
+ orientation: "horizontal",
4217
+ variant: "link",
4218
+ highlightColor: "primary",
4219
+ highlight: true,
4220
+ level: true,
4221
+ active: true,
4222
+ class: {
4223
+ link: "after:bg-blue-850 dark:after:bg-blue-600"
4224
+ }
4225
+ },
4226
+ {
4227
+ orientation: "vertical",
4228
+ highlightColor: "secondary",
4229
+ highlight: true,
4230
+ level: true,
4231
+ active: true,
4232
+ class: {
4233
+ link: "after:bg-cyan-500 dark:after:bg-cyan-600"
4234
+ }
4235
+ },
4236
+ {
4237
+ orientation: "horizontal",
4238
+ variant: "link",
4127
4239
  highlightColor: "secondary",
4128
4240
  highlight: true,
4129
4241
  level: true,
@@ -4133,6 +4245,7 @@ const navigationMenu = {
4133
4245
  }
4134
4246
  },
4135
4247
  {
4248
+ orientation: "vertical",
4136
4249
  highlightColor: "collab",
4137
4250
  highlight: true,
4138
4251
  level: true,
@@ -4142,6 +4255,29 @@ const navigationMenu = {
4142
4255
  }
4143
4256
  },
4144
4257
  {
4258
+ orientation: "horizontal",
4259
+ variant: "link",
4260
+ highlightColor: "collab",
4261
+ highlight: true,
4262
+ level: true,
4263
+ active: true,
4264
+ class: {
4265
+ link: "after:bg-collab-500 dark:after:bg-collab-600"
4266
+ }
4267
+ },
4268
+ {
4269
+ orientation: "vertical",
4270
+ highlightColor: "ai",
4271
+ highlight: true,
4272
+ level: true,
4273
+ active: true,
4274
+ class: {
4275
+ link: "after:bg-ai-500 dark:after:bg-ai-600"
4276
+ }
4277
+ },
4278
+ {
4279
+ orientation: "horizontal",
4280
+ variant: "link",
4145
4281
  highlightColor: "ai",
4146
4282
  highlight: true,
4147
4283
  level: true,
@@ -4172,7 +4308,8 @@ const navigationMenu = {
4172
4308
  defaultVariants: {
4173
4309
  color: "default",
4174
4310
  highlightColor: "default",
4175
- variant: "pill"
4311
+ contentOrientation: "vertical",
4312
+ variant: "link"
4176
4313
  }
4177
4314
  };
4178
4315
 
package/dist/unplugin.cjs CHANGED
@@ -5,7 +5,7 @@ const pathe = require('pathe');
5
5
  const unplugin = require('unplugin');
6
6
  const defu = require('defu');
7
7
  const tailwind = require('@tailwindcss/vite');
8
- const templates = require('./shared/b24ui-nuxt.ClMXHpMM.cjs');
8
+ const templates = require('./shared/b24ui-nuxt.CKEqlXJP.cjs');
9
9
  const tinyglobby = require('tinyglobby');
10
10
  const knitwork = require('knitwork');
11
11
  const MagicString = require('magic-string');
package/dist/unplugin.mjs CHANGED
@@ -3,7 +3,7 @@ import { join, normalize } from 'pathe';
3
3
  import { createUnplugin } from 'unplugin';
4
4
  import { defu } from 'defu';
5
5
  import tailwind from '@tailwindcss/vite';
6
- import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.CBnBA3PE.mjs';
6
+ import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.DQ3Ix7rC.mjs';
7
7
  import { globSync } from 'tinyglobby';
8
8
  import { genSafeVariableName } from 'knitwork';
9
9
  import MagicString from 'magic-string';
package/dist/vite.cjs CHANGED
@@ -6,7 +6,7 @@ require('pathe');
6
6
  require('unplugin');
7
7
  require('defu');
8
8
  require('@tailwindcss/vite');
9
- require('./shared/b24ui-nuxt.ClMXHpMM.cjs');
9
+ require('./shared/b24ui-nuxt.CKEqlXJP.cjs');
10
10
  require('scule');
11
11
  require('@nuxt/kit');
12
12
  require('tinyglobby');
package/dist/vite.mjs CHANGED
@@ -4,7 +4,7 @@ import 'pathe';
4
4
  import 'unplugin';
5
5
  import 'defu';
6
6
  import '@tailwindcss/vite';
7
- import './shared/b24ui-nuxt.CBnBA3PE.mjs';
7
+ import './shared/b24ui-nuxt.DQ3Ix7rC.mjs';
8
8
  import 'scule';
9
9
  import '@nuxt/kit';
10
10
  import 'tinyglobby';
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.5.1",
4
+ "version": "0.5.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/bitrix24/b24ui.git"