@asd20/ui 3.2.1038 → 3.2.1040

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.1038",
8
+ "version": "3.2.1040",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "focus-trap": "^6.9.4",
36
36
  "focus-trap-vue": "^1.1.1",
37
37
  "js-cookie": "^2.2.1",
38
- "lodash-es": "^4.17.15",
38
+ "lodash": "^4.17.21",
39
39
  "swiper": "^5.4.5",
40
40
  "uuid": "^3.3.2",
41
41
  "v-scroll-lock": "^1.3.1",
@@ -80,12 +80,11 @@
80
80
  "html-webpack-plugin": "^3.2.0",
81
81
  "jest-image-snapshot": "^2.5.0",
82
82
  "lint-staged": "^8.1.0",
83
- "lodash": "^4.17.15",
84
83
  "puppeteer": "^1.9.0",
85
84
  "react": "^16.8.3",
86
85
  "release-it": "^10.2.0",
87
- "sass": "^1.67.0",
88
- "sass-loader": "^7.1.0",
86
+ "sass": "^1.69.0",
87
+ "sass-loader": "10.1.1",
89
88
  "storybook-addon-vue-info": "^1.4.1",
90
89
  "stylelint": "^9.10.1",
91
90
  "stylelint-config-css-modules": "^1.3.0",
@@ -14,7 +14,7 @@
14
14
  </template>
15
15
 
16
16
  <script>
