@gitlab/ui 114.3.0 → 114.7.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.
Files changed (38) hide show
  1. package/README.md +4 -2
  2. package/bin/migrate_custom_utils_to_tw.bundled.mjs +398 -401
  3. package/dist/components/base/link/link.js +6 -5
  4. package/dist/components/base/sorting/sorting.js +10 -1
  5. package/dist/components/base/table/constants.js +1 -1
  6. package/dist/components/base/toast/toast.js +1 -1
  7. package/dist/components/base/toggle/toggle.js +0 -1
  8. package/dist/config.js +1 -1
  9. package/dist/directives/safe_link/mock_data.js +1 -1
  10. package/dist/directives/safe_link/safe_link.js +1 -1
  11. package/dist/index.css +2 -2
  12. package/dist/index.css.map +1 -1
  13. package/dist/utils/is_slot_empty.js +0 -2
  14. package/dist/utils/number_utils.js +3 -3
  15. package/dist/utils/use_mock_intersection_observer.js +0 -4
  16. package/dist/vendor/bootstrap-vue/src/components/table/helpers/mixin-table-renderer.js +1 -1
  17. package/package.json +9 -6
  18. package/src/components/base/button/button.md +1 -1
  19. package/src/components/base/drawer/drawer.scss +2 -1
  20. package/src/components/base/form/form_character_count/form_character_count.md +1 -1
  21. package/src/components/base/form/form_combobox/form_combobox.md +4 -4
  22. package/src/components/base/link/link.md +34 -1
  23. package/src/components/base/link/link.scss +1 -1
  24. package/src/components/base/link/link.vue +6 -4
  25. package/src/components/base/sorting/sorting.vue +11 -0
  26. package/src/components/base/table/constants.js +1 -1
  27. package/src/components/base/toast/toast.js +1 -1
  28. package/src/components/base/toggle/toggle.vue +2 -3
  29. package/src/components/charts/heatmap/heatmap.md +1 -1
  30. package/src/config.js +1 -1
  31. package/src/directives/safe_link/mock_data.js +1 -1
  32. package/src/directives/safe_link/safe_link.js +1 -1
  33. package/src/utils/is_slot_empty.js +0 -1
  34. package/src/utils/number_utils.js +3 -3
  35. package/src/utils/use_mock_intersection_observer.js +1 -3
  36. package/src/vendor/bootstrap-vue/src/components/table/_table.scss +2 -4
  37. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-table-renderer.js +1 -1
  38. package/translations.js +1 -0
package/README.md CHANGED
@@ -6,7 +6,7 @@ design system. GitLab UI is written in [Vue.js](https://vuejs.org) and its objec
6
6
  - Create reusable UI components to accelerate frontend development.
7
7
  - Create UI consistency for all components within GitLab.
8
8
 
9
- See <https://gitlab-org.gitlab.io/gitlab-ui/> for documentation.
9
+ See <https://design.gitlab.com/storybook> for documentation.
10
10
 
11
11
  ## Usage
12
12
 
@@ -53,7 +53,7 @@ or newer.
53
53
 
54
54
  ```sh
55
55
  # Clone the project
56
- git clone git@gitlab.com:gitlab-org/gitlab-ui.git
56
+ git clone git@gitlab.com:gitlab-org/gitlab-services/design.gitlab.com.git
57
57
 
58
58
  # Navigate to the root of the project
59
59
  cd gitlab-ui
@@ -128,6 +128,8 @@ can be formatted for different uses. Read more on this in the [design tokens doc
128
128
  See [Updating GitLab UI Packages](doc/updating-gitlab-ui-packages.md) for information on how the
129
129
  `@gitlab/ui` package is kept up to date in various projects.
130
130
 
131
+ To publish new versions of GitLab UI, see [publishing packages](../../doc/publishing-packages.md).
132
+
131
133
  ## Contributing guide
132
134
 
133
135
  Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to add new components and