@xy-planning-network/trees 0.7.0-rc-4 → 0.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.
- package/config/theme/colors.ts +0 -2
- package/dist/trees.es.js +312 -327
- package/dist/trees.umd.js +5 -5
- package/package.json +1 -1
- package/src/lib-components/indicators/XYSpinner.vue +2 -34
- package/src/lib-components/lists/DynamicTable.vue +1 -1
- package/src/lib-components/overlays/Spinner.vue +1 -1
- package/types/composables/forms.d.ts +0 -8
- package/types/lib-components/lists/StaticTable.vue.d.ts +0 -21
- package/types/lib-components/lists/StaticTableActionSlot.vue.d.ts +0 -27
- package/types/lib-components/lists/Table.vue.d.ts +0 -39
- package/types/lib-components/navigation/ActionsDropdownCallback.vue.d.ts +0 -18
- package/types/lib-components/navigation/ActionsDropdownEmit.vue.d.ts +0 -22
package/config/theme/colors.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import colors from "tailwindcss/colors"
|
|
2
1
|
export const brandColors = {
|
|
3
2
|
blue: {
|
|
4
3
|
50: "#C9E4F6",
|
|
@@ -40,7 +39,6 @@ export const brandColors = {
|
|
|
40
39
|
}
|
|
41
40
|
|
|
42
41
|
export default {
|
|
43
|
-
// gray: colors["neutral"], // TODO: (spk) adopt Tailwind - Neutral as the primary gray palette?
|
|
44
42
|
"xy-blue": {
|
|
45
43
|
DEFAULT: brandColors["blue"][600],
|
|
46
44
|
...brandColors["blue"],
|