allaw-ui 5.0.0 → 5.0.2

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.
@@ -10,8 +10,8 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import React from "react";
13
- import Heading from "./Heading";
14
13
  import "../../../styles/global.css";
14
+ import Heading from "./Heading";
15
15
  export default {
16
16
  title: "Components/UI-Variables/Typography/Heading",
17
17
  component: Heading,
@@ -73,49 +73,49 @@ var Template = function (args) { return React.createElement(Heading, __assign({}
73
73
  export var H1 = Template.bind({});
74
74
  H1.args = {
75
75
  variant: "h1",
76
- color: "pure-white",
76
+ color: "noir",
77
77
  text: "Poppins – SemiBold – 60px",
78
78
  as: "h1",
79
79
  };
80
80
  export var H2 = Template.bind({});
81
81
  H2.args = {
82
82
  variant: "h2",
83
- color: "pure-white",
83
+ color: "noir",
84
84
  text: "Poppins – SemiBold – 36px",
85
85
  as: "h2",
86
86
  };
87
87
  export var H3 = Template.bind({});
88
88
  H3.args = {
89
89
  variant: "h3",
90
- color: "pure-white",
90
+ color: "noir",
91
91
  text: "Poppins – SemiBold – 28px",
92
92
  as: "h3",
93
93
  };
94
94
  export var H4 = Template.bind({});
95
95
  H4.args = {
96
96
  variant: "h4",
97
- color: "pure-white",
97
+ color: "noir",
98
98
  text: "Poppins – SemiBold – 24px",
99
99
  as: "h4",
100
100
  };
101
101
  export var H5 = Template.bind({});
102
102
  H5.args = {
103
103
  variant: "h5",
104
- color: "pure-white",
104
+ color: "noir",
105
105
  text: "Poppins – Medium – 24px",
106
106
  as: "h5",
107
107
  };
108
108
  export var H6 = Template.bind({});
109
109
  H6.args = {
110
110
  variant: "h6",
111
- color: "pure-white",
111
+ color: "noir",
112
112
  text: "Poppins – SemiBold – 18px",
113
113
  as: "h6",
114
114
  };
115
115
  export var H7 = Template.bind({});
116
116
  H7.args = {
117
117
  variant: "h7",
118
- color: "pure-white",
118
+ color: "noir",
119
119
  text: "Poppins – SemiBold – 14px",
120
120
  as: "span",
121
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",