@ndla/primitives 1.0.19-alpha.0 → 1.0.20-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
@@ -178,7 +178,7 @@ export const buttonRecipe = cva({
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
@@ -127,7 +127,7 @@ export declare const buttonRecipe: import("@ndla/styled-system/types").RecipeRun
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
@@ -183,7 +183,7 @@ const buttonRecipe = exports.buttonRecipe = (0, _css.cva)({
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.20-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": "d40977f8ad6f9927572a6a62bf6a397189d0cfa4"
47
47
  }