@dfds-ui/grid 2.0.29 → 2.2.0-alpha.4e495871

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.
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- export declare type GridProps = {
2
+ export type GridProps = {
3
3
  children: ReactNode;
4
4
  gap?: 's' | 'l';
5
5
  surface?: 'inverted' | 'dark' | 'transparent';
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- export declare type GridItemProps = {
2
+ export type GridItemProps = {
3
3
  children: ReactNode;
4
4
  small?: 6 | 12;
5
5
  medium?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
package/cjs/grid/index.js CHANGED
@@ -9,7 +9,7 @@ Object.keys(_Grid).forEach(function (key) {
9
9
  if (key in exports && exports[key] === _Grid[key]) return;
10
10
  Object.defineProperty(exports, key, {
11
11
  enumerable: true,
12
- get: function get() {
12
+ get: function () {
13
13
  return _Grid[key];
14
14
  }
15
15
  });
@@ -20,7 +20,7 @@ Object.keys(_GridItem).forEach(function (key) {
20
20
  if (key in exports && exports[key] === _GridItem[key]) return;
21
21
  Object.defineProperty(exports, key, {
22
22
  enumerable: true,
23
- get: function get() {
23
+ get: function () {
24
24
  return _GridItem[key];
25
25
  }
26
26
  });
package/cjs/index.js CHANGED
@@ -9,7 +9,7 @@ Object.keys(_grid).forEach(function (key) {
9
9
  if (key in exports && exports[key] === _grid[key]) return;
10
10
  Object.defineProperty(exports, key, {
11
11
  enumerable: true,
12
- get: function get() {
12
+ get: function () {
13
13
  return _grid[key];
14
14
  }
15
15
  });
package/grid/Grid.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- export declare type GridProps = {
2
+ export type GridProps = {
3
3
  children: ReactNode;
4
4
  gap?: 's' | 'l';
5
5
  surface?: 'inverted' | 'dark' | 'transparent';
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- export declare type GridItemProps = {
2
+ export type GridItemProps = {
3
3
  children: ReactNode;
4
4
  small?: 6 | 12;
5
5
  medium?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Grid components",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.0.29",
6
+ "version": "2.2.0-alpha.4e495871",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -16,13 +16,13 @@
16
16
  "react-dom": ">= 17.0.2"
17
17
  },
18
18
  "dependencies": {
19
- "@dfds-ui/colors": "2.0.29",
20
- "@dfds-ui/icons": "2.0.29",
21
- "@dfds-ui/react-components": "2.0.29",
22
- "@dfds-ui/theme": "2.0.29",
19
+ "@dfds-ui/colors": "2.2.0-alpha.4e495871",
20
+ "@dfds-ui/icons": "2.2.0-alpha.4e495871",
21
+ "@dfds-ui/react-components": "2.2.0-alpha.4e495871",
22
+ "@dfds-ui/theme": "2.2.0-alpha.4e495871",
23
23
  "classnames": "^2.3.2"
24
24
  },
25
- "gitHead": "60bd70013cac7851ef2636948985f2ecdecc0729",
25
+ "gitHead": "4e4958718cdb23e314fd502618fa60c2613b0c6b",
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  }