@openproject/primer-view-components 0.10.0 → 0.11.0-rc.e78a228d

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.
@@ -0,0 +1 @@
1
+ .DragHandle{color:var(--fgColor-muted,var(--color-fg-muted));cursor:move}
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "open_project/drag_handle",
3
+ "selectors": [
4
+ ".DragHandle"
5
+ ]
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openproject/primer-view-components",
3
- "version": "0.10.0",
3
+ "version": "0.11.0-rc.e78a228d",
4
4
  "description": "ViewComponents of the Primer Design System for OpenProject",
5
5
  "main": "app/assets/javascripts/primer_view_components.js",
6
6
  "module": "app/components/primer/primer.js",
@@ -233,6 +233,9 @@
233
233
  "Counter--secondary": [
234
234
  "Primer::Beta::Counter"
235
235
  ],
236
+ "DragHandle": [
237
+ "Primer::OpenProject::DragHandle"
238
+ ],
236
239
  "FormControl": [
237
240
  "Primer::Alpha::TextField"
238
241
  ],