@dfds-ui/grid 2.2.0-alpha.98e68873 → 2.2.0-alpha.9bb1ab0f

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 React, { 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 React, { 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/grid/Grid.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import React, { 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 React, { 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.2.0-alpha.98e68873",
6
+ "version": "2.2.0-alpha.9bb1ab0f",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -11,18 +11,18 @@
11
11
  "typings": "./index.d.ts",
12
12
  "peerDependencies": {
13
13
  "@emotion/react": "11.14.0",
14
- "@emotion/styled": "11.14.0",
14
+ "@emotion/styled": "11.14.1",
15
15
  "react": ">= 18.3.1",
16
16
  "react-dom": ">= 18.3.1"
17
17
  },
18
18
  "dependencies": {
19
- "@dfds-ui/colors": "2.2.0-alpha.98e68873",
20
- "@dfds-ui/icons": "2.2.0-alpha.98e68873",
21
- "@dfds-ui/react-components": "2.2.0-alpha.98e68873",
22
- "@dfds-ui/theme": "2.2.0-alpha.98e68873",
19
+ "@dfds-ui/colors": "2.2.0-alpha.9bb1ab0f",
20
+ "@dfds-ui/icons": "2.2.0-alpha.9bb1ab0f",
21
+ "@dfds-ui/react-components": "2.2.0-alpha.9bb1ab0f",
22
+ "@dfds-ui/theme": "2.2.0-alpha.9bb1ab0f",
23
23
  "classnames": "^2.5.1"
24
24
  },
25
- "gitHead": "98e68873ace8ad4db37fd407dfe757396da57ac8",
25
+ "gitHead": "9bb1ab0fca74964da6edd580e53f175a223b4f49",
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  }