@ndla/primitives 1.0.20-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,7 +171,7 @@ 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
  },
package/lib/Button.d.ts CHANGED
@@ -120,7 +120,7 @@ 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
  };
package/lib/Button.js CHANGED
@@ -176,7 +176,7 @@ 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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/primitives",
3
- "version": "1.0.20-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": "d40977f8ad6f9927572a6a62bf6a397189d0cfa4"
46
+ "gitHead": "bed71dd76e8aa65211b843270209ffe4642241a3"
47
47
  }