@os-design/styles 1.0.40 → 1.0.42

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.
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emotion.d.js","names":[],"sources":["../../../src/@types/emotion.d.ts"],"sourcesContent":["import '@emotion/react';\nimport { Theme as BaseTheme } from '@os-design/theming';\n\ndeclare module '@emotion/react' {\n // eslint-disable-next-line @typescript-eslint/no-empty-interface\n export interface Theme extends BaseTheme {}\n}\n"],"mappings":";;AAAA"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emotion.d.js","names":[],"sources":["../../../src/@types/emotion.d.ts"],"sourcesContent":["import '@emotion/react';\nimport { Theme as BaseTheme } from '@os-design/theming';\n\ndeclare module '@emotion/react' {\n // eslint-disable-next-line @typescript-eslint/no-empty-interface\n export interface Theme extends BaseTheme {}\n}\n"],"mappings":"AAAA,OAAO,gBAAgB"}
@@ -1,5 +1,5 @@
1
1
  import fp from 'facepaint';
2
- declare type Side = 'left' | 'right' | 'both';
2
+ type Side = 'left' | 'right' | 'both';
3
3
  declare const horizontalPaddingStyles: (side?: Side) => (p: any) => fp.DynamicStyle[];
4
4
  export default horizontalPaddingStyles;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/horizontalPaddingStyles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,WAAW,CAAC;AAG3B,aAAK,IAAI,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAGtC,QAAA,MAAM,uBAAuB,UACpB,IAAI,kCASP,CAAC;AAEP,eAAe,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/horizontalPaddingStyles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,WAAW,CAAC;AAG3B,KAAK,IAAI,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAGtC,QAAA,MAAM,uBAAuB,UACpB,IAAI,kCASP,CAAC;AAEP,eAAe,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design/styles",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design.git",
6
6
  "main": "dist/cjs/index.js",
@@ -29,18 +29,18 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@os-design/media": "^1.0.16",
33
- "@os-design/theming": "^1.0.38",
32
+ "@os-design/media": "^1.0.17",
33
+ "@os-design/theming": "^1.0.40",
34
34
  "facepaint": "^1.2.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@emotion/react": ">=11",
38
38
  "@emotion/serialize": "*",
39
- "@os-design/omit-emotion-props": "^1.0.8"
39
+ "@os-design/omit-emotion-props": "^1.0.9"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@emotion/react": ">=11",
43
43
  "@emotion/serialize": "*"
44
44
  },
45
- "gitHead": "8cb28f6719d699c014fbce91d832a9ff06abe515"
45
+ "gitHead": "f880a39dbb61019eeb6f3b1bb083678d47a5e348"
46
46
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"emotion.d.js","names":[],"sources":["../../src/emotion.d.ts"],"sourcesContent":["import '@emotion/react';\nimport { Theme as BaseTheme } from '@os-design/theming';\n\ndeclare module '@emotion/react' {\n // eslint-disable-next-line @typescript-eslint/no-empty-interface\n export interface Theme extends BaseTheme {}\n}\n"],"mappings":";;AAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"emotion.d.js","names":[],"sources":["../../src/emotion.d.ts"],"sourcesContent":["import '@emotion/react';\nimport { Theme as BaseTheme } from '@os-design/theming';\n\ndeclare module '@emotion/react' {\n // eslint-disable-next-line @typescript-eslint/no-empty-interface\n export interface Theme extends BaseTheme {}\n}\n"],"mappings":"AAAA,OAAO,gBAAgB"}