Sha256: c28de41bc84d2f7b744fafb08e06e653e570f87781cf97a93c3e5b74df03d42e

Contents?: true

Size: 253 Bytes

Versions: 44

Compression:

Stored size: 253 Bytes

Contents

module.exports = {

  Desktop: {
    GUTTER: 24,
    GUTTER_LESS: 16,
    INCREMENT: 64,
    MENU_ITEM_HEIGHT: 32
  },

  getIncrementalDim: function(dim) {
    return Math.ceil(dim / this.Desktop.INCREMENT) * this.Desktop.INCREMENT;
  }
}

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.7.3 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.7.2 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.7.1 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.7.0 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.21 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.20 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.19 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.18 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.17 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.16 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.15 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.13 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.12 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.11 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.10 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.9 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.8 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.7 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.6 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js
nutella_framework-0.6.5 framework_components/roomcast-package-creator/src/app/components/material-ui/utils/key-line.js