@codecademy/gamut-patterns 0.8.11 → 0.8.12-alpha.7557c8.0
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/props.d.ts +2 -2
- package/package.json +7 -4
- package/.svgo.yml +0 -11
- package/CHANGELOG.md +0 -412
- package/babel.config.js +0 -5
- package/dist/svg/CheckerDense.svg +0 -14
- package/dist/svg/CheckerLoose.svg +0 -14
- package/dist/svg/CheckerRegular.svg +0 -14
- package/dist/svg/DiagonalADense.svg +0 -20
- package/dist/svg/DiagonalALoose.svg +0 -44
- package/dist/svg/DiagonalARegular.svg +0 -28
- package/dist/svg/DiagonalBDense.svg +0 -24
- package/dist/svg/DiagonalBLoose.svg +0 -28
- package/dist/svg/DiagonalBRegular.svg +0 -28
- package/dist/svg/DotDense.svg +0 -13
- package/dist/svg/DotLoose.svg +0 -40
- package/dist/svg/DotRegular.svg +0 -13
- package/dist/svg/ExDense.svg +0 -17
- package/dist/svg/ExLoose.svg +0 -17
- package/dist/svg/ExRegular.svg +0 -17
- package/dist/svg/FlowerDense.svg +0 -16
- package/dist/svg/FlowerLoose.svg +0 -16
- package/dist/svg/FlowerRegular.svg +0 -16
- package/dist/svg/GridDense.svg +0 -16
- package/dist/svg/GridLoose.svg +0 -16
- package/dist/svg/GridRegular.svg +0 -16
- package/dist/svg/Herringbone.svg +0 -19
- package/dist/svg/RainDense.svg +0 -14
- package/dist/svg/RainLoose.svg +0 -14
- package/dist/svg/RainRegular.svg +0 -14
- package/dist/svg/StripeDense.svg +0 -20
- package/dist/svg/StripeLoose.svg +0 -44
- package/dist/svg/StripeRegular.svg +0 -28
- package/emotion-plugin.js +0 -46
- package/index-template.js +0 -10
- package/jest.config.js +0 -1
- package/pattern-template.js +0 -30
- package/project.json +0 -24
- package/svgr.config.js +0 -29
- package/tsconfig.json +0 -12
package/dist/props.d.ts
CHANGED
|
@@ -187,7 +187,7 @@ export interface PatternProps extends Omit<React.SVGProps<SVGSVGElement>, keyof
|
|
|
187
187
|
ref?: React.Ref<SVGSVGElement>;
|
|
188
188
|
}
|
|
189
189
|
export declare const Svg: import("@emotion/styled").StyledComponent<{
|
|
190
|
-
theme?: import("@emotion/react").Theme
|
|
191
|
-
as?: import("react").ElementType<any
|
|
190
|
+
theme?: import("@emotion/react").Theme;
|
|
191
|
+
as?: import("react").ElementType<any>;
|
|
192
192
|
} & PatternProps, Pick<import("react").SVGProps<SVGSVGElement>, "string" | "scale" | "filter" | "fill" | "values" | "spacing" | "clipPath" | "cursor" | "direction" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "imageRendering" | "paintOrder" | "pointerEvents" | "rotate" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "wordSpacing" | "writingMode" | "mask" | "offset" | "min" | "max" | "end" | "clip" | "className" | "id" | "lang" | "media" | "method" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "shapeRendering" | "slope" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ref" | "key">, {}>;
|
|
193
193
|
export {};
|
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"url": "https://github.com/Codecademy/gamut/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "
|
|
8
|
-
"@codecademy/variance": "
|
|
7
|
+
"@codecademy/gamut-styles": "14.0.3-alpha.7557c8.0",
|
|
8
|
+
"@codecademy/variance": "0.20.3-alpha.7557c8.0",
|
|
9
9
|
"classnames": "^2.2.5"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
"module": "dist/index.js",
|
|
20
20
|
"types": "dist/index.d.ts",
|
|
21
21
|
"main": "dist/index.js",
|
|
22
|
+
"files": [
|
|
23
|
+
"dist"
|
|
24
|
+
],
|
|
22
25
|
"license": "MIT",
|
|
23
26
|
"peerDependencies": {
|
|
24
27
|
"@emotion/react": "^11.4.0",
|
|
@@ -38,6 +41,6 @@
|
|
|
38
41
|
"build": "nx build @codecademy/gamut-patterns"
|
|
39
42
|
},
|
|
40
43
|
"sideEffects": false,
|
|
41
|
-
"version": "0.8.
|
|
42
|
-
"gitHead": "
|
|
44
|
+
"version": "0.8.12-alpha.7557c8.0",
|
|
45
|
+
"gitHead": "e11498091eaeb3a8f4759b146d91b03462f89ea5"
|
|
43
46
|
}
|
package/.svgo.yml
DELETED
package/CHANGELOG.md
DELETED
|
@@ -1,412 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
### [0.8.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.10...@codecademy/gamut-patterns@0.8.11) (2022-07-29)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### [0.8.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.9...@codecademy/gamut-patterns@0.8.10) (2022-07-29)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### [0.8.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.8...@codecademy/gamut-patterns@0.8.9) (2022-07-27)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### [0.8.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.7...@codecademy/gamut-patterns@0.8.8) (2022-07-19)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### [0.8.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.6...@codecademy/gamut-patterns@0.8.7) (2022-07-15)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### [0.8.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.5...@codecademy/gamut-patterns@0.8.6) (2022-05-24)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### [0.8.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.4...@codecademy/gamut-patterns@0.8.5) (2022-05-17)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### [0.8.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.3...@codecademy/gamut-patterns@0.8.4) (2022-04-13)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### [0.8.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.2...@codecademy/gamut-patterns@0.8.3) (2022-02-18)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### [0.8.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.1...@codecademy/gamut-patterns@0.8.2) (2022-02-01)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### [0.8.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.8.0...@codecademy/gamut-patterns@0.8.1) (2022-01-31)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## [0.8.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.7.3...@codecademy/gamut-patterns@0.8.0) (2022-01-25)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
### ⚠ BREAKING CHANGES
|
|
98
|
-
|
|
99
|
-
* bumped React to 17
|
|
100
|
-
|
|
101
|
-
### Features
|
|
102
|
-
|
|
103
|
-
* bumped React to 17 ([c074ecb](https://github.com/Codecademy/gamut/commit/c074ecbfa026ed8e37cf41e874d345574a46e5e4))
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### [0.7.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.7.2...@codecademy/gamut-patterns@0.7.3) (2021-12-07)
|
|
108
|
-
|
|
109
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### [0.7.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.7.1...@codecademy/gamut-patterns@0.7.2) (2021-11-23)
|
|
116
|
-
|
|
117
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### [0.7.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.7.0...@codecademy/gamut-patterns@0.7.1) (2021-10-27)
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Bug Fixes
|
|
127
|
-
|
|
128
|
-
* **Pattern:** fix white bg on regular and dense diagonal patterns ([2f321c2](https://github.com/Codecademy/gamut/commit/2f321c2446cdc28e4338fa1dae94efa698e4c6ea))
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
## 0.7.0 (2021-10-26)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### ⚠ BREAKING CHANGES
|
|
136
|
-
|
|
137
|
-
* add new gamut-patterns package
|
|
138
|
-
|
|
139
|
-
### Features
|
|
140
|
-
|
|
141
|
-
* bump ESLint configs to latest ([4e3cf77](https://github.com/Codecademy/gamut/commit/4e3cf77928bdd69bce3eeca8a7f07439627b4f08))
|
|
142
|
-
* **Patterns:** Add SVGR build process and SVGO settings ([e8433ce](https://github.com/Codecademy/gamut/commit/e8433ceace8b617fcaa45f13a11ce1367cff0e0b))
|
|
143
|
-
* **props:** Support `color` and other HTML attributes as system props without type collision GM-247 ([ff93f0c](https://github.com/Codecademy/gamut/commit/ff93f0c9b7ca64ed9819586709f58436ca4502b9))
|
|
144
|
-
* Migrate final gamut-system docs + functions to variance [WEB-1413] ([f966933](https://github.com/Codecademy/gamut/commit/f966933ac814d228072e781ee2a3d75a33190a85))
|
|
145
|
-
* **theme:** createTheme self containment ([87a203c](https://github.com/Codecademy/gamut/commit/87a203c56df8002406552208b8b5ffc55b228262)), closes [#666666](https://github.com/Codecademy/gamut/issues/666666) [#666666](https://github.com/Codecademy/gamut/issues/666666)
|
|
146
|
-
* add new gamut-patterns package ([3b9785a](https://github.com/Codecademy/gamut/commit/3b9785a20e26767a9531b1f1ce8de5f504f2dd34))
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### [0.6.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.6.1...@codecademy/gamut-patterns@0.6.2) (2021-09-30)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### [0.6.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.6.0...@codecademy/gamut-patterns@0.6.1) (2021-09-13)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
## [0.6.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.8...@codecademy/gamut-patterns@0.6.0) (2021-09-10)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### Features
|
|
170
|
-
|
|
171
|
-
* bump ESLint configs to latest ([e0a201a](https://github.com/Codecademy/gamut/commit/e0a201abcc5f49718538d3d91af21cb37db4470e))
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### [0.5.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.7...@codecademy/gamut-patterns@0.5.8) (2021-08-30)
|
|
176
|
-
|
|
177
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### [0.5.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.6...@codecademy/gamut-patterns@0.5.7) (2021-08-16)
|
|
184
|
-
|
|
185
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### [0.5.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.5...@codecademy/gamut-patterns@0.5.6) (2021-08-16)
|
|
192
|
-
|
|
193
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### [0.5.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.4...@codecademy/gamut-patterns@0.5.5) (2021-08-13)
|
|
200
|
-
|
|
201
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### [0.5.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.3...@codecademy/gamut-patterns@0.5.4) (2021-08-12)
|
|
208
|
-
|
|
209
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
### [0.5.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.2...@codecademy/gamut-patterns@0.5.3) (2021-08-05)
|
|
216
|
-
|
|
217
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
### [0.5.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.1...@codecademy/gamut-patterns@0.5.2) (2021-08-03)
|
|
224
|
-
|
|
225
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### [0.5.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.5.0...@codecademy/gamut-patterns@0.5.1) (2021-07-29)
|
|
232
|
-
|
|
233
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
## [0.5.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.7...@codecademy/gamut-patterns@0.5.0) (2021-07-27)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### Features
|
|
243
|
-
|
|
244
|
-
* **Patterns:** Add SVGR build process and SVGO settings ([56e50ff](https://github.com/Codecademy/gamut/commit/56e50ffe021102b84a7f9e5d7bb33ea6de890994))
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### [0.4.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.6...@codecademy/gamut-patterns@0.4.7) (2021-07-19)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### [0.4.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.5...@codecademy/gamut-patterns@0.4.6) (2021-07-16)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### [0.4.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.4...@codecademy/gamut-patterns@0.4.5) (2021-07-15)
|
|
265
|
-
|
|
266
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
### [0.4.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.3...@codecademy/gamut-patterns@0.4.4) (2021-06-17)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### [0.4.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.2...@codecademy/gamut-patterns@0.4.3) (2021-06-16)
|
|
281
|
-
|
|
282
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
### [0.4.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.1...@codecademy/gamut-patterns@0.4.2) (2021-06-16)
|
|
289
|
-
|
|
290
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### [0.4.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.4.0...@codecademy/gamut-patterns@0.4.1) (2021-06-16)
|
|
297
|
-
|
|
298
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
## [0.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.3.4...@codecademy/gamut-patterns@0.4.0) (2021-06-15)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### Features
|
|
308
|
-
|
|
309
|
-
* **props:** Support `color` and other HTML attributes as system props without type collision GM-247 ([50a8b43](https://github.com/Codecademy/gamut/commit/50a8b43b27eff2d75307d317d724383156e5a3ed))
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
### [0.3.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.3.3...@codecademy/gamut-patterns@0.3.4) (2021-06-10)
|
|
314
|
-
|
|
315
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
### [0.3.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.3.2...@codecademy/gamut-patterns@0.3.3) (2021-06-10)
|
|
322
|
-
|
|
323
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
### [0.3.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.3.1...@codecademy/gamut-patterns@0.3.2) (2021-06-03)
|
|
330
|
-
|
|
331
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
### [0.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.3.0...@codecademy/gamut-patterns@0.3.1) (2021-06-02)
|
|
338
|
-
|
|
339
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
## [0.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.2.2...@codecademy/gamut-patterns@0.3.0) (2021-05-27)
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
### Features
|
|
349
|
-
|
|
350
|
-
* Migrate final gamut-system docs + functions to variance [WEB-1413] ([67c8651](https://github.com/Codecademy/gamut/commit/67c8651dc4985dd656c8d488af4cf56ca21a813b))
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### [0.2.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.2.1...@codecademy/gamut-patterns@0.2.2) (2021-05-25)
|
|
355
|
-
|
|
356
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
### [0.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.2.0...@codecademy/gamut-patterns@0.2.1) (2021-05-24)
|
|
363
|
-
|
|
364
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
## [0.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.1.3...@codecademy/gamut-patterns@0.2.0) (2021-05-18)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
### Features
|
|
374
|
-
|
|
375
|
-
* **theme:** createTheme self containment ([59ddff7](https://github.com/Codecademy/gamut/commit/59ddff7224cd8e0972212dd6ba1696f40ccac835)), closes [#666666](https://github.com/Codecademy/gamut/issues/666666) [#666666](https://github.com/Codecademy/gamut/issues/666666)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
### [0.1.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.1.2...@codecademy/gamut-patterns@0.1.3) (2021-05-12)
|
|
380
|
-
|
|
381
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### [0.1.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.1.1...@codecademy/gamut-patterns@0.1.2) (2021-05-11)
|
|
388
|
-
|
|
389
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
### [0.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.1.0...@codecademy/gamut-patterns@0.1.1) (2021-05-07)
|
|
396
|
-
|
|
397
|
-
**Note:** Version bump only for package @codecademy/gamut-patterns
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
## 0.1.0 (2021-05-06)
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
### ⚠ BREAKING CHANGES
|
|
407
|
-
|
|
408
|
-
* add new gamut-patterns package
|
|
409
|
-
|
|
410
|
-
### Features
|
|
411
|
-
|
|
412
|
-
* add new gamut-patterns package ([e0b30b1](https://github.com/Codecademy/gamut/commit/e0b30b102b32b8447a1b4c97f9da63fcce365af6))
|
package/babel.config.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg>
|
|
2
|
-
<pattern
|
|
3
|
-
id="checkerDense"
|
|
4
|
-
x="0"
|
|
5
|
-
y="0"
|
|
6
|
-
width="4"
|
|
7
|
-
height="4"
|
|
8
|
-
patternUnits="userSpaceOnUse"
|
|
9
|
-
>
|
|
10
|
-
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
-
<rect x="2" y="2" width="1" height="1" fill="currentColor" />
|
|
12
|
-
</pattern>
|
|
13
|
-
<rect x="0" y="0" width="100%" height="100%" fill="url(#checkerDense)" />
|
|
14
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg>
|
|
2
|
-
<pattern
|
|
3
|
-
id="checkerLoose"
|
|
4
|
-
x="0"
|
|
5
|
-
y="0"
|
|
6
|
-
width="16"
|
|
7
|
-
height="16"
|
|
8
|
-
patternUnits="userSpaceOnUse"
|
|
9
|
-
>
|
|
10
|
-
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
-
<rect x="8" y="8" width="1" height="1" fill="currentColor" />
|
|
12
|
-
</pattern>
|
|
13
|
-
<rect x="0" y="0" width="100%" height="100%" fill="url(#checkerLoose)" />
|
|
14
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg>
|
|
2
|
-
<pattern
|
|
3
|
-
id="checkerRegular"
|
|
4
|
-
x="0"
|
|
5
|
-
y="0"
|
|
6
|
-
width="8"
|
|
7
|
-
height="8"
|
|
8
|
-
patternUnits="userSpaceOnUse"
|
|
9
|
-
>
|
|
10
|
-
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
-
<rect x="4" y="4" width="1" height="1" fill="currentColor" />
|
|
12
|
-
</pattern>
|
|
13
|
-
<rect x="0" y="0" width="100%" height="100%" fill="url(#checkerRegular)" />
|
|
14
|
-
</svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<svg>
|
|
2
|
-
<pattern
|
|
3
|
-
id="diagonalADense"
|
|
4
|
-
x="0"
|
|
5
|
-
y="0"
|
|
6
|
-
width="4"
|
|
7
|
-
height="4"
|
|
8
|
-
patternUnits="userSpaceOnUse"
|
|
9
|
-
>
|
|
10
|
-
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
-
<rect x="2" y="2" width="1" height="1" fill="currentColor" />
|
|
12
|
-
<rect x="1" y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
-
<rect x="1" y="3" width="1" height="1" fill="currentColor" />
|
|
14
|
-
<rect y="3" width="1" height="1" fill="currentColor" />
|
|
15
|
-
<rect x="3" width="1" height="1" fill="currentColor" />
|
|
16
|
-
<rect x="3" y="1" width="1" height="1" fill="currentColor" />
|
|
17
|
-
<rect x="2" y="1" width="1" height="1" fill="currentColor" />
|
|
18
|
-
</pattern>
|
|
19
|
-
<rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalADense)" />
|
|
20
|
-
</svg>
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
<svg>
|
|
2
|
-
<pattern
|
|
3
|
-
id="diagonalALoose"
|
|
4
|
-
x="0"
|
|
5
|
-
y="0"
|
|
6
|
-
width="16"
|
|
7
|
-
height="16"
|
|
8
|
-
patternUnits="userSpaceOnUse"
|
|
9
|
-
>
|
|
10
|
-
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
-
<rect x="14" y="2" width="1" height="1" fill="currentColor" />
|
|
12
|
-
<rect x="13" y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
-
<rect x="13" y="3" width="1" height="1" fill="currentColor" />
|
|
14
|
-
<rect x="12" y="3" width="1" height="1" fill="currentColor" />
|
|
15
|
-
<rect x="15" width="1" height="1" fill="currentColor" />
|
|
16
|
-
<rect x="15" y="1" width="1" height="1" fill="currentColor" />
|
|
17
|
-
<rect x="14" y="1" width="1" height="1" fill="currentColor" />
|
|
18
|
-
<rect x="11" y="5" width="1" height="1" fill="currentColor" />
|
|
19
|
-
<rect x="10" y="5" width="1" height="1" fill="currentColor" />
|
|
20
|
-
<rect x="10" y="6" width="1" height="1" fill="currentColor" />
|
|
21
|
-
<rect x="9" y="6" width="1" height="1" fill="currentColor" />
|
|
22
|
-
<rect x="8" y="7" width="1" height="1" fill="currentColor" />
|
|
23
|
-
<rect x="9" y="7" width="1" height="1" fill="currentColor" />
|
|
24
|
-
<rect x="12" y="4" width="1" height="1" fill="currentColor" />
|
|
25
|
-
<rect x="11" y="4" width="1" height="1" fill="currentColor" />
|
|
26
|
-
<rect x="7" y="9" width="1" height="1" fill="currentColor" />
|
|
27
|
-
<rect x="6" y="9" width="1" height="1" fill="currentColor" />
|
|
28
|
-
<rect x="6" y="10" width="1" height="1" fill="currentColor" />
|
|
29
|
-
<rect x="5" y="10" width="1" height="1" fill="currentColor" />
|
|
30
|
-
<rect x="8" y="8" width="1" height="1" fill="currentColor" />
|
|
31
|
-
<rect x="7" y="8" width="1" height="1" fill="currentColor" />
|
|
32
|
-
<rect x="4" y="12" width="1" height="1" fill="currentColor" />
|
|
33
|
-
<rect x="3" y="12" width="1" height="1" fill="currentColor" />
|
|
34
|
-
<rect x="3" y="13" width="1" height="1" fill="currentColor" />
|
|
35
|
-
<rect x="2" y="13" width="1" height="1" fill="currentColor" />
|
|
36
|
-
<rect x="1" y="14" width="1" height="1" fill="currentColor" />
|
|
37
|
-
<rect x="2" y="14" width="1" height="1" fill="currentColor" />
|
|
38
|
-
<rect y="15" width="1" height="1" fill="currentColor" />
|
|
39
|
-
<rect x="1" y="15" width="1" height="1" fill="currentColor" />
|
|
40
|
-
<rect x="5" y="11" width="1" height="1" fill="currentColor" />
|
|
41
|
-
<rect x="4" y="11" width="1" height="1" fill="currentColor" />
|
|
42
|
-
</pattern>
|
|
43
|
-
<rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalALoose)" />
|
|
44
|
-
</svg>
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<svg>
|
|
2
|
-
<pattern
|
|
3
|
-
id="diagonalARegular"
|
|
4
|
-
x="0"
|
|
5
|
-
y="0"
|
|
6
|
-
width="8"
|
|
7
|
-
height="8"
|
|
8
|
-
patternUnits="userSpaceOnUse"
|
|
9
|
-
>
|
|
10
|
-
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
-
<rect x="6" y="2" width="1" height="1" fill="currentColor" />
|
|
12
|
-
<rect x="5" y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
-
<rect x="5" y="3" width="1" height="1" fill="currentColor" />
|
|
14
|
-
<rect x="4" y="3" width="1" height="1" fill="currentColor" />
|
|
15
|
-
<rect x="7" width="1" height="1" fill="currentColor" />
|
|
16
|
-
<rect x="7" y="1" width="1" height="1" fill="currentColor" />
|
|
17
|
-
<rect x="6" y="1" width="1" height="1" fill="currentColor" />
|
|
18
|
-
<rect x="3" y="5" width="1" height="1" fill="currentColor" />
|
|
19
|
-
<rect x="2" y="5" width="1" height="1" fill="currentColor" />
|
|
20
|
-
<rect x="2" y="6" width="1" height="1" fill="currentColor" />
|
|
21
|
-
<rect x="1" y="6" width="1" height="1" fill="currentColor" />
|
|
22
|
-
<rect y="7" width="1" height="1" fill="currentColor" />
|
|
23
|
-
<rect x="1" y="7" width="1" height="1" fill="currentColor" />
|
|
24
|
-
<rect x="4" y="4" width="1" height="1" fill="currentColor" />
|
|
25
|
-
<rect x="3" y="4" width="1" height="1" fill="currentColor" />
|
|
26
|
-
</pattern>
|
|
27
|
-
<rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalARegular)" />
|
|
28
|
-
</svg>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg>
|
|
2
|
-
<pattern
|
|
3
|
-
id="diagonalBDense"
|
|
4
|
-
x="0"
|
|
5
|
-
y="0"
|
|
6
|
-
width="4"
|
|
7
|
-
height="4"
|
|
8
|
-
patternUnits="userSpaceOnUse"
|
|
9
|
-
>
|
|
10
|
-
<g clipPath="url(#clipDiagonalBDense)">
|
|
11
|
-
<rect width="4" height="4" fill="transparent" />
|
|
12
|
-
<rect y="3" width="1" height="1" fill="currentColor" />
|
|
13
|
-
<rect x="1" y="2" width="1" height="1" fill="currentColor" />
|
|
14
|
-
<rect x="2" y="1" width="1" height="1" fill="currentColor" />
|
|
15
|
-
<rect x="3" width="1" height="1" fill="currentColor" />
|
|
16
|
-
</g>
|
|
17
|
-
<defs>
|
|
18
|
-
<clipPath id="clipDiagonalBDense">
|
|
19
|
-
<rect width="4" height="4" fill="transparent" />
|
|
20
|
-
</clipPath>
|
|
21
|
-
</defs>
|
|
22
|
-
</pattern>
|
|
23
|
-
<rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalBDense)" />
|
|
24
|
-
</svg>
|