@os-design/website 1.0.264 → 1.0.266
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/dist/SectionFeature/index.d.ts +1 -1
- package/dist/SectionFeature/index.d.ts.map +1 -1
- package/dist/SectionFeature/index.js +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/package.json +8 -8
- package/src/SectionFeature/index.tsx +1 -1
- package/src/index.ts +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/SectionFeature/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/SectionFeature/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEjE,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACvD;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;CAC5B;AA6ED;;GAEG;AACH,QAAA,MAAM,cAAc,yFASnB,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { m } from '@os-design/media';
|
|
|
4
4
|
import { clr } from '@os-design/theming';
|
|
5
5
|
import { omitEmotionProps } from '@os-design/utils';
|
|
6
6
|
import React, { forwardRef } from 'react';
|
|
7
|
-
import Section from
|
|
7
|
+
import Section from '../Section/index.js';
|
|
8
8
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
9
|
const containerHasMediaStyles = p => p.hasMedia && css`
|
|
10
10
|
display: grid;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as PageContent } from './PageContent';
|
|
2
|
-
export { default as Section } from './Section';
|
|
3
|
-
export { default as SectionFeature } from './SectionFeature';
|
|
4
|
-
export * from './PageContent';
|
|
5
|
-
export * from './Section';
|
|
6
|
-
export * from './SectionFeature';
|
|
1
|
+
export { default as PageContent } from './PageContent/index.js';
|
|
2
|
+
export { default as Section } from './Section/index.js';
|
|
3
|
+
export { default as SectionFeature } from './SectionFeature/index.js';
|
|
4
|
+
export * from './PageContent/index.js';
|
|
5
|
+
export * from './Section/index.js';
|
|
6
|
+
export * from './SectionFeature/index.js';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEtE,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as PageContent } from
|
|
2
|
-
export { default as Section } from
|
|
3
|
-
export { default as SectionFeature } from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
1
|
+
export { default as PageContent } from './PageContent/index.js';
|
|
2
|
+
export { default as Section } from './Section/index.js';
|
|
3
|
+
export { default as SectionFeature } from './SectionFeature/index.js';
|
|
4
|
+
export * from './PageContent/index.js';
|
|
5
|
+
export * from './Section/index.js';
|
|
6
|
+
export * from './SectionFeature/index.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os-design/website",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.266",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design.git",
|
|
6
6
|
"type": "module",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@os-design/core": "^1.0.
|
|
33
|
-
"@os-design/media": "^1.0.
|
|
34
|
-
"@os-design/styles": "^1.0.
|
|
35
|
-
"@os-design/theming": "^1.0.
|
|
36
|
-
"@os-design/utils": "^1.0.
|
|
32
|
+
"@os-design/core": "^1.0.259",
|
|
33
|
+
"@os-design/media": "^1.0.29",
|
|
34
|
+
"@os-design/styles": "^1.0.60",
|
|
35
|
+
"@os-design/theming": "^1.0.56",
|
|
36
|
+
"@os-design/utils": "^1.0.80"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@emotion/react": ">=11",
|
|
40
40
|
"@emotion/styled": ">=11",
|
|
41
|
-
"@os-design/icons": "^1.0.
|
|
41
|
+
"@os-design/icons": "^1.0.63"
|
|
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": "
|
|
49
|
+
"gitHead": "73037c89a49a62e8efd6fc87b80052988b0aa199"
|
|
50
50
|
}
|
|
@@ -4,7 +4,7 @@ import { m } from '@os-design/media';
|
|
|
4
4
|
import { clr } from '@os-design/theming';
|
|
5
5
|
import { omitEmotionProps } from '@os-design/utils';
|
|
6
6
|
import React, { forwardRef } from 'react';
|
|
7
|
-
import Section, { type SectionProps } from '../Section';
|
|
7
|
+
import Section, { type SectionProps } from '../Section/index.js';
|
|
8
8
|
|
|
9
9
|
export interface SectionFeatureProps extends SectionProps {
|
|
10
10
|
/**
|
package/src/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as PageContent } from './PageContent';
|
|
2
|
-
export { default as Section } from './Section';
|
|
3
|
-
export { default as SectionFeature } from './SectionFeature';
|
|
1
|
+
export { default as PageContent } from './PageContent/index.js';
|
|
2
|
+
export { default as Section } from './Section/index.js';
|
|
3
|
+
export { default as SectionFeature } from './SectionFeature/index.js';
|
|
4
4
|
|
|
5
|
-
export * from './PageContent';
|
|
6
|
-
export * from './Section';
|
|
7
|
-
export * from './SectionFeature';
|
|
5
|
+
export * from './PageContent/index.js';
|
|
6
|
+
export * from './Section/index.js';
|
|
7
|
+
export * from './SectionFeature/index.js';
|