@ndla/preset-panda 0.0.13 → 0.0.14

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/index.js CHANGED
@@ -19,6 +19,7 @@ import { spacing } from "./spacing";
19
19
  import { fontWeights, textStyles, fonts, fontSizes, lineHeights } from "./typography";
20
20
  import { zIndex } from "./zIndex";
21
21
  const preset = definePreset({
22
+ name: "ndla/panda",
22
23
  globalCss: globalCss,
23
24
  conditions: conditions,
24
25
  theme: {
package/lib/index.js CHANGED
@@ -32,6 +32,7 @@ var _forwardCssPropPlugin = require("./plugins/forwardCssPropPlugin");
32
32
  */
33
33
 
34
34
  const preset = (0, _dev.definePreset)({
35
+ name: "ndla/panda",
35
36
  globalCss: _globalCss.globalCss,
36
37
  conditions: _conditions.conditions,
37
38
  theme: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/preset-panda",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Panda preset for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -31,10 +31,10 @@
31
31
  "lib"
32
32
  ],
33
33
  "devDependencies": {
34
- "@pandacss/dev": "^0.42.0"
34
+ "@pandacss/dev": "^0.44.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "35713120e2a004be81a62f17e29af74707b21dc4"
39
+ "gitHead": "4eeb95a99da477266815ff3c544412deff50f98e"
40
40
  }