@cruk/chakra-components 3.6.0 → 3.8.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/README.md
CHANGED
|
@@ -12,7 +12,7 @@ It is a Work In Progress.
|
|
|
12
12
|
- [Component Documentation (Storybook)](https://helix-components.cms.app.crnet.org)
|
|
13
13
|
- [Full Documentation (Style guide, Theming, Testing and more)](https://super-succotash-wg8qmo1.pages.github.io/)
|
|
14
14
|
|
|
15
|
-
## Using the Library
|
|
15
|
+
## Using the Library
|
|
16
16
|
|
|
17
17
|
### Quick Start
|
|
18
18
|
|
|
@@ -106,6 +106,8 @@ This library uses [semantic-release](https://github.com/semantic-release/semanti
|
|
|
106
106
|
|
|
107
107
|
3. **Merge your PR** to the appropriate branch:
|
|
108
108
|
|
|
109
|
+
**Important:** When merging, do NOT modify the merge commit message. The PR label analyzer requires the default message format "Merge pull request #XXX from..." to extract the PR number. Changing this message will prevent the release from being triggered.
|
|
110
|
+
|
|
109
111
|
- Merge to `dev` for prerelease versions (no ServiceNow required)
|
|
110
112
|
- Merge to `main` for standard releases (ServiceNow approval required)
|
|
111
113
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=require("@chakra-ui/react").defineStyleConfig({baseStyle:{fontFamily:"body",fontWeight:"black",color:"headingColor"},sizes:{"4xl":{fontSize:"headings.4xl",lineHeight:"headings.4xl",fontFamily:"heading",fontWeight:"
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=require("@chakra-ui/react").defineStyleConfig({baseStyle:{fontFamily:"body",fontWeight:"black",color:"headingColor"},sizes:{"4xl":{fontSize:"headings.4xl",lineHeight:"headings.4xl",fontFamily:"heading",fontWeight:"semibold"},"3xl":{fontSize:"headings.3xl",lineHeight:"headings.3xl",fontFamily:"heading",fontWeight:"semibold"},"2xl":{fontSize:"headings.2xl",lineHeight:"headings.2xl",fontFamily:"heading",fontWeight:"semibold"},xl:{fontSize:"headings.xl",lineHeight:"headings.xl",fontFamily:"heading",fontWeight:"semibold"},lg:{fontSize:"headings.lg",lineHeight:"headings.lg",fontFamily:"heading",fontWeight:"semibold"},md:{fontSize:"headings.md",lineHeight:"headings.md",fontWeight:"bold"},sm:{fontSize:"headings.sm",lineHeight:"headings.sm",fontWeight:"bold"},xs:{fontSize:"headings.xs",lineHeight:"headings.xs",fontWeight:"bold"}}});exports.default=e,exports.headingTheme=e;
|
|
2
2
|
//# sourceMappingURL=heading.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"heading.js","sources":["../../../../../src/theme/r4l/components/heading.ts"],"sourcesContent":[null],"names":["headingTheme","defineStyleConfig","baseStyle","fontFamily","fontWeight","color","sizes","fontSize","lineHeight","xl","lg","md","sm","xs"],"mappings":"oEAEO,MAAMA,8BAAeC,kBAAkB,CAC5CC,UAAW,CACTC,WAAY,OACZC,WAAY,QACZC,MAAO,
|
|
1
|
+
{"version":3,"file":"heading.js","sources":["../../../../../src/theme/r4l/components/heading.ts"],"sourcesContent":[null],"names":["headingTheme","defineStyleConfig","baseStyle","fontFamily","fontWeight","color","sizes","fontSize","lineHeight","xl","lg","md","sm","xs"],"mappings":"oEAEO,MAAMA,8BAAeC,kBAAkB,CAC5CC,UAAW,CACTC,WAAY,OACZC,WAAY,QACZC,MAAO,gBAUTC,MAAO,CACL,MAAO,CACLC,SAAU,eACVC,WAAY,eACZL,WAAY,UACZC,WAAY,YAEd,MAAO,CACLG,SAAU,eACVC,WAAY,eACZL,WAAY,UACZC,WAAY,YAEd,MAAO,CACLG,SAAU,eACVC,WAAY,eACZL,WAAY,UACZC,WAAY,YAEdK,GAAI,CACFF,SAAU,cACVC,WAAY,cACZL,WAAY,UACZC,WAAY,YAEdM,GAAI,CACFH,SAAU,cACVC,WAAY,cACZL,WAAY,UACZC,WAAY,YAEdO,GAAI,CACFJ,SAAU,cACVC,WAAY,cACZJ,WAAY,QAEdQ,GAAI,CACFL,SAAU,cACVC,WAAY,cACZJ,WAAY,QAEdS,GAAI,CACFN,SAAU,cACVC,WAAY,cACZJ,WAAY"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineStyleConfig as i}from"@chakra-ui/react";const e=i({baseStyle:{fontFamily:"body",fontWeight:"black",color:"headingColor"},sizes:{"4xl":{fontSize:"headings.4xl",lineHeight:"headings.4xl",fontFamily:"heading",fontWeight:"
|
|
1
|
+
import{defineStyleConfig as i}from"@chakra-ui/react";const e=i({baseStyle:{fontFamily:"body",fontWeight:"black",color:"headingColor"},sizes:{"4xl":{fontSize:"headings.4xl",lineHeight:"headings.4xl",fontFamily:"heading",fontWeight:"semibold"},"3xl":{fontSize:"headings.3xl",lineHeight:"headings.3xl",fontFamily:"heading",fontWeight:"semibold"},"2xl":{fontSize:"headings.2xl",lineHeight:"headings.2xl",fontFamily:"heading",fontWeight:"semibold"},xl:{fontSize:"headings.xl",lineHeight:"headings.xl",fontFamily:"heading",fontWeight:"semibold"},lg:{fontSize:"headings.lg",lineHeight:"headings.lg",fontFamily:"heading",fontWeight:"semibold"},md:{fontSize:"headings.md",lineHeight:"headings.md",fontWeight:"bold"},sm:{fontSize:"headings.sm",lineHeight:"headings.sm",fontWeight:"bold"},xs:{fontSize:"headings.xs",lineHeight:"headings.xs",fontWeight:"bold"}}});export{e as default,e as headingTheme};
|
|
2
2
|
//# sourceMappingURL=heading.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"heading.js","sources":["../../../../../src/theme/r4l/components/heading.ts"],"sourcesContent":[null],"names":["headingTheme","defineStyleConfig","baseStyle","fontFamily","fontWeight","color","sizes","fontSize","lineHeight","xl","lg","md","sm","xs"],"mappings":"qDAEO,MAAMA,EAAeC,EAAkB,CAC5CC,UAAW,CACTC,WAAY,OACZC,WAAY,QACZC,MAAO,
|
|
1
|
+
{"version":3,"file":"heading.js","sources":["../../../../../src/theme/r4l/components/heading.ts"],"sourcesContent":[null],"names":["headingTheme","defineStyleConfig","baseStyle","fontFamily","fontWeight","color","sizes","fontSize","lineHeight","xl","lg","md","sm","xs"],"mappings":"qDAEO,MAAMA,EAAeC,EAAkB,CAC5CC,UAAW,CACTC,WAAY,OACZC,WAAY,QACZC,MAAO,gBAUTC,MAAO,CACL,MAAO,CACLC,SAAU,eACVC,WAAY,eACZL,WAAY,UACZC,WAAY,YAEd,MAAO,CACLG,SAAU,eACVC,WAAY,eACZL,WAAY,UACZC,WAAY,YAEd,MAAO,CACLG,SAAU,eACVC,WAAY,eACZL,WAAY,UACZC,WAAY,YAEdK,GAAI,CACFF,SAAU,cACVC,WAAY,cACZL,WAAY,UACZC,WAAY,YAEdM,GAAI,CACFH,SAAU,cACVC,WAAY,cACZL,WAAY,UACZC,WAAY,YAEdO,GAAI,CACFJ,SAAU,cACVC,WAAY,cACZJ,WAAY,QAEdQ,GAAI,CACFL,SAAU,cACVC,WAAY,cACZJ,WAAY,QAEdS,GAAI,CACFN,SAAU,cACVC,WAAY,cACZJ,WAAY"}
|