@cooperco/cooper-component-library 0.1.2 → 0.1.4

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 (34) hide show
  1. package/dist/lib/component-lib.js +2402 -1969
  2. package/dist/lib/component-lib.umd.cjs +24 -24
  3. package/dist/lib/css/main.css +34 -8
  4. package/dist/lib/css/theme.css +22 -0
  5. package/dist/lib/style.css +1 -1
  6. package/dist/types/components/Accordion/Accordion.d.ts +2 -0
  7. package/dist/types/components/Accordion/Accordion.vue.d.ts +3 -0
  8. package/dist/types/components/Accordion/AccordionItem.d.ts +3 -3
  9. package/dist/types/components/CTA/CTA.d.ts +7 -5
  10. package/dist/types/components/CarouselModule/CarouselModule.d.ts +1 -0
  11. package/dist/types/components/CarouselModule/CarouselModule.vue.d.ts +3 -0
  12. package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.d.ts +1 -0
  13. package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.vue.d.ts +15 -1
  14. package/dist/types/components/ContainerModule/ContainerModule.d.ts +1 -0
  15. package/dist/types/components/ContainerModule/ContainerModule.vue.d.ts +3 -0
  16. package/dist/types/components/ContentModule/ContentModule.d.ts +3 -1
  17. package/dist/types/components/ContentModule/ContentModule.vue.d.ts +2 -0
  18. package/dist/types/components/LogoCollectionModule/LogoCollectionModule.d.ts +1 -0
  19. package/dist/types/components/LogoCollectionModule/LogoCollectionModule.vue.d.ts +15 -1
  20. package/dist/types/components/NavigationElement/NavigationElement.d.ts +2 -2
  21. package/dist/types/components/SplitModule/SplitModule.d.ts +1 -0
  22. package/dist/types/components/SplitModule/SplitModule.vue.d.ts +15 -1
  23. package/dist/types/components/TileCollectionModule/TileCollectionModule.d.ts +4 -0
  24. package/dist/types/components/TileCollectionModule/TileCollectionModule.vue.d.ts +18 -1
  25. package/dist/types/components/TileContent/TileContent.d.ts +5 -3
  26. package/dist/types/components/TileContent/TileContentIconTile.vue.d.ts +18 -1
  27. package/dist/types/components/TileContent/TileContentImageTile.vue.d.ts +18 -1
  28. package/dist/types/components/TileContent/TileContentTextTile.vue.d.ts +18 -1
  29. package/dist/types/components/TileContent/TileContentVideoTile.vue.d.ts +18 -1
  30. package/dist/types/components/TileLabel/TileLabel.d.ts +1 -0
  31. package/dist/types/config/colorPalettes.d.ts +59 -0
  32. package/dist/types/config/defaultPassthrough.d.ts +1 -1
  33. package/dist/types/types.d.ts +7 -5
  34. package/package.json +1 -1
@@ -40,17 +40,38 @@ div {
40
40
  This with the content override below puts the indicators
41
41
  above the content, so that the content is full width. (no padding around it)
42
42
  */
43
- .p-carousel-prev,
44
- .p-carousel-next {
45
- z-index: 10;
46
- position: relative;
43
+ @media screen and (min-width: 768px) {
44
+ .p-carousel-prev,
45
+ .p-carousel-next {
46
+ z-index: 10;
47
+ position: relative;
48
+ }
49
+ .p-carousel-items-content {
50
+ width: 100%;
51
+ margin: 0 -48px;
52
+ }
47
53
  }
54
+ @media screen and (max-width: 600px) {
55
+ .p-carousel-prev,
56
+ .p-carousel-next {
57
+ z-index: 100;
58
+ position: absolute;
59
+ bottom: 5px;
60
+ }
48
61
 
49
- .p-carousel-items-content {
50
- width: 100%;
51
- margin: 0 -48px;
52
- }
62
+ .p-carousel-prev {
63
+ left: 80px;
64
+ }
65
+
66
+ .p-carousel-next {
67
+ right: 80px;
68
+ }
53
69
 
70
+ .p-carousel-items-content {
71
+ width: 100%;
72
+ margin: 0 0px;
73
+ }
74
+ }
54
75
  /* Remove the space below the content */
55
76
  .p-carousel-indicators {
56
77
  position: relative;
@@ -58,3 +79,8 @@ div {
58
79
  z-index: 10;
59
80
  }
60
81
  }
82
+
83
+ .tile-content ul,
84
+ ol {
85
+ padding-left: 1rem;
86
+ }
@@ -1,4 +1,26 @@
1
1
  :root {
2
+ --lily: white;
3
+ --iris: rgb(61, 15, 83);
4
+ --wisteria: rgb(137, 89, 227);
5
+ --hydrangea: rgb(204, 176, 250);
6
+ --lavender: rgb(168, 143, 237);
7
+ --petunia: rgb(189, 166, 224);
8
+ --lilac: rgb(120, 99, 166);
9
+ --rosemary: rgb(24, 165, 137);
10
+ --mint: rgb(66, 232, 191);
11
+ --gentian: rgb(107, 77, 224);
12
+ --sage: rgb(145, 217, 201);
13
+ --moss: rgb(191, 245, 229);
14
+ --periwinkle: rgb(178, 168, 255);
15
+ --soil: rgb(36, 31, 33);
16
+ --pebble: rgb(242, 242, 242);
17
+ --stone: rgb(69, 69, 69);
18
+ --verberna: rgb(136, 78, 153);
19
+ --aster: rgb(110, 59, 155);
20
+ --monstera: rgb(27, 79, 69);
21
+ --peony: rgb(217, 99, 124);
22
+ --lobelia: rgb(103, 131, 166);
23
+
2
24
  --primary-50: #a88fed;
3
25
  --primary-100: #9d82de;
4
26
  --primary-200: #9375ce;