@gitlab/ui 89.0.0 → 89.0.1
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/CHANGELOG.md +7 -0
- package/bin/migrate_custom_utils_to_tw.bundled.mjs +1 -0
- package/dist/components/base/datepicker/datepicker.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
- package/src/components/base/datepicker/datepicker.vue +1 -1
- package/src/components/base/form/form_checkbox/form_checkbox.scss +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [89.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v89.0.0...v89.0.1) (2024-08-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Add gl-align-items-start ([06e4768](https://gitlab.com/gitlab-org/gitlab-ui/commit/06e4768a0d302a3450e7c21afec9a6db03a1881d))
|
|
7
|
+
|
|
1
8
|
# [89.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v88.6.0...v89.0.0) (2024-08-12)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -183874,6 +183874,7 @@ var tailwindEquivalents = {
|
|
|
183874
183874
|
"gl-align-items-flex-start": "gl-items-start",
|
|
183875
183875
|
"gl-align-items-flex-start!": "!gl-items-start",
|
|
183876
183876
|
"gl-align-items-flex-end": "gl-items-end",
|
|
183877
|
+
"gl-align-items-start": "gl-items-start",
|
|
183877
183878
|
"gl-align-items-stretch": "gl-items-stretch",
|
|
183878
183879
|
"gl-align-items-stretch!": "!gl-items-stretch",
|
|
183879
183880
|
"gl-sm-align-items-center": "sm:gl-items-center",
|
|
@@ -355,7 +355,7 @@ var script = {
|
|
|
355
355
|
const __vue_script__ = script;
|
|
356
356
|
|
|
357
357
|
/* template */
|
|
358
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.datepickerClasses},[(_vm.showDefaultField)?_c('div',{staticClass:"gl-
|
|
358
|
+
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.datepickerClasses},[(_vm.showDefaultField)?_c('div',{staticClass:"gl-flex gl-items-start gl-gap-3"},[_c('div',{staticClass:"gl-relative gl-flex gl-grow"},[_vm._t("default",function(){return [_c('gl-form-input',{class:_vm.renderClearButton ? '!gl-pr-9' : '!gl-pr-7',attrs:{"id":_vm.inputId,"name":_vm.inputName,"data-testid":"gl-datepicker-input","value":_vm.formattedDate,"placeholder":_vm.placeholder,"autocomplete":_vm.inputAutocomplete,"disabled":_vm.disabled,"aria-label":_vm.inputLabel,"state":_vm.state},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onKeydown.apply(null, arguments)}},model:{value:(_vm.textInput),callback:function ($$v) {_vm.textInput=$$v;},expression:"textInput"}})]},{"formattedDate":_vm.formattedDate}),_vm._v(" "),_c('div',{staticClass:"gl-datepicker-actions"},[(_vm.renderClearButton)?_c('gl-button',{staticClass:"gl-pointer-events-auto",attrs:{"data-testid":"clear-button","aria-label":"Clear date","category":"tertiary","size":"small","icon":"clear"},on:{"click":_vm.cleared}}):_vm._e(),_vm._v(" "),(_vm.triggerOnFocus || _vm.disabled)?_c('span',{staticClass:"gl-px-2",class:_vm.disabled ? 'gl-text-gray-400' : 'gl-text-gray-500',attrs:{"data-testid":"datepicker-calendar-icon"}},[_c('gl-icon',{staticClass:"gl-block",attrs:{"name":"calendar","size":16}})],1):_c('gl-button',{ref:"calendarTriggerBtn",staticClass:"gl-pointer-events-auto",attrs:{"aria-label":"Open datepicker","category":"tertiary","size":"small","icon":"calendar"}})],1)],2),_vm._v(" "),_vm._t("after")],2):_vm._t("default",null,{"formattedDate":_vm.formattedDate})],2)};
|
|
359
359
|
var __vue_staticRenderFns__ = [];
|
|
360
360
|
|
|
361
361
|
/* style */
|