@apolitical/component-library 9.0.0-beta.2 → 9.0.0-pla.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "9.0.0-beta.2",
3
+ "version": "9.0.0-pla.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -13,7 +13,7 @@
13
13
  "devDependencies": {
14
14
  "@types/rtl-detect": "1.0.3",
15
15
  "getstream": "8.4.1",
16
- "yargs": "^17.7.2"
16
+ "yargs": "17.7.2"
17
17
  },
18
18
  "dependencies": {
19
19
  "@apolitical/contracts": "4.4.0",
@@ -31,12 +31,12 @@
31
31
  "lodash.set": "4.3.2",
32
32
  "markdown-to-jsx": "7.3.2",
33
33
  "posthog-js": "1.264.2",
34
- "react": "19.1.1",
34
+ "react": "19.2.0",
35
35
  "react-cookie": "6.1.1",
36
- "react-dom": "19.1.1",
36
+ "react-dom": "19.2.0",
37
37
  "react-error-boundary": "4.0.11",
38
38
  "react-google-recaptcha": "3.1.0",
39
- "react-intl": "7.1.11",
39
+ "react-intl": "7.1.14",
40
40
  "react-multi-email": "1.0.18",
41
41
  "remark-parse": "11.0.0",
42
42
  "rtl-detect": "1.1.2",
@@ -513,6 +513,11 @@ $font-size-md: 1rem;
513
513
  padding-bottom: 2.5rem; /* 40px */
514
514
  }
515
515
 
516
+ .u-py-12 {
517
+ padding-top: 3rem; /* 48px */
518
+ padding-bottom: 3rem; /* 48px */
519
+ }
520
+
516
521
  .u-px-0 {
517
522
  padding-left: 0;
518
523
  padding-right: 0;