17
- import camelCase from 'lodash-es/camelCase'
17
+ import camelCase from 'lodash/camelCase'
18
18
  export default {
19
19
  props: {
20
20
  name: { type: String, default: 'search' },
@@ -113,7 +113,7 @@
113
113
  <script>
114
114
  import Asd20Icon from '../../atoms/Asd20Icon'
115
115
  import Asd20Tag from '../../atoms/Asd20Tag'
116
- import truncate from 'lodash-es/truncate'
116
+ import truncate from 'lodash/truncate'
117
117
 
118
118
  export default {
119
119
  name: 'Asd20Card',
@@ -39,7 +39,7 @@ import {
39
39
  Navigation,
40
40
  Mousewheel,
41
41
  } from 'swiper/js/swiper.esm'
42
- import merge from 'lodash-es/merge'
42
+ import merge from 'lodash/merge'
43
43
  import 'swiper/css/swiper.css'
44
44
 
45
45
  // see http://idangero.us/swiper/api/#custom-build
@@ -61,7 +61,7 @@ import Asd20List from '../../organisms/Asd20List'
61
61
  import Asd20ListItem from '../../molecules/Asd20ListItem'
62
62
  import Asd20Viewport from '../../atoms/Asd20Viewport'
63
63
  import formattedTime from '../../../helpers/formatEventTime'
64
- import truncate from 'lodash-es/truncate'
64
+ import truncate from 'lodash/truncate'
65
65
 
66
66
  export default {
67
67
  name: 'Asd20EventModal',
@@ -55,7 +55,7 @@ import Asd20Swipe from '../../../components/molecules/Asd20Swipe'
55
55
  import Asd20SwipeItem from '../../../components/atoms/Asd20SwipeItem'
56
56
  import Asd20Icon from '../../../components/atoms/Asd20Icon'
57
57
 
58
- import truncate from 'lodash-es/truncate'
58
+ import truncate from 'lodash/truncate'
59
59
 
60
60
  export default {
61
61
  name: 'Asd20ImageGallery',
@@ -164,7 +164,7 @@ import Asd20Share from '../../molecules/Asd20Share'
164
164
  import Asd20FormattedDate from '../../atoms/Asd20FormattedDate'
165
165
  import Asd20TagGroup from '../../organisms/Asd20TagGroup'
166
166
 
167
- import truncate from 'lodash-es/truncate'
167
+ import truncate from 'lodash/truncate'
168
168
 
169
169
  export default {
170
170
  name: 'Asd20ImageHeader',
@@ -159,7 +159,7 @@ import Asd20Share from '../../molecules/Asd20Share'
159
159
  import Asd20FormattedDate from '../../atoms/Asd20FormattedDate'
160
160
  import Asd20TagGroup from '../../organisms/Asd20TagGroup'
161
161
 
162
- import truncate from 'lodash-es/truncate'
162
+ import truncate from 'lodash/truncate'
163
163
 
164
164
  export default {
165
165
  name: 'Asd20PageHeader',
@@ -26,7 +26,7 @@
26
26
 
27
27
  <script>
28
28
  import Asd20Messaging from '../../atoms/Asd20Messaging'
29
- import _get from 'lodash-es/get'
29
+ import _get from 'lodash/get'
30
30
 
31
31
  export default {
32
32
  name: 'Asd20PrimaryHeader',
@@ -55,7 +55,7 @@
55
55
  import scrollTrack from '../../../directives/scroll-track'
56
56
  import Asd20Button from '../../atoms/Asd20Button'
57
57
 
58
- import truncate from 'lodash-es/truncate'
58
+ import truncate from 'lodash/truncate'
59
59
 
60
60
  export default {
61
61
  name: 'Asd20SchoolHomepageHeader',
@@ -95,7 +95,7 @@ import Asd20DepartmentContactCard from '../../molecules/Asd20DepartmentContactCa
95
95
  import Asd20Checkbox from '../../atoms/Asd20Checkbox'
96
96
 
97
97
  // Helpers
98
- import debounce from 'lodash-es/debounce'
98
+ import debounce from 'lodash/debounce'
99
99
  import mapPagesToListItems from '../../../helpers/mapPagesToListItems'
100
100
  import mapFilesToListItems from '../../../helpers/mapFilesToListItems'
101
101
 
@@ -6,7 +6,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
6
6
  import Asd20ArticleDigestCompactTemplate from '.'
7
7
  import pageQueryResult from '../../../data/page-queries/digest-page-query-result.json'
8
8
  import notifications from '../../../data/messages/notifications'
9
- import debounce from 'lodash-es/debounce'
9
+ import debounce from 'lodash/debounce'
10
10
 
11
11
 
12
12
  const info = {
@@ -6,7 +6,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
6
6
  import Asd20ArticleDigestTemplate from '.'
7
7
  import pageQueryResult from '../../../data/page-queries/digest-page-query-result.json'
8
8
  import notifications from '../../../data/messages/notifications'
9
- import debounce from 'lodash-es/debounce'
9
+ import debounce from 'lodash/debounce'
10
10
 
11
11
 
12
12
  const info = {
@@ -5,7 +5,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
5
5
  import Asd20ArticleListTemplate from '.'
6
6
  import pageQueryResult from '../../../data/page-queries/story-index-page-query-result.json'
7
7
  import notifications from '../../../data/messages/notifications'
8
- import debounce from 'lodash-es/debounce'
8
+ import debounce from 'lodash/debounce'
9
9
 
10
10
  const info = {
11
11
  summary: 'Article List Template',
@@ -6,7 +6,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
6
6
  import Asd20ClubsTemplate from '.'
7
7
  import pageQueryResult from '../../../data/page-queries/digest-page-query-result.json'
8
8
  import notifications from '../../../data/messages/notifications'
9
- import debounce from 'lodash-es/debounce'
9
+ import debounce from 'lodash/debounce'
10
10
 
11
11
 
12
12
  const info = {
@@ -168,7 +168,7 @@ import Asd20Button from '../../atoms/Asd20Button'
168
168
  import Asd20Modal from '../../molecules/Asd20Modal'
169
169
  import Asd20MessagingGroup from '../../molecules/Asd20MessagingGroup'
170
170
 
171
- import { kebabCase } from 'lodash-es'
171
+ import kebabCase from 'lodash/kebabCase'
172
172
 
173
173
  // Mixins
174
174
  import pageTemplateMixin from '../../../mixins/pageTemplateMixin'
@@ -250,13 +250,6 @@ export default {
250
250
  detailLinkLabel: '',
251
251
  }
252
252
  },
253
- // tabsList() {
254
- // return this.messageCategories.map(c => ({
255
- // label: c,
256
- // hash: `#tab-${kebabCase(c)}`,
257
- // active: this.tab === `#tab-${kebabCase(c)}`,
258
- // }))
259
- // },
260
253
  tabsList() {
261
254
  // sort categories: 'reset' tabs first (alphabetized among themselves), then the rest (alphabetized)
262
255
  const sortedCategories = [...(this.messageCategories || [])].sort(
@@ -191,7 +191,7 @@ import Asd20LanguageTranslation from '../../molecules/Asd20LanguageTranslation'
191
191
  import Asd20BlockSchedule from '../../molecules/Asd20BlockSchedule'
192
192
 
193
193
  // Helpers
194
- import _get from 'lodash-es/get'
194
+ import _get from 'lodash/get'
195
195
 
196
196
  export default {
197
197
  name: 'Asd20SchoolHomeTemplate',
@@ -191,7 +191,7 @@ import Asd20LanguageTranslation from '../../molecules/Asd20LanguageTranslation'
191
191
  import Asd20BlockSchedule from '../../molecules/Asd20BlockSchedule'
192
192
 
193
193
  // Helpers
194
- import _get from 'lodash-es/get'
194
+ import _get from 'lodash/get'
195
195
 
196
196
  export default {
197
197
  name: 'Asd20SchoolHomeVideoTemplate',
@@ -1,4 +1,4 @@
1
- import _get from 'lodash-es/get'
1
+ import _get from 'lodash/get'
2
2
 
3
3
  function getConfigurationValueOrDefault({
4
4
  configurations,
@@ -1,4 +1,4 @@
1
- import { kebabCase } from 'lodash-es'
1
+ import kebabCase from 'lodash/kebabCase'
2
2
 
3
3
  export default {
4
4
  inheritAttrs: false,