@os-design/styles 1.0.41 → 1.0.43

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 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.41",
3
+ "version": "1.0.43",
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.39",
32
+ "@os-design/media": "^1.0.18",
33
+ "@os-design/theming": "^1.0.41",
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.10"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@emotion/react": ">=11",
43
43
  "@emotion/serialize": "*"
44
44
  },
45
- "gitHead": "94430262c8c667c197c9bcf09cdd9b69301c2a8b"
45
+ "gitHead": "88df07f5c7c0c5534a24b84689854528fa514153"
46
46
  }