@royaloperahouse/chord 1.15.1-e-chord-development → 1.15.1-f-development

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/CHANGELOG.md +1 -41
  2. package/dist/chord.cjs.development.js +368 -1021
  3. package/dist/chord.cjs.development.js.map +1 -1
  4. package/dist/chord.cjs.production.min.js +1 -1
  5. package/dist/chord.cjs.production.min.js.map +1 -1
  6. package/dist/chord.esm.js +369 -1018
  7. package/dist/chord.esm.js.map +1 -1
  8. package/dist/components/atoms/Progress/Progress.styles.d.ts +1 -1
  9. package/dist/components/atoms/VideoControls/VideoControls.style.d.ts +4 -1
  10. package/dist/components/atoms/index.d.ts +1 -3
  11. package/dist/components/index.d.ts +3 -3
  12. package/dist/components/molecules/Card/Card.style.d.ts +1 -9
  13. package/dist/components/molecules/PageHeading/index.d.ts +1 -2
  14. package/dist/components/molecules/PromoWithTags/PromoWithTags.d.ts +1 -1
  15. package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +1 -4
  16. package/dist/components/molecules/index.d.ts +2 -3
  17. package/dist/components/organisms/HighlightsCarousel/HighlightsCarousel.style.d.ts +0 -2
  18. package/dist/helpers/devices.d.ts +1 -0
  19. package/dist/index.d.ts +3 -3
  20. package/dist/styles/viewports.d.ts +0 -2
  21. package/dist/types/card.d.ts +1 -32
  22. package/dist/types/carousel.d.ts +0 -13
  23. package/dist/types/editorial.d.ts +74 -19
  24. package/dist/types/formTypes.d.ts +0 -30
  25. package/dist/types/index.d.ts +1 -2
  26. package/dist/types/types.d.ts +0 -12
  27. package/package.json +1 -2
  28. package/dist/components/atoms/Timer/Timer.d.ts +0 -4
  29. package/dist/components/atoms/Timer/Timer.style.d.ts +0 -9
  30. package/dist/components/atoms/Timer/index.d.ts +0 -2
  31. package/dist/components/molecules/PageHeading/Panel/Panel.d.ts +0 -4
  32. package/dist/components/molecules/PageHeading/Panel/Panel.style.d.ts +0 -9
  33. package/dist/components/molecules/PageHeading/Panel/index.d.ts +0 -2
  34. package/dist/components/molecules/Select/Select.d.ts +0 -99
  35. package/dist/components/molecules/Select/Select.style.d.ts +0 -14
  36. package/dist/components/molecules/Select/index.d.ts +0 -2
  37. package/dist/types/promoWithTags.d.ts +0 -81
  38. package/dist/types/timer.d.ts +0 -37
package/CHANGELOG.md CHANGED
@@ -1,12 +1,6 @@
1
1
  ## [1.15.0]
2
2
  - Add Compact PageHeading component
3
3
 
4
- ## [1.14.0-k]
5
- - Added a Select form component
6
-
7
- ## [1.14.0-f]
8
- - Add PageHeadingPanel heading variant
9
-
10
4
  ## [1.14.0]
11
5
  - Added standfirst functionality to Accordion/ Accordions component and theme for Schools Platform
12
6
 
@@ -25,55 +19,21 @@
25
19
  ## [1.12.0]
26
20
  - Search: Extend ContentSummary and SearchBar components to support new search results
27
21
 
28
- ## [1.11.0-a]
29
- - Pagination: add new component
30
-
31
22
  ## [1.11.0]
32
23
  - Carousels: Rewrite logic that cuts description, to support older browsers
33
24
 
34
- ## [1.10.0-a]
35
- - ContentSummary: make image clickable
36
-
37
25
  ## [1.10.0]
38
26
  - PageHeadingImpact: Replace CSS background-image with HTML image element
39
27
 
40
28
  ## [1.9.0]
41
29
  - Card: Add a new prop for the hover line color
42
- ## [1.9.0-c]
43
- - ContentSummary: make image clickable
44
-
45
- ## [1.9.0-b]
46
- - ContentSummary: change image size
47
- - SearchBar: Export component
48
-
49
- ## [1.9.0-a]
50
- - ContentSummary: change image props
51
-
52
- ## [1.9.0]
53
- - Card: Add a new prop for the hover line color
54
-
55
- ## [1.8.1-h]
56
- - ContentSummary: add exports
57
-
58
- ## [1.8.1-g]
59
- - ContentSummary: refactor
60
-
61
- ## [1.8.1-f]
62
- - ContentSummary: update conditional rendering
63
-
64
- ## [1.8.1-c]
65
- - ContentSummary: update for Search results
66
- - ContentSummarySection: remove
67
-
68
- ## [1.8.1-b]
69
- - Card: add new prop for the line color on hover
70
30
 
71
31
  ## [1.8.0]
72
32
  - SearchBar: Disable
73
33
 
74
34
  ## [1.7.2]
75
35
  - Add imageAltText to Card component
76
-
36
+
77
37
  ## [1.7.0]
78
38
  - Add new ContentSummary component
79
39
  - Add new ContentSummarySection component