@dative-gpi/foundation-shared-loader 1.0.177 → 1.0.178

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.
@@ -744,6 +744,12 @@
744
744
  "FSOperationOnSelector": {
745
745
  "from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSOperationOnSelector.vue"
746
746
  },
747
+ "FSTimeline": {
748
+ "from": "@dative-gpi/foundation-shared-components/components/timelines/FSTimeline.vue"
749
+ },
750
+ "FSTimelineItem": {
751
+ "from": "@dative-gpi/foundation-shared-components/components/timelines/FSTimelineItem.vue"
752
+ },
747
753
  "FSHeaderButton": {
748
754
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
749
755
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "1.0.177",
3
+ "version": "1.0.178",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,5 +23,5 @@
23
23
  "vite": "5.1.4",
24
24
  "vue": "3.4.38"
25
25
  },
26
- "gitHead": "0b54c0dddfdfcad69143175aae2c98a04eac9bca"
26
+ "gitHead": "231d210bbd4400f3a7c3f8efb35384c6bfc6d2cd"
27
27
  }
@@ -744,6 +744,12 @@
744
744
  "FSOperationOnSelector": {
745
745
  "from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSOperationOnSelector.vue"
746
746
  },
747
+ "FSTimeline": {
748
+ "from": "@dative-gpi/foundation-shared-components/components/timelines/FSTimeline.vue"
749
+ },
750
+ "FSTimelineItem": {
751
+ "from": "@dative-gpi/foundation-shared-components/components/timelines/FSTimelineItem.vue"
752
+ },
747
753
  "FSHeaderButton": {
748
754
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
749
755
  },