@ndla/primitives 1.0.19-alpha.0 → 1.0.21-alpha.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/es/Button.js CHANGED
@@ -171,14 +171,14 @@ export const buttonRecipe = cva({
171
171
  size: {
172
172
  medium: {
173
173
  textStyle: "label.medium",
174
- paddingInline: "medium",
174
+ paddingInline: "small",
175
175
  paddingBlock: "xxsmall",
176
176
  minHeight: "24"
177
177
  },
178
178
  small: {
179
179
  textStyle: "label.small",
180
180
  minHeight: "large",
181
- paddingInline: "small",
181
+ paddingInline: "xsmall",
182
182
  paddingBlock: "4xsmall"
183
183
  }
184
184
  }
package/lib/Button.d.ts CHANGED
@@ -120,14 +120,14 @@ export declare const buttonRecipe: import("@ndla/styled-system/types").RecipeRun
120
120
  size: {
121
121
  medium: {
122
122
  textStyle: "label.medium";
123
- paddingInline: "medium";
123
+ paddingInline: "small";
124
124
  paddingBlock: "xxsmall";
125
125
  minHeight: "24";
126
126
  };
127
127
  small: {
128
128
  textStyle: "label.small";
129
129
  minHeight: "large";
130
- paddingInline: "small";
130
+ paddingInline: "xsmall";
131
131
  paddingBlock: "4xsmall";
132
132
  };
133
133
  };
package/lib/Button.js CHANGED
@@ -176,14 +176,14 @@ const buttonRecipe = exports.buttonRecipe = (0, _css.cva)({
176
176
  size: {
177
177
  medium: {
178
178
  textStyle: "label.medium",
179
- paddingInline: "medium",
179
+ paddingInline: "small",
180
180
  paddingBlock: "xxsmall",
181
181
  minHeight: "24"
182
182
  },
183
183
  small: {
184
184
  textStyle: "label.small",
185
185
  minHeight: "large",
186
- paddingInline: "small",
186
+ paddingInline: "xsmall",
187
187
  paddingBlock: "4xsmall"
188
188
  }
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/primitives",
3
- "version": "1.0.19-alpha.0",
3
+ "version": "1.0.21-alpha.0",
4
4
  "description": "Primitive components for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "4271f1708f835715edca5fd10f6ee4b182a207b4"
46
+ "gitHead": "bed71dd76e8aa65211b843270209ffe4642241a3"
47
47
  }