@os-design/website 1.0.184 → 1.0.186

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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { PageContentProps as BasePageContentProps } from '@os-design/core';
3
- export declare type PageContentProps = BasePageContentProps;
3
+ export type PageContentProps = BasePageContentProps;
4
4
  declare const PageContent: import("@emotion/styled").StyledComponent<BasePageContentProps & import("react").RefAttributes<HTMLElement> & {
5
5
  theme?: import("@emotion/react").Theme | undefined;
6
6
  }, {}, {}>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/PageContent/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAEL,gBAAgB,IAAI,oBAAoB,EACzC,MAAM,iBAAiB,CAAC;AAEzB,oBAAY,gBAAgB,GAAG,oBAAoB,CAAC;AAKpD,QAAA,MAAM,WAAW;;UAEhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/PageContent/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAEL,gBAAgB,IAAI,oBAAoB,EACzC,MAAM,iBAAiB,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;AAKpD,QAAA,MAAM,WAAW;;UAEhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WithSize } from '@os-design/styles';
3
3
  import { ImageProps } from '@os-design/core';
4
- declare type JsxSectionProps = Omit<JSX.IntrinsicElements['section'], 'ref'>;
4
+ type JsxSectionProps = Omit<JSX.IntrinsicElements['section'], 'ref'>;
5
5
  export interface SectionProps extends JsxSectionProps, WithSize {
6
6
  bgUrl?: string;
7
7
  bgProps?: Omit<ImageProps, 'url' | 'cover'>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Section/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAc,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAIzD,OAAO,EAAS,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIpD,aAAK,eAAe,GAAG,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,SAAS,CAAC,EAAE,KAAK,CAAC,CAAC;AACrE,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,QAAQ;IAK7D,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,KAAK,GAAG,OAAO,CAAC,CAAC;IAK5C,YAAY,CAAC,EAAE,OAAO,CAAC;IAKvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA0ED,QAAA,MAAM,OAAO,kFA2CZ,CAAC;AAIF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Section/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAc,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAIzD,OAAO,EAAS,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIpD,KAAK,eAAe,GAAG,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,SAAS,CAAC,EAAE,KAAK,CAAC,CAAC;AACrE,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,QAAQ;IAK7D,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,KAAK,GAAG,OAAO,CAAC,CAAC;IAK5C,YAAY,CAAC,EAAE,OAAO,CAAC;IAKvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA0ED,QAAA,MAAM,OAAO,kFA2CZ,CAAC;AAIF,eAAe,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design/website",
3
- "version": "1.0.184",
3
+ "version": "1.0.186",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design.git",
6
6
  "main": "dist/cjs/index.js",
@@ -29,7 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@os-design/core": "^1.0.182",
32
+ "@os-design/core": "^1.0.184",
33
33
  "@os-design/media": "^1.0.16",
34
34
  "@os-design/styles": "^1.0.41",
35
35
  "@os-design/theming": "^1.0.39",
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@emotion/react": ">=11",
40
40
  "@emotion/styled": ">=11",
41
- "@os-design/icons": "^1.0.43"
41
+ "@os-design/icons": "^1.0.44"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@emotion/react": ">=11",
@@ -46,5 +46,5 @@
46
46
  "react": ">=18",
47
47
  "react-dom": ">=18"
48
48
  },
49
- "gitHead": "f474412e5f97b03b0768772e10a841a1d646f399"
49
+ "gitHead": "730cd0ce99694fcd980133a4b47e04fe7700d574"
50
50
  }